Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for root1 (0.1 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

         -->
        <root-XML localName="html"/>
        <root-XML localName="HTML"/>
        <root-XML localName="link"/>
        <root-XML localName="LINK"/>
        <root-XML localName="body"/>
        <root-XML localName="BODY"/>
        <root-XML localName="p"/>
        <root-XML localName="P"/>
        <root-XML localName="script"/>
        <root-XML localName="SCRIPT"/>
        <root-XML localName="frameset"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    tch(s){throw this.handleError(s,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent)return!0;if(Sr(a))throw this.getAsyncError()}}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e=="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map(r=>e.Once(r,this.helpers));return Sr(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}else if(typeof e=="function")return e(this.result.root,this.result)}catch(t){throw this.handleError(t)}}getAsyncError(){throw...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	{XSSQRTQP, 0xfc1f07ff00000000, 0xfc1b064800000000, 0x0, // VSX Scalar Square Root Quad-Precision [using round to Odd] X-form (xssqrtqp VRT,VRB)
    		[6]*argField{ap_VecReg_6_10, ap_VecReg_16_20}},
    	{XSSQRTQPO, 0xfc1f07ff00000000, 0xfc1b064900000000, 0x0, // VSX Scalar Square Root Quad-Precision [using round to Odd] X-form (xssqrtqpo VRT,VRB)
    		[6]*argField{ap_VecReg_6_10, ap_VecReg_16_20}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// Required. If the path is not an absolute path (e.g. some/path) it
    	// will be prepended with the appropriate root prefix for the operating
    	// system.  On Linux this is '/', on Windows this is 'C:\'.
    	MountPath string
    	// Path within the volume from which the container's volume should be mounted.
    	// Defaults to "" (volume's root).
    	// +optional
    	SubPath string
    	// mountPropagation determines how mounts are propagated from the host
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	}
    	if bk == 0 {
    		return false
    	}
    	return bi/bk <= wi/wk
    }
    
    type http2priorityWriteScheduler struct {
    	// root is the root of the priority tree, where root.id = 0.
    	// The root queues control frames that are not associated with any stream.
    	root http2priorityNode
    
    	// nodes maps stream ids to priority tree nodes.
    	nodes map[uint32]*http2priorityNode
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"runAsNonRoot":             "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int64 runAsGroup = 6;
    
      // Indicates that the container must run as a non-root user.
      // If true, the Kubelet will validate the image at runtime to ensure that it
      // does not run as UID 0 (root) and fail to start the container if it does.
      // If unset or false, no such validation will be performed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// When set to false, a new userns is created for the pod. Setting false is useful for
    	// mitigating container breakout vulnerabilities even allowing users to run their
    	// containers as root without actually having root privileges on the host.
    	// This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature.
    	// +k8s:conversion-gen=false
    	// +optional
    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/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			statusEnabled: true,
    		},
    		{
    			name: "root type without status",
    			input: apiextensions.CustomResourceValidation{
    				OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    					Type: "string",
    				},
    			},
    			statusEnabled: false,
    		},
    		{
    			name: "root type having invalid value, with status",
    			input: apiextensions.CustomResourceValidation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional int64 runAsGroup = 6;
    
      // Indicates that the container must run as a non-root user.
      // If true, the Kubelet will validate the image at runtime to ensure that it
      // does not run as UID 0 (root) and fail to start the container if it does.
      // If unset or false, no such validation will be performed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top