Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 218 for Drawing (0.21 sec)

  1. docs/changelogs/changelog_2x.md

     * Use a string to identify TLS versions in routes.
     * Add frame logger for HTTP/2.
     * Replacing `httpMinorVersion` with `Protocol`. Expose HTTP/1.0 as a potential protocol.
     * Use `Protocol` to describe framing.
     * Implement write timeouts for HTTP/1.1 streams.
     * Avoid use of SPDY stream ID 1, as that's typically used for UPGRADE.
     * Support OAuth in `Authenticator`.
     * Permit a dangling semicolon in media type parsing.
    
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_pt_BR.properties

    labels.web_config_list=Lista de configuração web
    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)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

                        buf.append(e.getCause().getMessage());
                    }
                    logger.info(buf.toString());
                } else if (logger.isDebugEnabled()) {
                    logger.debug("Crawling Access Exception at {}", url, e);
                }
            }
    
            // request header
            for (final Header header : requestHeaderList) {
                httpRequest.addHeader(header);
            }
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 53.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_id.properties

    labels.web_config_list=Daftar konfigurasi web
    labels.access_token_details=Access Token Detail
    labels.bad_word_details=Bad Word Detail
    labels.boost_document_rule_details=Boost Document Rule Detail
    labels.crawling_info_details=Crawling Info Detail
    labels.data_config_details=Data Config Detail
    labels.dict_kuromoji_details=Dict Kuromoji Detail
    labels.dict_mapping_details=Dict Mapping Detail
    labels.dict_protwords_details=Dict Protwords Detail
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pl.properties

    labels.web_config_list=Lista konfiguracji web
    labels.access_token_details=Access Token Szczegóły
    labels.bad_word_details=Bad Word Szczegóły
    labels.boost_document_rule_details=Boost Document Rule Szczegóły
    labels.crawling_info_details=Crawling Info Szczegóły
    labels.data_config_details=Data Config Szczegóły
    labels.dict_kuromoji_details=Dict Kuromoji Szczegóły
    labels.dict_mapping_details=Dict Mapping Szczegóły
    labels.dict_protwords_details=Dict Protwords Szczegóły
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_tr.properties

    labels.web_config_list=Web yapılandırma listesi
    labels.access_token_details=Access Token Detaylar
    labels.bad_word_details=Bad Word Detaylar
    labels.boost_document_rule_details=Boost Document Rule Detaylar
    labels.crawling_info_details=Crawling Info Detaylar
    labels.data_config_details=Data Config Detaylar
    labels.dict_kuromoji_details=Dict Kuromoji Detaylar
    labels.dict_mapping_details=Dict Mapping Detaylar
    labels.dict_protwords_details=Dict Protwords Detaylar
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 47K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    labels.web_config_list=Список веб-конфигурации
    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: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  8. cmd/xl-storage-disk-id-check.go

    // or multiple objects.
    func (p *xlStorageDiskIDCheck) DeleteVersions(ctx context.Context, volume string, versions []FileInfoVersions, opts DeleteOptions) (errs []error) {
    	// Merely for tracing storage
    	path := ""
    	if len(versions) > 0 {
    		path = versions[0].Name
    	}
    	errs = make([]error, len(versions))
    	ctx, done, err := p.TrackDiskHealth(ctx, storageMetricDeleteVersions, volume, path)
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Apr 25 05:41:04 UTC 2025
    - 34.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.17.md

    - [migration phase 1] PodMatchNodeSelector/NodAffinity as filter plugin ([#83660](https://github.com/kubernetes/kubernetes/pull/83660), [@wgliang](https://github.com/wgliang))
    - Add more tracing steps in generic_scheduler ([#83539](https://github.com/kubernetes/kubernetes/pull/83539), [@wgliang](https://github.com/wgliang))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.27.md

    - `APIServerTracing` feature gate is now enabled by default. Tracing in the API
      Server is still disabled by default, and requires a config file to enable. ([#116144](https://github.com/kubernetes/kubernetes/pull/116144), [@dashpole](https://github.com/dashpole))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
Back to top