Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for newword (0.04 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    *.001.test.code-builder-stg.platform.salesforce.com
    *.0emm.com
    *.advisor.ws
    *.af-south-1.airflow.amazonaws.com
    *.alces.network
    *.ap-east-1.airflow.amazonaws.com
    *.ap-northeast-1.airflow.amazonaws.com
    *.ap-northeast-2.airflow.amazonaws.com
    *.ap-northeast-3.airflow.amazonaws.com
    *.ap-south-1.airflow.amazonaws.com
    *.ap-south-2.airflow.amazonaws.com
    *.ap-southeast-1.airflow.amazonaws.com
    *.ap-southeast-2.airflow.amazonaws.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.5.md

    - **Network**
      - [stable] Services can reference another service by DNS name, rather than being hosted in pods ([kubernetes/features#33](https://github.com/kubernetes/enhancements/issues/33))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Bump GCI to gci-stable-56-9000-84-2: Fixed google-accounts-daemon breaks on GCI when network is unavailable. Fixed iptables-restore performance regression. ([#41831](https://github.com/kubernetes/kubernetes/pull/41831), [@freehan](https://github.com/freehan))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    *.001.test.code-builder-stg.platform.salesforce.com
    *.0emm.com
    *.advisor.ws
    *.af-south-1.airflow.amazonaws.com
    *.alces.network
    *.ap-east-1.airflow.amazonaws.com
    *.ap-northeast-1.airflow.amazonaws.com
    *.ap-northeast-2.airflow.amazonaws.com
    *.ap-northeast-3.airflow.amazonaws.com
    *.ap-south-1.airflow.amazonaws.com
    *.ap-south-2.airflow.amazonaws.com
    *.ap-southeast-1.airflow.amazonaws.com
    *.ap-southeast-2.airflow.amazonaws.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

          .assertRequestUrl(server.url("/"))
          .assertSentRequestAtMillis(request1SentAt, request1ReceivedAt)
          .assertReceivedResponseAtMillis(request1SentAt, request1ReceivedAt)
    
        // Check the network response. It has the network request, plus caching headers.
        cacheMiss
          .networkResponse()
          .assertCode(200)
          .assertHeader("Donut", "b")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

            "b2",
            "B",
            "b3",
            "Content-Length",
            "4",
          ),
        )
    
        // The original 'A' header is retained because the network response doesn't have one.
        // The original 'B' headers are replaced by the network response.
        // The network's 'C' header is added.
        val response2 = get(server.url("/"))
        assertThat(response2.body.string()).isEqualTo("abcd")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

       *
       * In OkHttp 4.6 and later, HTTP 307 and 308 redirects are honored for all request methods.
       *
       * If you're upgrading to OkHttp 4.6 and would like to retain the previous behavior, install this
       * as a **network interceptor**. It will strip the `Location` header of impacted responses to
       * prevent the redirect.
       *
       * ```
       * OkHttpClient client = client.newBuilder()
    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. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: User Log */
        public static final String LABELS_searchlog_log_type_user_info = "{labels.searchlog_log_type_user_info}";
    
        /** The key of the message: Keyword Count */
        public static final String LABELS_searchlog_log_type_search_keyword = "{labels.searchlog_log_type_search_keyword}";
    
        /** The key of the message: Zero Hit Count */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top