Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 65 for _popper (0.19 sec)

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

    thought to herself that perhaps it was only the pepper that had
    made her so savage when they met in the kitchen.
    
      `When I'M a Duchess,' she said to herself, (not in a very
    hopeful tone though), `I won't have any pepper in my kitchen AT
    ALL.  Soup does very well without--Maybe it's always pepper that
    makes people hot-tempered,' she went on, very much pleased at
    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/volume/persistentvolume/provision_test.go

    		ReclaimPolicy:     &deleteReclaimPolicy,
    		VolumeBindingMode: &modeImmediate,
    	},
    	{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "copper",
    		},
    		Provisioner:       mockPluginName,
    		Parameters:        class1Parameters,
    		ReclaimPolicy:     &deleteReclaimPolicy,
    		VolumeBindingMode: &modeWait,
    	},
    	{
    		TypeMeta: metav1.TypeMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    Calaminaris_ than by Iron, and more strongly by Iron than by Copper, and
    more strongly by Copper than by Silver, and more strongly by Iron,
    Copper, Tin, and Lead, than by Mercury? And is it not for the same
    reason that Iron requires more _Aqua fortis_ to dissolve it than Copper,
    and Copper more than the other Metals; and that of all Metals, Iron is
    dissolved most easily, and is most apt to rust; and next after Iron,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    _Lapis Calaminaris_ than by Iron, and more strongly by Iron than by Copper, and more strongly by Copper than by Silver, and more strongly by Iron, Copper, Tin, and Lead, than by Mercury? And is it not for the same reason that Iron requires more _Aqua fortis_ to dissolve it than Copper, and Copper more than the other Metals; and that of all Metals, Iron is dissolved most easily, and is most apt to rust; and next after Iron, Copper? When Oil of Vitriol is mix'd with a little Water, or is run _per deliquium_,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/decl.go

    	// A dependency on a grey object indicates a cycle which may or may not be
    	// valid.
    	//
    	// When objects turn grey, they are pushed on the object path (a stack);
    	// they are popped again when they turn black. Thus, if a grey object (a
    	// cycle) is encountered, it is on the object path, and all the objects
    	// it depends on are the remaining objects on that path. Color encoding
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  6. src/go/types/decl.go

    	// A dependency on a grey object indicates a cycle which may or may not be
    	// valid.
    	//
    	// When objects turn grey, they are pushed on the object path (a stack);
    	// they are popped again when they turn black. Thus, if a grey object (a
    	// cycle) is encountered, it is on the object path, and all the objects
    	// it depends on are the remaining objects on that path. Color encoding
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31K bytes
    - Viewed (0)
  7. src/encoding/xml/marshal.go

    	p     *printer
    	stack []string
    }
    
    // trim updates the XML context to match the longest common prefix of the stack
    // and the given parents. A closing tag will be written for every parent
    // popped. Passing a zero slice or nil will close all the elements.
    func (s *parentStack) trim(parents []string) error {
    	split := 0
    	for ; split < len(parents) && split < len(s.stack); split++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/framework_test.go

    const operationDelete = "Delete"
    const operationRecycle = "Recycle"
    
    var (
    	classGold                    = "gold"
    	classSilver                  = "silver"
    	classCopper                  = "copper"
    	classEmpty                   = ""
    	classNonExisting             = "non-existing"
    	classExternal                = "external"
    	classExternalWait            = "external-wait"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  9. src/runtime/trace.go

    	//   (assuming readerGen is not lagging behind). Note that we also want
    	//   to be careful *not* to schedule the reader if there's no work to do.
    	// - The trace is shutting down. The trace stopper blocks on the reader
    	//   to finish, much like trace advancement.
    	//
    	// We also want to be careful not to schedule the reader if there's no
    	// reason to.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

            // EmptyTensorList -> TensorListPushBack -> TensorListPopBack -> Op
            //                                                  |
            //                                        (Discard popped list)
            //
            // Would have been reduced to "Const -> Op" without this filter.
            // However since we are only allowed to specify the filter at the "Node"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top