Home
last modified time | relevance | path

Searched refs:title (Results 1 - 25 of 745) sorted by relevance

12345678910>>...30

/third_party/python/Lib/tkinter/
H A Dmessagebox.py20 # - title: dialog title
71 def _show(title=None, message=None, _icon=None, _type=None, **options):
74 if title: options["title"] = title
86 def showinfo(title=None, message=None, **options):
88 return _show(title, message, INFO, OK, **options)
91 def showwarning(title=None, message=None, **options):
93 return _show(title, messag
[all...]
H A Dsimpledialog.py35 title=None, class_=None):
40 if title:
41 self.root.title(title)
42 self.root.iconname(title)
96 def __init__(self, parent, title = None):
103 title -- the dialog title
118 if title:
119 self.title(titl
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c162 /* How much space to reserve for the title when printing heap usage results.
168 * This computes the maximum length of a title +3, because we appends "/s" and
521 char title[TITLE_LEN]; in main() local
727 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main()
733 TIME_AND_TSC(title, in main()
747 mbedtls_snprintf(title, sizeof(title), "AES-CFB128-%d", keysize); in main()
753 TIME_AND_TSC(title, in main()
765 mbedtls_snprintf(title, sizeo in main()
[all...]
/third_party/ltp/
H A Dltpmenu84 --title " $1 " \
106 --title "Compiling LTP testsuite"\
172 --title "LTP Test Results" \
180 --title "LTP Test Results" \
184 --title "LTP Test Results." \
203 --title "LTP Test Results" \
221 --title "Output Direction" --clear\
227 --title "Output Direction" --clear\
238 --title "Test Duration" --clear\
245 --title "Tes
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbrowser.c26 char *title; member
50 ctx->title ? ctx->title : in browser_update_title()
56 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title()
186 const char *title; in view_cb_notify_title() local
188 title = webkit_web_view_get_title(ctx->view); in view_cb_notify_title()
189 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_notify_title()
190 os_free(ctx->title); in view_cb_notify_title()
264 view_cb_hovering_over_link(WebKitWebView *view, gchar *title, gchar *uri, struct browser_context *ctx) view_cb_hovering_over_link() argument
279 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument
[all...]
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
49 #define wpa_trace_dump(title, ptr) do { } while (0)
51 #define wpa_trace_show(title) do { } while (0)
61 void wpa_trace_dump_funcname(const char *title, void *pc);
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
H A Dwpa_debug.h79 * @title: title of for the message
87 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
89 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
92 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
99 * @title: title of for the message
109 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
111 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
114 wpa_hexdump_key(level, title, bu in wpa_hexdump_buf_key()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
49 #define wpa_trace_dump(title, ptr) do { } while (0)
51 #define wpa_trace_show(title) do { } while (0)
61 void wpa_trace_dump_funcname(const char *title, void *pc);
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
H A Dbrowser.c21 char *title; member
42 ctx->title ? ctx->title : in browser_update_title()
48 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title()
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument
128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link()
141 const char *title, in view_cb_title_changed()
144 wpa_printf(MSG_DEBUG, "BROWSER:%s title in view_cb_title_changed()
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument
[all...]
H A Dwpa_debug.c334 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() argument
370 title, (long unsigned int) len, display, in _wpa_hexdump()
381 level, title, (unsigned long) len); in _wpa_hexdump()
429 title, (long unsigned int) len, display, in _wpa_hexdump()
462 title, (unsigned long) len, display); in _wpa_hexdump()
471 title, (unsigned long) len); in _wpa_hexdump()
483 printf("%s - hexdump(len=%lu):", title, (unsigned long) len); in _wpa_hexdump()
500 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() argument
502 _wpa_hexdump(level, title, buf, len, 1); in wpa_hexdump()
506 void wpa_hexdump_key(int level, const char *title, cons argument
512 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) _wpa_hexdump_ascii() argument
630 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) wpa_hexdump_ascii() argument
637 wpa_hexdump_ascii_key(int level, const char *title, const void *buf, size_t len) wpa_hexdump_ascii_key() argument
[all...]
H A Dwpa_debug.h81 * @title: title of for the message
89 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument
94 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, in wpa_hexdump_buf()
101 * @title: title of for the message
111 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument
116 wpa_hexdump_key(level, title, bu in wpa_hexdump_buf_key()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowCaching.js12 taTitleFont = o.titleFont || (ta.title && ta.title.font),
14 taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black",
15 taTitleGap = (o.titleGap == 0) ? 0 : o.titleGap || (ta.title && ta.title.gap) || 15,
16 taTitleOrientation = o.titleOrientation || (ta.title && ta.title.orientation) || "axis",
75 var o = this.opt, ta = this.chart.theme.axis, position = o.position, leftBottom = position !== "rightOrTop", rotation = o.rotation % 360, start, stop, titlePos, titleRotation = 0, titleOffset, axisVector, tickVector, anchorOffset, labelOffset, labelAlign, labelGap = this.chart.theme.axis.tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font), taTitleFont = o.titleFont || (ta.title && ta.title
[all...]
/third_party/cups-filters/backend/
H A Dcups-brf.c39 char *title; in main() local
108 title = argv[3]; in main()
109 for (c = title; *c; c++) { in main()
114 while (*title == '.') in main()
115 title++; in main()
117 /* Avoid empty title */ in main()
118 if (!*title) in main()
119 title = "unknown"; in main()
122 if (asprintf(&outfile, "%s/%s.XXXXXX.brf", dir, title) < 0) { in main()
/third_party/curl/docs/examples/
H A Dhtmltitle.cpp25 * Get a web page, extract the title with libxml.
61 std::string title; member
144 context->title = ""; in StartElement()
172 context->title.append(reinterpret_cast<char *>(chars), length); in handleCharacters()
237 // Parse given (assumed to be) HTML text and return the title
241 std::string &title) in parseHtml()
254 title = context.title; in parseHtml()
261 std::string title; in main() local
290 parseHtml(buffer, title); in main()
240 parseHtml(const std::string &html, std::string &title) parseHtml() argument
[all...]
/third_party/python/Tools/scripts/
H A Dhighlight.py128 <title> {title} </title>
139 def build_html_page(classified_text, title='python',
144 title = html_module.escape(title)
145 return html.format(title=title, css=css_str, body=result)
169 \center{\LARGE{%(title)s}}
181 def latex_highlight(classified_text, title
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h108 struct dialog_color title; member
197 void print_title(WINDOW *dialog, const char *title, int width);
203 int dialog_yesno(const char *title, const char *prompt, int height, int width);
204 int dialog_msgbox(const char *title, const char *prompt, int height,
206 int dialog_textbox(const char *title, const char *file, int height, int width);
207 int dialog_menu(const char *title, const char *prompt,
209 int dialog_checklist(const char *title, const char *prompt, int height,
212 int dialog_inputbox(const char *title, const char *prompt, int height,
/third_party/backends/backend/
H A Dkvs20xx_opt.c163 o->title = SANE_TITLE_NUM_OPTIONS; in kvs20xx_init_options()
171 o->title = SANE_I18N ("Scan Mode"); in kvs20xx_init_options()
181 o->title = SANE_TITLE_SCAN_MODE; in kvs20xx_init_options()
193 o->title = SANE_TITLE_SCAN_RESOLUTION; in kvs20xx_init_options()
204 o->title = SANE_I18N ("Duplex"); in kvs20xx_init_options()
218 o->title = SANE_I18N ("Feeder mode"); in kvs20xx_init_options()
230 o->title = SANE_I18N ("Length control mode"); in kvs20xx_init_options()
242 o->title = SANE_I18N ("Manual feed mode"); in kvs20xx_init_options()
254 o->title = SANE_I18N ("Manual feed timeout"); in kvs20xx_init_options()
267 o->title in kvs20xx_init_options()
[all...]
H A Dkvs40xx_opt.c307 o->title = SANE_TITLE_NUM_OPTIONS; in kvs40xx_init_options()
315 o->title = SANE_I18N ("Scan Mode"); in kvs40xx_init_options()
325 o->title = SANE_TITLE_SCAN_MODE; in kvs40xx_init_options()
337 o->title = SANE_TITLE_SCAN_RESOLUTION; in kvs40xx_init_options()
348 o->title = SANE_I18N ("Duplex"); in kvs40xx_init_options()
362 o->title = SANE_I18N ("Feeder mode"); in kvs40xx_init_options()
374 o->title = SANE_TITLE_SCAN_SOURCE; in kvs40xx_init_options()
388 o->title = SANE_I18N ("Length control mode"); in kvs40xx_init_options()
399 o->title = SANE_I18N ("Long paper mode"); in kvs40xx_init_options()
411 o->title in kvs40xx_init_options()
[all...]
/third_party/python/Lib/idlelib/
H A Dtextview.py108 def __init__(self, parent, title, contents, modal=True, wrap=WORD,
116 title - string which is title of popup dialog
129 self.title(title)
150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False):
154 title - string which is the title of popup dialog
161 return ViewWindow(parent, title, contents, modal, wrap=wrap, _utest=_utest)
164 def view_file(parent, title, filenam
[all...]
/third_party/lame/frontend/
H A Dgpkplotting.c99 char *title, /* add a title (only if clear=1) */ in gpk_graph_draw()
122 /* title */ in gpk_graph_draw()
131 0, 10, title, strlen(title)); in gpk_graph_draw()
191 char *title, /* add a title (only if clear=1) */ in gpk_bargraph_draw()
216 /* title */ in gpk_bargraph_draw()
223 titleSplit = strcspn(title, "\n"); in gpk_bargraph_draw()
225 if (titleSplit && (titleSplit != strlen(title))) { in gpk_bargraph_draw()
94 gpk_graph_draw(GtkWidget * widget, int n, gdouble * xcord, gdouble * ycord, gdouble xmn, gdouble ymn, gdouble xmx, gdouble ymx, int clear, char *title, GdkColor * color) gpk_graph_draw() argument
186 gpk_bargraph_draw(GtkWidget * widget, int n, gdouble * xcord, gdouble * ycord, gdouble xmn, gdouble ymn, gdouble xmx, gdouble ymx, int clear, char *title, int barwidth, GdkColor * color) gpk_bargraph_draw() argument
[all...]
/third_party/ltp/docparse/
H A Dtestinfo.pl49 my ($fh, $json, $title, $content) = @_;
55 $title
260 my $title = $_[1];
266 $content .= $title;
282 my $title = tag2title($k);
285 $content .= h2($title);
288 $content .= content_filter($k2, h3($title2), "$title $title2", $h{$k}{$k2});
291 $content .= content_filter($k, h2($title), $title, \@{$h{$k}});
482 title
[all...]
/third_party/pcre2/pcre2/
H A D132html61 <title>$ARGV[0] specification</title>
146 my($title) = &do_line($2);
149 printf("<li><a name=\"TOC%d\" href=\"#SEC%d\">$title</a>\n",
151 printf TEMP ("<br><a name=\"SEC%d\" href=\"#TOC1\">$title</a><br>\n",
157 print TEMP "<br><b>\n$title\n</b><br>\n";
163 my($title) = &do_line($2);
164 print TEMP "<br><b>\n$title\n</b><br>\n";
/third_party/alsa-utils/alsamixer/
H A Dtextbox.c38 const char *title, int attrs);
104 void show_text(const char *const *lines, unsigned int count, const char *title) in show_text() argument
106 create_text_box(lines, count, title, attrs.textbox); in show_text()
112 static char *title; variable
270 len = get_mbs_width(title) + 2; in create()
285 mvwprintw(text_widget.window, 0, (text_box_x + 2 - get_mbs_width(title) - 2) / 2, " %s ", title); in create()
328 title = cstrdup(title_); in create_text_box()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterPersonTest.java29 final String title; field in CustomFormatterPersonTest.Person
33 public Person(String title, String firstName, String lastName) { in Person() argument
34 this.title = title; in Person()
41 return "Person {title='" + title + "', firstName='" + firstName + "', lastName='" + lastName + "'}"; in toString()
74 result = person.title + " " + person.firstName + " " + person.lastName; in format()
79 : person.title + " " + person.firstName; in format()
84 ? person.title + " " + person.lastName in format()
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs18 title: String,
30 let title = cmd.get_name().to_owned(); in new()
41 title, in new()
49 /// Override the default man page title, written in all caps
50 pub fn title(mut self, title: impl Into<String>) -> Self { in title() functions
51 self.title = title.into(); in title()
131 /// Render the title into the writer.
145 &self.title, in title_args()
[all...]

Completed in 12 milliseconds

12345678910>>...30