- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 445 for 50 (0.03 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java
public static long LONG_DELAY_MS; /** * Returns the shortest timed delay. This could be reimplemented to use for example a Property. */ protected long getShortDelay() { return 50; } /** Sets delays as multiples of SHORT_DELAY. */ protected void setDelays() { SHORT_DELAY_MS = getShortDelay(); SMALL_DELAY_MS = SHORT_DELAY_MS * 5; MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:07:52 UTC 2025 - 37.8K bytes - Viewed (0) -
internal/grid/grid_test.go
func testStreamDeadline(t *testing.T, local, remote *Manager) { defer testlogger.T.SetErrorTB(t)() errFatal := func(err error) { t.Helper() if err != nil { t.Fatal(err) } } const wantDL = 50 * time.Millisecond // We fake a local and remote server. remoteHost := remote.HostName() // 1: Echo serverCanceled := make(chan time.Duration, 1) register := func(manager *Manager) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 36.1K bytes - Viewed (0) -
src/bufio/bufio_test.go
r := io.MultiReader(strings.NewReader("abc"), &emptyThenNonEmptyReader{r: strings.NewReader("def"), n: 1}) br := NewReaderSize(r, size) want := func(s string, wantErr error) { p := make([]byte, 50) n, err := br.Read(p) if err != wantErr || n != len(s) || string(p[:n]) != s { t.Fatalf("read(%d) = %q, %v, want %q, %v", len(p), string(p[:n]), err, s, wantErr) }
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 07 01:08:54 UTC 2025 - 51.6K bytes - Viewed (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.js
.sortStable,o=!le.sortStable&&ae.call(e,0),de.call(e,l),a){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)he.call(e,n[r],1)}return o=null,e},ce.fn.uniqueSort=function(){return this.pushStack(ce.uniqueSort(ae.apply(this)))},(b=ce.expr={cacheLength:50,createPseudo:F,match:D,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (1) -
api/go1.11.txt
pkg debug/elf, const R_RISCV_TPREL_LO12_I R_RISCV pkg debug/elf, const R_RISCV_TPREL_LO12_S = 31 pkg debug/elf, const R_RISCV_TPREL_LO12_S R_RISCV pkg debug/elf, const R_RISCV_TPREL_S = 50 pkg debug/elf, const R_RISCV_TPREL_S R_RISCV pkg debug/elf, method (R_RISCV) GoString() string pkg debug/elf, method (R_RISCV) String() string pkg debug/elf, type R_RISCV int pkg debug/macho, const CpuArm64 = 16777228
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
helm-releases/minio-4.0.2.tgz
minio-4.0.2.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-05-08T23-50-31Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 4.0.2 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon May 09 04:25:47 UTC 2022 - 18K bytes - Viewed (0) -
helm-releases/minio-4.0.3.tgz
minio-4.0.3.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-05-08T23-50-31Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 4.0.3 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jul 08 06:16:22 UTC 2022 - 18K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const B460800 ideal-int pkg syscall (netbsd-arm64-cgo), const B4800 = 4800 pkg syscall (netbsd-arm64-cgo), const B4800 ideal-int pkg syscall (netbsd-arm64-cgo), const B50 = 50 pkg syscall (netbsd-arm64-cgo), const B50 ideal-int pkg syscall (netbsd-arm64-cgo), const B57600 = 57600 pkg syscall (netbsd-arm64-cgo), const B57600 ideal-int pkg syscall (netbsd-arm64-cgo), const B600 = 600
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java
byte[] smallMessage = new byte[5]; assertDoesNotThrow(() -> context.encryptMessage(smallMessage, 1L)); // Large message should trigger rotation and fail byte[] largeMessage = new byte[50]; Exception exception = assertThrows(CIFSException.class, () -> context.encryptMessage(largeMessage, 2L)); assertTrue(exception.getMessage().contains("rotation") || exception.getMessage().contains("exceeded"),
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 44.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
uniques++; } } Arrays.fill(sortedElements, uniques, length, null); if (maybeExpand && uniques * 4 > length * 3) { // lots of nonduplicated elements, expand the array by 50% sortedElements = Arrays.copyOf(sortedElements, IntMath.saturatedAdd(length, length / 2 + 1)); } int[] sortedCounts = new int[sortedElements.length]; for (int i = 0; i < length; i++) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 35.2K bytes - Viewed (0)