Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,170 for JOIN (0.04 sec)

  1. src/cmd/compile/internal/test/pgo_devirtualize_test.go

    	}
    	srcDir := filepath.Join(wd, "testdata", "pgo", "devirtualize")
    
    	// Copy the module to a scratch location so we can add a go.mod.
    	dir := t.TempDir()
    	if err := os.Mkdir(filepath.Join(dir, "mult.pkg"), 0755); err != nil {
    		t.Fatalf("error creating dir: %v", err)
    	}
    	for _, file := range []string{"devirt.go", "devirt_test.go", profFileName, filepath.Join("mult.pkg", "mult.go")} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 15 21:30:35 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_volumes_linux_test.go

    				volumePath := filepath.Join(podDir, "volumes/plugin/name")
    				if err := os.MkdirAll(volumePath, 0750); err != nil {
    					return err
    				}
    				return os.WriteFile(filepath.Join(volumePath, "test.txt"), []byte("test1"), 0640)
    			},
    			validateFunc: func(kubelet *Kubelet) error {
    				podDir := kubelet.getPodDir("pod1uid")
    				return validateDirExists(filepath.Join(podDir, "volumes/plugin/name"))
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 30 03:35:26 UTC 2022
    - 8.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/AbstractCommandLineOrderTaskIntegrationTest.groovy

                        ${dependencies.collect {'dependsOn ' + dependencyFor(it) }.join('\n\t\t\t\t')}
                        ${finalizers.collect { 'finalizedBy ' + dependencyFor(it) }.join('\n\t\t\t\t')}
                        ${mustRunAfter.collect { 'mustRunAfter ' + dependencyFor(it) }.join('\n\t\t\t\t')}
                        ${shouldRunAfter.collect { 'shouldRunAfter ' + dependencyFor(it) }.join('\n\t\t\t\t')}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

    func NewShowJoinCommandPhase() workflow.Phase {
    	return workflow.Phase{
    		Name:         "show-join-command",
    		Short:        "Show the join command for control-plane and worker node",
    		Run:          showJoinCommand,
    		Dependencies: []string{"bootstrap-token", "upload-certs"},
    	}
    }
    
    // showJoinCommand prints the join command after all the phases in init have finished
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  5. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/AbstractPropertyUpgradesBinaryCompatibilityCrossVersionSpec.groovy

            """
    
            file("producer/src/main/groovy/SomePlugin.groovy") << """
                ${getDefaultImports().collect { "import " + it }.join("\n")}
                ${additionalImportedClasses().collect { "import " + it.name }.join("\n")}
                ${additionalImports().collect { "import " + it }.join("\n")}
    
                class SomePlugin implements Plugin<Project> {
                    void apply(Project project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. cmd/kubeadm/test/cmd/join_test.go

    	}
    
    	kubeadmPath := getKubeadmPath()
    	for _, rt := range initTest {
    		t.Run(rt.name, func(t *testing.T) {
    			_, _, _, actual := RunCmd(kubeadmPath, "join", rt.args, "--ignore-preflight-errors=all")
    			if (actual == nil) != rt.expected {
    				t.Errorf(
    					"failed CmdJoinConfig running 'kubeadm join %s' with an error: %v\n\texpected: %t\n\t  actual: %t",
    					rt.args,
    					actual,
    					rt.expected,
    					(actual == nil),
    				)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 08 21:47:16 UTC 2020
    - 6.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/runlit.site.cfg.py

    # tests and intended to only persist temporarily (b/136126535).
    # pylint: disable=undefined-variable
    config.llvm_tools_dir = os.path.join(external_srcdir, 'llvm-project', 'llvm')
    config.mlir_obj_root = os.path.join(real_test_srcdir)
    config.mlir_tools_dir = os.path.join(external_srcdir, 'llvm-project', 'mlir')
    # TODO(jpienaar): Replace with suffices in build rule.
    config.suffixes = ['.td', '.mlir', '.pbtxt']
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 21:33:52 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/path/example_test.go

    	fmt.Println(path.IsAbs("/dev/null"))
    	// Output: true
    }
    
    func ExampleJoin() {
    	fmt.Println(path.Join("a", "b", "c"))
    	fmt.Println(path.Join("a", "b/c"))
    	fmt.Println(path.Join("a/b", "c"))
    
    	fmt.Println(path.Join("a/b", "../../../xyz"))
    
    	fmt.Println(path.Join("", ""))
    	fmt.Println(path.Join("a", ""))
    	fmt.Println(path.Join("", "a"))
    
    	// Output:
    	// a/b/c
    	// a/b/c
    	// a/b/c
    	// ../xyz
    	//
    	// a
    	// a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 19 00:10:22 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  9. src/cmd/cover/cfg_test.go

    	tpath := filepath.Join("testdata", "pkgcfg")
    	pkgfiles := []string{filepath.Join(tpath, "noFuncsNoTests", "nfnt.go")}
    	pname := "noFuncsNoTests"
    	mode := "count"
    	gran := "perblock"
    	ppath := "cfg/" + pname
    	tag := mode + "_" + gran
    	instdir := filepath.Join(dir, "inst2")
    	if err := os.Mkdir(instdir, 0777); err != nil {
    		t.Fatal(err)
    	}
    	mdir := filepath.Join(dir, "meta2")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/util/staticpod/utils_linux_test.go

    	wantUpdateFiles := map[string]ownerAndPermissions{
    		filepath.Join(cfg.CertificatesDir, kubeadmconstants.ServiceAccountPublicKeyName):   {uid: runAsUser, gid: runAsGroup, permissions: 0600},
    		filepath.Join(cfg.CertificatesDir, kubeadmconstants.ServiceAccountPrivateKeyName):  {uid: 0, gid: supGroup, permissions: 0640},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 14:41:12 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top