Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 205 for alla (0.05 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

              "articles": [
                    "c", "l", "all", "dall", "dell",
                    "nell", "sull", "coll", "pell",
                    "gl", "agl", "dagl", "degl", "negl",
                    "sugl", "un", "m", "t", "s", "v", "d"
              ]
            },
            "italian_stop": {
              "type":       "stop",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

              "articles": [
                    "c", "l", "all", "dall", "dell",
                    "nell", "sull", "coll", "pell",
                    "gl", "agl", "dagl", "degl", "negl",
                    "sugl", "un", "m", "t", "s", "v", "d"
              ]
            },
            "italian_stop": {
              "type":       "stop",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_it.properties

    labels.available=Stato
    labels.createdBy=Creato da
    labels.createdTime=Data di creazione
    labels.depth=Profondità
    labels.excludedPaths=Percorsi da escludere dalla scansione
    labels.excludedUrls=URL da escludere dalla scansione
    labels.excludedDocPaths=Percorsi da escludere dalla ricerca
    labels.excludedDocUrls=URL da escludere dalla ricerca
    labels.hostname=Nome host
    labels.id=ID
    labels.includedPaths=Percorsi da includere nella scansione
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_nl.properties

    labels.advance_search_title=Geavanceerd zoeken
    labels.advance_search_must_queries=Bevat alle woorden
    labels.advance_search_phrase_query=Exacte overeenkomst van de zin
    labels.advance_search_should_queries=Bevat een van de woorden
    labels.advance_search_not_queries=Bevat de woorden niet
    labels.advance_search_filetype=Bestandstype
    labels.advance_search_filetype_default=Alle typen
    labels.advance_search_filetype_html=HTML
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
  5. src/main/resources/fess_indices/fess_config.scheduled_job/scheduled_job.bulk

    {"name":"Suggest Indexer","target":"all","cronExpression":"0 12 * * *","scriptType":"groovy","scriptData":"return container.getComponent(\"suggestJob\").logLevel(\"info\").sessionId(\"SUGGEST\").execute(executor);","jobLogging":true,"crawler":false,"available":true,"sortOrder":2,"createdBy":"system","createdTime":0,"updatedBy":"system","updatedTime":0}
    {"index":{"_index":"fess_config.scheduled_job","_id":"log_aggregator"}}
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 5K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/job/CrawlJobTest.java

            String result = crawlJob.execute();
    
            assertNotNull(result);
            // When all configs are null, runAll is true, so they show ALL
            assertTrue(result.contains("Web  Config Id: ALL"));
            assertTrue(result.contains("File Config Id: ALL"));
            assertTrue(result.contains("Data Config Id: ALL"));
        }
    
        // Test session ID generation
        @Test
        public void test_sessionIdGeneration() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 25K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java

                assertNull(exceptions[i], "Thread " + i + " threw exception");
            }
    
            // Verify all readers completed all iterations
            for (int i = 0; i < readerCount; i++) {
                assertEquals("Reader " + i + " should complete all iterations", iterations, trueCount[i] + falseCount[i]);
            }
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.8K bytes
    - Click Count (1)
  8. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            }
        }
    
        /**
         * For all modules providing a capability, always use the preferred module, even if there's no conflict.
         * In other words, will forcefully upgrade all modules providing a capability to a selected module.
         *
         * @param to the preferred module
         */
        private
        fun ConfigurationContainer.forceUpgrade(to: String, version: String) = all {
            resolutionStrategy.dependencySubstitution {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 26 09:04:32 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  9. .teamcity/src/main/kotlin/projects/StageProject.kt

                        "$HIDDEN_ARTIFACT_DESTINATION/report-architecture-test-binary-compatibility-report.html",
                    )
                    buildReportTab("Incubating APIs Report", "incubation-reports/all-incubating.html")
                }
                if (stage.performanceTests.isNotEmpty()) {
                    buildReportTab("Performance", "performance-test-results.zip!report/index.html")
                }
            }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 12.5K bytes
    - Click Count (0)
  10. build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts

            val attributesFactory = gradle.serviceOf<AttributesFactory>()
            configurations.all {
                if (isCanBeResolved && !isCanBeConsumed) {
                    resolutionStrategy.dependencySubstitution.all {
                        val requested = this.requested as? ModuleComponentSelector ?: return@all
                        keepPatterns.forEach { coordinates, _ ->
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 18:27:10 GMT 2026
    - 5.8K bytes
    - Click Count (0)
Back to Top