Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 120 for creat (0.09 sec)

  1. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"6accb6394758523fcd453d47d37ebd10868957a0a9e81c796736abf8",
    		"It's well we cannot hear the screams/That we create in others' dreams.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    	}
    	metricsClient := metrics.NewRESTMetricsClient(
    		testMetricsClient.MetricsV1beta1(),
    		testCMClient,
    		testEMClient,
    	)
    
    	eventClient := &fake.Clientset{}
    	eventClient.AddReactor("create", "events", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		tc.Lock()
    		defer tc.Unlock()
    
    		obj := action.(core.CreateAction).GetObject().(*v1.Event)
    		if tc.verifyEvents {
    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. cmd/admin-handlers.go

    		if nerr.Err != nil {
    			result.Error = nerr.Err.Error()
    		} else {
    			result.Success = true
    		}
    		startProfilingResult = append(startProfilingResult, result)
    	}
    
    	// Create JSON result and send it to the client
    	startProfilingResultInBytes, err := json.Marshal(startProfilingResult)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    	kl := testKubelet.kubelet
    	pods := []*v1.Pod{
    		podWithUIDNameNs("12345678", "pod1", "ns"),
    		podWithUIDNameNs("12345679", "pod2", "ns"),
    	}
    
    	kl.podManager.SetPods(pods)
    	// Sync to create pod directories.
    	kl.HandlePodSyncs(kl.podManager.GetPods())
    	for i := range pods {
    		assert.True(t, dirExists(kl.getPodDir(pods[i].UID)), "Expected directory to exist for pod %d", i)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    touches":3,"min_t":1228936524,"max_t":1236205616,"mean_t":1231540308},{"name":"create-block-for-style-010-expected.checksum","kids":[],"cl_weight":0.0017108540562335746,"touches":3,"min_t":1228936524,"max_t":1236205616,"mean_t":1231538896},{"name":"create-block-for-style-002-expected.png","kids":[],"cl_weight":0.0008359634175634084,"touches":2,"min_t":1228936524,"max_t":1236205616,"mean_t":1232571070},{"name":"create-block-for-style-007-expected.png","kids":[],"cl_weight":0.0008359634175634084,"...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	R_ALPHA_IMMED_BR_HI32  R_ALPHA = 22
    	R_ALPHA_IMMED_LO32     R_ALPHA = 23
    	R_ALPHA_COPY           R_ALPHA = 24 /* Copy symbol at runtime */
    	R_ALPHA_GLOB_DAT       R_ALPHA = 25 /* Create GOT entry */
    	R_ALPHA_JMP_SLOT       R_ALPHA = 26 /* Create PLT entry */
    	R_ALPHA_RELATIVE       R_ALPHA = 27 /* Adjust by program base */
    )
    
    var ralphaStrings = []intName{
    	{0, "R_ALPHA_NONE"},
    	{1, "R_ALPHA_REFLONG"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Maps.java

       *
       * <p><b>Note:</b>If you only need to know whether two maps have the same mappings, call {@code
       * left.equals(right)} instead of this method.
       *
       * @param left the map to treat as the "left" map for purposes of comparison
       * @param right the map to treat as the "right" map for purposes of comparison
       * @return the difference between the two maps
       */
      public static <K extends @Nullable Object, V extends @Nullable Object>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Maps.java

       *
       * <p><b>Note:</b>If you only need to know whether two maps have the same mappings, call {@code
       * left.equals(right)} instead of this method.
       *
       * @param left the map to treat as the "left" map for purposes of comparison
       * @param right the map to treat as the "right" map for purposes of comparison
       * @return the difference between the two maps
       */
      public static <K extends @Nullable Object, V extends @Nullable Object>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
Back to top