Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pouch (0.17 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"postbox":                              "\U0001f4ee",
    	"potable_water":                        "\U0001f6b0",
    	"potato":                               "\U0001f954",
    	"potted_plant":                         "\U0001fab4",
    	"pouch":                                "\U0001f45d",
    	"poultry_leg":                          "\U0001f357",
    	"pound":                                "\U0001f4b7",
    	"pout":                                 "\U0001f621",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    function get-or-generate-uuid(){
      local device="${1}"
    
      local ssdmap="/home/kubernetes/localssdmap.txt"
      echo "Generating or getting UUID from ${ssdmap}"
    
      if [[ ! -e "${ssdmap}" ]]; then
        touch "${ssdmap}"
        chmod +w "${ssdmap}"
      fi
    
      # each line of the ssdmap looks like "${device} persistent-uuid"
      local myuuid
      if grep -q "${device}" "${ssdmap}"; then
        #create symlink based on saved uuid
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    		// advertise it by touching the mtimes (usually the libraries are up
    		// to date).
    		if !a.buggyInstall && !b.IsCmdList {
    			if cfg.BuildN {
    				sh.ShowCmd("", "touch %s", a.Target)
    			} else if err := AllowInstall(a); err == nil {
    				now := time.Now()
    				os.Chtimes(a.Target, now, now)
    			}
    		}
    		return nil
    	}
    
    	// If we're building for go list -export,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. pkg/controller/podautoscaler/horizontal_test.go

    				{7, time.Now().Add(-time.Second * time.Duration(61)), false}, // outdated event, should be replaced
    			},
    			newScaleEvents: []timestampedScaleEvent{
    				{7, time.Now(), false}, // no behavior -> we don't touch stored events
    			},
    			expectedReplicasChange: 0,
    		},
    		{
    			name:          "one outdated entry to be replaced with behavior",
    			replicaChange: 5,
    			prevScaleEvents: []timestampedScaleEvent{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
Back to top