Home
last modified time | relevance | path

Searched refs:html_label (Results 1 – 23 of 23) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/modules/vcard-inline/
H A De-mail-formatter-vcard.c114 gchar *html_label; in mail_formatter_vcard_format() local
154 html_label = e_mail_formatter_parse_html_mnemonics (label, &access_key); in mail_formatter_vcard_format()
166 html_label); in mail_formatter_vcard_format()
170 g_free (html_label); in mail_formatter_vcard_format()
184 html_label = e_mail_formatter_parse_html_mnemonics (label, &access_key); in mail_formatter_vcard_format()
196 html_label); in mail_formatter_vcard_format()
200 g_free (html_label); in mail_formatter_vcard_format()
204 html_label = e_mail_formatter_parse_html_mnemonics ( in mail_formatter_vcard_format()
218 access_key, html_label, uri, in mail_formatter_vcard_format()
224 g_free (html_label); in mail_formatter_vcard_format()
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/t/
H A Dform-field-checkbox.t74 is($field->html_label, '<label for="bar">Run tests</label>','html label before add class');
79 is($field->html_label, '<label class="test_class" for="bar">Run tests</label>', 'html label after a…
84 is($field->html_label, '<label class="" for="bar">Run tests</label>', 'html label after delete clas…
H A Dform-field.t119 is($field->html_label, '<label class="required error">Name&gt; </label>', 'html_label() 1');
123 is($field->html_label, '<label class="required error">Name> </label>', 'html_label() 2');
163 is($field->html_label, '<label class="required" for="bar">Name&gt; </label>', 'html_label() 3');
167 is($field->html_label, '<label class="required" for="bar">Name> </label>', 'html_label() 4');
H A Dform-field-textarea.t105 is($field->html_label, '<label class="required error" for="bar">Stuff</label>', 'html_label() 1');
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/lib/Rose/HTML/Form/Field/DateTime/
H A DRange.pm172 …$self->field('min')->html_label . $self->min_prefix_html . $self->field('min')->html_field . $self…
173 … $self->field('max')->html_label . $self->max_prefix_html . $self->field('max')->html_field .
193 …$self->field('min')->html_label . $self->min_prefix_html . $self->field('min')->html . '</td><td>'…
194 …$self->field('max')->html_label . $self->max_prefix_html . $self->field('max')->html . '</td></tr>…
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/tests/
H A Dtest_estimator_html_repr.py43 html_label = out.getvalue()
44 assert "LogisticRegression</label>" in html_label
45 assert html_label.startswith('<div class="sk-label-container">')
46 assert "<pre>hello-world</pre>" in html_label
48 assert "checked>" in html_label
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-utils.c519 GString *html_label = NULL; in e_mail_formatter_parse_html_mnemonics() local
538 html_label = g_string_new (""); in e_mail_formatter_parse_html_mnemonics()
539 g_string_append_len (html_label, label, pos - label); in e_mail_formatter_parse_html_mnemonics()
546 g_string_append (html_label, "<u>"); in e_mail_formatter_parse_html_mnemonics()
547 g_string_append_unichar (html_label, uk); in e_mail_formatter_parse_html_mnemonics()
548 g_string_append (html_label, "</u>"); in e_mail_formatter_parse_html_mnemonics()
549 g_string_append (html_label, pos); in e_mail_formatter_parse_html_mnemonics()
561 html_label = g_string_new (label); in e_mail_formatter_parse_html_mnemonics()
564 return g_string_free (html_label, FALSE); in e_mail_formatter_parse_html_mnemonics()
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/lib/Rose/HTML/Form/Field/
H A DRadioButton.pm31 $self->html_radio_button . ' ' . $self->html_label .
39 $self->xhtml_radio_button . ' ' . $self->html_label .
H A DCheckbox.pm31 $self->html_checkbox . ' ' . $self->html_label .
39 $self->xhtml_checkbox . ' ' . $self->html_label .
H A DCollection.pm139 '<div class="field-with-label">' . $_->html_label .
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A Deab-contact-formatter.c169 const gchar *html_label, in accum_address() argument
191 html, html_label, map_link->str); in accum_address()
200 html_label, map_link->str, html); in accum_address()
223 html_label, map_link->str); in accum_address()
252 "</tr>", html_label, map_link->str); in accum_address()
342 const gchar *html_label, in accum_attribute() argument
367 const gchar *html_label, in accum_time_attribute() argument
392 const gchar *html_label, in accum_attribute_multival() argument
453 const gchar *html_label = _("SIP"); in accum_sip() local
807 gchar *tel, *html_label; in accum_tel() local
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/report/
H A D_docreportdialog.py82 self.html_label = None
148 self.html_label = Gtk.Label(
150 self.html_label.set_use_markup(True)
151 self.notebook.insert_page(self.html_grid, self.html_label, 0)
/dports/japanese/gawk/gawk-3.0.6/test/
H A Dfunstack.awk466 print_line(prefix(3) "<A NAME=\"" html_label() "\">") function
663 function html_label( label) function
693 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">" function
/dports/sysutils/goawk/goawk-1.9.2/testdata/gawk/
H A Dfunstack.awk466 print_line(prefix(3) "<A NAME=\"" html_label() "\">") function
663 function html_label( label) function
695 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">" function
/dports/lang/gawk/gawk-5.1.1/test/
H A Dfunstack.awk466 print_line(prefix(3) "<A NAME=\"" html_label() "\">") function
663 function html_label( label) function
695 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">" function
/dports/lang/awka/awka-0.7.5/test/
H A Dfunstack.awk466 print_line(prefix(3) "<A NAME=\"" html_label() "\">") function
663 function html_label( label) function
693 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">" function
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/
H A Dprint_dependencies.py78 html_label = True
80 html_label = False
93 if html_label:
/dports/cad/py-pyfda/pyfda-0.1rc6/pyfda/
H A Dpyfda_lib.py1487 html_label = "<b><i>"+label+"</i></b>"
1489 html_label = "<b>"+label+"</b>"
1490 return html_label
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/docwriter/
H A Ddotgraph.py282 def __init__(self, label=None, html_label=None, **attribs): argument
283 if label is not None and html_label is not None:
286 self._html_label = html_label
/dports/mail/evolution/evolution-3.42.1/src/modules/itip-formatter/
H A Ditip-view.c1059 gchar *access_key, *html_label; in append_checkbox_table_row() local
1061 html_label = e_mail_formatter_parse_html_mnemonics (label, &access_key); in append_checkbox_table_row()
1071 name, access_key ? access_key : "", html_label); in append_checkbox_table_row()
1073 g_free (html_label); in append_checkbox_table_row()
1204 gchar *access_key, *html_label; in buttons_table_write_button() local
1206 html_label = e_mail_formatter_parse_html_mnemonics (label, &access_key); in buttons_table_write_button()
1222 GTK_ICON_SIZE_BUTTON, icon_width, icon_height, html_label); in buttons_table_write_button()
1232 g_free (html_label); in buttons_table_write_button()
1973 gchar *access_key, *html_label; in itip_view_set_item_type() local
2012 set_inner_html (view, TABLE_ROW_ESCB_LABEL, html_label); in itip_view_set_item_type()
[all …]
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/lib/Rose/HTML/Form/
H A DField.pm805 sub html_label subroutine
/dports/mail/alpine/alpine-465e23b/pith/
H A Dfilter.c3194 int html_label(HANDLER_S *, int, int);
3629 {"LABEL", 5, html_label}, /* Control Label */
4765 html_label(HANDLER_S *hd, int ch, int cmd) in html_label() function
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dfilter.c3194 int html_label(HANDLER_S *, int, int);
3629 {"LABEL", 5, html_label}, /* Control Label */
4765 html_label(HANDLER_S *hd, int ch, int cmd) in html_label() function