Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for regular (0.15 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: Match on properties associated with a proxy. properties: metadata: additionalProperties: type: string description: Match on the node metadata supplied by a proxy when connecting to Istio Pilot. type: object proxyVersion: description: A regular expression in golang regex format (RE2) that can be used to select proxies using a specific version of istio proxy. type: string type: object routeConfiguration: description: Match on envoy HTTP route configuration attributes. properties: gateway:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    		}
    
    		if p.As == ABR && p.To.Sym == nil && int32(int16(v)) == v {
    			zRI(op_BRC, 0xF, uint32(v), asm)
    		} else {
    			if p.As == ABL {
    				zRIL(_b, op_BRASL, uint32(REG_LR), uint32(v), asm)
    			} else {
    				zRIL(_c, op_BRCL, 0xF, uint32(v), asm)
    			}
    			if p.To.Sym != nil {
    				c.addcallreloc(p.To.Sym, p.To.Offset)
    			}
    		}
    
    	case 12:
    		r1 := p.To.Reg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top