| /external/python/cpython3/Lib/ |
| D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
| /external/python/cpython2/Lib/ |
| D | webbrowser.py | 2 """Interfaces for launching and remotely controlling Web browsers.""" 18 _tryorder = [] # Preference order of available browsers 139 """Parent class for all browsers. Do not use directly.""" 158 """Class for all browsers started with a command 185 """Class for all browsers which are to be started in the 205 """Parent class for all Unix browsers with remote functionality.""" 228 # for TTY browsers, we need stdin/out 285 """Launcher class for Mozilla/Netscape browsers.""" 298 """Launcher class for Galeon/Epiphany browsers.""" 330 "Launcher class for Elinks browsers." [all …]
|
| /external/chromium-trace/catapult/systrace/bin/ |
| D | adb_profile_chrome_startup | 37 'from Android browsers startup, combined with ' 44 browsers = sorted(util.get_supported_browsers().keys()) 45 parser.add_option('-b', '--browser', help='Select among installed browsers. ' 46 'One of ' + ', '.join(browsers) + ', "stable" is used by ' 47 'default.', type='choice', choices=browsers,
|
| /external/chromium-trace/catapult/systrace/profile_chrome/ |
| D | main.py | 32 'from Android browsers. See http://dev.' 56 browsers = sorted(util.get_supported_browsers().keys()) 57 parser.add_option('-b', '--browser', help='Select among installed browsers. ' 58 'One of ' + ', '.join(browsers) + ', "stable" is used by ' 59 'default.', type='choice', choices=browsers,
|
| /external/skia/modules/pathkit/ |
| D | karma.bench.conf.js | 45 // start these browsers 46 browsers: ['Chrome'], property 49 // if true, Karma captures browsers, runs the tests and exits 59 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
| D | karma.conf.js | 46 // start these browsers 47 browsers: ['Chrome'], property 50 // if true, Karma captures browsers, runs the tests and exits 60 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dfareporting_v3_5.browsers.html | 75 …_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
| D | dfareporting_v3_4.browsers.html | 75 …_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
| D | dfareporting_v3_3.browsers.html | 75 …_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
| /external/grpc-grpc/doc/ |
| D | PROTOCOL-WEB.md | 21 exposed by browsers 31 * become optional (in 1-2 years) when browsers are able to speak the native 89 * Do NOT use User-Agent header (which is to be set by browsers, by default) 129 finalized and implemented in modern browsers 130 * gRPC-Web client will support the native gRPC protocol with modern browsers
|
| /external/skia/modules/canvaskit/ |
| D | karma.conf.js | 49 // start these browsers 50 browsers: ['Chrome'], property 53 // if true, Karma captures browsers, runs the tests and exits 63 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
| D | karma.bazel.js | 34 // How many browsers should be started simultaneous 41 // - browsers
|
| /external/cronet/net/docs/ |
| D | certificate_lifetimes.md | 73 Chromium-based browsers will have this enforcement enabled by default, and 75 * What are other browsers doing? 84 time of this post (2020-06-22). Other browsers, including those browsers
|
| /external/fmtlib/doc/bootstrap/ |
| D | normalize.less | 63 // Prevent modern browsers from displaying `audio` without controls. 94 // Improve readability when focused and also mouse hovered in all browsers. 150 // Address inconsistent and variable font size in all browsers. 158 // Prevent `sub` and `sup` affecting `line-height` in all browsers. 208 // Address differences between Firefox and other browsers. 218 // Contain overflow in all browsers. 226 // Address odd `em`-unit font size rendering in all browsers.
|
| /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/ |
| D | support.md | 14 The polyfill is supported on modern versions of all major browsers, including: 33 that are supported natively in browsers. These include: 51 will work in all browsers that implement a conforming version of transform, but
|
| /external/python/cpython2/Doc/library/ |
| D | webbrowser.rst | 5 :synopsis: Easy-to-use controller for Web browsers. 17 Under Unix, graphical browsers are preferred under X11, but text-mode browsers 18 will be used if graphical browsers are not available or an X11 display isn't 19 available. If text-mode browsers are used, the calling process will block until 23 override the platform default list of browsers, as an :data:`os.pathsep`-separated 24 list of browsers to try in order. When the value of a list part contains the 32 browsers are not available on Unix, the controlling process will launch a new
|
| /external/curl/docs/ |
| D | HTTP-COOKIES.md | 40 plain HTTP for this host. curl does this to match how popular browsers work 66 sharing the cookies with browsers, only to see browsers move away from that 67 format. Modern browsers no longer use it, while curl still does.
|
| /external/python/cpython3/Doc/library/ |
| D | webbrowser.rst | 5 :synopsis: Easy-to-use controller for web browsers. 18 Under Unix, graphical browsers are preferred under X11, but text-mode browsers 19 will be used if graphical browsers are not available or an X11 display isn't 20 available. If text-mode browsers are used, the calling process will block until 24 :data:`os.pathsep`-separated list of browsers to try ahead of the platform 33 browsers are not available on Unix, the controlling process will launch a new
|
| /external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ |
| D | CollectUserEventRequestOrBuilder.java | 90 * referer URL, because many browsers only send the domain for 3rd party 105 * referer URL, because many browsers only send the domain for 3rd party 120 * referer URL, because many browsers only send the domain for 3rd party
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | FormEncodingBuilderTest.java | 95 assertEquals("%00", formEncode(0)); // Browsers convert '\u0000' to '%EF%BF%BD'. in characterEncoding() 105 assertEquals("%0A", formEncode(10)); // Browsers convert '\n' to '\r\n' in characterEncoding() 108 assertEquals("%0D", formEncode(13)); // Browsers convert '\r' to '\r\n' in characterEncoding() 127 assertEquals("%20", formEncode(32)); // Browsers use '+' for space. in characterEncoding()
|
| /external/antlr/runtime/JavaScript/src/org/ |
| D | antlr.js | 33 * Be careful when naming packages. Reserved words may work in some browsers 99 * is detected but the revision could not be found. Other browsers 113 * AppleWebKit version. KHTML browsers that are not WebKit browsers 114 * will evaluate to 1, other browsers 0. Example: 418.9.1 174 // Modern KHTML browsers should qualify as Safari X-Grade 178 // Modern WebKit browsers are at least X-Grade
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | device.proto | 40 // Mobile devices with full browsers. 43 // Tablets with full browsers.
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | device.proto | 40 // Mobile devices with full browsers. 43 // Tablets with full browsers.
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | device.proto | 40 // Mobile devices with full browsers. 43 // Tablets with full browsers.
|
| /external/googleapis/google/ads/searchads360/v0/enums/ |
| D | device.proto | 40 // Mobile devices with full browsers. 43 // Tablets with full browsers.
|