/third_party/python/Lib/ |
D | webbrowser.py | 47 for browser in alternatives: 48 if '%s' in browser: 50 browser = shlex.split(browser) 51 if browser[-1] == '&': 52 return BackgroundBrowser(browser[:-1]) 54 return GenericBrowser(browser) 58 command = _browsers[browser.lower()] 60 command = _synthesize(browser) 85 browser = get(name) 86 if browser.open(url, new, autoraise): [all …]
|
/third_party/python/Doc/library/ |
D | webbrowser.rst | 1 :mod:`webbrowser` --- Convenient web-browser controller 21 the user exits the browser. 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; 39 ``-t`` opens the URL in a new browser page ("tab"). The options are, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowForCatchAndFinally.types | 21 let browser: Browser | undefined = undefined; 22 >browser : Browser | undefined 30 browser = await test1(); 31 >browser = await test1() : Browser 32 >browser : Browser | undefined 37 page = await test2(browser); 38 >page = await test2(browser) : Page 40 >await test2(browser) : Page 41 >test2(browser) : Promise<Page> 43 >browser : Browser [all …]
|
D | controlFlowForCatchAndFinally.js | 7 let browser: Browser | undefined = undefined; variable 10 browser = await test1(); 11 page = await test2(browser); 18 if (browser) { 19 await browser.close(); // ok 83 var browser, page; 87 browser = undefined; 94 browser = _a.sent(); 95 return [4 /*yield*/, test2(browser)]; 107 if (!browser) return [3 /*break*/, 9]; [all …]
|
D | controlFlowForCatchAndFinally.symbols | 30 let browser: Browser | undefined = undefined; 31 >browser : Symbol(browser, Decl(controlFlowForCatchAndFinally.ts, 5, 7)) 41 browser = await test1(); 42 >browser : Symbol(browser, Decl(controlFlowForCatchAndFinally.ts, 5, 7)) 45 page = await test2(browser); 48 >browser : Symbol(browser, Decl(controlFlowForCatchAndFinally.ts, 5, 7)) 65 if (browser) { 66 >browser : Symbol(browser, Decl(controlFlowForCatchAndFinally.ts, 5, 7)) 68 await browser.close(); // ok 69 >browser.close : Symbol(close, Decl(controlFlowForCatchAndFinally.ts, 1, 16)) [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_browser.py | 3 from idlelib import browser 24 cls.mb = browser.ModuleBrowser(cls.root, __file__, _utest=True) 39 self.assertIsNotNone(browser.file_open) 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 118 cls.mbt = browser.ModuleBrowserTreeItem(fname) 133 save_rex = browser.pyclbr.readmodule_ex [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowForCatchAndFinally.ts | 8 let browser: Browser | undefined = undefined; 11 browser = await test1(); 12 page = await test2(browser); 19 if (browser) { 20 await browser.close(); // ok
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
D | CustomFormatterMessageRefTest.java | 103 StringBuffer browser = new StringBuffer(); in test() local 105 "browser", browser, in test() 117 browser.replace(0, browser.length(), "firefox"); in test() 121 browser.replace(0, browser.length(), "chrome"); in test() 125 browser.replace(0, browser.length(), "safari"); in test()
|
/third_party/node/doc/api/ |
D | globals.md | 252 A browser-compatible implementation of [`ByteLengthQueuingStrategy`][]. 328 A browser-compatible implementation of [`CompressionStream`][]. 350 A browser-compatible implementation of [`CountQueuingStrategy`][]. 361 A browser-compatible implementation of {Crypto}. This global is available 374 A browser-compatible implementation of the [Web Crypto API][]. 385 A browser-compatible implementation of {CryptoKey}. This global is available 400 A browser-compatible implementation of the [`CustomEvent` Web API][]. 410 A browser-compatible implementation of [`DecompressionStream`][]. 424 A browser-compatible implementation of the `Event` class. See 439 A browser-compatible implementation of the `EventTarget` class. See [all …]
|
/third_party/skia/tools/lottiecap/ |
D | lottiecap.js | 135 let browser = null; 137 browser = await puppeteer.launch({ 142 browser = await puppeteer.launch(); 145 const page = await browser.newPage(); 163 await browser.close(); 208 await browser.close();
|
/third_party/node/deps/npm/lib/utils/ |
D | open-url.js | 8 const browser = npm.config.get('browser') constant 22 if (browser === false) { 39 const command = browser === true ? null : browser
|
D | npm-usage.js | 12 const browser = npm.config.get('viewer') === 'browser' ? ' (in a browser)' : '' constant 25 npm help <term> search for help on <term>${browser} 26 npm help npm more involved overview${browser}
|
/third_party/typescript/scripts/ |
D | browserIntegrationTest.mjs | 14 // Turning this on will leave the Chromium browser open, giving you the 22 const browser = await playwright[browserType].launch({ headless: !debugging }); constant 23 const context = await browser.newContext(); 44 await browser.close(); 47 … console.log("Not closing the browser, you'll need to exit the process in your terminal manually");
|
/third_party/typescript/tests/baselines/reference/user/ |
D | debug.log | 3 node_modules/debug/src/browser.js(3,100): error TS2630: Cannot assign to '_typeof' because it is a … 4 node_modules/debug/src/browser.js(3,165): error TS2630: Cannot assign to '_typeof' because it is a … 5 node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not exist on type 'Pro… 6 node_modules/debug/src/browser.js(34,112): error TS2339: Property '__nwjs' does not exist on type '… 7 node_modules/debug/src/browser.js(45,138): error TS2551: Property 'WebkitAppearance' does not exist… 8 node_modules/debug/src/browser.js(46,70): error TS2339: Property 'firebug' does not exist on type '… 9 node_modules/debug/src/browser.js(46,96): error TS2339: Property 'exception' does not exist on type… 10 node_modules/debug/src/browser.js(100,148): error TS2345: Argument of type 'IArguments' is not assi… 11 node_modules/debug/src/browser.js(152,13): error TS2552: Cannot find name 'LocalStorage'. Did you m… 12 node_modules/debug/src/browser.js(177,45): error TS2571: Object is of type 'unknown'. [all …]
|
/third_party/skia/tools/lottie-web-perf/ |
D | lottie-web-perf.js | 128 let browser; 143 browser = await puppeteer.launch({headless: headless, args: browser_args}); 144 page = await browser.newPage(); 175 await browser.close(); 179 await browser.close();
|
/third_party/skia/tools/skottie-wasm-perf/ |
D | skottie-wasm-perf.js | 128 let browser; 143 browser = await puppeteer.launch({headless: headless, args: browser_args}); 144 page = await browser.newPage(); 180 await browser.close(); 184 await browser.close();
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
D | README.md | 17 to their browser window over a ws connection. 33 Visit http://localhost:7681 on multiple browser windows 35 Data received on the remote wss connection is copied to all open browser windows. 37 A ringbuffer holds up to 8 lines of text in the server, and the browser shows
|
/third_party/typescript/scripts/build/ |
D | options.mjs | 8 …string: ["browser", "tests", "break", "host", "reporter", "stackTraceLimit", "timeout", "shards", … 11 "b": "browser", 28 … browser: process.env.browser || process.env.b || (os.platform() === "win32" ? "edge" : "chrome"), 65 * @property {string} browser
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-repo.md | 4 description: Open package repository page in the browser 17 [`--browser` config](/using-npm/config#browser) param. If no package name is 23 #### `browser` 28 The browser that is called by npm commands to open websites. 30 Set to `false` to suppress browser behavior and instead print urls to
|
D | npm-docs.md | 4 description: Open documentation for a package in a web browser 19 [`--browser` config](/using-npm/config#browser) param. You can pass multiple 25 #### `browser` 30 The browser that is called by npm commands to open websites. 32 Set to `false` to suppress browser behavior and instead print urls to
|
D | npm-bugs.md | 4 description: Report bugs for a package in a web browser 19 open it using the [`--browser` config](/using-npm/config#browser) param. If no 25 #### `browser` 30 The browser that is called by npm commands to open websites. 32 Set to `false` to suppress browser behavior and instead print urls to
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
D | README.md | 45 Visit http://localhost:7681 in a browser... it loads JS that opens a ws 48 browser to the raw server, and anything typed in the raw server (you must 49 press enter on netcat to get it sent) is proxied back to the browser. 52 raw client connections, so you could open multiple browser windows. But you
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | perf-canvaskit-with-puppeteer.js | 202 let browser; 225 browser = await puppeteer.launch({ 230 page = await browser.newPage(); 304 await browser.close(); 308 await browser.close();
|
/third_party/node/deps/npm/test/lib/commands/ |
D | help.js | 36 browser = false, property 44 viewer: browser ? 'browser' : woman ? 'woman' : 'man', 117 browser: true, property 128 browser: true, property 138 browser: true, property
|
/third_party/node/deps/npm/test/lib/utils/ |
D | open-url.js | 99 ['https://www.npmjs.com', 'npm home'], { browser: 'chrome' }) property 109 ['https://www.npmjs.com', 'npm home'], { browser: false }) property 117 ['https://www.npmjs.com', 'npm home'], { browser: false, json: true }) property 138 browser: 'firefox', property
|