Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for mode_ (0.17 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Object createTest() throws Exception; protected Object createTest(model.FrameworkMethod) throws Exception; protected String testName(model.FrameworkMethod); protected model.Statement methodBlock(model.FrameworkMethod); protected model.Statement methodInvoker(model.FrameworkMethod, Object); protected model.Statement possiblyExpectingExc(model.FrameworkMethod, Object, model.Statement); protected model.Statement withPotentialTimeout(model.FrameworkMethod, Object, model.Statement); protected model.Statement...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// mode, like fsGroup, and the result can be other mode bits set.
    	// +optional
    	Mode *int32 `json:"mode,omitempty" protobuf:"varint,3,opt,name=mode"`
    }
    
    // Local represents directly-attached storage with node affinity (Beta feature)
    type LocalVolumeSource struct {
    	// path of the full path to the volume on the node.
    	// It can be either a directory or block device (disk, partition, ...).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    `hashed_password`. To fix this, the declared `response_model` is cloned, if it is a Pydantic model class (or contains Pydantic model classes in it, e.g. in a `List[Item]`), the Pydantic model class(es) will be a different one (the "cloned" one). So, an object that is a subclass won't simply pass the validation and returned as-is, because it is no longer a sub-class of the cloned `response_model`. Instead, a new Pydantic model object will be created with the contents of the returned object. So, it will be a...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // Optional: mode bits used to set permissions on this file, must be an octal value
      // between 0000 and 0777 or a decimal value between 0 and 511.
      // YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
      // If not specified, the volume defaultMode will be used.
      // This might be in conflict with other options that affect the file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	}
    	allErrs = append(allErrs, ValidateLocalNonReservedPath(kp.Path, fldPath.Child("path"))...)
    	if kp.Mode != nil && (*kp.Mode > 0777 || *kp.Mode < 0) {
    		allErrs = append(allErrs, field.Invalid(fldPath.Child("mode"), *kp.Mode, fileModeErrorMsg))
    	}
    
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "mode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    The SIG also provided match criteria that allow policy rules to match a source or destination CIDR. Both features are in beta. SIG Network also improved the kube-proxy to include an alpha IPVS mode in addition to the current iptables and userspace modes.
    
    [SIG Network]: https://github.com/kubernetes/community/tree/master/sig-network
    
    ### SIG Scalability
    
    [SIG Scalability][] is responsible for scalability testing, measuring and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    i})=>{i({".mix-blend-normal":{"mix-blend-mode":"normal"},".mix-blend-multiply":{"mix-blend-mode":"multiply"},".mix-blend-screen":{"mix-blend-mode":"screen"},".mix-blend-overlay":{"mix-blend-mode":"overlay"},".mix-blend-darken":{"mix-blend-mode":"darken"},".mix-blend-lighten":{"mix-blend-mode":"lighten"},".mix-blend-color-dodge":{"mix-blend-mode":"color-dodge"},".mix-blend-color-burn":{"mix-blend-mode":"color-burn"},".mix-blend-hard-light":{"mix-blend-mode":"hard-light"},".mix-blend-soft-light":{...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.7.md

    ## Changelog since v1.7.0-alpha.4
    
    ### Action Required
    
    * kube-apiserver: a new authorization mode (`--authorization-mode=Node`) authorizes nodes to access secrets, configmaps, persistent volume claims and persistent volumes related to their pods. ([#46076](https://github.com/kubernetes/kubernetes/pull/46076), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="model/vnd.flatland.3dml"/>
      <mime-type type="model/vnd.gdl">
        <glob pattern="*.gdl"/>
      </mime-type>
      <mime-type type="model/vnd.gs-gdl"/>
      <mime-type type="model/vnd.gs.gdl"/>
      <mime-type type="model/vnd.gtw">
        <glob pattern="*.gtw"/>
      </mime-type>
      <mime-type type="model/vnd.moml+xml"/>
      <mime-type type="model/vnd.mts">
        <glob pattern="*.mts"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top