Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 91 for Hyphen (0.32 sec)

  1. pkg/apis/batch/types.go

    	// The indexes are represented as intervals separated by commas.
    	// The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen.
    	// The number are listed in represented by the first and last element of the series,
    	// separated by a hyphen.
    	// For example, if the completed indexes are 1, 3, 4, 5 and 7, they are
    	// represented as "1,3-5,7".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

    import java.util.Objects;
    import java.util.Properties;
    
    /**
     * <p>
     * Generic implementation of version comparison.
     * </p>
     * <p>
     * Features:
     * <ul>
     * <li>mixing of '<code>-</code>' (hyphen) and '<code>.</code>' (dot) separators,</li>
     * <li>transition between characters and digits also constitutes a separator:
     *     <code>1.0alpha1 =&gt; [1, [alpha, 1]]</code></li>
     * <li>unlimited number of version components,</li>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 26K bytes
    - Viewed (0)
  3. src/net/http/header.go

    		}
    	}
    	headerSorterPool.Put(sorter)
    	return nil
    }
    
    // CanonicalHeaderKey returns the canonical format of the
    // header key s. The canonicalization converts the first
    // letter and any letter following a hyphen to upper case;
    // the rest are converted to lowercase. For example, the
    // canonical key for "accept-encoding" is "Accept-Encoding".
    // If s contains a space or invalid header field bytes, it is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Gujarati <type 1>;
    var Gurmukhi <type 1>;
    var Han <type 1>;
    var Hangul <type 1>;
    var Hanunoo <type 1>;
    var Hatran <type 1>;
    var Hebrew <type 1>;
    var Hex_Digit <type 1>;
    var Hiragana <type 1>;
    var Hyphen <type 1>;
    var IDS_Binary_Operator <type 1>;
    var IDS_Trinary_Operator <type 1>;
    var Ideographic <type 1>;
    var Imperial_Aramaic <type 1>;
    func In (r <type -21>, ranges ...<type 22 *<type 2>>) <type -15>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part3_gradle_dep_man.adoc

    }
    ----
    =====
    
    In this example, `libs.guava` and `libs.junit.jupiter` refer to the corresponding libraries defined in your version catalog.
    
    TIP: The `versions.junit.jupiter` syntax is used because the key contains a hyphen which is a special characters.
    
    A version catalog provides a number of advantages over declaring dependencies directly in build scripts:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 22:40:17 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. src/net/textproto/reader.go

    //
    //	code-message line 1
    //	code-message line 2
    //	...
    //	code message line n
    //
    // where code is a three-digit status code. The first line starts with the
    // code and a hyphen. The response is terminated by a line that starts
    // with the same code followed by a space. Each line in message is
    // separated by a newline (\n).
    //
    // See page 36 of RFC 959 (https://www.ietf.org/rfc/rfc959.txt) for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. src/crypto/x509/name_constraints_test.go

    		{"uri:example.com.", constraintParseError},
    		{"uri:1.2.3.4", constraintParseError},
    		{"uri:ffff::1", constraintParseError},
    		{"dns:not–hyphen.com", encodingError},
    		{"email:foo@not–hyphen.com", encodingError},
    		{"uri:not–hyphen.com", encodingError},
    	}
    
    	priv, err := ecdsa.GenerateKey(elliptic.P256(), rand.Reader)
    	if err != nil {
    		panic(err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  8. src/mime/multipart/multipart.go

    }
    
    func (r *Reader) isBoundaryDelimiterLine(line []byte) (ret bool) {
    	// https://tools.ietf.org/html/rfc2046#section-5.1
    	//   The boundary delimiter line is then defined as a line
    	//   consisting entirely of two hyphen characters ("-",
    	//   decimal value 45) followed by the boundary parameter
    	//   value from the Content-Type header field, optional linear
    	//   whitespace, and a terminating CRLF.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 16:12:35 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. cmd/object-api-utils.go

    // characters long, and it must be a sequence of one or more labels
    // separated by periods. Each label can contain lowercase ascii
    // letters, decimal digits and hyphens, but must not begin or end with
    // a hyphen. See:
    // http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
    func IsValidBucketName(bucket string) bool {
    	// Special case when bucket is equal to one of the meta buckets.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    	for p++; s[p] != 'u'; p++ {
    		if s[p] > 'u' {
    			p--
    			return p, p, p, false
    		}
    		if p = nextExtension(s, p); p == len(s) {
    			return len(s), len(s), len(s), false
    		}
    	}
    	// Proceed to the hyphen following the extension name.
    	p++
    
    	// curKey is the key currently being processed.
    	curKey := ""
    
    	// Iterate over keys until we get the end of a section.
    	for {
    		end = p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
Back to top