Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 353 for _expanded_ (0.38 sec)

  1. platforms/jvm/plugins-application/src/test/groovy/org/gradle/api/internal/plugins/UnixStartScriptGeneratorTest.groovy

            then:
            !destination.toString().contains(TextUtil.windowsLineSeparator)
            destination.toString().contains(TextUtil.unixLineSeparator)
        }
    
        def "defaultJvmOpts is expanded properly in unix script"() {
            given:
            JavaAppStartScriptGenerationDetails details = createScriptGenerationDetails(['-Dfoo=bar', '-Xint'], 'bin')
            Writer destination = new StringWriter()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ReuseArchiveIntegrationTest.groovy

            FileHasher hasher = new DefaultFileHasher(new DefaultStreamHasher())
            def hash = hasher.hash(file("hello.zip"))
            def cachedFile = file("build/tmp/.cache/expanded/zip_${hash}/hello.txt")
            def otherFile = file("build/tmp/.cache/expanded/zip_${hash}/other.txt")
    
            buildFile << """
                abstract class CopyAndList extends DefaultTask {
                    @Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-application/src/test/groovy/org/gradle/api/internal/plugins/WindowsStartScriptGeneratorTest.groovy

            // or has generated some lines with one or the other character
            carriageLineEndings == newlineEndings
            windowsLineEndings == newlineEndings
        }
    
        def "defaultJvmOpts is expanded properly in windows script"() {
            given:
            JavaAppStartScriptGenerationDetails details = createScriptGenerationDetails(['-Dfoo=bar', '-Xint'], 'bin')
            Writer destination = new StringWriter()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/main/resources/header.html

                    <li><a href="../userguide/installation.html">Installing Gradle</a></li>
                    <li><a class="nav-dropdown" data-toggle="collapse" href="#upgrading-gradle" aria-expanded="false" aria-controls="upgrading-gradle">Upgrading Gradle</a>
                        <ul id="upgrading-gradle">
                            <li><a href="../userguide/upgrading_version_8.html">version 8.X to latest</a></li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  5. pkg/kubelet/volumemanager/cache/desired_state_of_wold_selinux_metrics.go

    			StabilityLevel: compbasemetrics.ALPHA,
    			Help:           "Number of errors when kubelet cannot compute SELinux context for a container that are ignored. They will become real errors when SELinuxMountReadWriteOncePod feature is expanded to all volume access modes.",
    		},
    		[]string{"access_mode"},
    	)
    	seLinuxPodContextMismatchErrors = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 12:16:56 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/header.jsp

    									aria-expanded="false">
    									<em class="fa fa-fw fa-sign-in">
    									<span><la:message key="labels.login" /></span>
    								</la:link></li>
    						</c:when>
    					</c:choose>
    					<li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true"
    							aria-expanded="false">
    							<em class="fa fa-fw fa-question-circle">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Oct 24 03:00:28 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/header.jsp

    									aria-expanded="false">
    									<em class="fa fa-fw fa-sign-in">
    									<span><la:message key="labels.login" /></span>
    								</la:link></li>
    						</c:when>
    					</c:choose>
    					<li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true"
    							aria-expanded="false">
    							<em class="fa fa-fw fa-question-circle">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Oct 24 03:00:28 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  8. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationIndex.kt

         *
         * There is no guarantee that the type alias can be inherited from. For example, if its expanded type is final, the type alias is not
         * inheritable. The resulting type alias `A` may also occur in the expanded type of another type alias (which may also be inheritable),
         * so the index may need to be followed transitively.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. src/crypto/tls/key_schedule_test.go

    		`PRK (32 octets):  b6 7b 7d 69 0c c1 6c 4e 75 e5 42 13 cb 2d 37 b4
    		e9 c9 12 bc de d9 10 5d 42 be fd 59 d3 91 ad 38`)
    	wantKey := parseVector(
    		`key expanded (16 octets):  3f ce 51 60 09 c2 17 27 d0 f2 e4 e8 6e
    		e4 03 bc`)
    	wantIV := parseVector(
    		`iv expanded (12 octets):  5d 31 3e b2 67 12 76 ee 13 00 0b 30`)
    
    	c := cipherSuitesTLS13[0]
    	gotKey, gotIV := c.trafficKey(trafficSecret)
    	if !bytes.Equal(gotKey, wantKey) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/load/path.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package load
    
    import (
    	"path/filepath"
    )
    
    // expandPath returns the symlink-expanded form of path.
    func expandPath(p string) string {
    	x, err := filepath.EvalSymlinks(p)
    	if err == nil {
    		return x
    	}
    	return p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 20:32:02 UTC 2019
    - 374 bytes
    - Viewed (0)
Back to top