Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 351 for 14 (0.04 sec)

  1. guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

        assertThrows(IndexOutOfBoundsException.class, () -> iia3.subArray(-1, 1));
        assertThrows(IndexOutOfBoundsException.class, () -> iia3.subArray(1, 4));
      }
    
      /*
       * Whenever an implementation uses `instanceof` on a parameter instance, the test has to know that
       * (so much for "black box") and try instances that both do and don't pass the check. The "don't"
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/TreeConnectResponseTest.java

                buffer[9] = 0x00;
                buffer[10] = 0x00;
                buffer[11] = 0x00;
                // Maximal access
                buffer[12] = (byte) 0xFF;
                buffer[13] = 0x01;
                buffer[14] = 0x1F;
                buffer[15] = 0x00;
    
                // When
                int bytesRead = (int) invokeMethod(response, "readBytesWireFormat", new Class[] { byte[].class, int.class }, buffer, 0);
    
                // Then
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java

                DfsReferralDataImpl result = DfsReferralDataImpl.fromReferral(mockReferral, reqPath, expire, consumed);
    
                // Should have adjusted pathConsumed to exclude trailing slash
                assertEquals(14, result.getPathConsumed());
            }
    
            @ParameterizedTest
            @ValueSource(strings = { "\\server", "\\server\\share", "\\server\\share\\path", "\\server\\share\\path\\subpath\\file.txt" })
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 30.6K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="BA" type="string" offset="0">
            <match value="BM" type="string" offset="14"/>
            <match value="CI" type="string" offset="14"/>
            <match value="IC" type="string" offset="14"/>
            <match value="CP" type="string" offset="14"/>
            <match value="PT" type="string" offset="14"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="image/bmp">
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.28.md

        - [Removed](#removed-13)
    - [v1.28.1](#v1281)
      - [Downloads for v1.28.1](#downloads-for-v1281)
        - [Source Code](#source-code-14)
        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
        - [Node Binaries](#node-binaries-14)
        - [Container Images](#container-images-14)
      - [Changelog since v1.28.0](#changelog-since-v1280)
      - [Important Security Information](#important-security-information-3)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.25.md

        - [Removed](#removed-13)
    - [v1.25.2](#v1252)
      - [Downloads for v1.25.2](#downloads-for-v1252)
        - [Source Code](#source-code-14)
        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
        - [Node Binaries](#node-binaries-14)
        - [Container Images](#container-images-14)
      - [Changelog since v1.25.1](#changelog-since-v1251)
      - [Changes by Kind](#changes-by-kind-13)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  7. cmd/object-api-putobject_test.go

    		13: {bucketName: bucket, objName: object, inputData: []byte("mnop"), inputMeta: map[string]string{"etag": "e132e96a5ddad6da8b07bba6f6131fef"}, inputDataSize: int64(len("mnop"))},
    
    		// With no metadata
    		14: {bucketName: bucket, objName: object, inputData: data, inputDataSize: int64(len(data)), expectedMd5: getMD5Hash(data)},
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.2.md

    continue to use your existing JSON and YAML files until you are ready to switch
    to <code>batch/v1</code>.  We may remove support for Jobs with  <code>apiVersion: extensions/v1beta1 </code>in 1.3 or 1.4.
      *  HorizontalPodAutoscaler was Beta in 1.1 and is GA in 1.2 .
         * <code>apiVersion: autoscaling/v1 </code>is now available.  Changes in this version are:
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  9. docs/es/docs/tutorial/query-params-str-validations.md

    ///
    
    Puedes agregar un `title`:
    
    {* ../../docs_src/query_params_str_validations/tutorial007_an_py310.py hl[10] *}
    
    Y una `description`:
    
    {* ../../docs_src/query_params_str_validations/tutorial008_an_py310.py hl[14] *}
    
    ## Alias para parĂ¡metros
    
    Imagina que quieres que el parĂ¡metro sea `item-query`.
    
    Como en:
    
    ```
    http://127.0.0.1:8000/items/?item-query=foobaritems
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  10. lib/fips140/v1.0.0.zip

    SHA256ROUND1(62, 0xbef9a3f7, 2, 3, 4, 5, 6, 7, 0, 1) SHA256ROUND1(63, 0xc67178f2, 1, 2, 3, 4, 5, 6, 7, 0) MOVL dig+0(FP), BP MOVL (0*4)(BP), AX // H0 = a + H0 ADDL (0*4)(DI), AX MOVL AX, (0*4)(DI) MOVL AX, (0*4)(BP) MOVL (1*4)(BP), BX // H1 = b + H1 ADDL (1*4)(DI), BX MOVL BX, (1*4)(DI) MOVL BX, (1*4)(BP) MOVL (2*4)(BP), CX // H2 = c + H2 ADDL (2*4)(DI), CX MOVL CX, (2*4)(DI) MOVL CX, (2*4)(BP) MOVL (3*4)(BP), DX // H3 = d + H3 ADDL (3*4)(DI), DX MOVL DX, (3*4)(DI) MOVL DX, (3*4)(BP) MOVL (4*4)(BP), AX // H4...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top