- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for 137d (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/disk/type_linux.go
package disk import "strconv" // fsType2StringMap - list of filesystems supported on linux var fsType2StringMap = map[string]string{ "1021994": "TMPFS", "137d": "EXT", "4244": "HFS", "4d44": "MSDOS", "52654973": "REISERFS", "5346544e": "NTFS", "58465342": "XFS", "61756673": "AUFS", "6969": "NFS", "ef51": "EXT2OLD", "ef53": "EXT4",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 19 01:35:22 GMT 2021 - 1.6K bytes - Click Count (0) -
internal/disk/stat_linux_32bit.go
package disk import ( "errors" "fmt" "strconv" "syscall" ) // fsType2StringMap - list of filesystems supported on linux var fsType2StringMap = map[string]string{ "1021994": "TMPFS", "137d": "EXT", "4244": "HFS", "4d44": "MSDOS", "52654973": "REISERFS", "5346544e": "NTFS", "58465342": "XFS", "61756673": "AUFS", "6969": "NFS", "ef51": "EXT2OLD", "ef53": "EXT4",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 2.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/DoubleMathTest.java
assertThat(DoubleMath.mean(11, -22, 44, -88)).isWithin(1.0e-10).of(-13.75); assertThat(DoubleMath.mean(11)).isWithin(1.0e-10).of(11.0); } @GwtIncompatible // DoubleMath.mean @SuppressWarnings("deprecation") // test of deprecated method public void testMean_longVarargs() { assertThat(DoubleMath.mean(11L, -22L, 44L, -88L)).isWithin(1.0e-10).of(-13.75); assertThat(DoubleMath.mean(11L)).isWithin(1.0e-10).of(11.0); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 30 14:15:36 GMT 2025 - 27.3K bytes - Click Count (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Feb 10 11:25:47 GMT 2024 - 854.1K bytes - Click Count (0) -
docs/en/data/topic_repos.yml
- name: fastapi_best_architecture html_url: https://github.com/fastapi-practices/fastapi_best_architecture stars: 1378 owner_login: fastapi-practices owner_html_url: https://github.com/fastapi-practices - name: fastapi-code-generator html_url: https://github.com/koxudaxi/fastapi-code-generator stars: 1375 owner_login: koxudaxi owner_html_url: https://github.com/koxudaxi - name: budgetml
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 01 13:17:29 GMT 2025 - 16K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/BooleansTest.java
-2, 3, 7, new boolean[] {false, true, false, true, false, true, false}); testRotate( new boolean[] {false, true, false, true, false, true, false}, -1, 3, 7, new boolean[] {false, true, false, false, true, false, true}); testRotate( new boolean[] {false, true, false, true, false, true, false}, 0, 3, 7,Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 25.2K bytes - Click Count (0) -
cmd/apierrorcode_string.go
_ = x[ErrNoTokenRevokeType-132] _ = x[ErrAdminOpenIDNotEnabled-133] _ = x[ErrAdminNoSuchAccessKey-134] _ = x[ErrInvalidEncryptionMethod-135] _ = x[ErrInvalidEncryptionKeyID-136] _ = x[ErrInsecureSSECustomerRequest-137] _ = x[ErrSSEMultipartEncrypted-138] _ = x[ErrSSEEncryptedObject-139] _ = x[ErrInvalidEncryptionParameters-140] _ = x[ErrInvalidEncryptionParametersSSEC-141] _ = x[ErrInvalidSSECustomerAlgorithm-142]
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
static final int DEFAULT_SO_TIMEOUT = 5000; static final int DEFAULT_RCV_BUF_SIZE = 576; static final int DEFAULT_SND_BUF_SIZE = 576; static final int NAME_SERVICE_UDP_PORT = 137; static final int DEFAULT_RETRY_COUNT = 2; static final int DEFAULT_RETRY_TIMEOUT = 3000; static final int RESOLVER_LMHOSTS = 1; static final int RESOLVER_BCAST = 2; static final int RESOLVER_WINS = 3;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 17.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPSHLDQ $13, 7(AX)(CX*2), Z27, K7, Z23 // 62e3a54771bc48070000000d VPSHLDQ $13, Z3, Z14, K7, Z23 // 62e38d4f71fb0d VPSHLDQ $13, Z0, Z14, K7, Z23 // 62e38d4f71f80d VPSHLDQ $13, -17(BP)(SI*2), Z14, K7, Z23 // 62e38d4f71bc75efffffff0d VPSHLDQ $13, 7(AX)(CX*2), Z14, K7, Z23 // 62e38d4f71bc48070000000d
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 97.1K bytes - Click Count (0) -
docs/changelogs/changelog_4x.md
* Upgrade: [Bouncy Castle 1.65][bouncy_castle_releases]. This dependency is required by the `okhttp-tls` module. * Upgrade: [Kotlin 1.3.71][kotlin_1_3_71]. ## Version 4.5.0 _2020-04-06_ **This release fixes a severe bug where OkHttp incorrectly detected and recovered from unhealthyCreated: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Apr 17 13:25:31 GMT 2024 - 25.2K bytes - Click Count (0)