- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for isDefault (0.09 sec)
-
manifests/addons/values-grafana.yaml
type: prometheus orgId: 1 url: http://prometheus:9090 access: proxy isDefault: true jsonData: timeInterval: 15s editable: true - name: Loki type: loki orgId: 1 url: http://loki:3100 access: proxy isDefault: false jsonData: timeInterval: 5s
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 20:46:28 UTC 2024 - 1.7K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java
AccessibleObject.setAccessible(methods, true); for (Method method : methods) { // Interfaces can have default methods that aren't abstract. // No need to verify them. // Can't check isDefault() for Android compatibility. if (!Modifier.isAbstract(method.getModifiers())) { continue; } // The interface could be package-private or private. // filter out equals/hashCode/toString
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 13:00:28 UTC 2024 - 9.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java
AccessibleObject.setAccessible(methods, true); for (Method method : methods) { // Interfaces can have default methods that aren't abstract. // No need to verify them. // Can't check isDefault() for Android compatibility. if (!Modifier.isAbstract(method.getModifiers())) { continue; } // The interface could be package-private or private. // filter out equals/hashCode/toString
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 13:00:28 UTC 2024 - 9.1K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
or.class package org.apache.ivy.core.module.descriptor; public abstract interface ModuleDescriptor extends DependencyDescriptor, org.apache.ivy.plugins.latest.ArtifactInfo, org.apache.ivy.util.extendable.ExtendableItem { public abstract boolean isDefault(); public abstract org.apache.ivy.core.module.id.ModuleRevisionId getModuleRevisionId(); public abstract org.apache.ivy.core.module.id.ModuleRevisionId getResolvedModuleRev(); public abstract void setResolvedModuleRev(org.apache.ivy.core.module....
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)