Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 623 for nodefault (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MixedMavenAndIvyModulesIntegrationTest.groovy

                .configuration("default")
                .dependsOn(m1, conf: "compile->default")
                .dependsOn(m2, conf: "runtime->default")
                .dependsOn(inDefault, conf: "*,!compile,!runtime")
                .artifact(name: "compile", conf: "compile")
                .artifact(name: "runtime", conf: "runtime")
                .artifact(name: 'in-default', conf: "other,default")
                .publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            assertQuery(functionScoreQuery(simpleQuery("QUERY", titleBoost, contentBoost)), //
                    Map.of("_default", List.of("QUERY")), //
                    Set.of("QUERY"), //
                    buildQuery("QUERY"));
            assertQuery(functionScoreQuery(simpleQuery("QUERY", titleBoost, contentBoost)), //
                    Map.of("_default", List.of("QUERY")), //
                    Set.of("QUERY"), //
                    buildQuery(" QUERY"));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

    						Queues:           128,
    						HandSize:         6,
    						QueueLengthLimit: 50,
    					},
    				},
    			},
    		})
    	// global-default priority-level
    	SuggestedPriorityLevelConfigurationGlobalDefault = newPriorityLevelConfiguration(
    		"global-default",
    		flowcontrol.PriorityLevelConfigurationSpec{
    			Type: flowcontrol.PriorityLevelEnablementLimited,
    			Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/configurations/renderer/ConsoleConfigurationReportRenderer.java

            if (!capabilities.isEmpty()) {
                class FormattedCapability {
                    final String gav;
                    final boolean isDefault;
    
                    public FormattedCapability(String name, boolean isDefault) {
                        this.gav = name; this.isDefault = isDefault;
                    }
                }
    
                printSection("Capabilities", () -> {
                    capabilities.stream()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 16:17:12 UTC 2022
    - 18.3K bytes
    - Viewed (0)
  5. pkg/kubelet/network/dns/dns_test.go

    		},
    		{
    			desc:            "valid DNSDefault without hostnetwork",
    			dnsPolicy:       v1.DNSDefault,
    			expectedDNSType: podDNSHost,
    		},
    		{
    			desc:            "valid DNSDefault with hostnetwork",
    			hostNetwork:     true,
    			dnsPolicy:       v1.DNSDefault,
    			expectedDNSType: podDNSHost,
    		},
    		{
    			desc:            "DNSClusterFirst with hostnetwork, fallback to DNSDefault",
    			hasClusterDNS:   true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  6. cluster/gce/config-default.sh

    export NODE_EXTRA_METADATA=${KUBE_NODE_EXTRA_METADATA:-${KUBE_EXTRA_METADATA:-}}
    
    NETWORK=${KUBE_GCE_NETWORK:-default}
    # Enable network deletion by default (for kube-down), unless we're using 'default' network.
    if [[ "${NETWORK}" == "default" ]]; then
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false}
    else
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-true}
    fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    	"objectSelector":       "ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  8. pkg/kubelet/network/dns/dns.go

    		return podDNSCluster, nil
    	case v1.DNSClusterFirst:
    		if !kubecontainer.IsHostNetworkPod(pod) {
    			return podDNSCluster, nil
    		}
    		// Fallback to DNSDefault for pod on hostnetwork.
    		fallthrough
    	case v1.DNSDefault:
    		return podDNSHost, nil
    	}
    	// This should not happen as kube-apiserver should have rejected
    	// invalid dnsPolicy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 04 11:37:10 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  9. tensorflow/c/eager/c_api_experimental_test.cc

      TFE_TensorHandle* h_default = TestMatrixTensorHandle(ctx);
      const char* device_type = TFE_TensorHandleDeviceType(h_default, status.get());
      ASSERT_EQ(TF_OK, TF_GetCode(status.get())) << TF_Message(status.get());
      ASSERT_TRUE(absl::StrContains(device_type, "CPU")) << device_type;
      int device_id = TFE_TensorHandleDeviceID(h_default, status.get());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 03:14:26 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-default-attr.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-shape-inference-on-import=false %s -o - | FileCheck %s
    
    # Verify that the data_format attributes is pulled from the default value in the
    # registry when not present in the GraphDef
    # CHECK:  tf.Conv2D
    # CHECK-SAME: data_format = "NHWC"
    
    # Verify that we don't import derived attributes as these will be added only on
    # export.
    # CHECK: tf.MaxPool
    # CHECK-NOT: T = f32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:32:15 UTC 2020
    - 12K bytes
    - Viewed (0)
Back to top