Home
last modified time | relevance | path

Searched full:browser (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/third_party/python/Lib/
Dwebbrowser.py18 _browsers = {} # Dictionary of available browser controllers
20 _os_preferred_browser = None # The preferred browser
23 """Register a browser connector."""
30 # Need to match to the default browser returned by xdg-settings, which
38 """Return a browser launcher instance appropriate for the environment."""
47 for browser in alternatives:
48 if '%s' in browser:
50 browser = shlex.split(browser)
51 if browser[-1] == '&':
52 return BackgroundBrowser(browser[:-1])
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_browser.py1 "Test browser, coverage 90%."
3 from idlelib import browser
24 cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True)
39 self.assertIsNotNone(browser.file_open)
44 self.assertEqual(mb.top.iconname(), 'Module Browser')
49 self.assertIsInstance(rn, browser.ModuleBrowserTreeItem)
76 browser.transform_children(mock_pyclbr_tree, 'test') # C0(base)
77 browser.transform_children(C0.children) # C1()
87 transform = browser.transform_children
102 transform = browser.transform_children
[all …]
/third_party/python/Doc/library/
Dwebbrowser.rst1 :mod:`webbrowser` --- Convenient Web-browser controller
21 the user exits the browser.
23 If the environment variable :envvar:`BROWSER` exists, it is interpreted as the
26 interpreted as a literal browser command line to be used with the argument URL
28 interpreted as the name of the browser to launch. [1]_
30 For non-Unix platforms, or when a remote browser is available on Unix, the
31 controlling process will not wait for the user to finish with the browser, but
32 allow the remote browser to maintain its own windows on the display. If remote
34 browser and wait.
38 parameters: ``-n`` opens the URL in a new browser window, if possible;
[all …]
/third_party/node/deps/npm/node_modules/bluebird/
Dpackage.json37 "browser": "./js/browser/bluebird.js", string
72 "js/browser",
100browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minif…
101 … "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
104 "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
/third_party/boost/libs/filesystem/test/
Dtest_status.html26 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
27 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
28 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
29 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
30 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
31 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
32 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
33 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
34 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
35 …svn.boost.org/trac/boost/browser/trunk//libs/filesystem">filesystem</a></td><td><a href="http://sv…
[all …]
/third_party/node/deps/npm/node_modules/tweetnacl/
Dpackage.json29 "browser": { object
43 "tap-browser-color": "^0.1.2",
77browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2…
79 "test": "npm run test-node-all && npm run test-browser",
80 …"test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SR…
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbrowser_detection.dart7 /// The HTML engine used by the current browser.
9 /// The engine that powers Chrome, Samsung Internet Browser, UC Browser,
16 /// We were unable to detect the current browser engine.
20 /// Lazily initialized current browser engine.
23 /// Returns the [BrowserEngine] used by the current browser.
25 /// This is used to implement browser-specific behavior.
37 print('WARNING: failed to detect current browser engine.');
/third_party/node/deps/npm/node_modules/asap/
Dpackage.json26 "browser": { object
27 "./asap": "./browser-asap.js",
28 "./asap.js": "./browser-asap.js",
29 "./raw": "./browser-raw.js",
30 "./raw.js": "./browser-raw.js",
31 "./test/domain.js": "./test/browser-domain.js"
55 "browser-raw.js",
56 "browser-asap.js"
76 …"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -…
78 "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
DCHANGES.md5 the browser environment does not support Node.js domains.
51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)
52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)
56 The following charts capture the browser test results for the most recent
65 ![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration…
/third_party/node/deps/npm/node_modules/debug/
DMakefile20 browser: dist/debug.js target
39 test-browser:
40 @$(MAKE) browser
46 "make test-browser"
49 @if [ "x$(BROWSER)" = "x" ]; then \
52 $(MAKE) test-browser; \
58 .PHONY: browser install clean lint test test-all test-node test-browser
DCHANGELOG.md11 * Fix: browser detection
29 * Update: separate the Node and Browser tests in Travis-CI
31 * Update: separate Node.js and web browser examples for organization
43 * Fix: Check for undefined on browser globals (#462, @marbemac)
56 * Misc: clean up browser reference checks (#447, @thebigredgeek)
91 * Fix: added better null pointer checks for browser useColors (@thebigredgeek)
116 …* Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamik…
142 * Fix: browser colors (#367, @tootallnate)
196 * Readme: better docs for browser support (#224, @matthewmueller)
208 * browser: expose `storage` (#190, @stephenmathieson)
[all …]
/third_party/node/deps/npm/node_modules/readable-stream/
Dpackage.json28 "browser": { object
31 "./errors": "./errors-browser.js",
32 "./readable.js": "./readable-browser.js",
33 "./lib/internal/streams/from.js": "./lib/internal/streams/from-browser.js",
34 "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
95 "test-browser-local": "airtap --open --local -- test/browser.js",
96 "test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js",
97 "update-browser-errors": "babel -o errors-browser.js errors.js"
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser-system.c2 * Hotspot 2.0 client - Web browser using system browser
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
72 wpa_printf(MSG_INFO, "Launching system browser to %s", url); in hs20_web_browser()
100 argv[0] = "browser-system"; in hs20_web_browser()
104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser()
116 /* TODO: Close browser */ in hs20_web_browser()
Dbrowser-android.c2 * Hotspot 2.0 client - Web browser using Android browser
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
72 wpa_printf(MSG_INFO, "Launching Android browser to %s", url); in hs20_web_browser()
100 argv[0] = "browser-android"; in hs20_web_browser()
120 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
Dbrowser-wpadebug.c2 * Hotspot 2.0 client - Web browser using wpadebug on Android
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
73 wpa_printf(MSG_INFO, "Launching wpadebug browser to %s", url); in hs20_web_browser()
102 argv[0] = "browser-wpadebug"; in hs20_web_browser()
129 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
135 wpa_printf(MSG_INFO, "Failed to close wpadebug browser"); in hs20_web_browser()
Dbrowser.c2 * Hotspot 2.0 client - Web browser using WebKit
13 #include "browser.h"
26 wpa_printf(MSG_DEBUG, "BROWSER:%s", __func__); in win_cb_destroy()
57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__, in view_cb_notify_progress()
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s", in view_cb_notify_load_status()
80 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri); in view_cb_resource_request_starting()
103 wpa_printf(MSG_DEBUG, "BROWSER:%s mime=%s", __func__, mime); in view_cb_mime_type_policy_decision()
120 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri); in view_cb_download_requested()
128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link()
144 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_title_changed()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbrowser-system.c2 * Hotspot 2.0 client - Web browser using system browser
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
72 wpa_printf(MSG_INFO, "Launching system browser to %s", url); in hs20_web_browser()
100 argv[0] = "browser-system"; in hs20_web_browser()
104 execv("/usr/bin/x-www-browser", argv); in hs20_web_browser()
116 /* TODO: Close browser */ in hs20_web_browser()
Dbrowser-android.c2 * Hotspot 2.0 client - Web browser using Android browser
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
72 wpa_printf(MSG_INFO, "Launching Android browser to %s", url); in hs20_web_browser()
100 argv[0] = "browser-android"; in hs20_web_browser()
120 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
Dbrowser-wpadebug.c2 * Hotspot 2.0 client - Web browser using wpadebug on Android
14 #include "browser.h"
24 wpa_printf(MSG_INFO, "Timeout on waiting browser interaction to " in browser_timeout()
38 wpa_printf(MSG_INFO, "Browser response received: %s", url); in http_req()
73 wpa_printf(MSG_INFO, "Launching wpadebug browser to %s", url); in hs20_web_browser()
102 argv[0] = "browser-wpadebug"; in hs20_web_browser()
129 wpa_printf(MSG_INFO, "Closing Android browser"); in hs20_web_browser()
135 wpa_printf(MSG_INFO, "Failed to close wpadebug browser"); in hs20_web_browser()
Dbrowser.c2 * Hotspot 2.0 client - Web browser using WebKit
13 #include "browser.h"
26 wpa_printf(MSG_DEBUG, "BROWSER:%s", __func__); in win_cb_destroy()
57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__, in view_cb_notify_progress()
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s", in view_cb_notify_load_status()
80 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri); in view_cb_resource_request_starting()
103 wpa_printf(MSG_DEBUG, "BROWSER:%s mime=%s", __func__, mime); in view_cb_mime_type_policy_decision()
120 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri); in view_cb_download_requested()
128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link()
144 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_title_changed()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dflutter_web_platform.dart131 'browser',
177 // A map from browser identifiers to futures that will complete to the
213 final Runtime browser = platform.runtime;
214 final BrowserManager browserManager = await _browserManagerFor(browser);
234 /// Returns the [BrowserManager] for [runtime], which should be a browser.
236 /// If no browser manager is running yet, starts one.
237 Future<BrowserManager> _browserManagerFor(Runtime browser) {
238 final Future<BrowserManager> managerFuture = _browserManagers[browser];
257 browser,
264 _browserManagers[browser] = future.catchError((dynamic _) => null);
[all …]
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-repo.md4 description: Open package repository page in the browser
9 ## Open package repository page in the browser
20 repository URL, and then tries to open it using the `--browser`
26 #### browser subsubsection
31 The browser that is called by the `npm repo` command to open websites.
/third_party/node/deps/npm/lib/utils/
Dopen-url.js6 // attempt to open URL in web-browser, print address otherwise:
7 module.exports = function open (url, errMsg, cb, browser = npm.config.get('browser')) { argument
20 const skipBrowser = process.argv.indexOf('--no-browser') > -1
27 opener(url, { command: browser }, (er) => {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dscrollable.dart21 /// contents is less than the size of the viewport the browser snaps
28 /// Disables browser-driven scrolling in the presence of pointer events.
31 /// Listens to HTML "scroll" gestures detected by the browser.
41 /// Responds to browser-detected "scroll" gestures.
80 // still causes the browser to take over pointer events in order to
86 // to prevent browser scrolling.
91 // updated. Otherwise the browser does not yet have the sizes of the
130 /// zero the browser will refuse to scroll back even when there is more
160 // overflow:scroll will cause the browser report "scroll" events when
173 // We use "hidden" instead of "scroll" so that the browser does
/third_party/python/Lib/test/
Dtest_webbrowser.py26 """Given a web browser instance method name along with arguments and
28 a browser instance from the class pointed to by self.browser, calls the
30 the resulting options and arguments passed to Popen by the browser
38 browser = self.browser_class(name=CMD_NAME)
39 getattr(browser, meth)(*args, **kw)
221 # Ensure we don't alter the real registered browser details
304 browser = webbrowser.get().name
308 env["BROWSER"] = browser
321 env["BROWSER"] = least_preferred_browser
326 env["BROWSER"] = sys.executable

12345678910>>...43