Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 106 for maxargs (0.13 sec)

  1. src/cmd/go/internal/script/cmds.go

    }
    
    func (c *funcCmd) Usage() *CmdUsage { return &c.usage }
    
    // firstNonFlag returns a slice containing the index of the first argument in
    // rawArgs that is not a flag, or nil if all arguments are flags.
    func firstNonFlag(rawArgs ...string) []int {
    	for i, arg := range rawArgs {
    		if !strings.HasPrefix(arg, "-") {
    			return []int{i}
    		}
    		if arg == "--" {
    			return []int{i + 1}
    		}
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/base/StringsTest.java

        assertEquals("null [5, 6]", Strings.lenientFormat(null, 5, 6));
        assertEquals("null", Strings.lenientFormat("%s", (Object) null));
      }
    
      @J2ktIncompatible // TODO(b/319404022): Allow passing null array as varargs
      public void testLenientFormat_nullArrayVarargs() {
        assertEquals("(Object[])null", Strings.lenientFormat("%s", (Object[]) null));
      }
    
      @GwtIncompatible // GWT reflection includes less data
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesGroovyDSLDependenciesIntegrationTest.groovy

            """
    
            expect:
            succeeds 'checkConfiguration'
        }
    
        // region multiple GAV strings
        def "can add multiple GAV dependencies to #suiteDesc in a single method call - at the top level (varargs)"() {
            given:
            buildFile << """
                plugins {
                  id 'java-library'
                }
    
                ${mavenCentralRepository()}
    
    
                testing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  4. cmd/object-multipart-handlers.go

    		return
    	}
    
    	uploadID, partNumberMarker, maxParts, encodingType, s3Error := getObjectResources(r.Form)
    	if s3Error != ErrNone {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Error), r.URL)
    		return
    	}
    	if partNumberMarker < 0 {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidPartNumberMarker), r.URL)
    		return
    	}
    	if maxParts < 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Lists.java

       *
       * <p><b>Note:</b> essentially the only reason to use this method is when you will need to add or
       * remove elements later. Otherwise, for non-null elements use {@link ImmutableList#of()} (for
       * varargs) or {@link ImmutableList#copyOf(Object[])} (for an array) instead. If any elements
       * might be null, or you need support for {@link List#set(int, Object)}, use {@link
       * Arrays#asList}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 16:48:36 UTC 2024
    - 41.9K bytes
    - Viewed (0)
  6. cmd/api-response.go

    		DisplayName: globalMinioDefaultOwnerID,
    	}
    	listPartsResponse.Owner = Owner{
    		ID:          globalMinioDefaultOwnerID,
    		DisplayName: globalMinioDefaultOwnerID,
    	}
    
    	listPartsResponse.MaxParts = partsInfo.MaxParts
    	listPartsResponse.PartNumberMarker = partsInfo.PartNumberMarker
    	listPartsResponse.IsTruncated = partsInfo.IsTruncated
    	listPartsResponse.NextPartNumberMarker = partsInfo.NextPartNumberMarker
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/internal/classpath/declarations/NioFileInterceptors.java

            @CallerClassName String consumer
        ) {
            tryReportFileSystemEntryObserved(path, consumer);
            return Files.notExists(path, options);
        }
    
        // TODO: handle varargs in Groovy
        @InterceptCalls
        @StaticMethod(ofClass = Files.class)
        public static SeekableByteChannel intercept_newByteChannel(
            Path path,
            @VarargParameter OpenOption[] options,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 12:34:20 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  8. cmd/object-api-datatypes.go

    	// as well as the value to use for the part-number-marker request parameter
    	// in a subsequent request.
    	NextPartNumberMarker int
    
    	// Maximum number of parts that were allowed in the response.
    	MaxParts int
    
    	// Indicates whether the returned list of parts is truncated.
    	IsTruncated bool
    
    	// List of all parts.
    	Parts []PartInfo
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}},
    	{"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}},
    	{"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}},
    	{"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}},
    	{"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}},
    	{"net.inet6.ip6.mrtmfc", []_C_int{4, 24, 17, 53}},
    	{"net.inet6.ip6.mrtmif", []_C_int{4, 24, 17, 52}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/syscall/zsysctl_openbsd.go

    	{"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}},
    	{"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}},
    	{"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}},
    	{"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}},
    	{"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}},
    	{"net.inet6.ip6.mrtmfc", []_C_int{4, 24, 17, 53}},
    	{"net.inet6.ip6.mrtmif", []_C_int{4, 24, 17, 52}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
Back to top