Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 376 for 14 (0.41 sec)

  1. LICENSES/vendor/cyphar.com/go-pathrs/LICENSE

        means the combination of the Contributions of others (if any) used
        by a Contributor and that particular Contributor's Contribution.
    
    1.3. "Contribution"
        means Covered Software of a particular Contributor.
    
    1.4. "Covered Software"
        means Source Code Form to which the initial Contributor has attached
        the notice in Exhibit A, the Executable Form of such Source Code
        Form, and Modifications of such Source Code Form, in each case
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 14:46:31 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

      - [Changes by Kind](#changes-by-kind-13)
        - [API Change](#api-change-2)
        - [Bug or Regression](#bug-or-regression-12)
      - [Dependencies](#dependencies-14)
        - [Added](#added-14)
        - [Changed](#changed-14)
        - [Removed](#removed-14)
    - [v1.18.5](#v1185)
      - [Downloads for v1.18.5](#downloads-for-v1185)
        - [Source Code](#source-code-13)
        - [Client binaries](#client-binaries-13)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  3. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

            dnsDomainInfo.dns_domain.maximum_length = 24;
            dnsDomainInfo.dns_domain.buffer = new short[6];
    
            dnsDomainInfo.dns_forest = new rpc.unicode_string();
            dnsDomainInfo.dns_forest.length = 14;
            dnsDomainInfo.dns_forest.maximum_length = 28;
            dnsDomainInfo.dns_forest.buffer = new short[7];
    
            dnsDomainInfo.domain_guid = new rpc.uuid_t();
            dnsDomainInfo.domain_guid.time_low = 1;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 60.8K bytes
    - Viewed (0)
  4. 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 Dec 26 09:05:12 UTC 2025
    - Last Modified: Fri Sep 05 03:47:18 UTC 2025
    - 456.9K bytes
    - Viewed (1)
  5. 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 Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. 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 Dec 26 09:05:12 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

      - [Downloads for v1.29.1](#downloads-for-v1291)
        - [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.29.0](#changelog-since-v1290)
      - [Changes by Kind](#changes-by-kind-14)
        - [API Change](#api-change-3)
        - [Feature](#feature-10)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
  8. 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: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
  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 { #alias-parameters }
    
    Imagina que quieres que el parĂ¡metro sea `item-query`.
    
    Como en:
    
    ```
    http://127.0.0.1:8000/items/?item-query=foobaritems
    ```
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	XVSRLB		$5, X2		// 42343077
    	XVSRLH		$0, X2, X1	// 41403077
    	XVSRLH		$15, X2, X1	// 417c3077
    	XVSRLH		$9, X2		// 42643077
    	XVSRLW		$0, X2, X1	// 41803077
    	XVSRLW		$31, X2, X1	// 41fc3077
    	XVSRLW		$14, X2		// 42b83077
    	XVSRLV		$0, X2, X1	// 41003177
    	XVSRLV		$63, X2, X1	// 41fc3177
    	XVSRLV		$45, X2		// 42b43177
    	XVSRAB		$0, X2, X1	// 41203477
    	XVSRAB		$7, X2, X1	// 413c3477
    	XVSRAB		$6, X2		// 42383477
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Nov 27 00:46:52 UTC 2025
    - 44.5K bytes
    - Viewed (0)
Back to top