Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for directory1 (0.29 sec)

  1. cmd/server_test.go

    	c.Assert(err, nil)
    
    	// execute the HTTP request to create bucket.
    	response, err := s.client.Do(request)
    	c.Assert(err, nil)
    	c.Assert(response.StatusCode, 200)
    
    	objectName := "directory1/directory2/object"
    	// construct HTTP request to initiate a NewMultipart upload.
    	request, err = newTestSignedRequest(http.MethodPost, getNewMultipartURL(s.endPoint, bucketName, objectName),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // to a subdirectory named "go" in the user's home directory
    // ($HOME/go on Unix, %USERPROFILE%\go on Windows),
    // unless that directory holds a Go distribution.
    // Run "go env GOPATH" to see the current GOPATH.
    //
    // See https://golang.org/wiki/SettingGOPATH to set a custom GOPATH.
    //
    // Each directory listed in GOPATH must have a prescribed structure:
    //
    // The src directory holds source code. The path below src
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

            } finally {
                w.write( null, -1, null, 0 );
            }
        }
    
    /**
     * This method will delete the file or directory specified by this
     * <code>SmbFile</code>. If the target is a directory, the contents of
     * the directory will be deleted as well. If a file within the directory or
     * it's sub-directories is marked read-only, the read-only status will
     * be removed and the file will be deleted.
     *
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    	// rooted at the parent of the “internal” directory.
    
    	// There was an error loading the package; stop here.
    	if p.Error != nil {
    		return nil
    	}
    
    	// The generated 'testmain' package is allowed to access testing/internal/...,
    	// as if it were generated into the testing directory tree
    	// (it's actually in a temporary directory outside any Go tree).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

              <name>root</name>
              <version>4.1.0+</version>
              <description>
                Indicates that this project is the root project, located in the upper directory of the source tree.
                This is the directory which may contain the .mvn directory.
    
                @since Maven 4.0.0
              </description>
              <type>boolean</type>
              <defaultValue>false</defaultValue>
            </field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            where:
            method | type                 | failureMessage
            'file' | FileType.Directory   | 'output file .*directory must be a file, but is not'
            'file' | FileType.Missing     | 'output .*this_file_does_not.exist must exist'
            'dir'  | FileType.RegularFile | 'output directory .*file must be a directory, but is not'
            'dir'  | FileType.Missing     | 'output .*this_file_does_not.exist must exist'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    outputDirectory:
     - transformed \\(Directory, [0-9a-f]+\\)
       - 0 \\(Directory, [0-9a-f]+\\)
         - lib1-green.jar \\(RegularFile, [0-9a-f]+\\)
       - tamper-tamper.txt \\(RegularFile, [0-9a-f]+\\)
    
    resultsFile:
     - results.bin \\(RegularFile, [0-9a-f]+\\)""")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/exec.go

    // evaluating f in the directory dir.
    // We always pass absolute paths of source files so that
    // the error messages will include the full path to a file
    // in need of attention.
    func mkAbs(dir, f string) string {
    	// Leave absolute paths alone.
    	// Also, during -n mode we use the pseudo-directory $WORK
    	// instead of creating an actual work directory that won't be used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    	return kl.StatsProvider.RlimitStats()
    }
    
    // setupDataDirs creates:
    // 1.  the root directory
    // 2.  the pods directory
    // 3.  the plugins directory
    // 4.  the pod-resources directory
    // 5.  the checkpoint directory
    // 6.  the pod logs root directory
    func (kl *Kubelet) setupDataDirs() error {
    	if cleanedRoot := filepath.Clean(kl.rootDirectory); cleanedRoot != kl.rootDirectory {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_test.go

    		assert.True(t, dirExists(kl.getPodDir(pods[i].UID)), "Expected directory to exist for pod %d", i)
    	}
    
    	// Pod 1 has been deleted and no longer exists.
    	kl.podManager.SetPods([]*v1.Pod{pods[0]})
    	kl.HandlePodCleanups(ctx)
    	assert.True(t, dirExists(kl.getPodDir(pods[0].UID)), "Expected directory to exist for pod 0")
    	assert.False(t, dirExists(kl.getPodDir(pods[1].UID)), "Expected directory to be deleted for pod 1")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top