Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 3,426 for directory1 (0.22 sec)

  1. pkg/kubelet/kubelet_getters.go

    }
    
    // getCheckpointsDir returns a data directory name for checkpoints.
    // Checkpoints can be stored in this directory for further use.
    func (kl *Kubelet) getCheckpointsDir() string {
    	return filepath.Join(kl.getRootDir(), config.DefaultKubeletCheckpointsDirName)
    }
    
    // getVolumeDevicePluginsDir returns the full path to the directory under which plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 00:48:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

        - org.gradle.dependency.bundling = external
        - org.gradle.verificationtype    = main-sources
    Artifacts
        - $sourceMainJavaPath (artifactType = directory)
        - $sourceMainResourcePath (artifactType = directory)
    
    --------------------------------------------------
    Variant runtimeElements
    --------------------------------------------------
    Runtime elements for the 'main' feature.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  3. maven-core/src/test/projects/plugin-manager/project-with-plugin-classpath-ordering/sub/repo/org/apache/maven/its/mng3906/d/0.1/d-0.1.pom

      </properties>
    
      <build>
        <resources>
          <resource>
            <directory>.</directory>
            <includes>
              <include>pom.xml</include>
              <include>src/**</include>
            </includes>
          </resource>
          <resource>
            <directory>src/main/resources</directory>
          </resource>
        </resources>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 02 16:35:38 UTC 2010
    - 1.6K bytes
    - Viewed (0)
  4. .github/dependabot.yml

    # easily import the generated PRs into our internal repo.
    #  - package-ecosystem: "maven"
    #    directory: "/"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    #      dependencies:
    #        applies-to: version-updates
    #        patterns:
    #          - "*"
    #  - package-ecosystem: "maven"
    #    directory: "/android"
    #    schedule:
    #      interval: "weekly"
    #    groups:
    #      dependencies:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 04 17:08:24 UTC 2024
    - 761 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_dot.txt

    env GO111MODULE=on
    
    # golang.org/issue/32917 and golang.org/issue/28459: 'go build' and 'go test'
    # in an empty directory should refer to the path '.' and should not attempt
    # to resolve an external module.
    cd dir
    ! go get
    stderr '^go: no package to get in current directory$'
    ! go get .
    stderr '^go: .: no package to get in current directory$'
    ! go get ./subdir
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 22:30:03 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/providers/fileAndDirectoryProperty/groovy/build.gradle

    // A task that generates a source file and writes the result to an output directory
    abstract class GenerateSource extends DefaultTask {
        // The configuration file to use to generate the source file
        @InputFile
        abstract RegularFileProperty getConfigFile()
    
        // The directory to write source files to
        @OutputDirectory
        abstract DirectoryProperty getOutputDir()
    
        @TaskAction
        def compile() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/list_overlay.txt

    # Overlay in an existing directory
    go list -overlay overlay.json  -f '{{.GoFiles}}' .
    stdout '^\[f.go\]$'
    
    # Overlays in a non-existing directory
    go list -overlay overlay.json -f '{{.GoFiles}}' ./dir
    stdout '^\[g.go\]$'
    
    # Overlays in an existing directory with already existing files
    go list -overlay overlay.json -f '{{.GoFiles}}' ./dir2
    stdout '^\[h.go i.go\]$'
    
    # Overlay that removes a file from a directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 12 21:13:04 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/DirectorySnapshotTest.groovy

            def sourceDir = testDirectory.createDir("source-directory")
            def childDir = sourceDir.createDir("child")
            def childFile = childDir.createFile("child.txt")
            def parentFile = sourceDir.createFile("parent.txt")
            def targetDir = testDirectory.file("target-directory")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 23 13:19:32 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/src.xml

            <exclude>**/.idea/**</exclude>
            <exclude>**/.DS_Store</exclude>
            <exclude>**/build/**</exclude>
          </excludes>
        </fileSet>
        <fileSet>
          <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
          <outputDirectory>/</outputDirectory>
          <includes>
            <include>DEPENDENCIES</include>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 27 13:14:24 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  10. cluster/gce/addons/README.md

    # GCE Cluster addons
    
    These cluster add-ons are specific to GCE and GKE clusters. The GCE-specific addon directory is
    merged with the general cluster addon directory at release, so addon paths (relative to the addon
    directory) must be unique across the 2 directory structures.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 23:08:03 UTC 2017
    - 357 bytes
    - Viewed (0)
Back to top