Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for Seal (0.11 sec)

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

        <magic priority="50">
           <match value="Windows Media Audio" type="unicodeLE" offset="0:8192" />
        </magic>
      </mime-type>
    
      <mime-type type="audio/x-pn-realaudio">
        <_comment>Real Audio</_comment>
        <alias type="audio/x-realaudio" />
        <magic priority="50">
          <match value="0x2e7261fd" type="big32" offset="0"/>
        </magic>
        <glob pattern="*.ram"/>
        <glob pattern="*.ra"/>
    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. pkg/apis/core/validation/validation.go

    // tricks.
    // The pod metadata is needed to validate generic ephemeral volumes. It is optional
    // and should be left empty unless the spec is from a real pod object.
    func ValidatePodSpec(spec *core.PodSpec, podMeta *metav1.ObjectMeta, fldPath *field.Path, opts PodValidationOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    
    	var gracePeriod int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * support cross resource group for azure file ([#68117](https://github.com/kubernetes/kubernetes/pull/68117), [@andyzhangx](https://github.com/andyzhangx))
    * Use real device path in isDeviceOpen check on umount ([#68674](https://github.com/kubernetes/kubernetes/pull/68674), [@gnufied](https://github.com/gnufied))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    		}
    		(*t)[k] = vv
    	}
    }
    
    func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {
    	cc := rl.cc
    	cc.t.connPool().MarkDead(cc)
    	if f.ErrCode != 0 {
    		// TODO: deal with GOAWAY more. particularly the error code
    		cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
    		if fn := cc.t.CountError; fn != nil {
    			fn("recv_goaway_" + f.ErrCode.stringToken())
    		}
    	}
    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. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Defines runtime configuration of components, including Istiod and istio-agent behavior.
    	// See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options.
    	// TODO can this import the real mesh config API?
    	MeshConfig *structpb.Value `protobuf:"bytes,36,opt,name=meshConfig,proto3" json:"meshConfig,omitempty"`
    	// Configuration for the base component.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "properties": {
              "path": {
                "default": "",
                "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
                "type": "string"
              },
              "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

    - Kube-scheduler: fixes a 1.28.10 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125042](https://github.com/kubernetes/kubernetes/pull/125042), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.27.md

    - Kube-scheduler: fixes a 1.27.14 regression that can lead to a scheduler crash when processing pods with affinity that doesn't match a real/valid node ([#125043](https://github.com/kubernetes/kubernetes/pull/125043), [@AxeZhan](https://github.com/AxeZhan)) [SIG Scheduling and Testing]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top