Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for Handles (0.11 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
              "matchConditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    	cursym     *obj.LSym
    	autosize   int32
    	instoffset int64
    	pc         int64
    }
    
    // instruction layout.
    const (
    	funcAlign = 16
    )
    
    type Optab struct {
    	as obj.As // opcode
    	i  uint8  // handler index
    	a1 uint8  // From
    	a2 uint8  // Reg
    	a3 uint8  // RestArgs[0]
    	a4 uint8  // RestArgs[1]
    	a5 uint8  // RestArgs[2]
    	a6 uint8  // To
    }
    
    var optab = []Optab{
    	// zero-length instructions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    		o1 = c.omovconst(p.As, p, &p.From, int(p.To.Reg))
    
    	case 33: /* movk $uimm16 << pos */
    		o1 = c.opirr(p, p.As)
    
    		d := p.From.Offset
    		if d == 0 {
    			c.ctxt.Diag("zero shifts cannot be handled correctly: %v", p)
    		}
    		s := movcon(d)
    		if s < 0 || s >= 4 {
    			c.ctxt.Diag("bad constant for MOVK: %#x\n%v", uint64(d), p)
    		}
    		if (o1&S64) == 0 && s >= 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/jsonb/runtime/pom.xml
    	quarkus/extensions/vertx/runtime/pom.xml
    	quarkus/extensions/smallrye-stork/runtime/pom.xml
    quarkus/integration-tests/amazon-lambda-stream-handler/pom.xml
    	quarkus/extensions/amazon-lambda/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/amazon-lambda/pom.xml
    quarkus/extensions/resteasy-classic/rest-client-mutiny/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    injection of sidecar in all namespaces, # with the exception of namespaces with "istio-injection:disabled" annotation # Only one environment should have this enabled. enableNamespacesByDe: false # Mutations that occur after the sidecar injector are not handled by default, as the Istio sidecar injector is only run # once. For example, an OPA sidecar injected after the Istio sidecar will not have it's liveness/readiness probes rewritten. # Setting this to `IfNeeded` will result in the sidecar injector being...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top