Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for hasExt (0.33 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	SUBFZEOCC
    	SYNC
    	TLBIE
    	TW
    	TWI
    	XOR
    	XORCC
    	XORI
    	XORIS
    )
    
    var opstr = [...]string{
    	HASHCHK:        "hashchk",
    	HASHCHKP:       "hashchkp",
    	HASHST:         "hashst",
    	HASHSTP:        "hashstp",
    	BRD:            "brd",
    	BRH:            "brh",
    	BRW:            "brw",
    	CFUGED:         "cfuged",
    	CNTLZDM:        "cntlzdm",
    	CNTTZDM:        "cnttzdm",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// receives bad data from the client. If this happens, the handler might
    	// attempt to write a frame after the stream has been closed (since the
    	// handler hasn't yet been notified of the close). In this case, we simply
    	// ignore the frame. The handler will notice that the stream is closed when
    	// it waits for the frame to be written.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - If a watch with the `progressNotify` option set is to be created, and the registry hasn't provided a `newFunc`, return an error. ([#120212](https://github.com/kubernetes/kubernetes/pull/120212), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                      an IP, passing the sequence number associated with the allocation
                      allows us to protect against a race condition and ensure the IP
                      hasn't been released and re-allocated since the release request.
                    format: int64
                    type: integer
                  sequenceNumberForAllocation:
                    additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    - Respect grace period when updating static pods. ([#104743](https://github.com/kubernetes/kubernetes/pull/104743),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Specifies how to treat concurrent executions of a Job. Valid values are:\n\n- \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one",
                "type": "string"
              },
              "failedJobsHistoryLimit": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier_test.go

    	if rulesSyncedMetric != rulesSynced {
    		t.Errorf("metric shows %d rules synced but iptables data shows %d", rulesSyncedMetric, rulesSynced)
    	}
    
    	// The REJECT rule is in "filter", not NAT, so the number of NAT rules hasn't
    	// changed.
    	rulesTotalMetric = countRulesFromMetric(logger, utiliptables.TableNAT)
    	if rulesTotalMetric != rulesTotal {
    		t.Errorf("metric shows %d rules total but expected %d", rulesTotalMetric, rulesTotal)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    t,e.classCache.get(t).map(([n,a])=>[n,a.clone()]));continue}let r=Array.from(io(t,e));if(r.length===0){e.notClassCache.add(t);continue}e.applyClassCache.set(t,r)}return e.applyClassCache}function n2(i){let e=null;return{get:t=>(e=e||i(),e.get(t)),has:t=>(e=e||i(),e.has(t))}}function s2(i){return{get:e=>i.flatMap(t=>t.get(e)||[]),has:e=>i.some(t=>t.has(e))}}function Th(i){let e=i.split(/[\s\t\n]+/g);return e[e.length-1]==="!important"?[e.slice(0,-1),!0]:[e,!1]}function Ph(i,e,t){let r=new Set,n=[...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top