Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for trackers (0.41 sec)

  1. src/net/http/server.go

    // the response trailers, and not the response headers. The prefix
    // is stripped after the ServeHTTP call finishes and the values are
    // sent in the trailers.
    //
    // This mechanism is intended only for trailers that are not known
    // prior to the headers being written. If the set of trailers is fixed
    // or known before the header is written, the normal Go trailers mechanism
    // is preferred:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(response.trailers()).isEqualTo(headersOf("trailers", "boom"))
      }
    
      @Test
      fun clientReadsHeadersDataTrailersHttp2() {
        platform.assumeHttp2Support()
        server.enqueue(
          MockResponse.Builder()
            .clearHeaders()
            .addHeader("h1", "v1")
            .addHeader("h2", "v2")
            .body("HelloBonjour")
            .trailers(headersOf("trailers", "boom"))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    0,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open"},computed:{boundary:function(t,e){return xt(t.boundary,e)},clsDrop:function(t){return t.clsDrop||"uk-"+this.$options.name},clsPos:function(){return this.clsDrop}},created:function(){this.tracker=new Ti},connected:function(){ze(this.$el,this.clsDrop);var t=this.$props.toggle;this.toggle=t&&this.$create("toggle",xt(t,this.$el),{target:this.$el,mode:this.mode}),this.toggle||Kt(this.$el,"updatearia")},disconnected:function(){this.isActive()&...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    	update.ResourceVersion = "1"
    	err = clientset.Tracker().Update(podsResource, update, update.Namespace)
    	if err != nil {
    		t.Errorf("Removing finalizer: %v", err)
    	}
    
    	update = pods[1].DeepCopy()
    	update.Finalizers = nil
    	update.DeletionTimestamp = &metav1.Time{Time: time.Now()}
    	update.ResourceVersion = "1"
    	err = clientset.Tracker().Update(podsResource, update, update.Namespace)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    		wantEOFSearch: false,
    		wantNextReq:   false,
    	},
    
    	// Small enough to slurp past to the next request +
    	// declares Connection: close,
    	// but chunked, so it might have trailers.
    	// TODO: maybe skip this search if no trailers were declared
    	// in the headers.
    	3: {
    		bodySize:      20 << 10,
    		bodyChunked:   true,
    		reqConnClose:  true,
    		wantEOFSearch: true,
    		wantNextReq:   false,
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerCachingSmokeTest.groovy

    import static org.gradle.testkit.runner.TaskOutcome.UP_TO_DATE
    
    class AndroidSantaTrackerCachingSmokeTest extends AbstractAndroidSantaTrackerSmokeTest {
    
        def "can cache Santa Tracker Android application (agp=#agpVersion)"() {
    
            given:
            AGP_VERSIONS.assumeCurrentJavaVersionIsSupportedBy(agpVersion)
    
            and:
            def originalDir = temporaryFolder.createDir("original")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 13:45:43 UTC 2024
    - 209.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          [](const Node* n1, const Node* n2) { return n1->name() < n2->name(); });
      return absl::OkStatus();
    }
    
    Status CopyStackTraces(const Graph& from, Graph* to) {
      // Copy over the stack traces.
      // TODO(jpienaar): This really shouldn't be needed, copying the Graph above
      // and then needing these traversals is unfortunate.
      std::unordered_map<string, Node*> node_map = from.BuildNodeNameIndex();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    // dependencies specially for that test (most commonly the tested
    // package itself). The reported import path of a package recompiled
    // for a particular test binary is followed by a space and the name of
    // the test binary in brackets, as in "math/rand [math/rand.test]"
    // or "regexp [sort.test]". The ForTest field is also set to the name
    // of the package being tested ("math/rand" or "sort" in the previous
    // examples).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. cmd/bucket-replication.go

    			}
    		case <-p.mrfWorkerKillCh:
    			return
    		}
    	}
    }
    
    // AddWorker adds a replication worker to the pool.
    // An optional pointer to a tracker that will be atomically
    // incremented when operations are running can be provided.
    func (p *ReplicationPool) AddWorker(input <-chan ReplicationWorkerOperation, opTracker *int32) {
    	for {
    		select {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods.go

    		// This also applies to the other clean up tasks.
    		klog.ErrorS(err, "Failed cleaning up orphaned pod directories")
    	}
    
    	// Remove any orphaned mirror pods (mirror pods are tracked by name via the
    	// pod worker)
    	klog.V(3).InfoS("Clean up orphaned mirror pods")
    	for _, podFullname := range orphanedMirrorPodFullnames {
    		if !kl.podWorkers.IsPodForMirrorPodTerminatingByFullName(podFullname) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top