Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for leaders (0.26 sec)

  1. src/cmd/link/internal/loader/loader.go

    	pkg          []uint32 // indices of referenced package by PkgIdx (index into loader.objs array)
    	ndef         int      // cache goobj.Reader.NSym()
    	nhashed64def int      // cache goobj.Reader.NHashed64Def()
    	nhasheddef   int      // cache goobj.Reader.NHashedDef()
    	objidx       uint32   // index of this reader in the objs slice
    }
    
    // Total number of defined symbols (package symbols, hashed symbols, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  2. pilot/pkg/model/virtualservice_test.go

    				{
    					Headers: map[string]*networking.StringMatch{
    						"header": {
    							MatchType: &networking.StringMatch_Exact{Exact: "h1"},
    						},
    					},
    				},
    			},
    		},
    		{
    			name: "headers conflict",
    			root: []*networking.HTTPMatchRequest{
    				{
    					Headers: map[string]*networking.StringMatch{
    						"header": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  3. tests/integration/security/authz_test.go

    						path    string
    						headers http.Header
    						allow   allowValue
    						skipFn  func(t framework.TestContext)
    					}{
    						// Test headers.
    						{
    							path:    "/request-headers",
    							headers: headers.New().With("x-foo", "foo").Build(),
    							allow:   true,
    						},
    						{
    							path:    "/request-headers",
    							headers: headers.New().With("x-foo", "bar").Build(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

            promisedStreamId = 2,
            requestHeaders =
              listOf(
                Header(Header.TARGET_METHOD, "GET"),
                Header(Header.TARGET_SCHEME, "https"),
                Header(Header.TARGET_AUTHORITY, "squareup.com"),
                Header(Header.TARGET_PATH, "/cached"),
              ),
          )
        peer.sendFrame()
          .headers(
            outFinished = true,
            streamId = 2,
            headerBlock =
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        assertThat(response.protocol).isEqualTo(protocol)
        val logs = testLogHandler.takeAll()
        assertThat(firstFrame(logs, "HEADERS")!!, "header logged")
          .contains("HEADERS       END_HEADERS")
        // While MockWebServer waits to read the client's HEADERS frame before sending the response, it
        // doesn't wait to read the client's DATA frame and may send a DATA frame before the client
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/conversion.go

    			if h == nil {
    				continue
    			}
    			if vs.Headers == nil {
    				vs.Headers = &istio.Headers{}
    			}
    			vs.Headers.Request = h
    		case k8s.GRPCRouteFilterResponseHeaderModifier:
    			h := createHeadersFilter(filter.ResponseHeaderModifier)
    			if h == nil {
    				continue
    			}
    			if vs.Headers == nil {
    				vs.Headers = &istio.Headers{}
    			}
    			vs.Headers.Response = h
    		case k8s.GRPCRouteFilterRequestMirror:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. tests/integration/ambient/baseline_test.go

    				overrideCheck(&opt)
    				src.CallOrFail(t, opt)
    			})
    			t.NewSubTest("headers allow").Run(func(t framework.TestContext) {
    				opt := opt.DeepCopy()
    				opt.HTTP.Path = "/headers"
    				if opt.HTTP.Headers == nil {
    					opt.HTTP.Headers = map[string][]string{}
    				}
    				opt.HTTP.Headers.Set("x-test-header", "match")
    				opt.Check = check.OK()
    				overrideCheck(&opt)
    				src.CallOrFail(t, opt)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/route/route.go

    			if !canBeConvertedToPresentMatch(stringMatch) {
    				matcher.TreatMissingHeaderAsEmpty = true
    			}
    			out.Headers = append(out.Headers, matcher)
    		}
    	}
    
    	// guarantee ordering of headers
    	sort.Slice(out.Headers, func(i, j int) bool {
    		return out.Headers[i].Name < out.Headers[j].Name
    	})
    
    	if in.Uri != nil {
    		switch m := in.Uri.MatchType.(type) {
    		case *networking.StringMatch_Exact:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  9. okhttp/api/okhttp.api

    	public final fun addUnsafeNonAscii (Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Headers$Builder;
    	public final fun build ()Lokhttp3/Headers;
    	public final fun get (Ljava/lang/String;)Ljava/lang/String;
    	public final fun removeAll (Ljava/lang/String;)Lokhttp3/Headers$Builder;
    	public final fun set (Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Headers$Builder;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    configure a precompiled header, first a header file needs to be defined that includes all of the headers that should be precompiled. It must be specified as the first included header in every source file where the precompiled header should be used. It is assumed that this header file, and any headers it contains, make use of header guards so that they can be included in an idempotent manner. If header guards are not used in a header file, it is possible the header could be compiled more than once...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top