Home
last modified time | relevance | path

Searched refs:html_description (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/doc/infosrc/
H A Dmkattrs.py36 html_description: str
61 html_description='',
72 attr.html_description += ' ' + line
78 attr.html_description = markupsafe.Markup(attr.html_description)
109 html_description: str
123 html_description=''
130 if t.html_description != '':
131 t.html_description += ' '
132 t.html_description += line
137 t.html_description = markupsafe.Markup(t.html_description)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/serializers/analytics/cycle_analytics/
H A Dstage_entity.rb43 html_description(object.start_event)
47 html_description(object.end_event)
57 def html_description(event) method in Analytics.CycleAnalytics.StageEntity
63 content_tag(:p) { event.html_description(options).html_safe }
/dports/textproc/c2man/c2man-2.0.42/
H A Dhtml.c13 void html_description _((const char *text));
188 html_description(description);
268 void html_description(text) in html_description() function
463 html_description,
/dports/lang/yap/yap-6.2.2/LGPL/pillow/doc/
H A Dpillow.types29 # description(list(html_description)) |
63 html_description === #(html_term , html_description) | html_term.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/analytics/cycle_analytics/stage_events/
H A Dstage_event.rb22 def html_description(options = {}) method in Gitlab.Analytics.CycleAnalytics.StageEvents.StageEvent
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-twitch-channel-info-dlg.c357 if (panel->html_description) in create_default_panel()
358 parse_html_description(self, GTK_TEXT_VIEW(panel_text), panel->html_description); in create_default_panel()
H A Dgt-twitch.h110 gchar* html_description; member
H A Dgt-twitch.c1839 g_free(panel->html_description); in gt_twitch_channel_info_panel_free()
1910 panel->html_description = g_strdup(json_reader_get_string_value(reader)); in gt_twitch_channel_info()
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dyoutube-dl.py209 html_description = self.nice_html_description(en, description)
223 'description_html': html_description,
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/http/
H A Dhtml_refman.pl36 [ html_description/2, % +Object, -HTMLString
123 html_description(Obj, S1) :-
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/analysis/
H A Derrors.py93 def html_description(self): member in DomainNameAnalysisError
126 d['description'] = self.html_description
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A Ditip-utils.c2750 gchar *html_description = NULL; in reply_to_calendar_comp() local
2853 html_description = html_new_lines_for (description ? description : ""); in reply_to_calendar_comp()
2854 g_string_append (body, html_description); in reply_to_calendar_comp()
2855 g_free (html_description); in reply_to_calendar_comp()