- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 124 for rids (0.05 sec)
-
android/guava-tests/test/com/google/common/eventbus/EventBusTest.java
final EventBus eventBus = new EventBus(handler); final RuntimeException exception = new RuntimeException("but culottes have a tendency to ride up!"); final Object subscriber = new Object() { @Subscribe public void throwExceptionOn(String message) { throw exception; } };
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 15:16:45 UTC 2024 - 11.2K bytes - Viewed (0) -
tests/test_application.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 21:56:59 UTC 2024 - 52.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Ordering.java
private final AtomicInteger counter = new AtomicInteger(0); private final ConcurrentMap<Object, Integer> uids = Platform.tryWeakKeys(new MapMaker()).makeMap(); private Integer getUid(Object obj) { Integer uid = uids.get(obj); if (uid == null) { // One or more integer values could be skipped in the event of a race
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 39.4K bytes - Viewed (0) -
istioctl/pkg/tag/generate.go
// since they are functioned differently with different name. // The filtered common labels are then added to the incoming generated // webhooks, which aids in managing these webhooks via the istioctl/operator. filteredLabels := make(map[string]string) for k, v := range wh.Labels { if k != "app" { filteredLabels[k] = v } } return &tagWebhookConfig{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.3K bytes - Viewed (0) -
fastapi/routing.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 09:44:57 UTC 2024 - 172.1K bytes - Viewed (0) -
manifests/addons/dashboards/lib/panels.libsonnet
+ timeSeries.standardOptions.withOverrides([ overrideSeries('cds', 'Clusters'), overrideSeries('eds', 'Endpoints'), overrideSeries('lds', 'Listeners'), overrideSeries('rds', 'Routes'), overrideSeries('nds', 'DNS Tables'), overrideSeries('istio.io/debug', 'Debug'), overrideSeries('istio.io/debug/syncz', 'Debug'), overrideSeries('wads', 'Authorization'),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 9.5K bytes - Viewed (0) -
manifests/addons/dashboards/ztunnel-dashboard.gen.json
} ] }, { "matcher": { "id": "byName", "options": "rds" }, "properties": [ { "id": "displayName", "value": "Routes" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
try { krbNameOid = new Oid("1.2.840.113554.1.2.2.1"); krbMechOid = new Oid("1.2.840.113554.1.2.2"); } catch ( Exception e ) { log.error("Failed to initialize kerberos OIDs", e); } JGSS_KRB5_NAME_OID = krbNameOid; JGSS_KRB5_MECH_OID = krbMechOid; } private final GSSContext gssContext; private final GSSName clientName;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Aug 02 08:22:42 UTC 2018 - 13.9K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
containingFailures = true } } } return containingFailures } /** * After archiving the test files, do a cleanup to get rid of TeamCity "XX published a lot of small artifacts" warning. */ private fun cleanUp(filesToCleanUp: Collection<File>) { try { fileSystemOperations.delete {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 28 16:19:47 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)