Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for spent (0.32 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    one hand and a piece of bread-and-butter in the other.  `I beg
    pardon, your Majesty,' he began, `for bringing these in:  but I
    hadn't quite finished my tea when I was sent for.'
    
      `You ought to have finished,' said the King.  `When did you
    begin?'
    
      The Hatter looked at the March Hare, who had followed him into
    the court, arm-in-arm with the Dormouse.  `Fourteenth of March, I
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    		timeoutTime := time.Now().Add(2 * time.Second)
    		for now := time.Now(); timeoutTime.After(now); now = time.Now() {
    			sleepUntil := timeoutTime.Sub(now)
    			select {
    			case <-tc.processed:
    				// drain the chan of any sent events to keep it from filling before the timeout
    			case <-time.After(sleepUntil):
    				// timeout reached, ready to verifyResults
    			}
    		}
    	} else {
    		// Wait for HPA to be processed.
    		<-tc.processed
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    				file.ServeHTTP(w, req)
    			}))
    		} else {
    			kl.logServer = http.StripPrefix("/logs/", file)
    		}
    	}
    	if kl.kubeClient == nil {
    		klog.InfoS("No API server defined - no node status update will be sent")
    	}
    
    	// Start the cloud provider sync manager
    	if kl.cloudResourceSyncManager != nil {
    		go kl.cloudResourceSyncManager.Run(wait.NeverStop)
    	}
    
    	if err := kl.initializeModules(); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. cmd/object-handlers_test.go

    			mustGetPutObjReader(t, strings.NewReader(part.inputReaderData), part.inputDataSize, part.inputMd5, ""), opts)
    		if err != nil {
    			t.Fatalf("%s : %s", instanceType, err)
    		}
    	}
    	// Parts to be sent as input for CompleteMultipartUpload.
    	inputParts := []struct {
    		parts []CompletePart
    	}{
    		// inputParts - 0.
    		// Case for replicating ETag mismatch.
    		{
    			[]CompletePart{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    West-End of St. _Paul's_. MDCCXXX. TITLE PAGE OF THE 1730 EDITION SIR ISAAC NEWTON'S ADVERTISEMENTS Advertisement I _Part of the ensuing Discourse about Light was written at the Desire of some Gentlemen of the_ Royal-Society, _in the Year 1675, and then sent to their Secretary, and read at their Meetings, and the rest was added about twelve Years after to complete the Theory; except the third Book, and the last Proposition of the Second, which were since put together out of scatter'd Papers. To avoid being...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. src/encoding/json/testdata/code.json.gz

    mean_t":1232572488}],"cl_weight":0.025467583711738843,"touches":2,"min_t":1228939360,"max_t":1236205616,"mean_t":1232572488},{"name":"local","kids":[{"name":"file-url-sent-as-referer-expected.png","kids":[],"cl_weight":0.008532111183600515,"touches":2,"min_t":1228939360,"max_t":1236205616,"mean_t":1232572488},{"name":"file-url-sent-as-referer-expected.checksum","kids":[],"cl_weight":0.008532111183600515,"touches":2,"min_t":1228939360,"max_t":1236205616,"mean_t":1232572488}],"cl_weight":0.0254675...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top