Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 259 for cite (0.02 sec)

  1. 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)
  2. src/main/resources/fess_label_ru.properties

    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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_it.properties

    labels.carLicense=Patente di guida
    labels.user_mobile=Cellulare
    labels.mobile=Cellulare
    labels.user_postalAddress=Indirizzo postale
    labels.postalAddress=Indirizzo postale
    labels.user_city=Città
    labels.city=Città
    labels.user_teletexTerminalIdentifier=Identificatore terminale teletex
    labels.teletexTerminalIdentifier=Identificatore terminale 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
    - 43.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. doc/go_mem.html

    can only have outcomes explained by some sequentially consistent interleaving
    of the goroutine executions.
    (The proof is the same as Section 7 of Boehm and Adve's paper cited above.)
    This property is called DRF-SC.
    </p>
    
    <p>
    The intent of the formal definition is to match
    the DRF-SC guarantee provided to race-free programs
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 05 15:41:37 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  8. cmd/testdata/undeleteable-object.tgz

    :[{"key":"speed","value":"default"},{"key":"idle_speed","value":""},{"key":"alert_excess_versions","value":"100"},{"key":"alert_excess_folders","value":"50000"},{"key":"delay","value":""},{"key":"max_wait","value":""},{"key":"cycle","value":""}]},"site":{"_":[{"key":"name","value":""},{"key":"region","value":""}]},"storage_class":{"_":[{"key":"standard","value":"EC:5"},{"key":"rrs","value":"EC:1"},{"key":"optimize","value":"availability"},{"key":"inline_block","value":""}]},"subnet":{"_":[{"key"...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
            // segment
            putResultDataBody(dataMap, fessConfig.getIndexFieldSegment(), sessionId);
            // host
            putResultDataBody(dataMap, fessConfig.getIndexFieldHost(), getHost(url));
            // site
            putResultDataBody(dataMap, fessConfig.getIndexFieldSite(), getSite(url, urlEncoding));
            // filename
            if (StringUtil.isNotBlank(fileName)) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_zh_CN.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
    - 40.5K bytes
    - Viewed (0)
Back to top