Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for priorityOk (0.24 sec)

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

        <tika:uti>com.adobe.pdf</tika:uti>
        <magic priority="50">
          <!-- Normally just %PDF- -->
          <match value="%PDF-" type="string" offset="0"/>
          <!-- Sometimes has a UTF-8 Byte Order Mark first -->
          <match value="\xef\xbb\xbf%PDF-" type="string" offset="0"/>
        </magic>
        <magic priority="40">
          <!-- Higher priority than matlab's priority=20 %% match
          Low priority match for %PDF-#.# near the start of the file -->
    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. src/net/http/h2_bundle.go

    		var v uint32
    		p, v, err = http2readUint32(p)
    		if err != nil {
    			countError("frame_headers_prio_short")
    			return nil, err
    		}
    		hf.Priority.StreamDep = v & 0x7fffffff
    		hf.Priority.Exclusive = (v != hf.Priority.StreamDep) // high bit was set
    		p, hf.Priority.Weight, err = http2readByte(p)
    		if err != nil {
    			countError("frame_headers_prio_weight_short")
    			return nil, err
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg log/syslog (darwin-arm64), const LOG_UUCP = 64
    pkg log/syslog (darwin-arm64), const LOG_UUCP Priority
    pkg log/syslog (darwin-arm64), const LOG_WARNING = 4
    pkg log/syslog (darwin-arm64), const LOG_WARNING Priority
    pkg log/syslog (darwin-arm64), func Dial(string, string, Priority, string) (*Writer, error)
    pkg log/syslog (darwin-arm64), func New(Priority, string) (*Writer, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - 'Priority and Fairness has introduced a new feature called _borrowing_ that allows an API priority level
      to borrow a number of seats from other priority level(s). As a cluster operator, you can enable borrowing
      for a certain priority level configuration object via the two newly introduced fields `lendablePercent`, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"priority": {
    						SchemaProps: spec.SchemaProps{
    							Description: "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.",
    							Type:        []string{"integer"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.22.md

      
      action required
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// The priority value. Various system components use this field to find the
    	// priority of the pod. When Priority Admission Controller is enabled, it
    	// prevents users from setting this field. The admission controller populates
    	// this field from PriorityClassName.
    	// The higher the value, the higher the priority.
    	// +optional
    	Priority *int32
    	// PreemptionPolicy is the Policy for preempting pods with lower priority.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// The priority value. Various system components use this field to find the
    	// priority of the pod. When Priority Admission Controller is enabled, it
    	// prevents users from setting this field. The admission controller populates
    	// this field from PriorityClassName.
    	// The higher the value, the higher the priority.
    	// +optional
    	Priority *int32 `json:"priority,omitempty" protobuf:"bytes,25,opt,name=priority"`
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // The priority value. Various system components use this field to find the
      // priority of the pod. When Priority Admission Controller is enabled, it
      // prevents users from setting this field. The admission controller populates
      // this field from PriorityClassName.
      // The higher the value, the higher the priority.
      // +optional
      optional int32 priority = 25;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"priority":                      "The priority value. Various system components use this field to find...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top