Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 161 for pound (0.11 sec)

  1. src/html/entity.go

    		"plustwo;":                         '\U00002A27',
    		"pm;":                              '\U000000B1',
    		"pointint;":                        '\U00002A15',
    		"popf;":                            '\U0001D561',
    		"pound;":                           '\U000000A3',
    		"pr;":                              '\U0000227A',
    		"prE;":                             '\U00002AB3',
    		"prap;":                            '\U00002AB7',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⨧":                         "\u2a27",
    	"±":                              "\u00b1",
    	"⨕":                        "\u2a15",
    	"𝕡":                            "\U0001d561",
    	"£":                           "\u00a3",
    	"≺":                              "\u227a",
    	"⪳":                             "\u2ab3",
    	"⪷":                            "\u2ab7",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"potato":                               "\U0001f954",
    	"potted_plant":                         "\U0001fab4",
    	"pouch":                                "\U0001f45d",
    	"poultry_leg":                          "\U0001f357",
    	"pound":                                "\U0001f4b7",
    	"pout":                                 "\U0001f621",
    	"pouting_cat":                          "\U0001f63e",
    	"pouting_face":                         "\U0001f64e",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I thought you did,' said the Mouse.  `--I proceed.  "Edwin and
    Morcar, the earls of Mercia and Northumbria, declared for him:
    and even Stigand, the patriotic archbishop of Canterbury, found
    it advisable--"'
    
      `Found WHAT?' said the Duck.
    
      `Found IT,' the Mouse replied rather crossly:  `of course you
    know what "it" means.'
    
      `I know what "it" means well enough, when I find a thing,' said
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I thought you did,' said the Mouse.  `--I proceed.  "Edwin and
    Morcar, the earls of Mercia and Northumbria, declared for him:
    and even Stigand, the patriotic archbishop of Canterbury, found
    it advisable--"'
    
      `Found WHAT?' said the Duck.
    
      `Found IT,' the Mouse replied rather crossly:  `of course you
    know what "it" means.'
    
      `I know what "it" means well enough, when I find a thing,' said
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Rules of Vulgar Opticks subtend an Angle of half a Degree at the Prism, and by Consequence be equal to the breadth _vw_; and therefore the Image would be round. Thus it would be were the two Rays XLJT and YKHP, and all the rest which form the Image P_w_T_v_, alike refrangible. And therefore seeing by Experience it is found that the Image is not round, but about five times longer than broad, the Rays which going to the upper end P of the Image suffer the greatest Refraction, must be more refrangible...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    	var cID string
    
    	cStatus, found := podutil.GetContainerStatus(podStatus.ContainerStatuses, containerName)
    	if !found {
    		cStatus, found = podutil.GetContainerStatus(podStatus.InitContainerStatuses, containerName)
    	}
    	if !found {
    		cStatus, found = podutil.GetContainerStatus(podStatus.EphemeralContainerStatuses, containerName)
    	}
    	if !found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. pkg/kubelet/eviction/helpers_test.go

    		t.Errorf("Expected %v, actual: %v", expectedBytes, pidQuantity.available.Value())
    	}
    	for _, pod := range pods {
    		podStats, found := statsFunc(pod)
    		if !found {
    			t.Errorf("Pod stats were not found for pod %v", pod.UID)
    		}
    		if *podStats.Memory.WorkingSetBytes != podWorkingSetBytes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_control_test.go

    		return err
    	}
    	if key, err := controller.KeyFunc(pod); err != nil {
    		return err
    	} else if obj, found, err := om.podsIndexer.GetByKey(key); err != nil {
    		return err
    	} else if found {
    		return om.podsIndexer.Delete(obj)
    	}
    	return nil // Not found, no error in deleting.
    }
    
    func (om *fakeObjectManager) CreateClaim(claim *v1.PersistentVolumeClaim) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			// Check that the expected errors were raised
    			for _, expectedErr := range c.errors {
    				found := false
    				for _, err := range errs {
    					if strings.Contains(err.Error(), expectedErr) {
    						found = true
    						break
    					}
    				}
    
    				assert.True(t, found, "expected error %q not found", expectedErr)
    			}
    
    			// Check that the ratcheting disabled errors were raised as warnings
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top