Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 266703 (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

    * Add LabelSelector to PersistentVolumeClaimSpec ([#25917](https://github.com/kubernetes/kubernetes/pull/25917), [@pmorie](https://github.com/pmorie))
    * Removed metrics api group ([#26073](https://github.com/kubernetes/kubernetes/pull/26073), [@piosz](https://github.com/piosz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

            "_source" : {
              "Records" : [
                {
                  "eventVersion" : "2.0",
                  "eventSource" : "minio:s3",
                  "awsRegion" : "",
                  "eventTime" : "2017-03-30T08:00:41Z",
                  "eventName" : "s3:ObjectCreated:Put",
                  "userIdentity" : {
                    "principalId" : "minio"
                  },
                  "requestParameters" : {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    			// will find it and get modules when they're not expecting them.
    			// It's a bit of a peculiar thing to disallow but quite mysterious
    			// when it happens. See golang.org/issue/26708.
    			fmt.Fprintf(os.Stderr, "go: warning: ignoring go.mod in system temp root %v\n", os.TempDir())
    			if RootMode == NeedRoot {
    				base.Fatal(ErrNoModRoot)
    			}
    			if !mustUseModules {
    				return
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    	// See also cmd/go/internal/work/exec.go's gccld method.
    	var save [][]byte
    	var skipLines int
    	for _, line := range bytes.SplitAfter(out, []byte("\n")) {
    		// golang.org/issue/26073 - Apple Xcode bug
    		if bytes.Contains(line, []byte("ld: warning: text-based stub file")) {
    			continue
    		}
    
    		if skipLines > 0 {
    			skipLines--
    			continue
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  5. docs/en/data/people.yml

      avatarUrl: https://avatars.githubusercontent.com/u/28262306?u=66ee21316275ef356081c2efc4ed7a4572e690dc&v=4
      url: https://github.com/nkhitrov
    - login: Hultner
      count: 17
      avatarUrl: https://avatars.githubusercontent.com/u/2669034?u=115e53df959309898ad8dc9443fbb35fee71df07&v=4
      url: https://github.com/Hultner
    - login: harunyasar
      count: 17
      avatarUrl: https://avatars.githubusercontent.com/u/1765494?u=5b1ab7c582db4b4016fa31affe977d10af108ad4&v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/load.go

    	return all
    }
    
    // checkMultiplePaths verifies that a given module path is used as itself
    // or as a replacement for another module, but not both at the same time.
    //
    // (See https://golang.org/issue/26607 and https://golang.org/issue/34650.)
    func (ld *loader) checkMultiplePaths() {
    	mods := ld.requirements.rootModules
    	if cached := ld.requirements.graph.Load(); cached != nil {
    		if mg := cached.mg; mg != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    5\tc-0.322,0.096-0.68-0.06-0.882-0.381L11.464,10.789z M9.475,9.563C9.32,9.609,8.848,9.757,8.269,8.817c0,0-3.916-6.16-4.007-6.351\tc-0.057-0.212,0.011-0.455,0.202-0.65C5.047,1.211,8.21,0.327,9.037,0.529c0.27,0.069,0.457,0.238,0.522,0.479\tc0.047,0.266,0.433,5.982,0.488,7.264C10.098,9.368,9.629,9.517,9.475,9.563z M9.927,19.066c-0.083,0.225-0.273,0.373-0.54,0.421\tc-0.762,0.13-3.15-0.751-3.647-1.342c-0.096-0.131-0.155-0.262-0.167-0.394c-0.011-0.095,0-0.189,0.036-0.272\tc0.061-0.155,2.917-3.538,2.91...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/api_test.go

    		if !strings.Contains(fmt.Sprint(gotObjs), wantObjs) {
    			t.Errorf("%q: got %s, want substring %q",
    				src, gotObjs, wantObjs)
    		}
    	}
    }
    
    // This is a regression test for #66704.
    func TestUnaliasTooSoonInCycle(t *testing.T) {
    	t.Setenv("GODEBUG", "gotypesalias=1")
    	const src = `package a
    
    var x T[B] // this appears to cause Unalias to be called on B while still Invalid
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
Back to top