- Sort Score
- Result 10 results
- Languages All
Results 1671 - 1680 of 1,713 for Jake (0.09 sec)
-
cmd/object-api-listobjects_test.go
} } } }) } } func objInfoNames(o []ObjectInfo) []string { res := make([]string, len(o)) for i := range o { res[i] = o[i].Name } return res } func TestDeleteObjectVersionMarker(t *testing.T) { ExecObjectLayerTest(t, testDeleteObjectVersion) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 01 11:07:40 UTC 2024 - 73.1K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
* cancel()} on the returned future has no effect on the {@code ClosingFuture} pipeline. * * <p>{@code statusFuture} differs from most methods on {@code ClosingFuture}: You can make calls * to {@code statusFuture} <i>in addition to</i> the call you make to {@link #finishToFuture()} or * a derivation method <i>on the same instance</i>. This is important because calling {@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 08 19:36:35 UTC 2024 - 98.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
With this patch, the external provisioner can remove the finalizer in next reconcile loop. Unfortunately if the provious existing pv has the Failed state, this patch won't take effort. It requires users to remove finalizer. ([#126045](https://github.com/kubernetes/kubernetes/pull/126045), [@carlory](https://github.com/carlory)) [SIG Apps and Storage]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:34:59 UTC 2024 - 456.9K bytes - Viewed (0) -
cmd/sts-handlers_test.go
if err != nil { c.Fatalf("import %d: Unable to import IAM: %v", caseNum, err) } gotContent := iamTestContent{ policies: make(map[string][]byte), ldapUserPolicyMappings: make(map[string][]string), ldapGroupPolicyMappings: make(map[string][]string), } policyContentMap, err := s.adm.ListCannedPolicies(ctx) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 97.1K bytes - Viewed (0) -
guava/src/com/google/common/net/InternetDomainName.java
import javax.annotation.CheckForNull; /** * An immutable well-formed internet domain name, such as {@code com} or {@code foo.co.uk}. Only * syntactic analysis is performed; no DNS lookups or other network interactions take place. Thus * there is no guarantee that the domain actually exists on the internet. * * <p>One common use of this class is to determine whether a given string is likely to represent an
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableList.java
return new RegularImmutableList<>(elementsWithoutTrailingNulls); } } ImmutableList() {} // This declaration is needed to make List.iterator() and // ImmutableCollection.iterator() consistent. @Override public UnmodifiableIterator<E> iterator() { return listIterator(); } @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Aug 16 19:14:45 UTC 2024 - 30.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IterablesTest.java
Queue<Integer> queue = new UnIterableQueue<>(Lists.newLinkedList(asList(5, 14))); Iterator<Integer> consumingIterator = Iterables.consumingIterable(queue).iterator(); /* * Make sure that we can get an element off without calling * UnIterableQueue.iterator(). */ assertEquals(5, consumingIterator.next().intValue()); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 19:12:33 UTC 2024 - 45K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/OrderingTest.java
list.add(i); } Ordering<Object> arbitrary = new ArbitraryOrdering() { @Override int identityHashCode(Object object) { return ((Integer) object) % 5; // fake tons of collisions! } }; // Don't let the elements be in such a predictable order list = shuffledCopy(list, new Random(1)); sort(list, arbitrary);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/OrderingTest.java
list.add(i); } Ordering<Object> arbitrary = new ArbitraryOrdering() { @Override int identityHashCode(Object object) { return ((Integer) object) % 5; // fake tons of collisions! } }; // Don't let the elements be in such a predictable order list = shuffledCopy(list, new Random(1)); sort(list, arbitrary);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 42.6K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
AA,MAAA,KAKE,8DACE,WAAA,IAAA,MAAA,QAEF,+DlGyl8BR,qEkGvl8BU,WAAA,IAAA,MAAA,KlG4l8BV,qDkGll8BM,4ClGml8BN,iEkGll8BQ,MAAA,kBlGul8BR,2DkGrl8BQ,kDlGsl8BR,uEkGrl8BU,MAAA,QlG2l8BV,8EACA,8EkGnl8BM,qElGil8BN,qEkG/k8BQ,OAAA,KlG2l8BR,uFACA,wFACA,0FACA,0FAJA,wGAJA,8EACA,+EACA,iFACA,iFkGtl8BM,+FAKE,iBAAA,QACA,MAAA,QlG2l8BR,2FkGxl8BM,kFACE,oBAAA,QlG6l8BR,oFACA,0FkG3l8BM,2ElGyl8BN,iFkGvl8BQ,iBAAA,KACA,MAAA,QArEF,sDACE,iBAAA,QAEA,sDlGoq8BR,wDkGlq8BU,MAAA,KAGF,+DACE,MAAA,QAKN,mCACE,WAAA,IAAA,MAAA,QAKE,6DACE,WAAA,...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)