Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 78 of 78 for patching (0.64 sec)

  1. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    }
    
    // regionInclusionBits is an array of bit vectors where every vector represents
    // a set of region groupings.  These sets are used to compute the distance
    // between two regions for the purpose of language matching.
    // Size: 584 bytes, 73 elements
    var regionInclusionBits = [73]uint64{
    	// Entry 0 - 1F
    	0x0000000102400813, 0x00000000200007a3, 0x0000000000003844, 0x0000000040000808,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    			info.Buckets[bucket] = bms
    		}
    	}
    
    	if opts.Users && opts.Groups && opts.Policies && !opts.Buckets {
    		// serialize SiteReplicationMetaInfo calls - if data in cache is within
    		// healing interval, avoid fetching IAM data again from disk.
    		if metaInfo, ok := c.getSRCachedIAMInfo(); ok {
    			return metaInfo, nil
    		}
    	}
    	if opts.Policies || opts.Entity == madmin.SRPolicyEntity {
    		var allPolicies map[string]PolicyDoc
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/bootstrap.min.js.map

    this.touchStartX = event.originalEvent.clientX\n      } else if (!this._pointerEvent) {\n        this.touchStartX = event.originalEvent.touches[0].clientX\n      }\n    }\n\n    const move = (event) => {\n      // ensure swiping with one touch and not pinching\n      if (event.originalEvent.touches && event.originalEvent.touches.length > 1) {\n        this.touchDeltaX = 0\n      } else {\n        this.touchDeltaX = event.originalEvent.touches[0].clientX - this.touchStartX\n      }\n    }\n\n    const end...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    			t.Fatal(err)
    		}
    		for len(headers) > 0 {
    			req.Header.Add(headers[0], headers[1])
    			headers = headers[2:]
    		}
    		res, err := c.Do(req)
    		if err != nil {
    			t.Errorf("Error fetching %s: %v", url, err)
    			return
    		}
    		_, err = io.ReadAll(res.Body)
    		defer res.Body.Close()
    		if err != nil {
    			t.Errorf("Error reading %s: %v", url, err)
    		}
    	}
    
    	wantLog(func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. src/main/webapp/js/bootstrap.min.js.map

    this.touchStartX = event.originalEvent.clientX\n      } else if (!this._pointerEvent) {\n        this.touchStartX = event.originalEvent.touches[0].clientX\n      }\n    }\n\n    const move = (event) => {\n      // ensure swiping with one touch and not pinching\n      if (event.originalEvent.touches && event.originalEvent.touches.length > 1) {\n        this.touchDeltaX = 0\n      } else {\n        this.touchDeltaX = event.originalEvent.touches[0].clientX - this.touchStartX\n      }\n    }\n\n    const end...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    1e1000              float64     1e1000 overflows to IEEE +Inf after rounding
    </pre>
    
    
    <h2 id="Blocks">Blocks</h2>
    
    <p>
    A <i>block</i> is a possibly empty sequence of declarations and statements
    within matching brace brackets.
    </p>
    
    <pre class="ebnf">
    Block = "{" StatementList "}" .
    StatementList = { Statement ";" } .
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    look of the same Colour by reflected Light, the Light of that Colour being reflected by the farther Surface of the Body, or by the Air beyond it. And then the reflected Colour will be diminished, and perhaps cease, by making the Body very thick, and pitching it on the backside to diminish the Reflexion of its farther Surface, so that the Light reflected from the tinging Particles may predominate. In such Cases, the Colour of the reflected Light will be apt to vary from that of the Light transmitted....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top