Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 840 for SUFFIX (0.19 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                          ignoreCase: true
                    - header:
                        name: :authority
                        stringMatch:
                          ignoreCase: true
                          suffix: .suffix.com
                    - header:
                        name: :authority
                        stringMatch:
                          ignoreCase: true
                          prefix: prefix.
                    - header:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/evex.go

    	for i := range opSuffixTable {
    		suffix := newEVEXSuffix()
    		parts := strings.Split(opSuffixTable[i], ".")
    		for j := range parts {
    			switch parts[j] {
    			case "Z":
    				suffix.zeroing = true
    			case "BCST":
    				suffix.broadcast = true
    			case "SAE":
    				suffix.sae = true
    
    			case "RN_SAE":
    				suffix.rounding = rcRNSAE
    			case "RD_SAE":
    				suffix.rounding = rcRDSAE
    			case "RU_SAE":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/custom-http-provider-out2.yaml

            - ignoreCase: true
              prefix: x-prefix-
            - ignoreCase: true
              suffix: -suffix
          allowedClientHeadersOnSuccess:
            patterns:
            - exact: Set-cookie
              ignoreCase: true
            - ignoreCase: true
              prefix: x-prefix-
            - ignoreCase: true
              suffix: -suffix
          allowedUpstreamHeaders:
            patterns:
            - exact: Authorization
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 20 12:45:43 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. platforms/core-runtime/files/src/main/java/org/gradle/api/internal/file/pattern/HasSuffixPatternStep.java

            this.suffix = suffix;
            suffixLength = suffix.length();
            this.caseSensitive = caseSensitive;
            this.prefixLength = prefixLength;
        }
    
        @Override
        public String toString() {
            return "{suffix: " + suffix + "}";
        }
    
        @Override
        public boolean matches(String candidate) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:55:52 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. src/go/doc/example_test.go

    	}
    
    	want := map[string][]string{
    		"": {"", "suffix", "suffix_xX_X_x"}, // Package-level examples.
    
    		"Type1":     {"", "foo_Suffix", "func2", "suffix"},
    		"Type1_Foo": {"", "suffix"},
    		"Type1_foo": {"", "suffix"},
    
    		"Func1":     {"", "foo_Suffix", "suffix"},
    		"Func1_Foo": {"", "suffix"},
    		"Func1_foo": {"", "suffix"},
    
    		"Type1.Func1":     {"", "foo_Suffix", "suffix"},
    		"Type1.Func1_Foo": {"", "suffix"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 16:17:51 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  6. cluster/gce/gci/append_or_replace_prefixed_line_test.go

    		desc                string
    		prefix              string
    		suffix              string
    		initialFileContents string
    		want                string
    	}{
    		{
    			desc:   "simple string and empty file",
    			prefix: "hello",
    			suffix: "world",
    			want: `helloworld
    `,
    		},
    		{
    			desc:   "simple string and non empty file",
    			prefix: "hello",
    			suffix: "world",
    			initialFileContents: `jelloworld
    chelloworld
    `,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 30 06:23:50 UTC 2021
    - 4K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/mesh.yaml.golden

      namespace: default
    spec:
      gateways:
      - mesh
      hosts:
      - echo-1.default.svc.domain.suffix
      tls:
      - match:
        - sniHosts:
          - echo-1.default.svc.domain.suffix
        route:
        - destination:
            host: echo.default.svc.domain.suffix
            port:
              number: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 19 18:39:48 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/route-precedence.yaml.golden

            exact: /baz
        name: allowed-2.http.1
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
      - match:
        - uri:
            prefix: /foo/bar
        name: allowed-2.http.0
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
      - match:
        - headers:
            my-header:
              exact: some-value
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-custom-http-provider-out2.yaml

            - ignoreCase: true
              prefix: x-prefix-
            - ignoreCase: true
              suffix: -suffix
          allowedClientHeadersOnSuccess:
            patterns:
            - exact: Set-cookie
              ignoreCase: true
            - ignoreCase: true
              prefix: x-prefix-
            - ignoreCase: true
              suffix: -suffix
          allowedUpstreamHeaders:
            patterns:
            - exact: Authorization
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/InternetDomainName.java

       * Internet users can register subdomains. An example of a public suffix that is not a registry
       * suffix is {@code blogspot.com}. Note that it is true that all public suffixes <i>have</i>
       * registry suffixes, since domain name registries collectively control all internet domain names.
       *
       * <p>For considerations on whether the public suffix or registry suffix designation is more
       * suitable for your application, see <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top