HomeSort by relevance Sort by last modified time
    Searched refs:URLs (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/curl/docs/cmdline-opts/
output.d 18 You may use this option as many times as the number of URLs you have. For
19 example, if you specify two URLs on the same command line, you can use it like
24 and the order of the -o options and the URLs doesn't matter, just that the
fail-early.d 9 errors if there are more URLs given and the last URL's success will determine
14 that fails, independent on the amount of more URLs that are given on the
18 This option will apply for all given URLs even if you use --next.
globoff.d 6 you can specify URLs that contain the letters {}[] without having them being
metalink.d 2 Help: Process given URLs as metalink XML file
remote-name.d 21 You may use this option as many times as the number of URLs you have.
  /external/clang/test/Preprocessor/
traditional-cpp.c 90 Preserve URLs: http://clang.llvm.org
91 /* CHECK: {{^}}Preserve URLs: http://clang.llvm.org{{$}}
  /prebuilts/go/darwin-x86/src/html/template/
url.go 53 // The byte loop below assumes that all URLs use UTF-8 as the
57 // It should not cause any misencoding of URLs in pages with
65 // Single quotes are reserved in URLs, but are only used in
transition.go 402 // (1) URLs as in background: "/foo.png"
414 // We conservatively treat all strings as URLs, but make some
481 // Unquoted URLs end with a newline or close parenthesis.
attr.go 167 // Developers seem to store URL content in data URLs that start
  /prebuilts/go/linux-x86/src/html/template/
url.go 53 // The byte loop below assumes that all URLs use UTF-8 as the
57 // It should not cause any misencoding of URLs in pages with
65 // Single quotes are reserved in URLs, but are only used in
transition.go 402 // (1) URLs as in background: "/foo.png"
414 // We conservatively treat all strings as URLs, but make some
481 // Unquoted URLs end with a newline or close parenthesis.
attr.go 167 // Developers seem to store URL content in data URLs that start
  /prebuilts/go/darwin-x86/src/sync/
example_test.go 18 // This example fetches several URLs concurrently,
22 var urls = []string{
27 for _, url := range urls {
  /prebuilts/go/linux-x86/src/sync/
example_test.go 18 // This example fetches several URLs concurrently,
22 var urls = []string{
27 for _, url := range urls {
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
29 var urlq = make(chan string) // URLs to crawl
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
29 var urlq = make(chan string) // URLs to crawl
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 50 // Regexp for URLs
99 // Emphasize and escape a line of text for HTML. URLs are converted into links;
139 italics = false // don't italicize URLs
282 // URLs in the comment text are converted into links; if the URL also appears
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 50 // Regexp for URLs
99 // Emphasize and escape a line of text for HTML. URLs are converted into links;
139 italics = false // don't italicize URLs
282 // URLs in the comment text are converted into links; if the URL also appears
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 20 var urls = []string{ var
32 // StateMonitor maintains a map that stores the state of the URLs being
108 for _, url := range urls {
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 20 var urls = []string{ var
32 // StateMonitor maintains a map that stores the state of the URLs being
108 for _, url := range urls {
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 6 var URLS = new Array();
44 urls: URLS,
55 urls: [
72 urls: isMP3DecoderPresent() ? [BBC_AUDIO_URL, BBC_AUDIO_URL] :
84 urls: [
103 // List of URLs to cycle through
105 URLS[u_index++] = 'http://www.google.com';
106 URLS[u_index++] = 'http://www.yahoo.com';
107 URLS[u_index++] = 'http://www.facebook.com'
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 5 // Package url parses URLs and implements query escaping.
316 // URLs that do not start with a slash after the scheme are interpreted as:
467 // in which case only absolute URLs or path-absolute relative URLs are allowed.
468 // If viaRequest is false, all forms of relative URLs are allowed.
1043 // Would like to implement MarshalText/UnmarshalText but that will change the JSON representation of URLs.
  /prebuilts/go/linux-x86/src/net/url/
url.go 5 // Package url parses URLs and implements query escaping.
316 // URLs that do not start with a slash after the scheme are interpreted as:
467 // in which case only absolute URLs or path-absolute relative URLs are allowed.
468 // If viaRequest is false, all forms of relative URLs are allowed.
1043 // Would like to implement MarshalText/UnmarshalText but that will change the JSON representation of URLs.
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 79 // It is typically used in URLs and file names.
88 // It is typically used in URLs and file names.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 79 // It is typically used in URLs and file names.
88 // It is typically used in URLs and file names.

Completed in 2475 milliseconds

1 2 3