Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 3,295 for names_ (0.36 sec)

  1. 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)
  2. 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)
  3. pkg/scheduler/apis/config/v1/default_plugins_test.go

    						{Name: names.NodeAffinity, Weight: ptr.To[int32](2)},
    						{Name: names.NodePorts},
    						{Name: names.NodeResourcesFit, Weight: ptr.To[int32](1)},
    						{Name: names.VolumeRestrictions},
    						{Name: names.NodeVolumeLimits},
    						{Name: names.VolumeBinding},
    						{Name: names.VolumeZone},
    						{Name: names.PodTopologySpread, Weight: ptr.To[int32](2)},
    						{Name: names.InterPodAffinity, Weight: ptr.To[int32](2)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:03:04 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/scopes/KtTypeScope.kt

         */
        public fun getCallableSignatures(names: Collection<Name>): Sequence<KaCallableSignature<*>>
    
        /**
         * Return a sequence of [KaCallableSignature] which current scope contain if declaration, if declaration name present in [names]
         *
         * @see getCallableSignatures
         */
        public fun getCallableSignatures(vararg names: Name): Sequence<KaCallableSignature<*>> = withValidityAssertion {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/NamesTest.groovy

        }
    
        def "names for single dimension variant of main"() {
            expect:
            def name = Names.of("mainDebug")
            name.baseName == "debug"
            name.lowerBaseName == "debug"
            name.getCompileTaskName("cpp") == "compileDebugCpp"
            name.getTaskName("link") == "linkDebug"
            name.dirName == "main/debug/"
            name.withPrefix("compile") == "compileDebug"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. src/os/dir_plan9.go

    		if m < syscall.STATFIXLEN {
    			return names, dirents, infos, &PathError{Op: "readdir", Path: file.name, Err: syscall.ErrShortStat}
    		}
    
    		dir, err := syscall.UnmarshalDir(b[:m])
    		if err != nil {
    			return names, dirents, infos, &PathError{Op: "readdir", Path: file.name, Err: err}
    		}
    
    		if mode == readdirName {
    			names = append(names, dir.Name)
    		} else {
    			f := fileInfoFromStat(dir)
    			if mode == readdirDirEntry {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 20:52:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/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)
  8. subprojects/core/src/test/groovy/org/gradle/execution/TaskNameResolverTest.groovy

            1 * tasks.names >> (['task1', 'task2'] as SortedSet)
            0 * tasks._
            1 * childTasks.discoverTasks()
            1 * childTasks.names >> (['task1', 'task3'] as SortedSet)
            0 * childTasks._
    
            when:
            def matches = asTasks(result['task1'])
    
            then:
            matches == [task1]
    
            and:
            1 * tasks.names >> (['task1', 'task2'] as SortedSet)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Oct 22 03:06:58 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/ThemeHelper.java

                        }
                        if ("view".equals(names[0])) {
                            names[0] = themeName;
                            final Path path = ResourceUtil.getViewTemplatePath(names);
                            Files.createDirectories(path.getParent());
                            Files.copy(zis, path, StandardCopyOption.REPLACE_EXISTING);
                        } else if ("css".equals(names[0])) {
                            names[0] = themeName;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. src/syscall/dirent_test.go

    		var consumed, count int
    		consumed, count, names = syscall.ParseDirent(buf[:n], -1, names)
    		t.Logf("ParseDirent: %d new name(s)", count)
    		if consumed != n {
    			t.Fatalf("ParseDirent: consumed %d bytes; expected %d", consumed, n)
    		}
    	}
    
    	slices.Sort(names)
    	t.Logf("names: %q", names)
    
    	if len(names) != 10 {
    		t.Errorf("got %d names; expected 10", len(names))
    	}
    	for i, name := range names {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top