Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 180 for 19 (0.04 sec)

  1. cmd/object-api-putobject_test.go

    		18: {bucketName: bucket, objName: object, inputData: nilBytes, inputMeta: map[string]string{"answer": "42"}, inputDataSize: int64(len(nilBytes)), expectedMd5: getMD5Hash(nilBytes)},
    		19: {bucketName: bucket, objName: object, inputData: fiveMBBytes, inputMeta: map[string]string{"answer": "42"}, inputDataSize: int64(len(fiveMBBytes)), expectedMd5: getMD5Hash(fiveMBBytes)},
    
    		// With valid md5sum and sha256.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    19×a4b1 + // a2b2 a1b2 a0b2 19×a4b2 19×a3b2 + // a1b3 a0b3 19×a4b3 19×a3b3 19×a2b3 + // a0b4 19×a4b4 19×a3b4 19×a2b4 19×a1b4 = // ---------- // r4 r3 r2 r1 r0 // // Finally we add up the columns into wide, overlapping limbs. a1_19 := a1 * 19 a2_19 := a2 * 19 a3_19 := a3 * 19 a4_19 := a4 * 19 // r0 = a0×b0 + 19×(a1×b4 + a2×b3 + a3×b2 + a4×b1) r0 := mul64(a0, b0) r0 = addMul64(r0, a1_19, b4) r0 = addMul64(r0, a2_19, b3) r0 = addMul64(r0, a3_19, b2) r0 = addMul64(r0, a4_19, b1) // r1 = a0×b1 + a1×b0 + 19×(a2×b4...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/query-params-str-validations.md

    Luego pasa el parámetro `deprecated=True` a `Query`:
    
    {* ../../docs_src/query_params_str_validations/tutorial010_an_py310.py hl[19] *}
    
    La documentación lo mostrará así:
    
    <img src="/img/tutorial/query-params-str-validations/image01.png">
    
    ## Excluir parámetros de OpenAPI
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const CSTART ideal-int
    pkg syscall (darwin-arm64), const CSTATUS = 20
    pkg syscall (darwin-arm64), const CSTATUS ideal-int
    pkg syscall (darwin-arm64), const CSTOP = 19
    pkg syscall (darwin-arm64), const CSTOP ideal-int
    pkg syscall (darwin-arm64), const CSTOPB = 1024
    pkg syscall (darwin-arm64), const CSTOPB ideal-int
    pkg syscall (darwin-arm64), const CSUSP = 26
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

    - [v1.21.0-alpha.2](#v1210-alpha2)
      - [Downloads for v1.21.0-alpha.2](#downloads-for-v1210-alpha2)
        - [Source Code](#source-code-19)
        - [Client binaries](#client-binaries-19)
        - [Server binaries](#server-binaries-19)
        - [Node binaries](#node-binaries-19)
      - [Changelog since v1.21.0-alpha.1](#changelog-since-v1210-alpha1)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-5)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. cmd/batch-rotate_gen.go

    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z BatchKeyRotateNotification) Msgsize() (s int) {
    	s = 1 + 9 + msgp.StringPrefixSize + len(z.Endpoint) + 6 + msgp.StringPrefixSize + len(z.Token)
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    func (z *BatchKeyRotationType) DecodeMsg(dc *msgp.Reader) (err error) {
    	{
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 27.1K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/ppc64.s

    	//      this is OK since r0 == $0, but the latter is preferred.
    	ADD $0, R6, R5             	// 7ca60214
    
            //TODO: the assembler rewrites these into ADDIS $19, R5, Rx and ADD $-10617, Rx, Rx, but the test only sees the first ADDIS
    	ADD $1234567, R5                // 3ca50013 or 0600001238a5d687
    	ADD $1234567, R5, R6            // 3cc50013 or 0600001238c5d687
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 21 18:27:17 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    - [v1.8.0-alpha.2](#v180-alpha2)
      - [Downloads for v1.8.0-alpha.2](#downloads-for-v180-alpha2)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
      - [Changelog since v1.7.0](#changelog-since-v170)
        - [Action Required](#action-required-6)
        - [Other notable changes](#other-notable-changes-18)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. docs/en/data/people.yml

    - login: ebottos94
      count: 20
      avatarUrl: https://avatars.githubusercontent.com/u/100039558?u=8b91053b3abe4a9209375e3651e1c1ef192d884b&v=4
      url: https://github.com/ebottos94
    - login: estebanx64
      count: 19
      avatarUrl: https://avatars.githubusercontent.com/u/10840422?u=1900887aeed268699e5ea6f3fb7db614f7b77cd3&v=4
      url: https://github.com/estebanx64
    - login: sehraramiz
      count: 18
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:16 UTC 2025
    - 28.6K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg debug/dwarf, const ClassRngList = 17
    pkg debug/dwarf, const ClassRngList Class
    pkg debug/dwarf, const ClassRngListsPtr = 18
    pkg debug/dwarf, const ClassRngListsPtr Class
    pkg debug/dwarf, const ClassStrOffsetsPtr = 19
    pkg debug/dwarf, const ClassStrOffsetsPtr Class
    pkg debug/dwarf, const TagAtomicType = 71
    pkg debug/dwarf, const TagAtomicType Tag
    pkg debug/dwarf, const TagCallSite = 72
    pkg debug/dwarf, const TagCallSite Tag
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top