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

1 2 3 4

  /external/curl/docs/cmdline-opts/
remote-name-all.d 2 Help: Use the remote file name for all URLs
5 This option changes the default action for all given URLs to be dealt with as
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
globoff.d 6 you can specify URLs that contain the letters {}[] without having them being
fail-early.d 9 errors if there are more URLs given and the last URL's success will determine
14 that fails, independent of the amount of URLs that are given on the command
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/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/src/html/template/
url.go 32 // To allow URLs containing other schemes to bypass this filter, developers must
93 // The byte loop below assumes that all URLs use UTF-8 as the
97 // It should not cause any misencoding of URLs in pages with
105 // Single quotes are reserved in URLs, but are only used in
145 // URLs followed by metadata.
transition.go 406 // (1) URLs as in background: "/foo.png"
418 // We conservatively treat all strings as URLs, but make some
485 // 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 32 // To allow URLs containing other schemes to bypass this filter, developers must
93 // The byte loop below assumes that all URLs use UTF-8 as the
97 // It should not cause any misencoding of URLs in pages with
105 // Single quotes are reserved in URLs, but are only used in
145 // URLs followed by metadata.
transition.go 406 // (1) URLs as in background: "/foo.png"
418 // We conservatively treat all strings as URLs, but make some
485 // Unquoted URLs end with a newline or close parenthesis.
attr.go 167 // Developers seem to store URL content in data URLs that start
  /external/tensorflow/tensorflow/core/ops/
debug_ops.cc 104 debug_urls: List of URLs to debug targets, e.g.,
132 debug_urls: List of URLs to debug targets, e.g.,
191 debug_urls: List of URLs to debug targets, e.g.,
197 mute_if_healthy: (bool) Do not send data to the debug URLs unless at least one
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 50 // Regexp for URLs
53 // This excludes some rare yet valid urls ending in common punctuation
54 // in order to allow sentences ending in URLs.
106 // Emphasize and escape a line of text for HTML. URLs are converted into links;
146 italics = false // don't italicize URLs
289 // 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
53 // This excludes some rare yet valid urls ending in common punctuation
54 // in order to allow sentences ending in URLs.
106 // Emphasize and escape a line of text for HTML. URLs are converted into links;
146 italics = false // don't italicize URLs
289 // URLs in the comment text are converted into links; if the URL also appears
  /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/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++] = 'https://www.google.com';
106 URLS[u_index++] = 'https://www.yahoo.com';
107 URLS[u_index++] = 'https://www.facebook.com'
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 5 // Package url parses URLs and implements query escaping.
322 // URLs that do not start with a slash after the scheme are interpreted as:
480 // in which case only absolute URLs or path-absolute relative URLs are allowed.
481 // If viaRequest is false, all forms of relative URLs are allowed.
1061 // 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.
322 // URLs that do not start with a slash after the scheme are interpreted as:
480 // in which case only absolute URLs or path-absolute relative URLs are allowed.
481 // If viaRequest is false, all forms of relative URLs are allowed.
1061 // Would like to implement MarshalText/UnmarshalText but that will change the JSON representation of URLs.

Completed in 1521 milliseconds

1 2 3 4