Home
last modified time | relevance | path

Searched refs:help_url (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/dports/games/tkmoo/tkMOO-light-0.3.32/plugins/
H A Dserverinfo.tcl53 set serverinfo_db(help_url) ""
63 webbrowser.open $serverinfo_db(help_url)
78 set help_url [request.get current help_url]
80 set serverinfo_db(help_url) $help_url
91 if { $serverinfo_db(help_url) == "" } {
/dports/devel/py-mondrian/mondrian-0.8.1/mondrian/
H A Dhumanizer.py14 def humanized(exc, *, fg=term.red, bg=lambda *args: term.red_bg(term.bold(*args)), help_url=None): argument
59 if help_url:
61 arg_length = len(help_url) + len(help_prefix)
62 arg_formatted = help_prefix + term.underline(term.lightblue(help_url))
85 def __init__(self, *args, help_url=None): argument
87 self.help_url = help_url
91 …g=term.green, bg=(lambda *args: term.lightgreen_bg(term.lightblack(*args))), help_url=self.help_url
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/
H A Dnote.php79 $help_url = ''; variable
81 $help_url = 'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos'; variable
84 $help_url = 'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios'; variable
91 $help_url = 'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos'; variable
95 $help_url = 'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios'; variable
98 llxHeader('', $title, $help_url);
/dports/security/py-gixy/gixy-0.1.20/gixy/plugins/
H A Dplugin.py8 help_url = '' variable in Plugin
17 …_issue(self, directive, summary=None, severity=None, description=None, reason=None, help_url=None): argument
19 description=description, reason=reason, help_url=help_url))
/dports/security/py-gixy/gixy-0.1.20/gixy/formatters/
H A Dbase.py29 help_url=result.help_url)
35 def _prepare_result(self, root, issues, severity, summary, description, plugin, help_url): argument
43 help_url=issue.help_url or help_url,
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking_process_template/v4_0/models/
H A Dprocess_import_result.py32 def __init__(self, help_url=None, id=None, promote_job_id=None, validation_results=None): argument
34 self.help_url = help_url
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking_process_template/v4_1/models/
H A Dprocess_import_result.py35 …def __init__(self, help_url=None, id=None, is_new=None, promote_job_id=None, validation_results=No… argument
37 self.help_url = help_url
/dports/security/py-gixy/gixy-0.1.20/gixy/core/
H A Dissue.py3 severity=None, reason=None, help_url=None, directives=None):
9 self.help_url = help_url
/dports/x11-fm/thunar/thunar-4.16.10/thunarx/
H A Dthunarx-renamer.c103 gchar *help_url; member
213 g_free (renamer->priv->help_url); in thunarx_renamer_finalize()
427 return renamer->priv->help_url; in thunarx_renamer_get_help_url()
449 const gchar *help_url) in thunarx_renamer_set_help_url() argument
454 g_free (renamer->priv->help_url); in thunarx_renamer_set_help_url()
457 renamer->priv->help_url = g_strdup (help_url); in thunarx_renamer_set_help_url()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/concerns/
H A Dlfs_request.rb33 documentation_url: help_url
62 documentation_url: help_url
73 documentation_url: help_url
/dports/editors/morla/morla-0.16.1/src/
H A Dhelp.c27 gchar *help_url = NULL; variable
145 str = g_strdup_printf ("%s/%s", help_url, uri + 8); in help_link()
171 if (!strncmp (help_url, "http://", 7)) in help_xslt()
173 gchar *s = g_strdup_printf ("%s/xslt.xslt", help_url); in help_xslt()
181 gchar *s = g_strdup_printf ("%s/xslt.xslt", help_url); in help_xslt()
285 page = g_strdup_printf ("%s/index.xml", help_url); in help_page()
314 gchar *s = g_strdup_printf ("%s/error.xml", help_url); in help_page()
569 gchar *page = g_strdup_printf ("%s/index.xml", help_url); in help()
/dports/net/wireshark-lite/wireshark-3.6.1/extcap/
H A Detwdump.c122 char* help_url; in main() local
144 help_url = data_file_url("etwdump.html"); in main()
146 ETWDUMP_VERSION_RELEASE, help_url); in main()
147 g_free(help_url); in main()
H A Drandpktdump.c151 char* help_url; in main() local
175 help_url = data_file_url("randpktdump.html"); in main()
177 RANDPKTDUMP_VERSION_RELEASE, help_url); in main()
178 g_free(help_url); in main()
/dports/net/wireshark/wireshark-3.6.1/extcap/
H A Detwdump.c122 char* help_url; in main() local
144 help_url = data_file_url("etwdump.html"); in main()
146 ETWDUMP_VERSION_RELEASE, help_url); in main()
147 g_free(help_url); in main()
H A Drandpktdump.c151 char* help_url; in main() local
175 help_url = data_file_url("randpktdump.html"); in main()
177 RANDPKTDUMP_VERSION_RELEASE, help_url); in main()
178 g_free(help_url); in main()
/dports/net/tshark-lite/wireshark-3.6.1/extcap/
H A Detwdump.c122 char* help_url; in main() local
144 help_url = data_file_url("etwdump.html"); in main()
146 ETWDUMP_VERSION_RELEASE, help_url); in main()
147 g_free(help_url); in main()
/dports/net/tshark/wireshark-3.6.1/extcap/
H A Detwdump.c122 char* help_url; in main() local
144 help_url = data_file_url("etwdump.html"); in main()
146 ETWDUMP_VERSION_RELEASE, help_url); in main()
147 g_free(help_url); in main()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Daccounting.php56 $help_url = ''; variable
57 llxHeader('', $title, $help_url);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ui/
H A Dcomplete_wnd.cc89 const base::string16& help_url) { in DisplayCompletionDialog() argument
109 if (!help_url.empty()) { in DisplayCompletionDialog()
110 help_url_ = help_url.c_str(); in DisplayCompletionDialog()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/admin/
H A Dfiscalyear_info.php47 $help_url = "EN:Module_Double_Entry_Accounting"; variable
49 llxHeader('', $title, $help_url);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/zapier/admin/
H A Dabout.php67 $help_url = 'EN:Module_Zapier'; variable
68 llxHeader('', $langs->trans($page_name), $help_url);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/
H A Dtxt_window.c80 win->help_url = NULL; in TXT_NewWindow()
511 void TXT_SetWindowHelpURL(txt_window_t *window, char *help_url) in TXT_SetWindowHelpURL() argument
513 window->help_url = help_url; in TXT_SetWindowHelpURL()
557 if (window->help_url != NULL) in TXT_OpenWindowHelpURL()
559 TXT_OpenURL(window->help_url); in TXT_OpenWindowHelpURL()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_window.c82 win->help_url = NULL; in TXT_NewWindow()
518 void TXT_SetWindowHelpURL(txt_window_t *window, const char *help_url) in TXT_SetWindowHelpURL() argument
520 window->help_url = help_url; in TXT_SetWindowHelpURL()
570 if (window->help_url != NULL) in TXT_OpenWindowHelpURL()
572 TXT_OpenURL(window->help_url); in TXT_OpenWindowHelpURL()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/
H A Dinfo.php44 $help_url = 'EN:Module_Stocks_En|FR:Module_Stock|ES:Módulo_Stocks'; variable
45 llxHeader("", $langs->trans("Stocks"), $help_url);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/asset/
H A Dinfo.php61 $help_url = ""; variable
63 llxHeader('', $title, $help_url);

12345678910>>...26