Home
last modified time | relevance | path

Searched refs:launchBrowser (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/residualvm/residualvm-0.3.1/backends/platform/sdl/posix/
H A Dposix.cpp272 if (launchBrowser("xdg-open", url)) in openUrl()
274 if (launchBrowser(getenv("DEFAULT_BROWSER"), url)) in openUrl()
276 if (launchBrowser(getenv("BROWSER"), url)) in openUrl()
280 if (launchBrowser("gnome-open", url)) // gnome in openUrl()
284 if (launchBrowser("exo-open", url)) // xfce in openUrl()
288 if (launchBrowser("firefox", url)) in openUrl()
290 if (launchBrowser("mozilla", url)) in openUrl()
292 if (launchBrowser("netscape", url)) in openUrl()
294 if (launchBrowser("opera", url)) in openUrl()
296 if (launchBrowser("chromium-browser", url)) in openUrl()
[all …]
H A Dposix.h69 bool launchBrowser(const Common::String& client, const Common::String &url);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/posix/
H A Dposix.cpp362 if (launchBrowser("xdg-open", url)) in openUrl()
366 if (launchBrowser(getenv("BROWSER"), url)) in openUrl()
370 if (launchBrowser("gnome-open", url)) // gnome in openUrl()
372 if (launchBrowser("kfmclient", url)) // kde in openUrl()
374 if (launchBrowser("exo-open", url)) // xfce in openUrl()
378 if (launchBrowser("firefox", url)) in openUrl()
380 if (launchBrowser("mozilla", url)) in openUrl()
382 if (launchBrowser("netscape", url)) in openUrl()
384 if (launchBrowser("opera", url)) in openUrl()
386 if (launchBrowser("chromium-browser", url)) in openUrl()
[all …]
H A Dposix.h62 bool launchBrowser(const Common::String& client, const Common::String &url);
/dports/games/scummvm/scummvm-2.5.1/backends/platform/sdl/posix/
H A Dposix.cpp365 if (launchBrowser("xdg-open", url)) in openUrl()
369 if (launchBrowser(getenv("BROWSER"), url)) in openUrl()
373 if (launchBrowser("gnome-open", url)) // gnome in openUrl()
375 if (launchBrowser("kfmclient", url)) // kde in openUrl()
377 if (launchBrowser("exo-open", url)) // xfce in openUrl()
381 if (launchBrowser("firefox", url)) in openUrl()
383 if (launchBrowser("mozilla", url)) in openUrl()
385 if (launchBrowser("netscape", url)) in openUrl()
387 if (launchBrowser("opera", url)) in openUrl()
389 if (launchBrowser("chromium-browser", url)) in openUrl()
[all …]
H A Dposix.h54 bool launchBrowser(const Common::String& client, const Common::String &url);
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Dheadful.spec.ts78 async function launchBrowser(puppeteer, options) { function
97 const browserWithExtension = await launchBrowser(
111 const browserWithExtension = await launchBrowser(
125 const browser = await launchBrowser(puppeteer, extensionOptions);
138 const headfulBrowser = await launchBrowser(
151 const headlessBrowser = await launchBrowser(
169 const browser = await launchBrowser(puppeteer, headfulOptions);
191 const browser = await launchBrowser(puppeteer, forcedOopifOptions);
243 const browser = await launchBrowser(puppeteer, headfulOptions);
254 const browser = await launchBrowser(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Dheadful.spec.ts78 async function launchBrowser(puppeteer, options) { function
97 const browserWithExtension = await launchBrowser(
111 const browserWithExtension = await launchBrowser(
125 const browser = await launchBrowser(puppeteer, extensionOptions);
138 const headfulBrowser = await launchBrowser(
151 const headlessBrowser = await launchBrowser(
169 const browser = await launchBrowser(puppeteer, headfulOptions);
191 const browser = await launchBrowser(puppeteer, forcedOopifOptions);
243 const browser = await launchBrowser(puppeteer, headfulOptions);
254 const browser = await launchBrowser(
[all …]
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/test/
H A Dheadful.spec.ts78 async function launchBrowser(puppeteer, options) { function
97 const browserWithExtension = await launchBrowser(
111 const browserWithExtension = await launchBrowser(
125 const browser = await launchBrowser(puppeteer, extensionOptions);
138 const headfulBrowser = await launchBrowser(
151 const headlessBrowser = await launchBrowser(
169 const browser = await launchBrowser(puppeteer, headfulOptions);
191 const browser = await launchBrowser(puppeteer, forcedOopifOptions);
243 const browser = await launchBrowser(puppeteer, headfulOptions);
254 const browser = await launchBrowser(
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dhelp.cpp89 launchBrowser(museManual); in startHelpBrowser()
99 launchBrowser(museHome); in startHomepageBrowser()
109 launchBrowser(museBugPage); in startBugBrowser()
136 void MusE::launchBrowser(QString &whereTo) in launchBrowser() function in MusEGui::MusE
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/platform/
H A DBrowser.java22 launchBrowser(msg); in messageAction()
35 public static boolean launchBrowser(String url) { in launchBrowser() method in Browser
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/rsconnect/events/
H A DRSConnectDeployInitiatedEvent.java35 boolean launchBrowser, in RSConnectDeployInitiatedEvent() argument
38 launchBrowser_ = launchBrowser; in RSConnectDeployInitiatedEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBackgroundServiceImpl.java66 launchBrowser(context, tag); in handleServicificationStartupTask()
70 protected void launchBrowser(Context context, String tag) { in launchBrowser() method in ChromeBackgroundServiceImpl
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/overlays/ui/
H A DShareDialog.java272 final View.OnClickListener launchBrowser = new View.OnClickListener() { in onResume() local
275 ShareDialog.this.launchBrowser(); in onResume()
279 titleView.setOnClickListener(launchBrowser); in onResume()
280 subtitleView.setOnClickListener(launchBrowser); in onResume()
393 public void launchBrowser() { in launchBrowser() method in ShareDialog
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go79 go launchBrowser(host, port)
93 func launchBrowser(host string, port int) { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go79 go launchBrowser(host, port)
93 func launchBrowser(host string, port int) { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go83 go launchBrowser(listener.Addr().String())
98 func launchBrowser(addr string) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go83 go launchBrowser(listener.Addr().String())
98 func launchBrowser(addr string) { func
/dports/net-im/tut/tut-0.0.17/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go83 go launchBrowser(listener.Addr().String())
98 func launchBrowser(addr string) { func
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go83 go launchBrowser(listener.Addr().String())
98 func launchBrowser(addr string) { func
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go85 go launchBrowser(listener.Addr().String())
100 func launchBrowser(addr string) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/goconvey/
H A Dgoconvey.go85 go launchBrowser(listener.Addr().String())
100 func launchBrowser(addr string) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DServicificationBackgroundService.java39 protected void launchBrowser(Context context, String tag) { in launchBrowser() method in ServicificationBackgroundService
H A DChromeBackgroundServiceTest.java51 protected void launchBrowser(Context context, String tag) { in launchBrowser() method in ChromeBackgroundServiceTest.MockTaskService
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dpluginsettings.cpp100 MusEGlobal::muse->launchBrowser(s); in on_pbInfo_clicked()

12