Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 856 for Suffix (0.11 sec)

  1. src/cmd/cgo/internal/cgotest/overlaydir.go

    		if err != nil || srcPath == srcRoot {
    			return err
    		}
    
    		suffix := strings.TrimPrefix(srcPath, srcRoot)
    		for len(suffix) > 0 && suffix[0] == filepath.Separator {
    			suffix = suffix[1:]
    		}
    		dstPath := filepath.Join(dstRoot, suffix)
    
    		perm := info.Mode() & os.ModePerm
    		if info.Mode()&os.ModeSymlink != 0 {
    			info, err = os.Stat(srcPath)
    			if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 20:56:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/grpc.yaml.golden

            prefix: /foo/
        name: default.grpc.0
        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 80
      - match:
        - uri:
            regex: /[^/]+/bar
        name: default.grpc.1
        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/matcher/string.go

    			Prefix: prefix,
    		},
    	}
    }
    
    // StringMatcherSuffix create a string matcher for suffix matching.
    func StringMatcherSuffix(suffix string, ignoreCase bool) *matcher.StringMatcher {
    	return &matcher.StringMatcher{
    		IgnoreCase: ignoreCase,
    		MatchPattern: &matcher.StringMatcher_Suffix{
    			Suffix: suffix,
    		},
    	}
    }
    
    // StringMatcherExact create a string matcher for exact matching.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/isolation.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: isolation-istio.gateway-conformance-infra.svc.domain.suffix
        internal.istio.io/parents: Gateway/isolation/empty-hostname.gateway-conformance-infra
      creationTimestamp: null
      name: isolation-istio-autogenerated-k8s-gateway-empty-hostname
      namespace: gateway-conformance-infra
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/groovy-hl.xml

            <prefix>0x</prefix>
            <ignoreCase />
        </highlighter>
        <highlighter type="number">
            <point>.</point>
            <exponent>e</exponent>
            <suffix>f</suffix>
            <suffix>d</suffix>
            <suffix>l</suffix>
            <ignoreCase />
        </highlighter>
        <highlighter type="keywords">
            <keyword>abstract</keyword>
            <keyword>as</keyword>
            <keyword>assert</keyword>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/java-hl.xml

            <prefix>0x</prefix>
            <ignoreCase />
        </highlighter>
        <highlighter type="number">
            <point>.</point>
            <exponent>e</exponent>
            <suffix>f</suffix>
            <suffix>d</suffix>
            <suffix>l</suffix>
            <ignoreCase />
        </highlighter>
        <highlighter type="keywords">
            <keyword>abstract</keyword>
            <keyword>boolean</keyword>
            <keyword>break</keyword>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/encoding/Identifier.java

        private final String suffix;
        private final String displayName;
    
        private Identifier(String suffix, String displayName) {
            this.displayName = displayName;
            this.suffix = suffix == null ? "" : suffix;
        }
    
        public Identifier safeForBranch() {
            return without(getUnsupportedFileNameCharacters().replace("/", ""));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/kotlin-hl.xml

            <prefix>0x</prefix>
            <ignoreCase />
        </highlighter>
        <highlighter type="number">
            <point>.</point>
            <exponent>e</exponent>
            <suffix>f</suffix>
            <suffix>d</suffix>
            <suffix>l</suffix>
            <ignoreCase />
        </highlighter>
        <highlighter type="keywords">
            <keyword>as</keyword>
            <keyword>as?</keyword>
            <keyword>break</keyword>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/multi-gateway.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix,istio-ingressgateway.not-default.svc.domain.suffix,example.com
        internal.istio.io/parents: Gateway/gateway/http.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-http
      namespace: istio-system
    spec:
      servers:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/eastwest.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/eastwestgateway/istiod-grpc.istio-system
      creationTimestamp: null
      name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
      namespace: istio-system
    spec:
      servers:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top