Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 301 for options_ (0.21 sec)

  1. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            CommandLine.Builder commandLineBuilder = new CommandLine.Builder();
            for (Option option : cliRequest.commandLine.getOptions()) {
                if (!String.valueOf(CLIManager.SET_USER_PROPERTY).equals(option.getOpt())) {
                    List<String> values = option.getValuesList();
                    for (ListIterator<String> it = values.listIterator(); it.hasNext(); ) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional string fieldValidation = 4;
    }
    
    // Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
    message Preconditions {
      // Specifies the target UID.
      // +optional
      optional string uid = 1;
    
      // Specifies the target ResourceVersion
      // +optional
      optional string resourceVersion = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional string fieldValidation = 4;
    }
    
    // Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
    message Preconditions {
      // Specifies the target UID.
      // +optional
      optional string uid = 1;
    
      // Specifies the target ResourceVersion
      // +optional
      optional string resourceVersion = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    // store's PredicateFunc.
    func (e *Store) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error) {
    	label := labels.Everything()
    	if options != nil && options.LabelSelector != nil {
    		label = options.LabelSelector
    	}
    	field := fields.Everything()
    	if options != nil && options.FieldSelector != nil {
    		field = options.FieldSelector
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// StorageVersionHash feature gate is enabled.
    	// This field will remain optional even if it graduates.
    	// +optional
    	StorageVersionHash string `json:"storageVersionHash,omitempty" protobuf:"bytes,10,opt,name=storageVersionHash"`
    }
    
    // Verbs masks the value so protobuf can generate
    //
    // +protobuf.nullable=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type Verbs []string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  6. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          graph,
          flib_def,
          options.session_options != nullptr ? options.session_options->env
                                             : Env::Default(),
          GetGlobalJitLevelForGraph(options),
          options.session_options->config.graph_options()
              .optimizer_options()
              .cpu_global_jit(),
          /*cluster_name_prefix=*/options.session_options != nullptr
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                  {
                    "prefix": "prefixValue",
                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                  {
                    "prefix": "prefixValue",
                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                  {
                    "prefix": "prefixValue",
                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                  {
                    "prefix": "prefixValue",
                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top