- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 207 for REGISTRY (0.21 sec)
-
android/guava-tests/test/com/google/common/eventbus/SubscriberRegistryTest.java
registry.register(new ObjectSubscriber()); assertEquals(3, Iterators.size(registry.getSubscribers(""))); assertEquals(1, Iterators.size(registry.getSubscribers(new Object()))); assertEquals(1, Iterators.size(registry.getSubscribers(1))); registry.register(new IntegerSubscriber()); assertEquals(3, Iterators.size(registry.getSubscribers("")));
Java - Registered: 2023-11-24 12:43 - Last Modified: 2023-09-06 17:04 - 5.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/eventbus/SubscriberRegistryTest.java
registry.register(new ObjectSubscriber()); assertEquals(3, Iterators.size(registry.getSubscribers(""))); assertEquals(1, Iterators.size(registry.getSubscribers(new Object()))); assertEquals(1, Iterators.size(registry.getSubscribers(1))); registry.register(new IntegerSubscriber()); assertEquals(3, Iterators.size(registry.getSubscribers("")));
Java - Registered: 2023-11-24 12:43 - Last Modified: 2023-09-06 17:04 - 5.7K bytes - Viewed (0) -
kotlin-js-store/yarn.lock
# yarn lockfile v1 "@colors/colors@1.5.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== "@discoveryjs/json-ext@^0.5.0": version "0.5.7" resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
Plain Text - Registered: 2023-11-24 11:42 - Last Modified: 2023-07-22 12:28 - 87.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
Java - Registered: 2023-11-24 12:43 - Last Modified: 2023-07-27 22:04 - 27.2K bytes - Viewed (0) -
tensorflow/c/experimental/gradients/math_grad_test.cc
} // TODO(srbs): Rename ops::Add to ops::AddV2 and AddRegister to // AddV2Registerer. status_ = registry_.Register("AddV2", AddRegisterer); ASSERT_EQ(errors::OK, status_.code()) << status_.message(); ASSERT_NO_FATAL_FAILURE(CompareNumericalAndAutodiffGradients( AddModel, BuildGradModel(AddModel, registry_), immediate_execution_ctx_.get(), {x.get(), y.get()}, UseFunction())); }
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-04-13 17:32 - 16.3K bytes - Viewed (0) -
operator/docker/Dockerfile.operator
# Version is the base image version from the TLD Makefile ARG BASE_VERSION=latest ARG ISTIO_BASE_REGISTRY=gcr.io/istio-release # The following section is used as base image if BASE_DISTRIBUTION=debug FROM ${ISTIO_BASE_REGISTRY}/base:${BASE_VERSION} as debug # The following section is used as base image if BASE_DISTRIBUTION=distroless FROM ${ISTIO_BASE_REGISTRY}/distroless:${BASE_VERSION} as distroless
Plain Text - Registered: 2023-11-22 22:53 - Last Modified: 2022-12-19 15:53 - 900 bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
datsun // day : 2014-01-30 Charleston Road Registry Inc. day // dclk : 2014-11-20 Charleston Road Registry Inc. dclk // dds : 2015-05-07 Registry Services, LLC dds // deal : 2015-06-25 Amazon Registry Services, Inc. deal // dealer : 2014-12-22 Intercap Registry Inc. dealer // deals : 2014-05-22 Binky Moon, LLC deals
Plain Text - Registered: 2023-11-24 11:42 - Last Modified: 2023-04-22 14:54 - 240.3K bytes - Viewed (4) -
tensorflow/c/experimental/gradients/tape/tape_context.cc
namespace tensorflow { namespace gradients { TapeContext::TapeContext(AbstractContext* c, Tape* tape, const GradientRegistry& registry) : AbstractContext(kTape), parent_ctx_(c), tape_(tape), registry_(registry) { // TODO(srbs): Make AbstractContext ref counted. // parent_ctx_->Ref(); } void TapeContext::Release() { // TODO(srbs): Change to Unref() delete this; }
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2020-09-23 23:12 - 1.7K bytes - Viewed (0) -
cni/deployments/kubernetes/Dockerfile.install-cni
# Version is the base image version from the TLD Makefile ARG BASE_VERSION=latest ARG ISTIO_BASE_REGISTRY=gcr.io/istio-release # The following section is used as base image if BASE_DISTRIBUTION=debug FROM ${ISTIO_BASE_REGISTRY}/base:${BASE_VERSION} as debug # The following section is used as base image if BASE_DISTRIBUTION=distroless FROM ${ISTIO_BASE_REGISTRY}/distroless:${BASE_VERSION} as distroless
Plain Text - Registered: 2023-11-22 22:53 - Last Modified: 2023-04-14 15:12 - 1004 bytes - Viewed (0) -
operator/cmd/operator/server.go
} log.Infof("Creating operator metrics exporter available at %s", metricsOptions.BindAddress) registry := ctrlmetrics.Registry.(*prometheus.Registry) wrapped := prometheus.WrapRegistererWithPrefix("istio_install_operator_", registry) if _, err := monitoring.RegisterPrometheusExporter(wrapped, registry); err != nil { log.Warnf("Error while building exporter: %v", err) } log.Info("Registering Components.")
Go - Registered: 2023-11-22 22:53 - Last Modified: 2023-08-30 21:09 - 7.6K bytes - Viewed (1)