Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 126 for cite (0.02 sec)

  1. 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)
  2. 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)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_POSTAL_ADDRESS = "{labels.postalAddress}";
    
        /** The key of the message: City */
        public static final String LABELS_user_city = "{labels.user_city}";
    
        /** The key of the message: City */
        public static final String LABELS_CITY = "{labels.city}";
    
        /** The key of the message: Teletex Terminal Identifier */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.carLicense=Führerschein
    labels.user_mobile=Mobiltelefon
    labels.mobile=Mobiltelefon
    labels.user_postalAddress=Postanschrift
    labels.postalAddress=Postanschrift
    labels.user_city=Stadt
    labels.city=Stadt
    labels.user_teletexTerminalIdentifier=Teletex-Terminal-Kennung
    labels.teletexTerminalIdentifier=Teletex-Terminal-Kennung
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_pl.properties

    labels.carLicense=Prawo jazdy
    labels.user_mobile=Telefon komórkowy
    labels.mobile=Telefon komórkowy
    labels.user_postalAddress=Adres pocztowy
    labels.postalAddress=Adres pocztowy
    labels.user_city=Miasto
    labels.city=Miasto
    labels.user_teletexTerminalIdentifier=Identyfikator terminala teletex
    labels.teletexTerminalIdentifier=Identyfikator terminala teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K 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. src/main/resources/fess_label_es.properties

    labels.carLicense=Licencia de conducir
    labels.user_mobile=Teléfono móvil
    labels.mobile=Teléfono móvil
    labels.user_postalAddress=Dirección postal
    labels.postalAddress=Dirección postal
    labels.user_city=Ciudad
    labels.city=Ciudad
    labels.user_teletexTerminalIdentifier=Identificador de terminal de teletex
    labels.teletexTerminalIdentifier=Identificador de terminal de teletex
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.initials=이니셜
    labels.user_carLicense=운전면허증
    labels.carLicense=운전면허증
    labels.user_mobile=휴대전화
    labels.mobile=휴대전화
    labels.user_postalAddress=주소
    labels.postalAddress=주소
    labels.user_city=시구정촌
    labels.city=시구정촌
    labels.user_teletexTerminalIdentifier=텔레텍스 단말 식별자
    labels.teletexTerminalIdentifier=텔레텍스 단말 식별자
    labels.user_x121Address=x121Address
    labels.x121Address=x121Address
    labels.user_businessCategory=업종
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
Back to top