Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 485 for relativeTo (0.14 sec)

  1. src/path/filepath/path.go

    // no dot.
    func Ext(path string) string {
    	return filepathlite.Ext(path)
    }
    
    // EvalSymlinks returns the path name after the evaluation of any symbolic
    // links.
    // If path is relative the result will be relative to the current directory,
    // unless one of the components is an absolute symbolic link.
    // EvalSymlinks calls [Clean] on the result.
    func EvalSymlinks(path string) (string, error) {
    	return evalSymlinks(path)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishArtifactCustomizationIntegTest.groovy

    - d1.jar:
    \t- file differs (relative to root project 'projectText'): (expected) ${pathLiteral("build/libs/projectText-1.0.jar")} != (actual) d1.jar
    - a2.txt:
    \t- file differs (relative to root project 'projectText'): (expected) ${pathLiteral("build/libs/projectText-1.0.jar")} != (actual) a2.txt
    \t- extension differs: (expected) jar != (actual) txt
    - b3.txt:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 06:46:01 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/file/ProjectLayoutIntegrationTest.groovy

            then:
            outputContains("plugin build dir: " + testDirectory.file("build"))
            outputContains("task build dir: " + testDirectory.file("output"))
        }
    
        def "can define and resolve calculated directory relative to project and build directory"() {
            buildFile """
                def childDirName = "child"
                def srcDir = layout.projectDir.dir("src").dir(providers.provider { childDirName })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 18:31:24 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/execution/selection/DefaultBuildTaskSelectorTest.groovy

        }
    
        def "selects matching task relative to default project when relative path is provided"() {
            withIncludedBuilds()
    
            when:
            selector.resolveTaskName(null, null, target, "proj:task")
    
            then:
            1 * taskSelector.getSelection(_, root.defaultProject, "task", false)
        }
    
        def "selects matching task relative to root project of included build"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 10:15:47 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/ExternalResourceNameTest.groovy

            def relative = new ExternalResourceName("a/b/c")
            def sameRelative = new ExternalResourceName("a/b/c")
    
            expect:
            name Matchers.strictlyEqual(same)
            name Matchers.strictlyEqual(samePath)
            relative Matchers.strictlyEqual(sameRelative)
            name != differentPath
            name != differentRoot
            name != relative
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 17:19:47 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. src/os/os_windows_test.go

    		junction bool
    		dir      bool
    		drive    bool
    		relative bool
    	}{
    		{junction: true, dir: true, drive: true, relative: false},
    		{junction: true, dir: true, drive: false, relative: false},
    		{junction: true, dir: true, drive: false, relative: true},
    		{junction: false, dir: true, drive: true, relative: false},
    		{junction: false, dir: true, drive: false, relative: false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/StandardJavadocDocletOptions.java

         * You can use an absolute link for extdocURL to enable your docs to link to a document on any website,
         * or can use a relative link to link only to a relative location. If relative,
         * the value you pass in should be the relative path from the destination directory (specified with -d) to the directory containing the packages being linked to.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  8. src/test/java/jcifs/tests/DfsTest.java

    
        private DfsReferralData doResolve ( String link, String relative, boolean domain ) throws URISyntaxException, CIFSException {
            return doResolve(link, relative, domain, false);
        }
    
    
        /**
         * @return
         * @throws URISyntaxException
         * @throws CIFSException
         */
        private DfsReferralData doResolve ( String link, String relative, boolean domain, boolean upper ) throws URISyntaxException, CIFSException {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 13.5K bytes
    - Viewed (0)
  9. src/internal/xcoff/xcoff.go

    }
    
    const (
    	R_POS = 0x00 // A(sym) Positive Relocation
    	R_NEG = 0x01 // -A(sym) Negative Relocation
    	R_REL = 0x02 // A(sym-*) Relative to self
    	R_TOC = 0x03 // A(sym-TOC) Relative to TOC
    	R_TRL = 0x12 // A(sym-TOC) TOC Relative indirect load.
    
    	R_TRLA = 0x13 // A(sym-TOC) TOC Rel load address. modifiable inst
    	R_GL   = 0x05 // A(external TOC of sym) Global Linkage
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         * comment: <br>
         * one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000<br>
         * special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)<br>
         * The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top