- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for 91 (0.01 seconds)
-
okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt
http://example.com/foo%2zbar s:http h:example.com p:/foo%2zbar http://example.com/foo%2\u00C2\u00A9zbar s:http h:example.com p:/foo%2%C3%82%C2%A9zbar http://example.com/foo%41%7a s:http h:example.com p:/foo%41%7a http://example.com/foo\t\u0091%91 s:http h:example.com p:/foo%C2%91%91 http://example.com/foo%00%51 s:http h:example.com p:/foo%00%51 http://example.com/(%28:%3A%29) s:http h:example.com p:/(%28:%3A%29)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 14.3K bytes - Click Count (0) -
api/except.txt
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 22 21:16:03 GMT 2026 - 34.8K bytes - Click Count (0) -
cmd/apierrorcode_string.go
_ = x[ErrCredMalformed-85] _ = x[ErrInvalidRegion-86] _ = x[ErrInvalidServiceS3-87] _ = x[ErrInvalidServiceSTS-88] _ = x[ErrInvalidRequestVersion-89] _ = x[ErrMissingSignTag-90] _ = x[ErrMissingSignHeadersTag-91] _ = x[ErrMalformedDate-92] _ = x[ErrMalformedPresignedDate-93] _ = x[ErrMalformedCredentialDate-94] _ = x[ErrMalformedExpires-95] _ = x[ErrNegativeExpires-96] _ = x[ErrAuthHeaderEmpty-97]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
api/go1.11.txt
pkg debug/elf, const EM_PDP10 Machine pkg debug/elf, const EM_PDP11 = 65 pkg debug/elf, const EM_PDP11 Machine pkg debug/elf, const EM_PDSP = 63 pkg debug/elf, const EM_PDSP Machine pkg debug/elf, const EM_PJ = 91 pkg debug/elf, const EM_PJ Machine pkg debug/elf, const EM_PRISM = 82 pkg debug/elf, const EM_PRISM Machine pkg debug/elf, const EM_QDSP6 = 164 pkg debug/elf, const EM_QDSP6 Machine pkg debug/elf, const EM_R32C = 162
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 22 03:48:56 GMT 2018 - 25K bytes - Click Count (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ16 R_ARM pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 = 130 pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 R_ARM pkg debug/elf, const R_ARM_TLS_CALL = 91 pkg debug/elf, const R_ARM_TLS_CALL R_ARM pkg debug/elf, const R_ARM_TLS_DESCSEQ = 92 pkg debug/elf, const R_ARM_TLS_DESCSEQ R_ARM pkg debug/elf, const R_ARM_TLS_DTPMOD32 = 17 pkg debug/elf, const R_ARM_TLS_DTPMOD32 R_ARM
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 06 05:00:01 GMT 2018 - 30.1K bytes - Click Count (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_GOT16_LO = 15 pkg debug/elf, const R_PPC64_GOT16_LO R_PPC64 pkg debug/elf, const R_PPC64_GOT16_LO_DS = 59 pkg debug/elf, const R_PPC64_GOT16_LO_DS R_PPC64 pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS = 91 pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS R_PPC64 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA = 94 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA R_PPC64 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI = 93
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jul 30 21:14:09 GMT 2015 - 46.6K bytes - Click Count (0) -
go.mod
github.com/nats-io/stan.go v0.10.4 github.com/ncw/directio v1.0.5 github.com/nsqio/go-nsq v1.1.0 github.com/philhofer/fwd v1.2.0 github.com/pierrec/lz4/v4 v4.1.22 github.com/pkg/errors v0.9.1 github.com/pkg/sftp v1.13.9 github.com/pkg/xattr v0.4.10 github.com/prometheus/client_golang v1.22.0 github.com/prometheus/client_model v0.6.2 github.com/prometheus/common v0.63.0 github.com/prometheus/procfs v0.16.1
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 12.2K bytes - Click Count (0) -
docs/smb3-features/01-smb3-lease-design.md
os.write("test data".getBytes()); } // Verify caching behavior assertTrue(file.canCacheWrite()); } } ``` ## 9. Performance Considerations ### 9.1 Memory Management - Lease entries should be evicted based on LRU when max leases reached - Implement periodic cleanup of expired leases ### 9.2 Thread Safety - Use concurrent data structures for lease storage
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0) -
docs/smb3-features/02-persistent-handles-design.md
SmbFile file2 = new SmbFile("smb://server/share/persistent.txt", context); assertTrue(file2.exists()); // Should reconnect with persistent handle } ``` ## 9. Error Handling and Recovery ### 9.1 Handle Break Scenarios ```java public enum HandleBreakReason { NETWORK_FAILURE, // Network connection lost SESSION_EXPIRED, // Session timeout SERVER_REBOOT, // Server restart
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0) -
docs/smb3-features/04-directory-leasing-design.md
SmbFile[] updatedFiles = dir.listFiles(); assertEquals(initialFiles.length + 1, updatedFiles.length); } ``` ## 9. Error Handling ### 9.1 Cache Consistency ```java public class CacheConsistencyManager { public void handleInconsistency(String directoryPath, String fileName) { log.warn("Cache inconsistency detected for: {}/{}", directoryPath, fileName);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 36.2K bytes - Click Count (0)