Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 200 for pats (0.06 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                        _compileFreeDebug.extendsFrom compile
                        _compileFreeRelease.extendsFrom compile
                    }
                    dependencies {
                        compile project(path:':b', configuration: 'bar')
                    }
                    task checkDebug(dependsOn: configurations._compileFreeDebug) {
                        def files = configurations._compileFreeDebug
                        doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		},
    		{
    			name: "valid url",
    			in:   "https://oidc.oidc-namespace.svc",
    			want: "",
    		},
    		{
    			name: "valid url with path",
    			in:   "https://oidc.oidc-namespace.svc/path",
    			want: "",
    		},
    		{
    			name:      "discovery url same as issuer url",
    			issuerURL: "https://issuer-url",
    			in:        "https://issuer-url",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  3. src/net/http/request.go

    	// just the authority section of a URL. This information should go in req.URL.Host.
    	//
    	// The net/rpc package also uses CONNECT, but there the parameter is a path
    	// that starts with a slash. It can be parsed with the regular URL parser,
    	// and the path will end up in req.URL.Path, where it needs to be in order for
    	// RPC to work.
    	justAuthority := req.Method == "CONNECT" && !strings.HasPrefix(rawurl, "/")
    	if justAuthority {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    		}
    	});
    })(jQuery);
    //*/
    
    /*
     * jsTree themes plugin
     * Handles loading and setting themes, as well as detecting path to themes, etc.
     */
    (function ($) {
    	var themes_loaded = [];
    	// this variable stores the path to the themes folder - if left as false - it will be autodetected
    	$.jstree._themes = false;
    	$.jstree.plugin("themes", {
    		__init : function () {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

     public:
      // Creates an empty TestResult.
      TestResult();
    
      // D'tor.  Do not inherit from TestResult.
      ~TestResult();
    
      // Gets the number of all test parts.  This is the sum of the number
      // of successful test parts and the number of failed test parts.
      int total_part_count() const;
    
      // Returns the number of the test properties.
      int test_property_count() const;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  6. cmd/sts-handlers_test.go

    		if sshPublicKeyClaim == "" {
    			c.Fatalf("Test %d: expected sshPublicKey claim to be present", i+1)
    		}
    		parts := strings.Split(sshPublicKeyClaim, " ")
    		if parts[0] != testCase.expectedSSHKeyType {
    			c.Fatalf("Test %d: unexpected sshPublicKey type: %s", i+1, parts[0])
    		}
    	}
    }
    
    func (s *TestSuiteIAM) TestOpenIDSTS(c *check) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    .Using Kotlin delegated properties
    ====
    include::sample[dir="snippets/kotlinDsl/containers-delegated-properties/kotlin",files="build.gradle.kts[tags=delegated-properties]"]
    ====
    <1> Uses the reference to the `myTask1` task rather than a task path
    
    
    [NOTE]
    ====
    The above rely on configuration avoidance APIs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite.go

    	// repeat rewrites until we find no more rewrites
    	pendingLines := f.cachedLineStarts // Holds statement boundaries that need to be moved to a new value/block
    	pendingLines.clear()
    	debug := f.pass.debug
    	if debug > 1 {
    		fmt.Printf("%s: rewriting for %s\n", f.pass.name, f.Name)
    	}
    	// if the number of rewrite iterations reaches itersLimit we will
    	// at that point turn on cycle detection. Instead of a fixed limit,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	i, e := t.getInfo(TokenPrimaryGroup, 50)
    	if e != nil {
    		return nil, e
    	}
    	return (*Tokenprimarygroup)(i), nil
    }
    
    // GetUserProfileDirectory retrieves path to the
    // root directory of the access token t user's profile.
    func (t Token) GetUserProfileDirectory() (string, error) {
    	n := uint32(100)
    	for {
    		b := make([]uint16, n)
    		e := GetUserProfileDirectory(t, &b[0], &n)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. src/runtime/malloc.go

    // themselves allocated off-heap.
    //
    // Since arenas are aligned, the address space can be viewed as a
    // series of arena frames. The arena map (mheap_.arenas) maps from
    // arena frame number to *heapArena, or nil for parts of the address
    // space not backed by the Go heap. The arena map is structured as a
    // two-level array consisting of a "L1" arena map and many "L2" arena
    // maps; however, since arenas are large, on many architectures, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top