Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,057 for tmp_ (0.04 sec)

  1. tests/integration/security/testdata/requestauthn/gateway-api.yaml.tmpl

    Keith Mattix II <******@****.***> 1695852522 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 574 bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/tunneling/gateway/tls/istio-mutual/virtual-service.tmpl.yaml

    Whitney Griffith <******@****.***> 1688577567 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/tunneling/gateway/tls/passthrough/virtual-service.tmpl.yaml

    Whitney Griffith <******@****.***> 1688577567 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. tests/integration/security/remote_jwks/remote_jwks_test.go

    				customizeCall func(t framework.TestContext, from echo.Instance, opts *echo.CallOptions)
    			}{
    				{
    					name:       "remote-jwks-without-service-entry",
    					policyFile: "./testdata/requestauthn-no-se.yaml.tmpl",
    					customizeCall: func(t framework.TestContext, from echo.Instance, opts *echo.CallOptions) {
    						opts.HTTP.Path = "/valid-token-forward-remote-jwks"
    						opts.HTTP.Headers = headers.New().WithAuthz(jwt.TokenIssuer1).Build()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. src/html/template/transition_test.go

    	html := strings.Repeat(h1, 100) + h2 + strings.Repeat(h1, 100) + h2
    
    	var buf bytes.Buffer
    	for i := 0; i < b.N; i++ {
    		tmpl := Must(New("foo").Parse(html))
    		if err := tmpl.Execute(&buf, r); err != nil {
    			b.Fatal(err)
    		}
    		buf.Reset()
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 30 16:22:29 UTC 2015
    - 1.7K bytes
    - Viewed (0)
  6. src/text/template/parse/parse_test.go

    			"break": func(in any) any { return in },
    		}
    		tmpl, err := New("").Parse(inp, "", "", make(map[string]*Tree), funcsWithKeywordFunc)
    		if err != nil || tmpl == nil {
    			t.Errorf("with break func: unexpected error: %v", err)
    		}
    	}
    
    	{
    		// No function called 'break'; treat it as a keyword. Results in a parse
    		// error.
    		tmpl, err := New("").Parse(inp, "", "", make(map[string]*Tree), make(map[string]any))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 24K bytes
    - Viewed (0)
  7. pkg/test/framework/components/istio/eastwest.go

    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    	"istio.io/istio/pkg/test/scopes"
    	"istio.io/istio/pkg/test/util/retry"
    	"istio.io/istio/pkg/test/util/tmpl"
    )
    
    const (
    	eastWestIngressIstioNameLabel = "eastwestgateway"
    	eastWestIngressIstioLabel     = "istio=" + eastWestIngressIstioNameLabel
    	eastWestIngressServiceName    = "istio-" + eastWestIngressIstioNameLabel
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/CharMatcher.java

        @GwtIncompatible // used only from other GwtIncompatible code
        @Override
        void setBits(BitSet table) {
          BitSet tmp1 = new BitSet();
          first.setBits(tmp1);
          BitSet tmp2 = new BitSet();
          second.setBits(tmp2);
          tmp1.and(tmp2);
          table.or(tmp1);
        }
    
        @Override
        public String toString() {
          return "CharMatcher.and(" + first + ", " + second + ")";
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. tests/integration/security/testdata/authz/allow-principal.yaml.tmpl

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 998 bytes
    - Viewed (0)
  10. tests/integration/security/testdata/authz/custom-provider.yaml.tmpl

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 724 bytes
    - Viewed (0)
Back to top