Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for proc (0.09 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"OpStar", Const, 0},
    		{"OpWordBoundary", Const, 0},
    		{"POSIX", Const, 0},
    		{"Parse", Func, 0},
    		{"Perl", Const, 0},
    		{"PerlX", Const, 0},
    		{"Prog", Type, 0},
    		{"Prog.Inst", Field, 0},
    		{"Prog.NumCap", Field, 0},
    		{"Prog.Start", Field, 0},
    		{"Regexp", Type, 0},
    		{"Regexp.Cap", Field, 0},
    		{"Regexp.Flags", Field, 0},
    		{"Regexp.Max", Field, 0},
    		{"Regexp.Min", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		"no capabilities":     {noCaps, false},
    		"no selinux":          {noSELinux, false},
    		"no priv request":     {noPrivRequest, false},
    		"no run as user":      {noRunAsUser, false},
    		"proc mount set":      {procMountSet, true},
    		"proc mount unmasked": {procMountUnmasked, false},
    	}
    	for k, v := range successCases {
    		if errs := ValidateSecurityContext(v.sc, field.NewPath("field"), v.hostUsers); len(errs) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "procMount": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    followeth.
    
    FOOTNOTES:
    
    [A] In our Author's _Lectiones Opticæ_, Part I. Sect. IV. Prop 29, 30,
    there is an elegant Method of determining these _Foci_; not only in
    spherical Surfaces, but likewise in any other curved Figure whatever:
    And in Prop. 32, 33, the same thing is done for any Ray lying out of the
    Axis.
    
    [B] _Ibid._ Prop. 34.
    
    
    
    
    _PROPOSITIONS._
    
    
    
    _PROP._ I. THEOR. I.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/bootstrap.min.css.map

    breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    @each $prop, $abbrev in (margin: m, padding: p) {\n      @each $size, $length in $spacers {\n        .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }\n        .#{$abbrev}t#{$infix}-#{$size},\n        .#{$abbrev}y#{$infix}-#{$size} {\n          #{$prop}-top: $length !important;\n        }\n        .#{$abbrev}r#{$infix}-#{$size},\n        .#{$abbrev}x#{$infix}-#{$size} {\n          #{$prop}-right: $length !important;\n        }\n        .#...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    1. Reshape `input` to `reshaped` of shape:
         [block_shape[0], ..., block_shape[M-1],
          batch / prod(block_shape),
          input_shape[1], ..., input_shape[N-1]]
    
    2. Permute dimensions of `reshaped` to produce `permuted` of shape
         [batch / prod(block_shape),
    
          input_shape[1], block_shape[0],
          ...,
          input_shape[M], block_shape[M-1],
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    
    ### Production images moved to community control
    
    As of Kuberenetes v1.19, Kubernetes container images are stored on a community-controlled storage bucket, 
    located at `{asia,eu,us}.gcr.io/k8s-artifacts-prod`. The `k8s.gcr.io` vanity domain has been updated 
    to this new bucket. This brings production artifacts under community control.
    
    ### KubeSchedulerConfiguration graduates to Beta
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top