Home
last modified time | relevance | path

Searched refs:browser_command (Results 1 – 25 of 62) sorted by relevance

123

/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Durllink.c35 char * browser_command; member
52 command = bg_sprintf(u->browser_command, u->url); in button_callback()
64 ret->browser_command = bg_find_url_launcher(); in bg_gtk_urllink_create()
65 if(!ret->browser_command) in bg_gtk_urllink_create()
108 if(u->browser_command) free(u->browser_command); in bg_gtk_urllink_destroy()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dutils.c194 if (a_conf->browser_command && strlen (a_conf->browser_command)) in lance_navigateur_web()
196 use_default_browser = !strcmp (a_conf->browser_command,ETAT_WWW_BROWSER); in lance_navigateur_web()
200 if (!(a_conf->browser_command && strlen (a_conf->browser_command))) in lance_navigateur_web()
218 split = g_strsplit (a_conf->browser_command, "%s", 0); in lance_navigateur_web()
235 chaine = g_strconcat (a_conf->browser_command, " \"", url, "\"&", NULL); in lance_navigateur_web()
H A Dgrisbi_conf.c435 a_conf->browser_command = g_strdup (ETAT_WWW_BROWSER); in grisbi_conf_load_app_config()
439 a_conf->browser_command = g_strdup (tmp_str); in grisbi_conf_load_app_config()
914 if (a_conf->browser_command) in grisbi_conf_save_app_config()
918 a_conf->browser_command); in grisbi_conf_save_app_config()
H A Dgrisbi_settings.c236 a_conf->browser_command = g_strdup (ETAT_WWW_BROWSER); in grisbi_settings_init_settings_general()
240 a_conf->browser_command = g_strdup (tmp_str); in grisbi_settings_init_settings_general()
722 if (a_conf->browser_command) in grisbi_settings_save_settings_general()
723 g_settings_set_string (G_SETTINGS (settings), "browser-command", a_conf->browser_command); in grisbi_settings_save_settings_general()
1407 if (a_conf->browser_command) in grisbi_settings_save_in_config_file()
1411 a_conf->browser_command); in grisbi_settings_save_in_config_file()
/dports/games/freedoko/FreeDoko_0.7.19/src/misc/
H A Dpreferences_type.h120 browser_command,
123 ENUM_WITH_STATIC_LIST(StringConst, string_const_list, browser_command + 1,
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/
H A Dhelp.cpp48 … const_cast<CHAR*>((::preferences(Preferences::Type::browser_command) + " " + location).c_str()), in show()
53 ::system((::preferences(Preferences::Type::browser_command) + " " + location in show()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dservodriver.py7 from .base import Browser, require_arg, get_free_port, browser_command, ExecutorBrowser
102 debug_args, command = browser_command(
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/browsers/
H A Dservodriver.py11 from .base import Browser, require_arg, get_free_port, browser_command, ExecutorBrowser
103 debug_args, command = browser_command(self.binary,
H A Dfirefox.py23 browser_command)
153 debug_args, cmd = browser_command(self.binary, [cmd_arg("marionette"), "about:blank"],
H A Dbase.py44 def browser_command(binary, args, debug_info): function
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssedwindow.c166 if( window->config->browser_command ) g_free(window->config->browser_command); in cssed_window_destroy()
1186 gchar* browser_command; in cssed_window_show_in_default_browser() local
1188 browser_command = window->config->browser_command; in cssed_window_show_in_default_browser()
1190 if( browser_command == NULL ){ in cssed_window_show_in_default_browser()
1195 if( strstr(browser_command, "%u") == NULL ){ in cssed_window_show_in_default_browser()
1196 command = g_strdup_printf("%s %s", browser_command, uri ); in cssed_window_show_in_default_browser()
1198 command = cssed_string_replace_all(browser_command, "%u", uri); in cssed_window_show_in_default_browser()
/dports/multimedia/py-soco/SoCo-0.25.2/dev_tools/
H A Danalyse_ws.ini2 browser_command: epiphany {0} key
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/executors/
H A Dexecutorservo.py24 from ..browsers.base import browser_command
80 debug_args, command = browser_command(self.binary, args, self.debug_info)
204 debug_args, command = browser_command(
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/
H A Dexecutorservo.py23 from ..browsers.base import browser_command
84 debug_args, command = browser_command(self.binary, args, self.debug_info)
208 debug_args, command = browser_command(
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dservodriver.py14 browser_command)
114 debug_args, command = browser_command(
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dservodriver.py14 browser_command)
113 debug_args, command = browser_command(
H A Dfirefox_android.py8 browser_command)
203 debug_args, cmd = browser_command(self.package_name,
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dservodriver.py14 browser_command)
113 debug_args, command = browser_command(
H A Dfirefox_android.py8 browser_command)
203 debug_args, cmd = browser_command(self.package_name,
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/
H A Dservodriver.py9 from .base import Browser, require_arg, get_free_port, browser_command, ExecutorBrowser
108 debug_args, command = browser_command(
H A Dfirefox_android.py8 browser_command)
199 debug_args, cmd = browser_command(self.package_name,
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Durl.c340 char browser_command[400]; in only_call_from_open_web_link__go_to_url() local
345 safe_snprintf (browser_command, sizeof (browser_command), "%s \"%s\"", browser_name, url), in only_call_from_open_web_link__go_to_url()
346 system(browser_command); // Do not use this command on UNIX. in only_call_from_open_web_link__go_to_url()
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/
H A Dmisc.c323 gchar *browser_command = in open_uri() local
327 …gchar *browser_command = cfg_get_single_value_as_string_with_default(config, "Misc", "browser-osx"… in open_uri() local
329 …gchar *browser_command = cfg_get_single_value_as_string_with_default(config, "Misc", "browser", "x… in open_uri() local
333 command = g_strdup_printf(browser_command, escaped_uri); in open_uri()
345 g_free(browser_command); in open_uri()
/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dmain_window.c155 char *browser_command = g_malloc(sizeof(char) * browser_command_size); in activate_url() local
156 if (browser_command) in activate_url()
158 snprintf(browser_command, browser_command_size, "%s %s", in activate_url()
167 if (! CreateProcess(NULL, browser_command, in activate_url()
176 g_free(browser_command); in activate_url()
177 browser_command = NULL; in activate_url()
/dports/net/liferea/liferea-1.12.7/src/ui/
H A Dpreferences_dialog.c466 gchar *browser_command; in preferences_dialog_init() local
586 conf_get_str_value (BROWSER_COMMAND, &browser_command); in preferences_dialog_init()
588 gtk_entry_set_text (GTK_ENTRY(entry), browser_command); in preferences_dialog_init()
589 g_free (browser_command); in preferences_dialog_init()

123