Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1041 - 1050 of 1,059 for inro (0.02 sec)

  1. src/main/resources/fess_label_nl.properties

    labels.web_config_list=Webconfiguratelijst
    labels.access_token_details=Access Token Details
    labels.bad_word_details=Bad Word Details
    labels.boost_document_rule_details=Boost Document Rule Details
    labels.crawling_info_details=Crawling Info Details
    labels.data_config_details=Data Config Details
    labels.dict_kuromoji_details=Dict Kuromoji Details
    labels.dict_mapping_details=Dict Mapping Details
    labels.dict_protwords_details=Dict Protwords Details
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_zh_CN.properties

    labels.dashboard_plugin=仪表板插件
    labels.web_config_list=Web配置列表
    labels.access_token_details=Access Token 详情
    labels.bad_word_details=Bad Word 详情
    labels.boost_document_rule_details=Boost Document Rule 详情
    labels.crawling_info_details=Crawling Info 详情
    labels.data_config_details=Data Config 详情
    labels.dict_kuromoji_details=Dict Kuromoji 详情
    labels.dict_mapping_details=Dict Mapping 详情
    labels.dict_protwords_details=Dict Protwords 详情
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 43.5K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

      }
    
      /**
       * We've had a bug where we forget the HTTP response when we see response code 401. This causes a
       * new HTTP request to be issued for every call into the URLConnection.
       */
      @Test
      fun unauthorizedResponseHandling() {
        val mockResponse =
          MockResponse(
            code = HttpURLConnection.HTTP_UNAUTHORIZED,
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.access_token_details=Access Token Detalhes
    labels.bad_word_details=Bad Word Detalhes
    labels.boost_document_rule_details=Boost Document Rule Detalhes
    labels.crawling_info_details=Crawling Info Detalhes
    labels.data_config_details=Data Config Detalhes
    labels.dict_kuromoji_details=Dict Kuromoji Detalhes
    labels.dict_mapping_details=Dict Mapping Detalhes
    labels.dict_protwords_details=Dict Protwords Detalhes
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/ViewHelper.java

        }
    
        /**
         * Updates highlight information based on screen width.
         * Reduces fragment size for smaller screens.
         *
         * @param highlightInfo the highlight info to update
         * @param width the screen width
         */
        protected void updateHighlightInfo(final HighlightInfo highlightInfo, final int width) {
            if (width < TABLET_WIDTH) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

            override fun onResponse(
              call: Call,
              response: Response,
            ): Unit = throw IOException("a")
          },
        )
        assertThat(testLogHandler.take())
          .isEqualTo("INFO: Callback failure for call to " + server.url("/") + "...")
      }
    
      @Test
      fun connectionPooling() {
        server.enqueue(MockResponse(body = "abc"))
        server.enqueue(MockResponse(body = "def"))
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Nov 04 19:13:52 UTC 2025
    - 147.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * Added --log-facility flag to enhance dnsmasq logging ([#32422](https://github.com/kubernetes/kubernetes/pull/32422), [@MrHohn](https://github.com/MrHohn))
    * Split dns healthcheck into two different urls ([#32406](https://github.com/kubernetes/kubernetes/pull/32406), [@MrHohn](https://github.com/MrHohn))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.31.md

    - Kubelet/stats: set INFO log level for stats not found in cadvisor memory cache error ([#125656](https://github.com/kubernetes/kubernetes/pull/125656),...
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 11:33:21 UTC 2025
    - 451.9K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/xcap-el+xml"/>
      <mime-type type="application/xcap-error+xml"/>
      <mime-type type="application/xcap-ns+xml"/>
      <mime-type type="application/xcon-conference-info-diff+xml"/>
      <mime-type type="application/xcon-conference-info+xml"/>
      <mime-type type="application/xenc+xml">
        <glob pattern="*.xenc"/>
      </mime-type>
    
      <mime-type type="application/xhtml+xml">
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
  10. CHANGELOG/CHANGELOG-1.28.md

    - Kubeadm: do not upload kubelet patch configuration into `kube-system/kubelet-config` ConfigMap ([#123107](https://github.com/kubernetes/kubernetes/pull/123107), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Fri Sep 05 03:47:18 UTC 2025
    - 456.9K bytes
    - Viewed (1)
Back to top