Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for paragraph (0.18 sec)

  1. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // right-to-left mark
        assertThat(parse("http://h/\u200f").encodedPath).isEqualTo("/%E2%80%8F")
        // line separator
        assertThat(parse("http://h/\u2028").encodedPath).isEqualTo("/%E2%80%A8")
        // paragraph separator
        assertThat(parse("http://h/\u2029").encodedPath).isEqualTo("/%E2%80%A9")
        // narrow non-breaking space
        assertThat(parse("http://h/\u202f").encodedPath).isEqualTo("/%E2%80%AF")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  2. CREDITS

    iii. publicity and privacy rights pertaining to a person's image or
         likeness depicted in a Work;
     iv. rights protecting against unfair competition in regards to a Work,
         subject to the limitations in paragraph 4(a), below;
      v. rights protecting the extraction, dissemination, use and reuse of data
         in a Work;
     vi. database rights (such as those arising under Directive 96/9/EC of the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. src/cmd/internal/dwarf/putvarabbrevgen_test.go

    		if !ok || decl.Body == nil {
    			continue
    		}
    		if decl.Name.Name == "putvar" || decl.Name.Name == "putAbstractVar" {
    			// construct the simplified CFG
    			pvagraph, _ := pvacfgbody(t, &fset, cm, decl.Body.List)
    			funcs[decl.Name.Name+"Abbrev"] = pvacfgvisit(pvagraph, abbrevs)
    		}
    	}
    	abbrevslice := make([]string, len(abbrevs))
    	for abbrev, n := range abbrevs {
    		abbrevslice[n] = abbrev
    	}
    
    	buf := new(bytes.Buffer)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. src/unicode/tables.go

    	Zl     = _Zl // Zl is the set of Unicode characters in category Zl (Separator, line).
    	Zp     = _Zp // Zp is the set of Unicode characters in category Zp (Separator, paragraph).
    	Zs     = _Zs // Zs is the set of Unicode characters in category Zs (Separator, space).
    )
    
    // Scripts is the set of Unicode script tables.
    var Scripts = map[string]*RangeTable{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    06FF          ; valid                                  # 4.0  ARABIC LETTER HEH WITH INVERTED V
    0700..070D    ; valid                  ;      ; NV8    # 3.0  SYRIAC END OF PARAGRAPH..SYRIAC HARKLEAN ASTERISCUS
    070E          ; disallowed                             # NA   <reserved-070E>
    070F          ; disallowed                             # 3.0  SYRIAC ABBREVIATION MARK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"List.ForceBlankBetween", Field, 19},
    		{"List.Items", Field, 19},
    		{"ListItem", Type, 19},
    		{"ListItem.Content", Field, 19},
    		{"ListItem.Number", Field, 19},
    		{"Paragraph", Type, 19},
    		{"Paragraph.Text", Field, 19},
    		{"Parser", Type, 19},
    		{"Parser.LookupPackage", Field, 19},
    		{"Parser.LookupSym", Field, 19},
    		{"Parser.Words", Field, 19},
    		{"Plain", Type, 19},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/javadoc/Groovydoc.java

         * @return the access property
         * @since 7.5
         */
        @Input
        public Property<GroovydocAccess> getAccess() {
            return access;
        }
    
        /**
         * Whether to include author paragraphs.
         *
         * @since 7.5
         */
        @Input
        public Property<Boolean> getIncludeAuthor() {
            return includeAuthor;
        }
    
        /**
         * Whether to process scripts.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    		printf.Analyzer,
    	}
    
    A driver may use the name, flags, and documentation to provide on-line
    help that describes the analyses it performs.
    The doc comment contains a brief one-line summary,
    optionally followed by paragraphs of explanation.
    
    The [Analyzer] type has more fields besides those shown above:
    
    	type Analyzer struct {
    		Name             string
    		Doc              string
    		Flags            flag.FlagSet
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/build.go

    serving only as a check that the packages can be built.
    
    The -o flag forces build to write the resulting executable or object
    to the named output file or directory, instead of the default behavior described
    in the last two paragraphs. If the named output is an existing directory or
    ends with a slash or backslash, then any resulting executables
    will be written to that directory.
    
    The build flags are shared by the build, clean, get, install, list, run,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //
    // The -o flag forces build to write the resulting executable or object
    // to the named output file or directory, instead of the default behavior described
    // in the last two paragraphs. If the named output is an existing directory or
    // ends with a slash or backslash, then any resulting executables
    // will be written to that directory.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top