Home
last modified time | relevance | path

Searched refs:helptext (Results 1 – 25 of 1432) sorted by relevance

12345678910>>...58

/dports/devel/awscli/awscli-1.20.61/awscli/customizations/servicecatalog/
H A Dgenerateproduct.py29 'help_text': helptext.PRODUCT_NAME
34 'help_text': helptext.OWNER
39 'help_text': helptext.PRODUCT_TYPE,
50 'help_text': helptext.DISTRIBUTOR
63 'help_text': helptext.TAGS
68 'help_text': helptext.FILE_PATH
73 'help_text': helptext.BUCKET_NAME
83 'help_text': helptext.SUPPORT_EMAIL
88 'help_text': helptext.PA_NAME
93 'help_text': helptext.PA_DESCRIPTION
[all …]
H A Dgenerateprovisioningartifact.py16 from awscli.customizations.servicecatalog import helptext
24 DESCRIPTION = helptext.PA_COMMAND_DESCRIPTION
29 'help_text': helptext.FILE_PATH
34 'help_text': helptext.BUCKET_NAME
39 'help_text': helptext.PA_NAME
44 'help_text': helptext.PA_DESCRIPTION
49 'help_text': helptext.PA_TYPE,
59 'help_text': helptext.PRODUCT_ID
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DPartition.java17 public String helptext; field in Partition.Membership
23 public String helptext() { in helptext() method in Partition.Membership
24 return helptext; in helptext()
29 this.helptext = ""; in Membership()
32 protected Membership(String name, String helptext) { in Membership() argument
34 this.helptext = helptext; in Membership()
43 public String helptext; // help text for this partition field in Partition
56 helptext = pm.helptext(); in Partition()
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/
H A Dflags.h30 Flag(const std::vector<std::string>& names, const std::string helptext);
38 const std::string& helptext() const { return _helptext; } in helptext() function
55 Flag(names, helptext), in ActionFlag()
71 Flag(names, helptext) in SettableFlag()
91 Flag(names, helptext), in ValueFlag()
119 ValueFlag(names, helptext, defaultValue) in ValueFlag() argument
129 IntFlag(const std::vector<std::string>& names, const std::string helptext,
131 ValueFlag(names, helptext, defaultValue) in ValueFlag() argument
143 IntFlag(names, helptext, defaultValue) in IntFlag() argument
154 ValueFlag(names, helptext, defaultValue) in ValueFlag() argument
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/emr/
H A Dcreatecluster.py23 from awscli.customizations.emr import helptext
38 'help_text': helptext.RELEASE_LABEL},
40 'help_text': helptext.AMI_VERSION},
58 'help_text': helptext.CLUSTER_NAME},
60 'help_text': helptext.LOG_URI},
64 'help_text': helptext.SERVICE_ROLE},
83 'help_text': helptext.VISIBILITY},
88 'help_text': helptext.DEBUGGING},
92 'help_text': helptext.TAGS,
101 'help_text': helptext.EMR_FS,
[all …]
H A Dargumentschema.py14 from awscli.customizations.emr import helptext
510 "description": helptext.EMR_MANAGED_MASTER_SECURITY_GROUP
514 "description": helptext.EMR_MANAGED_SLAVE_SECURITY_GROUP
518 "description": helptext.SERVICE_ACCESS_SECURITY_GROUP
522 "description": helptext.ADDITIONAL_MASTER_SECURITY_GROUPS,
529 "description": helptext.ADDITIONAL_SLAVE_SECURITY_GROUPS,
650 "description": helptext.HBASE_BACKUP_DIR
654 "description": helptext.HBASE_BACKUP_VERSION
H A Dhbase.py17 from awscli.customizations.emr import helptext
24 helptext.AVAILABLE_ONLY_FOR_AMI_VERSIONS)
27 'help_text': helptext.CLUSTER_ID},
29 'help_text': helptext.HBASE_BACKUP_DIR},
31 'help_text': helptext.HBASE_BACKUP_VERSION}
56 helptext.AVAILABLE_ONLY_FOR_AMI_VERSIONS)
59 'help_text': helptext.CLUSTER_ID},
64 'help_text': helptext.HBASE_BACKUP_DIR},
156 'help_text': helptext.CLUSTER_ID},
158 'help_text': helptext.HBASE_BACKUP_DIR},
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/telemetry/
H A Dmetric_registry.hpp69 string_view helptext, string_view unit = "1", in gauge_family() argument
80 to_string(helptext), in gauge_family()
102 string_view helptext, string_view unit = "1", in gauge_family() argument
113 to_string(helptext), in gauge_family()
199 span_t<string_view> labels, string_view helptext, in counter_family() argument
210 to_string(helptext), in counter_family()
222 string_view helptext, string_view unit = "1", in counter_family() argument
233 span_t<label_view> labels, string_view helptext, in counter_family() argument
244 to_string(helptext), in counter_family()
280 string_view helptext, in counter_instance() argument
[all …]
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_generate.c198 if (helptext) in yang2cli_var_identityref()
434 if (helptext) in yang2cli_var_sub()
593 if (helptext) in yang2cli_var()
616 if (helptext) in yang2cli_var()
667 if (helptext) in yang2cli_leaf()
689 if (helptext) in yang2cli_leaf()
690 free(helptext); in yang2cli_leaf()
747 if (helptext) in yang2cli_container()
748 free(helptext); in yang2cli_container()
844 if (helptext) in yang2cli_list()
[all …]
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dhelp.c41 GtkWidget *helptext, *scrolled_window, *button; in show_help() local
56 helptext = gtk_label_new (""); in show_help()
57 gtk_label_set_markup (GTK_LABEL (helptext), helptextbuf); in show_help()
59 gtk_widget_set_margin_top (helptext, 12); in show_help()
60 gtk_widget_set_margin_bottom (helptext, 12); in show_help()
61 gtk_widget_set_margin_start (helptext, 12); in show_help()
62 gtk_widget_set_margin_end (helptext, 12); in show_help()
63 gtk_label_set_line_wrap (GTK_LABEL (helptext), TRUE); in show_help()
68 gtk_box_pack_start (vbox, helptext, TRUE, TRUE, 10); in show_help()
89 gtk_label_set_selectable (GTK_LABEL (helptext), TRUE); in show_help()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_help.py87 helptext = cmd.get_help_text()
88 self.assertStartsWith(helptext,
91 self.assertEndsWith(helptext,
101 helptext,
115 helptext,
148 helptext = cmd.get_help_text()
173 helptext)
201 helptext)
216 helptext = cmd.get_help_text()
402 helptext, '''\
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dhelp.c39 GtkWidget *dialog, *helptext, *button; in create_help() local
45 helptext = gtk_label_new (""); in create_help()
65 gtk_label_set_markup (GTK_LABEL (helptext), helptextbuf); in create_help()
69 gtk_misc_set_padding (GTK_MISC (helptext), 12, 12); in create_help()
70 gtk_misc_set_alignment (GTK_MISC (helptext), 0, 0); in create_help()
71 gtk_label_set_line_wrap (GTK_LABEL (helptext), TRUE); in create_help()
76 gtk_container_add (GTK_CONTAINER (GTK_DIALOG(dialog)->vbox), helptext); in create_help()
/dports/www/youtube_dl/youtube-dl/devscripts/
H A Dmake_readme.py8 helptext = sys.stdin.read() variable
10 if isinstance(helptext, bytes):
11 helptext = helptext.decode('utf-8') variable
19 options = helptext[helptext.index(' General Options:') + 19:]
/dports/www/yt-dlp/yt-dlp-2021.12.27/devscripts/
H A Dmake_readme.py13 helptext = sys.stdin.read() variable
15 if isinstance(helptext, bytes):
16 helptext = helptext.decode('utf-8') variable
24 options = helptext[helptext.index(' General Options:'):]
/dports/x11-toolkits/fox14/fox-1.4.35/adie/
H A DHelpWindow.cpp57 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
58 helptext->setVisibleRows(50); in HelpWindow()
59 helptext->setVisibleColumns(90); in HelpWindow()
62 helptext->setText(help,strlen(help)); in HelpWindow()
63 helptext->setTabColumns(35); in HelpWindow()
70 helptext=(FXText*)-1; in ~HelpWindow()
/dports/x11-toolkits/fox16/fox-1.6.57/adie/
H A DHelpWindow.cpp60 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
61 helptext->setVisibleRows(50); in HelpWindow()
62 helptext->setVisibleColumns(90); in HelpWindow()
65 helptext->setText(help,strlen(help)); in HelpWindow()
66 helptext->setTabColumns(35); in HelpWindow()
73 helptext=(FXText*)-1; in ~HelpWindow()
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DHelpWindow.cpp57 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
58 helptext->setVisibleRows(40); in HelpWindow()
59 helptext->setVisibleColumns(90); in HelpWindow()
62 helptext->setText(help,strlen(help)); in HelpWindow()
63 helptext->setTabColumns(35); in HelpWindow()
70 helptext=(FXText*)-1; in ~HelpWindow()
/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DHelpWindow.cpp44 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
45 helptext->setVisibleRows(50); in HelpWindow()
46 helptext->setVisibleColumns(90); in HelpWindow()
53 helptext->setText(help); in setHelp()
59 return helptext->getText(); in getHelp()
65 helptext=(FXText*)-1; in ~HelpWindow()
/dports/x11-toolkits/fox17/fox-1.7.77/calculator/
H A DHelpWindow.cpp40 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
41 helptext->setVisibleRows(50); in HelpWindow()
42 helptext->setVisibleColumns(90); in HelpWindow()
49 helptext->setText(help); in setHelp()
55 return helptext->getText(); in getHelp()
61 helptext=(FXText*)-1; in ~HelpWindow()
/dports/x11-toolkits/fox16/fox-1.6.57/calculator/
H A DHelpWindow.cpp44 helptext=new FXText(editbox,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y); in HelpWindow()
45 helptext->setVisibleRows(50); in HelpWindow()
46 helptext->setVisibleColumns(90); in HelpWindow()
53 helptext->setText(help); in setHelp()
59 return helptext->getText(); in getHelp()
65 helptext=(FXText*)-1; in ~HelpWindow()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/atomic/
H A Datomic-help.tcl10 help title -helpfmt helpdoc -helptext {
27 help zed -helpfmt helpdoc -helptext {
48 help atom -helpfmt helpdoc -helptext {
69 help xmin -helpfmt helpdoc -helptext {
90 help dx -helpfmt helpdoc -helptext {
112 help rmax -helpfmt helpdoc -helptext {
129 help beta -helpfmt helpdoc -helptext {
146 help tr2 -helpfmt helpdoc -helptext {
184 help nld -helpfmt helpdoc -helptext {
264 help rel -helpfmt helpdoc -helptext {
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/projwfc/
H A Dprojwfc-help.tcl10 help prefix -helpfmt helpdoc -helptext {
28 help outdir -helpfmt helpdoc -helptext {
48 help ngauss -helpfmt helpdoc -helptext {
70 help degauss -helpfmt helpdoc -helptext {
104 help DeltaE -helpfmt helpdoc -helptext {
119 help lsym -helpfmt helpdoc -helptext {
140 help pawproj -helpfmt helpdoc -helptext {
163 help filpdos -helpfmt helpdoc -helptext {
180 help filproj -helpfmt helpdoc -helptext {
300 help irmin -helpfmt helpdoc -helptext {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/htmlform/
H A DHTMLFormField.php540 return $html . $helptext;
589 $html .= $helptext;
749 $html .= $helptext;
786 $helptext;
795 * @param string|null $helptext
799 if ( $helptext === null ) {
823 * @param string|null $helptext
828 if ( $helptext === null ) {
865 $helptext = null;
877 $helptext = '';
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/htmlform/
H A DHTMLFormField.php540 return $html . $helptext;
589 $html .= $helptext;
749 $html .= $helptext;
786 $helptext;
795 * @param string|null $helptext
799 if ( $helptext === null ) {
823 * @param string|null $helptext
828 if ( $helptext === null ) {
865 $helptext = null;
877 $helptext = '';
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/htmlform/
H A DHTMLFormField.php540 return $html . $helptext;
589 $html .= $helptext;
749 $html .= $helptext;
786 $helptext;
795 * @param string|null $helptext
799 if ( $helptext === null ) {
823 * @param string|null $helptext
828 if ( $helptext === null ) {
865 $helptext = null;
877 $helptext = '';
[all …]

12345678910>>...58