- Sort Score
- Num 10 results
- Language All
Results 61 - 69 of 69 for 13v2 (0.08 seconds)
-
internal/s3select/csv/testdata/testdata.zip
40700,4040700,E,QN26,North Corona,4102,1840,331,4,Queens,033100,4033100,I,QN98,Airport,4102^3389273,1,2014-03-08 11:31:27,2014-03-08 11:45:12,N,1,-73.862953186035156,40.750247955322266,-73.864234924316406,40.768081665039063,1,3.00,12.5,0,0.5,0,0,,,13,2,,173,138,green,0.00,3.1,0.0,57,35,5.82,1281,407,4,Queens,040700,4040700,E,QN26,North Corona,4102,1840,331,4,Queens,033100,4033100,I,QN98,Airport,4102^3389274,1,2014-03-16 02:14:17,2014-03-16 02:19:31,N,1,-73.863006591796875,40.750419616699219,-73....
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 111.6K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
0b1111 return byte(r1) } // decompose32 implements Decompose from FIPS 204 for γ2 = (q - 1) / 32. // // r1 is in [0, 15]. func decompose32(r fieldElement) (r1 byte, r0 int32) { x := fieldFromMontgomery(r) r1 = highBits32(x) // r - r1 * (2 * γ2) mod± q r0 = int32(x) - int32(r1)*2*(q-1)/32 r0 = constantTimeSelectLe(q/2+1, r0, r0-q, r0) return r1, r0 } // useHint32 implements UseHint from FIPS 204 for γ2 = (q - 1) / 32. func useHint32(r fieldElement, hint byte) byte { const m = 16 // (q − 1) / (2 * γ2)...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
st, nonce, plaintext, data []byte) []byte { if len(nonce) != g.nonceSize { panic("crypto/cipher: incorrect nonce length given to GCM") } if g.nonceSize == 0 { panic("crypto/cipher: incorrect GCM nonce size") } if uint64(len(plaintext)) > uint64((1<<32)-2)*gcmBlockSize { panic("crypto/cipher: message too large for GCM") } ret, out := sliceForAppend(dst, len(plaintext)+g.tagSize) if alias.InexactOverlap(out, plaintext) { panic("crypto/cipher: invalid buffer overlap of output and input") } if alias.AnyOverlap(out,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
AUTHORITY\Authenticated Users may be able to modify container logs. **Affected Versions**: - kubelet <= 1.27.15 - kubelet <= 1.28.11 - kubelet <= 1.29.6 - kubelet <= 1.30.2 **Fixed Versions**: - kubelet 1.27.16 - kubelet 1.28.12 - kubelet 1.29.7 - kubelet 1.30.3 This vulnerability was reported by Paulo Gomes @pjbgf from SUSE.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
ADCL R11, (BX) // 44111b ADCL DX, (R11) // 411113 ADCL R11, (R11) // 45111b ADCL DX, DX // 11d2 or 13d2 ADCL R11, DX // 4411da or 4113d3 ADCL DX, R11 // 4111d3 or 4413da ADCL R11, R11 // 4511db or 4513db
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 08 21:38:44 GMT 2021 - 581.9K bytes - Click Count (1) -
docs/en/docs/release-notes.md
* Fix generating OpenAPI for apps using callbacks with routers including Pydantic models. PR [#1322](https://github.com/tiangolo/fastapi/pull/1322) by [@nsidnev](https://github.com/nsidnev). * Optimize internal regex performance in `get_path_param_names()`. PR [#1243](https://github.com/tiangolo/fastapi/pull/1243) by [@heckad](https://github.com/heckad).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
api/go1.txt
pkg syscall (windows-386), type IpAdapterInfo struct, ComboIndex uint32 pkg syscall (windows-386), type IpAdapterInfo struct, CurrentIpAddress *IpAddrString pkg syscall (windows-386), type IpAdapterInfo struct, Description [132]uint8 pkg syscall (windows-386), type IpAdapterInfo struct, DhcpEnabled uint32 pkg syscall (windows-386), type IpAdapterInfo struct, DhcpServer IpAddrString
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
10px;\n}\n\n.mailbox-attachment-size {\n color: #999;\n font-size: 12px;\n}\n\n.mailbox-attachment-size > span {\n display: inline-block;\n padding-top: .75rem;\n}\n\n.mailbox-attachment-icon {\n color: #666;\n font-size: 65px;\n max-height: 132.5px;\n padding: 20px 10px;\n text-align: center;\n}\n\n.mailbox-attachment-icon.has-img {\n padding: 0;\n}\n\n.mailbox-attachment-icon.has-img > img {\n height: auto;\n max-width: 100%;\n}\n\n.lockscreen {\n background-color: #e9ecef;\n}\n\n.lockscreen...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/webapp/css/admin/adminlte.min.css
k}.mailbox-attachment-info{background-color:#f8f9fa;padding:10px}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-size>span{display:inline-block;padding-top:.75rem}.mailbox-attachment-icon{color:#666;font-size:65px;max-height:132.5px;padding:20px 10px;text-align:center}.mailbox-attachment-icon.has-img{padding:0}.mailbox-attachment-icon.has-img>img{height:auto;max-width:100%}.lockscreen{background-color:#e9ecef}.lockscreen .lockscreen-name{font-weight:600;text-align:center}....Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 1.3M bytes - Click Count (0)