Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for alphabeta (0.26 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/CoreJavadocOptions.java

         * By first sentence, we mean the first sentence in the main description of a package, class or member.
         * This sentence is copied to the package, class or member summary, and to the alphabetic index.
         * <p>
         * From JDK 1.2 forward, the BreakIterator class is already used to determine the end of sentence for all languages but English.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 28.2K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    		{certs[0].Subject,
    			"CN=mail.google.com,O=Google LLC,L=Mountain View,ST=California,C=US"},
    		{pkix.Name{
    			Organization: []string{"#Google, Inc. \n-> 'Alphabet\" "},
    			Country:      []string{"US"},
    		}, "O=\\#Google\\, Inc. \n-\\> 'Alphabet\\\"\\ ,C=US"},
    		{pkix.Name{
    			CommonName:   "foo.com",
    			Organization: []string{"Gopher Industries"},
    			ExtraNames: []pkix.AttributeTypeAndValue{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  3. src/regexp/syntax/parse.go

    func appendRange(r []rune, lo, hi rune) []rune {
    	// Expand last range or next to last range if it overlaps or abuts.
    	// Checking two ranges helps when appending case-folded
    	// alphabets, so that one range can be expanding A-Z and the
    	// other expanding a-z.
    	n := len(r)
    	for i := 2; i <= 4; i += 2 { // twice, using i=2, i=4
    		if n >= i {
    			rlo, rhi := r[n-i], r[n-i+1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    type EnvVar struct {
    	// Required: Name of the environment variable.
    	// When the RelaxedEnvironmentVariableValidation feature gate is disabled, this must consist of alphabetic characters,
    	// digits, '_', '-', or '.', and must not start with a digit.
    	// When the RelaxedEnvironmentVariableValidation feature gate is enabled,
    	// this may contain any printable ASCII characters except '='.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations. Index The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields. Prev/Next These links take you to the next or previous class, interface, package, or related page. Frames/No Frames These links show and hide the HTML frames. All pages are available...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
Back to top