Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 537 for registry_ (0.22 sec)

  1. build/lib/release.sh

      local -r arch="$1"
      local -r registry="$2"
      local -r version="$3"
      local -r save_dir="${4-}"
      kube::log::status "Building conformance image for arch: ${arch}"
      ARCH="${arch}" REGISTRY="${registry}" VERSION="${version}" \
        make -C test/conformance/image/ build >/dev/null
    
      local conformance_tag
      conformance_tag="${registry}/conformance-${arch}:${version}"
      if [[ -n "${save_dir}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go

    	lockAcquisitionFunc func([]corev1.ResourceQuota) func()
    
    	ignoredResources map[schema.GroupResource]struct{}
    
    	// registry that knows how to measure usage for objects
    	registry quota.Registry
    
    	// TODO these are used together to bucket items by namespace and then batch them up for processing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/DefaultVersionCatalogBuilderTest.groovy

        }
    
        def "warns if multiple entries use the same alias"() {
            StandardOutputListener listener = Mock()
            def registry = LoggingServiceRegistry.newCommandLineProcessLogging()
            def loggingManager = registry.newInstance(LoggingManagerInternal)
            loggingManager.enableUserStandardOutputListeners()
            loggingManager.addStandardOutputListener(listener)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Dec 17 22:25:43 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonConnector.java

    import org.gradle.launcher.daemon.logging.DaemonMessages;
    import org.gradle.launcher.daemon.protocol.Message;
    import org.gradle.launcher.daemon.registry.DaemonInfo;
    import org.gradle.launcher.daemon.registry.DaemonRegistry;
    import org.gradle.launcher.daemon.registry.DaemonStopEvent;
    import org.gradle.launcher.daemon.registry.DaemonStopEvents;
    import org.gradle.launcher.daemon.server.api.DaemonStateControl;
    import org.gradle.util.internal.CollectionUtils;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_dump_tensor_op.cc

        // This is a brief description of the pass.
        return "Add DumpTensor ops after quantizable ops";
      }
    
      void getDependentDialects(DialectRegistry &registry) const override {
        registry.insert<TF::TensorFlowDialect>();
        registry.insert<quant::QuantizationDialect>();
        registry.insert<quantfork::QuantizationForkDialect>();
      }
    
     private:
      void runOnOperation() override;
    
      Option<DebuggerType> debugger_type_{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/WindowsKitWindowsSdkLocatorTest.groovy

            when:
            result.explain(visitor)
    
            then:
            visitor.toString() == "Could not locate a Windows SDK installation using the Windows registry."
        }
    
        def "SDK not available when registry dir contains no version directories"() {
            def visitor = new TreeFormatter()
            def dir1 = kitDir("dir1")
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    		expectErr   string
    	}{
    		{
    			name: "test when ServerList is not specified",
    			testOptions: &EtcdOptions{
    				StorageConfig: storagebackend.Config{
    					Type:   "etcd3",
    					Prefix: "/registry",
    					Transport: storagebackend.TransportConfig{
    						ServerList:    nil,
    						KeyFile:       "/var/run/kubernetes/etcd.key",
    						TrustedCAFile: "/var/run/kubernetes/etcdca.crt",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

            def registry = new DefaultServiceRegistry()
            services.each { name, value ->
                registry.add(value.class, value)
            }
            def instantiator = new ImplicitInputsCapturingInstantiator(registry, TestUtil.instantiatorFactory()) {
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/registry/ComponentTypeModelRuleExtractor.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.platform.base.internal.registry;
    
    import com.google.common.collect.ImmutableList;
    import org.gradle.language.base.LanguageSourceSet;
    import org.gradle.language.base.plugins.ComponentModelBasePlugin;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  10. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

            result.explain(visitor)
    
            then:
            1 * visitor.node("Could not locate a Visual Studio installation, using the command line tool, Windows registry or system path.")
        }
    
        def "visual studio not available when locating all versions and nothing in registry or command line and executable not found in path"() {
            given:
            1 * commandLineLocator.getVisualStudioInstalls() >> []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
Back to top