Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for name_regex (1.04 sec)

  1. tools/packaging/common/envoy_bootstrap.json

              {{- range $a, $s := .inclusionSuffix }}
              {
              "suffix": "{{$s}}"
              },
              {{- end }}
              {{- range $a, $s := .inclusionRegexps }}
              {
              "safe_regex": {"regex":"{{js $s}}"}
              },
              {{- end }}
              {
              "prefix": "component"
              },
              {
              "prefix": "istio"
              }
            ]
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/wasm/asm.go

    					continue
    				}
    			}
    			wfn.Write(P[off:])
    		}
    
    		typ := uint32(0)
    		if sig, ok := wasmFuncTypes[ldr.SymName(fn)]; ok {
    			typ = lookupType(sig, &types)
    		}
    
    		name := nameRegexp.ReplaceAllString(ldr.SymName(fn), "_")
    		fns[i] = &wasmFunc{Name: name, Type: typ, Code: wfn.Bytes()}
    	}
    
    	ctxt.Out.Write([]byte{0x00, 0x61, 0x73, 0x6d}) // magic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:48 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. istioctl/pkg/authz/testdata/configdump.yaml

                             {
                              "filter_state": {
                               "key": "io.istio.peer_principal",
                               "string_match": {
                                "safe_regex": {
                                 "regex": ".*/ns/test/.*"
                                }
                               }
                              }
                             }
                            ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    refixed=e.prefixed(this.prefix),this.regexp=e.regexp(this.prefix),this.prefixeds=e.possible().map(r=>[e.prefixed(r),e.regexp(r)]),this.unprefixed=e.name,this.nameRegexp=e.regexp()}isHack(e){let t=e.parent.index(e)+1,r=e.parent.nodes;for(;t<r.length;){let n=r[t].selector;if(!n)return!0;if(n.includes(this.unprefixed)&&n.match(this.nameRegexp))return!1;let a=!1;for(let[s,o]of this.prefixeds)if(n.includes(s)&&n.match(o)){a=!0;break}if(!a)return!0;t+=1}return!0}check(e){return!(!e.selector.includes(t...
    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