- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 115 for 52 (0.04 seconds)
-
api/go1.10.txt
pkg debug/elf, const R_ARM_THM_JUMP19 = 51 pkg debug/elf, const R_ARM_THM_JUMP19 R_ARM pkg debug/elf, const R_ARM_THM_JUMP24 = 30 pkg debug/elf, const R_ARM_THM_JUMP24 R_ARM pkg debug/elf, const R_ARM_THM_JUMP6 = 52 pkg debug/elf, const R_ARM_THM_JUMP6 R_ARM pkg debug/elf, const R_ARM_THM_JUMP8 = 103 pkg debug/elf, const R_ARM_THM_JUMP8 R_ARM pkg debug/elf, const R_ARM_THM_MOVT_ABS = 48 pkg debug/elf, const R_ARM_THM_MOVT_ABS R_ARM
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Feb 06 05:00:01 GMT 2018 - 30.1K bytes - Click Count (0) -
src/archive/zip/reader_test.go
0000220 3a 45 c3 71 b7 df f3 4c 63 fb b5 d9 31 5f 6e d6 0000230 24 1d a4 4a fe 32 a7 5c 16 48 5c 3e 08 6b 8a d3 0000240 25 1d a2 12 a5 59 24 ea 20 5f 52 6d ad 94 db 6b 0000250 94 b9 5d eb 4b a7 5c 44 bb 1e f2 3c 6b cf 52 c9 0000260 e9 e5 ba 06 b9 c4 e5 0a d0 00 0d d0 00 0d d0 00 0000270 0d d0 00 0d d0 00 0d d0 00 0d d0 00 0d d0 00 0d 0000280 d0 00 0d d0 00 0d d0 00 0d d0 00 0d d0 00 0d d0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 17 20:10:27 GMT 2025 - 56.5K bytes - Click Count (0) -
docs/en/data/contributors.yml
dependabot: login: dependabot count: 130 avatarUrl: https://avatars.githubusercontent.com/in/29110?v=4 url: https://github.com/apps/dependabot alejsdev: login: alejsdev count: 52 avatarUrl: https://avatars.githubusercontent.com/u/90076947?u=85ceac49fb87138aebe8d663912e359447329090&v=4 url: https://github.com/alejsdev pre-commit-ci: login: pre-commit-ci count: 50
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 01 06:27:43 GMT 2025 - 20K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
} @ParameterizedTest @DisplayName("Test readDataWireFormat with various server versions") @CsvSource({ "3, 51, Windows NT 3.51", "4, 0, Windows NT 4.0", "5, 0, Windows 2000", "5, 1, Windows XP", "5, 2, Windows Server 2003", "6, 0, Windows Vista", "6, 1, Windows 7", "6, 2, Windows 8", "6, 3, Windows 8.1", "10, 0, Windows 10" })Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 25.4K bytes - Click Count (0) -
api/go1.1.txt
pkg archive/tar, const TypeBlock = 52 pkg archive/tar, const TypeChar = 51 pkg archive/tar, const TypeCont = 55 pkg archive/tar, const TypeDir = 53 pkg archive/tar, const TypeFifo = 54 pkg archive/tar, const TypeGNULongLink = 75 pkg archive/tar, const TypeGNULongLink ideal-char pkg archive/tar, const TypeGNULongName = 76 pkg archive/tar, const TypeGNULongName ideal-char pkg archive/tar, const TypeLink = 49 pkg archive/tar, const TypeReg = 48
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
} }); } @Override public void logoff() throws IOException { if (witnessClient != null) { witnessClient.close(); } super.logoff(); } ``` ### 5.2 Tree Connection Integration ```java // In SmbTree.java public void connectWithWitnessSupport() throws IOException { // Perform normal tree connection super.connect();Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
pos += 8; final int wsOff = writeSecurityBuffer(type3, 44, workstationBytes); pos += 8; final int skOff = writeSecurityBuffer(type3, 52, sessionKeyBytes); pos += 8; writeULong(type3, pos, getFlags()); pos += 4; if (getFlag(NTLMSSP_NEGOTIATE_VERSION)) {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VROTRH $5, V1 // 2154a072 VROTRW $0, V1, V2 // 2280a072 VROTRW $31, V1, V2 // 22fca072 VROTRW $18, V1 // 21c8a072 VROTRV $0, V1, V2 // 2200a172 VROTRV $63, V1, V2 // 22fca172 VROTRV $52, V1 // 21d0a172 XVSLLB $0, X2, X1 // 41202c77 XVSLLB $7, X2, X1 // 413c2c77 XVSLLB $4, X2 // 42302c77 XVSLLH $0, X2, X1 // 41402c77 XVSLLH $15, X2, X1 // 417c2c77 XVSLLH $8, X2 // 42602c77
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 44.5K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
SmbTransport alternativeTransport = selectTransport(message); alternativeTransport.send(message); } else { throw e; } } } ``` ### 5.2 Transport Pool Integration ```java // In SmbTransportPool.java public SmbTransport getMultiChannelTransport(SmbSession session, NetworkInterfaceInfo localIf,
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0) -
docs/metrics/prometheus/grafana/minio-dashboard.json
] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 5, "x": 16, "y": 0 }, "id": 52, "options": { "displayMode": "lcd", "maxVizHeight": 300, "minVizHeight": 16, "minVizWidth": 8, "namePlacement": "auto", "orientation": "horizontal",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Aug 04 01:46:49 GMT 2025 - 93.1K bytes - Click Count (0)