Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,060 for names_ (1.99 sec)

  1. pkg/scheduler/apis/config/testing/defaults/defaults.go

    			{Name: names.NodePorts},
    			{Name: names.NodeResourcesFit, Weight: 1},
    			{Name: names.VolumeRestrictions},
    			{Name: names.NodeVolumeLimits},
    			{Name: names.VolumeBinding},
    			{Name: names.VolumeZone},
    			{Name: names.PodTopologySpread, Weight: 2},
    			{Name: names.InterPodAffinity, Weight: 2},
    			{Name: names.DefaultPreemption},
    			{Name: names.NodeResourcesBalancedAllocation, Weight: 1},
    			{Name: names.ImageLocality, Weight: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/controllermanager_test.go

    		names.DeploymentController,
    		names.ReplicaSetController,
    		names.HorizontalPodAutoscalerController,
    		names.DisruptionController,
    		names.StatefulSetController,
    		names.CronJobController,
    		names.CertificateSigningRequestSigningController,
    		names.CertificateSigningRequestApprovingController,
    		names.CertificateSigningRequestCleanerController,
    		names.TTLController,
    		names.BootstrapSignerController,
    		names.TokenCleanerController,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/util/ResourceUtil.java

        }
    
        public static Path getClassesPath(final String... names) {
            return getPath("WEB-INF/", "classes", names);
        }
    
        public static Path getOrigPath(final String... names) {
            return getPath("WEB-INF/", "orig", names);
        }
    
        public static Path getMailTemplatePath(final String... names) {
            return getPath("WEB-INF/", "mail", names);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. tests/query_test.go

    	}
    
    	DB.Create(&users)
    
    	var names []string
    	if err := DB.Model(User{}).Where("name like ?", "pluck-user%").Order("name").Pluck("name", &names).Error; err != nil {
    		t.Errorf("got error when pluck name: %v", err)
    	}
    
    	var names2 []string
    	if err := DB.Model(User{}).Where("name like ?", "pluck-user%").Order("name desc").Pluck("name", &names2).Error; err != nil {
    		t.Errorf("got error when pluck name: %v", err)
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-name-bug.pbtxt

        }
      }
      function {
        signature {
          name: "foo5"
        }
      }
      function {
        signature {
          name: "foo6"
        }
      }
      function {
        signature {
          name: "foo7"
        }
      }
      function {
        signature {
          name: "foo8"
        }
      }
      function {
        signature {
          name: "foo9"
        }
      }
      function {
        signature {
          name: "foo10"
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/main/java/org/gradle/language/internal/DefaultNativeBinary.java

    import org.gradle.language.nativeplatform.internal.Names;
    
    public abstract class DefaultNativeBinary implements ComponentWithNames, ComponentWithObjectFiles, ComponentWithDependencies {
        private final Names names;
        private final DirectoryProperty objectsDir;
        private final DefaultComponentDependencies dependencies;
    
        public DefaultNativeBinary(Names names, ObjectFactory objectFactory, Configuration componentImplementation) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/truncate-canonical-name-pod.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      # more than 63 characters
      name: helloworld-helloworld-helloworld-helloworld-helloworld-helloworld
    spec:
      containers:
        - name: hello
          image: "fake.docker.io/google-samples/hello-go-gke:1.0"
          ports:
            - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 02 08:39:34 UTC 2024
    - 299 bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/scopes/KtScope.kt

         */
        public fun getClassifierSymbols(names: Collection<Name>): Sequence<KaClassifierSymbol>
    
        /**
         * Return a sequence of [KaClassifierSymbol] which current scope contains, if classifier name present in [names].
         *
         * @see getClassifierSymbols
         */
        public fun getClassifierSymbols(vararg names: Name): Sequence<KaClassifierSymbol> =
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        sizeBytes: 286572743
      - names:
        - grafana/grafana@sha256:7ff7f9b2501a5d55b55ce3f58d21771b1c5af1f2a4ab7dbf11bef7142aae7033
        - grafana/grafana:4.2.0
        sizeBytes: 277940263
      - names:
        - influxdb@sha256:7dddf03376348876ed4bdf33d6dfa3326f45a2bae0930dbd80781a374eb519bc
        - influxdb:1.2.2
        sizeBytes: 223948571
      - names:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. src/slices/example_test.go

    	})
    	fmt.Println("First negative at index", i)
    	// Output:
    	// First negative at index 2
    }
    
    func ExampleInsert() {
    	names := []string{"Alice", "Bob", "Vera"}
    	names = slices.Insert(names, 1, "Bill", "Billie")
    	names = slices.Insert(names, len(names), "Zac")
    	fmt.Println(names)
    	// Output:
    	// [Alice Bill Billie Bob Vera Zac]
    }
    
    func ExampleIsSorted() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 17:28:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top