Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 99 of 99 for 4095 (0.05 sec)

  1. src/main/java/org/codelibs/core/io/CopyUtil.java

     * </p>
     *
     * @author koichik
     */
    public abstract class CopyUtil {
    
        /** コピーで使用するバッファサイズ */
        protected static final int DEFAULT_BUF_SIZE = 4096;
    
        // ////////////////////////////////////////////////////////////////
        // from InputStream to OutputStream
        //
        /**
         * 入力ストリームから出力ストリームへコピーします。
         * <p>
         * 入力ストリーム、出力ストリームともクローズされません。
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // will be written is mounted into the container's filesystem.
      // Message written is intended to be brief final status, such as an assertion failure message.
      // Will be truncated by the node if greater than 4096 bytes. The total message length across
      // all containers will be limited to 12kb.
      // Defaults to /dev/termination-log.
      // Cannot be updated.
      // +optional
      optional string terminationMessagePath = 13;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0xcafebabe" type="string" offset="0">
            <match value="0xfeedface" type="string" offset="4096"/>
            <match value="0xfeedfacf" type="string" offset="4096"/>
            <match value="0xcefaedfe" type="string" offset="4096"/>
            <match value="0xcffaedfe" type="string" offset="4096"/>
          </match>
        </magic>
        <glob pattern="*.jnilib"/>
      </mime-type>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. cmd/object-handlers.go

    	encryptBufferThreshold = 1 << 20
    	// add an input buffer of this size.
    	encryptBufferSize = 1 << 20
    
    	// minCompressibleSize is the minimum size at which we enable compression.
    	minCompressibleSize = 4096
    )
    
    // setHeadGetRespHeaders - set any requested parameters as response headers.
    func setHeadGetRespHeaders(w http.ResponseWriter, reqParams url.Values) {
    	for k, v := range reqParams {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.7.md

    	* Azure plugin for client auth ([#43987](https://github.com/kubernetes/kubernetes/pull/43987), [@cosmincojocar](https://github.com/cosmincojocar))
    
    
    * GCP:
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  6. internal/s3select/csv/testdata/testdata.zip

    08:54:09,N,1,-73.968536376953125,40.647357940673828,-73.965774536132813,40.633071899414063,1,1.00,5.5,0,0.5,0,0,,,6,2,1,89,89,green,0.00,5.1,0.0,29,13,4.70,1299,506,3,Brooklyn,050600,3050600,E,BK42,Flatbush,4015,254,526,3,Brooklyn,052600,3052600,I,BK42,Flatbush,4015^3389494,1,2014-03-26 07:50:15,2014-03-26 07:54:23,N,1,-73.863105773925781,40.835746765136719,-73.855255126953125,40.842147827148438,3,0.80,5.5,0,0.5,0,0,,,6,2,,182,182,green,0.00,0.0,0.0,36,24,11.86,1306,216.02,2,Bronx,021602,2021602,E,BX46,Parkch...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.17.md

    * When a namespace is being deleted and spec.finalizers are still being processed, stop returning a 409 conflict error and instead return the object as we would during metadata.finalizer processing. ([#84122](https://github.com/kubernetes/kubernetes/pull/84122), [@smarterclayton](https://github.com/smarterclayton))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0493          ; valid                                  # 1.1  CYRILLIC SMALL LETTER GHE WITH STROKE
    0494          ; mapped                 ; 0495          # 1.1  CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK
    0495          ; valid                                  # 1.1  CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK
    0496          ; mapped                 ; 0497          # 1.1  CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE = 2048
    pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE ideal-int
    pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE = 4096
    pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE ideal-int
    pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE = 262144
    pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top