Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 52 for natures (0.31 sec)

  1. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    static final String FEATURE_PROCESS_NAMESPACES = http://xmlpull.org/v1/doc/features.html#process-namespaces; public static final String FEATURE_REPORT_NAMESPACE_ATTRIBUTES = http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes; public static final String FEATURE_PROCESS_DOCDECL = http://xmlpull.org/v1/doc/features.html#process-docdecl; public static final String FEATURE_VALIDATION = http://xmlpull.org/v1/doc/features.html#validation; public abstract void setFeature(String, boolean) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager_test.go

    				featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.KubeletSeparateDiskGC, tc.kubeletSeparateDiskFeature)
    				featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.PodDisruptionConditions, enablePodDisruptionConditions)
    
    				podMaker := makePodWithDiskStats
    				summaryStatsMaker := makeDiskStats
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

                return newValue;
              }
              try {
                return getAndRecordStats(
                    key, hash, computingValueReference, Futures.immediateFuture(newValue));
              } catch (ExecutionException exception) {
                throw new AssertionError("impossible; Futures.immediateFuture can't throw");
              }
            } else if (createNewEntry || valueReference.isLoading()) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          }
        },
        "node_modules/natural-compare": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
          "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
          "dev": true
        },
        "node_modules/natural-compare-lite": {
          "version": "1.4.0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_builder_test.go

    				},
    				Sni: "foo.default.svc.cluster.local",
    			},
    		},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.name, func(t *testing.T) {
    			test.SetForTest(t, &features.EnableAutoSni, tc.enableAutoSni)
    			test.SetForTest(t, &features.VerifyCertAtClient, tc.enableVerifyCertAtClient)
    
    			targets := []model.ServiceTarget{
    				{
    					Service: tc.service,
    					Port: model.ServiceInstancePort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  6. pkg/scheduler/schedule_one_test.go

    const (
    	testSchedulerName       = "test-scheduler"
    	mb                int64 = 1024 * 1024
    )
    
    var (
    	emptySnapshot         = internalcache.NewEmptySnapshot()
    	podTopologySpreadFunc = frameworkruntime.FactoryAdapter(feature.Features{}, podtopologyspread.New)
    	errPrioritize         = fmt.Errorf("priority map encounters an error")
    )
    
    type mockScheduleResult struct {
    	result ScheduleResult
    	err    error
    }
    
    type fakeExtender struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_control_test.go

    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	podutil "k8s.io/kubernetes/pkg/api/v1/pod"
    	"k8s.io/kubernetes/pkg/controller"
    	"k8s.io/kubernetes/pkg/controller/history"
    	"k8s.io/kubernetes/pkg/features"
    )
    
    type invariantFunc func(set *apps.StatefulSet, om *fakeObjectManager) error
    
    func setupController(client clientset.Interface) (*fakeObjectManager, *fakeStatefulSetStatusUpdater, StatefulSetControlInterface) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Computes the difference between two sorted maps, using the comparator of the left map, or
       * {@code Ordering.natural()} if the left map uses the natural ordering of its elements. This
       * difference is an immutable snapshot of the state of the maps at the time this method is called.
       * It will never change, even if the maps change at a later time.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Computes the difference between two sorted maps, using the comparator of the left map, or
       * {@code Ordering.natural()} if the left map uses the natural ordering of its elements. This
       * difference is an immutable snapshot of the state of the maps at the time this method is called.
       * It will never change, even if the maps change at a later time.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/entity.go

    	"≋̸":                           "\u224b\u0338",
    	"ʼn":                           "\u0149",
    	"≉":                         "\u2249",
    	"♮":                           "\u266e",
    	"♮":                         "\u266e",
    	"ℕ":                        "\u2115",
    	" ":                            "\u00a0",
    	"≎̸":                           "\u224e\u0338",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
Back to top