Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for encoding (0.21 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_DOCUMENT_SITE_ENCODING = "crawler.document.site.encoding";
    
        /** The key of the configuration. e.g. unknown */
        String CRAWLER_DOCUMENT_UNKNOWN_HOSTNAME = "crawler.document.unknown.hostname";
    
        /** The key of the configuration. e.g. false */
        String CRAWLER_DOCUMENT_USE_SITE_ENCODING_ON_ENGLISH = "crawler.document.use.site.encoding.on.english";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. CHANGELOG/CHANGELOG-1.15.md

    * kube-apiserver: fixed a bug that could cause a goroutine leak if the apiserver encountered an encoding error serving a watch to a websocket watcher ([#84693](https://github.com/kubernetes/kubernetes/pull/84693), [@tedyu](https://github.com/tedyu))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ## 0.110.2
    
    ### Fixes
    
    * 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [#9929](https://github.com/tiangolo/fastapi/pull/9929) by [@arjwilliams](https://github.com/arjwilliams).
    
    ### Refactors
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.16.md

    * Kubernetes now supports transparent compression of API responses. Clients that send `Accept-Encoding: gzip` will now receive a GZIP compressed response body if the API call was larger than 128KB.  Go clients automatically request gzip-encoding by default and should see reduced transfer times for very large API requests.  Clients in other languages may need to make changes to benefit from compression. ([#77449](http...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.17.md

    - kube-apiserver: fixed a bug that could cause a goroutine leak if the apiserver encountered an encoding error serving a watch to a websocket watcher ([#84693](https://github.com/kubernetes/kubernetes/pull/84693), [@tedyu](https://github.com/tedyu))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  6. api/go1.16.txt

    pkg debug/gosym, method (*LineTable) LineToPC //deprecated
    pkg debug/gosym, method (*LineTable) PCToLine //deprecated
    pkg encoding/csv, type Reader struct, TrailingComma //deprecated
    pkg encoding/csv, var ErrTrailingComma //deprecated
    pkg encoding/json, type InvalidUTF8Error //deprecated
    pkg encoding/json, type UnmarshalFieldError //deprecated
    pkg go/build, const AllowBinary //deprecated
    pkg go/doc, type Package struct, Bugs //deprecated
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    ### SIG API Machinery
    
    [SIG API Machinery][] is responsible for all aspects of the API server: API registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, defaulting, persistence layer (etcd), OpenAPI, third-party resources, garbage collection, and client libraries.
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  8. doc/go_spec.html

    the (possibly multi-byte) UTF-8 encoding of individual <i>characters</i>.
    Thus inside a string literal <code>\377</code> and <code>\xFF</code> represent
    a single byte of value <code>0xFF</code>=255, while <code>ÿ</code>,
    <code>\u00FF</code>, <code>\U000000FF</code> and <code>\xc3\xbf</code> represent
    the two bytes <code>0xc3</code> <code>0xbf</code> of the UTF-8 encoding of character
    U+00FF.
    </p>
    
    <pre class="ebnf">
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.6.md

    be migrated at the current time using the official Kubernetes procedure.
    
    1.6 will also default to protobuf encoding if using etcd3.  **This change is
    irreversible.**  To rollback, you must restore from a backup made before the
    protobuf/etcd3 switch, and any changes since the backup will be lost.  As 1.5
    does not support protobuf encoding, if you roll back to 1.5 after upgrading to
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - `klog` text output now uses JSON as encoding for structs, maps and slices. ([#117687](https://github.com/kubernetes/kubernetes/pull/117687), [@pohly](https://github.com/pohly))
    - `kube-proxy` in iptables mode will now have separate `sync_full_proxy_rules_duration_seconds`\nand
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
Back to top