Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,892 for Option (0.1 sec)

  1. pkg/volume/emptydir/empty_dir_test.go

    			}
    
    			if testCase.sizeLimit.IsZero() && doesStringArrayContainSubstring(options, "size=") {
    				t.Errorf("size is not expected when is zero. options: %v", options)
    			}
    			if expectedOption := fmt.Sprintf("size=%d", testCase.sizeLimit.Value()); !testCase.sizeLimit.IsZero() && !doesStringArrayContainSubstring(options, expectedOption) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    	ShutdownDelayDuration       time.Duration
    	// We intentionally did not add a flag for this option. Users of the
    	// apiserver library can wire it to a flag.
    	JSONPatchMaxCopyBytes int64
    	// The limit on the request body size that would be accepted and
    	// decoded in a write request. 0 means no limit.
    	// We intentionally did not add a flag for this option. Users of the
    	// apiserver library can wire it to a flag.
    	MaxRequestBodyBytes int64
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  3. internal/event/target/nats.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. pkg/controller/controller_utils.go

    		// we get it from etcd to be sure to have fresh data.
    		option := metav1.GetOptions{}
    		if firstTry {
    			option.ResourceVersion = "0"
    			firstTry = false
    		}
    		oldNode, err = c.CoreV1().Nodes().Get(ctx, nodeName, option)
    		if err != nil {
    			return err
    		}
    
    		var newNode *v1.Node
    		oldNodeCopy := oldNode
    		updated := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  5. cmd/common-main.go

    	if dir == "" {
    		dir = getDefaultDir()
    	}
    
    	if dir == "" {
    		if !dirSet {
    			return nil, fmt.Errorf("missing option must be provided")
    		}
    		return nil, fmt.Errorf("provided option cannot be empty")
    	}
    
    	// Disallow relative paths, figure out absolute paths.
    	dirAbs, err := filepath.Abs(dir)
    	if err != nil {
    		return nil, err
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  6. gradle/wrapper/gradle-wrapper.jar

    nParserSta.class package org.gradle.cli; public final synchronized class CommandLineParser$KnownOptionParserSta extends CommandLineParser$OptionParserState { public final CommandLineParser$OptionString optionString; public final CommandLineOption option; public final ParsedCommandLine commandLine; public final CommandLineParser$ParserState state; public final java.util.ArrayList values; public void CommandLineParser$KnownOptionParserSta(CommandLineParser$OptionString, CommandLineOption, ParsedCommandLine,...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Dec 24 09:00:26 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    The command-line option is especially useful to execute a single test method.
    It is also possible to supply multiple `--tests` options, all of whose patterns will take effect.
    The following sections have several examples of using command-line option.
    
    NOTE: The test filtering only support XCTest compatible filters at the moment.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. src/net/http/roundtrip_js.go

    	"strconv"
    	"strings"
    	"syscall/js"
    )
    
    var uint8Array = js.Global().Get("Uint8Array")
    
    // jsFetchMode is a Request.Header map key that, if present,
    // signals that the map entry is actually an option to the Fetch API mode setting.
    // Valid values are: "cors", "no-cors", "same-origin", "navigate"
    // The default is "same-origin".
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/prepare_composite_functions_tf.cc

        std::string& custom_option_buffer) {
      // There is something worth noting in the ordering of the custom op option:
      // At the MLIR level, all the option is ordered alphabetcially, so there is
      // no way for us to retrieve the original order, so please make sure you are
      // reading custom option from dictionary rather than depending on the order.
      flexbuffers::Builder fbb;
      size_t start_map = fbb.StartMap();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. gradle/wrapper/gradle-wrapper.jar

    nParserSta.class package org.gradle.cli; public final synchronized class CommandLineParser$KnownOptionParserSta extends CommandLineParser$OptionParserState { public final CommandLineParser$OptionString optionString; public final CommandLineOption option; public final ParsedCommandLine commandLine; public final CommandLineParser$ParserState state; public final java.util.ArrayList values; public void CommandLineParser$KnownOptionParserSta(CommandLineParser$OptionString, CommandLineOption, ParsedCommandLine,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 08:44:14 UTC 2024
    - 42.4K bytes
    - Viewed (0)
Back to top