Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for sget (0.08 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    `))if(n=n.trim(),!r.has(n))if(r.add(n),ti.get(e).has(n))for(let a of ti.get(e).get(n))t.add(a);else{let a=e(n).filter(o=>o!=="!*"),s=new Set(a);for(let o of s)t.add(o);ti.get(e).set(n,s)}}function KC(i,e){let t=e.offsets.sort(i),r={base:new Set,defaults:new Set,components:new Set,utilities:new Set,variants:new Set};for(let[n,a]of t)r[n.layer].add(a);return r}function Co(i){return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. prow/config/calico.yaml

                      and this peer IP and ASNumber belongs to a calico/node with ListenPort
                      set in BGPConfiguration, then we use that port to peer.
                    type: string
                  peerSelector:
                    description: Selector for the remote nodes to peer with.  When this
                      is set, the PeerIP and ASNumber fields must be empty.  For each
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              },
              "runAsUser": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	case size <= 1<<10:
    		return http2dataChunkPools[0].Get().(*[1 << 10]byte)[:]
    	case size <= 2<<10:
    		return http2dataChunkPools[1].Get().(*[2 << 10]byte)[:]
    	case size <= 4<<10:
    		return http2dataChunkPools[2].Get().(*[4 << 10]byte)[:]
    	case size <= 8<<10:
    		return http2dataChunkPools[3].Get().(*[8 << 10]byte)[:]
    	default:
    		return http2dataChunkPools[4].Get().(*[16 << 10]byte)[:]
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // Creates a mhlo.while op with `builder` to loop `num_interations` times,
    // each time calling the given `body_fn` on a set of values to generate a new
    // set of values. Returns the final set of values via `final_values`. The
    // initial set of values is passed in via `init_values`.
    //
    // This effectively does:
    //
    // ```c++
    // SmallVector<Values, 4> old_values = init_values;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// May also be set in SecurityContext.  If set in both SecurityContext and
    	// PodSecurityContext, the value specified in SecurityContext takes precedence
    	// for that container.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	RunAsUser *int64
    	// The GID to run the entrypoint of the container process.
    	// Uses runtime default if unset.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"runAsGroup":               "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass
    	// will be set by the persistentvolume controller if it exists.
    	// If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be
    	// set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional WindowsSecurityContextOptions windowsOptions = 10;
    
      // The UID to run the entrypoint of the container process.
      // Defaults to user specified in image metadata if unspecified.
      // May also be set in PodSecurityContext.  If set in both SecurityContext and
      // PodSecurityContext, the value specified in SecurityContext takes precedence.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. doc/go_spec.html

    </p>
    
    <pre class="grammar">
    uint8       the set of all unsigned  8-bit integers (0 to 255)
    uint16      the set of all unsigned 16-bit integers (0 to 65535)
    uint32      the set of all unsigned 32-bit integers (0 to 4294967295)
    uint64      the set of all unsigned 64-bit integers (0 to 18446744073709551615)
    
    int8        the set of all signed  8-bit integers (-128 to 127)
    int16       the set of all signed 16-bit integers (-32768 to 32767)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
Back to top