Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 99 for site2 (0.02 sec)

  1. src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java

            assertTrue(searchRequestParams.hasConditionQuery());
        }
    
        public void test_hasConditionQuery_withSiteSearch() {
            // Test with site search
            testParams.conditions.put(SearchRequestParams.AS_SITESEARCH, new String[] { "example.com" });
            assertTrue(searchRequestParams.hasConditionQuery());
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.searchoptions_menu_lang=Langue
    labels.searchoptions_menu_labels=Étiquettes
    labels.error_title=Erreur
    labels.system_error_title=Erreur système
    labels.contact_site_admin=Veuillez contacter l'administrateur de votre site.
    labels.request_error_title=Format de requête non valide.
    labels.bad_request=Votre requête à l'URL n'est pas valide.
    labels.page_not_found_title=Page non trouvée.
    labels.check_url=Veuillez vérifier l'URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/HttpHeaders.java

      public static final String SEC_FETCH_MODE = "Sec-Fetch-Mode";
    
      /**
       * The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-Site}</a>
       * header field name.
       *
       * @since 27.1
       */
      public static final String SEC_FETCH_SITE = "Sec-Fetch-Site";
    
      /**
       * The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-User}</a>
       * header field name.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 27 20:37:16 UTC 2025
    - 35.4K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            assertQueryContext(
                    "{\"function_score\":{\"query\":{\"prefix\":{\"site\":{\"value\":\"fess.codelibs.org\",\"boost\":1.0}}},\"functions\":[{\"filter\":{\"match_all\":{\"boost\":1.0}},\"field_value_factor\":{\"field\":\"boost\",\"factor\":1.0,\"modifier\":\"none\"}}],\"score_mode\":\"multiply\",\"max_boost\":3.4028235E38,\"boost\":1.0}}",
                    Map.of("site", List.of("fess.codelibs.org*")), //
                    Set.of("fess.codelibs.org"), //
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pt_BR.properties

    labels.searchoptions_menu_lang=Idioma
    labels.searchoptions_menu_labels=Rótulos
    labels.error_title=Erro
    labels.system_error_title=Erro do sistema
    labels.contact_site_admin=Entre em contato com o administrador do site.
    labels.request_error_title=O formato da solicitação está incorreto.
    labels.bad_request=A solicitação para a URL está incorreta.
    labels.page_not_found_title=Página não encontrada.
    labels.check_url=Verifique a URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

        try {
          barrier.await();
        } catch (Exception e) {
          throw new RuntimeException(e);
        }
      }
    
      private void checkStackTrace(ExecutionException e) {
        // Our call site for get() should be in the trace.
        int index = findStackFrame(e, getClass().getName(), "getExpectingExecutionException");
    
        assertThat(index).isNotEqualTo(0);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 46.8K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

      fun connectViaHttpProxyToHttpsUsingHttpsProxySystemProperty() {
        testConnectViaHttpProxyToHttps(ProxyConfig.HTTPS_PROXY_SYSTEM_PROPERTY)
      }
    
      /**
       * We were verifying the wrong hostname when connecting to an HTTPS site through a proxy.
       * http://b/3097277
       */
      private fun testConnectViaHttpProxyToHttps(proxyConfig: ProxyConfig) {
        val hostnameVerifier = RecordingHostnameVerifier()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  8. pom.xml

    					<excludes>
    						<exclude>**/*min.js</exclude>
    						<exclude>**/*min.css</exclude>
    						<exclude>**/plugins/**/*.js</exclude>
    						<exclude>**/WEB-INF/site/**</exclude>
    					</excludes>
    					<sourceDirectory>src/main/webapp/js</sourceDirectory>
    				</configuration>
    			</plugin>
    			<plugin>
    				<groupId>org.dbflute</groupId>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

        try {
          barrier.await();
        } catch (Exception e) {
          throw new RuntimeException(e);
        }
      }
    
      private void checkStackTrace(ExecutionException e) {
        // Our call site for get() should be in the trace.
        int index = findStackFrame(e, getClass().getName(), "getExpectingExecutionException");
    
        assertThat(index).isNotEqualTo(0);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 46.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_nl.properties

    labels.advance_search_occt=Zoeken in
    labels.advance_search_occt_default=Hele pagina
    labels.advance_search_occt_allintitle=Paginatitel
    labels.advance_search_occt_allinurl=Pagina-URL
    labels.advance_search_sitesearch=Site of domein
    labels.advance_search_timestamp=Bijgewerkt op
    labels.advance_search_timestamp_default=Elke datum
    labels.advance_search_timestamp_pastday=Afgelopen 24 uur
    labels.advance_search_timestamp_pastweek=Afgelopen week
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
Back to top