Home
last modified time | relevance | path

Searched refs:helpline (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/misc/clex/clex-4.6.patch9/src/
H A Dhelp.c167 if (helpline) { in parse_help()
170 free(helpline); in parse_help()
181 helpline[i].text = 0; in parse_help()
207 helpline[i].data = 0; in parse_help()
212 helpline[i].data = 0; in parse_help()
213 helpline[i].text = 0; in parse_help()
235 || helpline[i + 1].type != HL_TEXT || helpline[i + 2].type != HL_TEXT) { in parse_help()
275 if (helpline[i].type == HL_LINK && page2num(helpline[i].data) < 0) in parse_help()
292 while (helpline[j].type != HL_TEXT || helpline[j - 1].type == HL_TEXTLINK) in parse_help()
294 if (helpline[j].links == 1 && strcmp(helpline[j + 1].data,"MAIN") == 0) in parse_help()
[all …]
H A Dinout.c106 } helpline; variable
717 if (helpline.info == 0
738 if (helpline.info)
740 else if (helpline.help_tmp && time(0) > helpline.exp_tmp)
1432 if (helpline.warning) {
1443 if (helpline.info) {
1479 helpline.help_base = msg;
1486 helpline.exp_tmp = 0;
1492 helpline.info = msg;
1495 helpline.warning = msg;
[all …]
/dports/devel/py-invoke/invoke-1.6.0/tests/
H A Dutil.py1 from invoke.util import helpline
5 class helpline: class in util
10 assert helpline(foo) is None
18 assert helpline(foo) is None
25 assert helpline(foo) == "foo!"
34 assert helpline(foo) == "foo!"
45 assert helpline(foo) == "foo?"
55 assert helpline(foo) is None
66 assert helpline(foo) == "I am foo"
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_input.c341 t->helpline = HLP_NONE; in initMouseInputMode()
346 t->helpline = HLP_SPRING; in initMouseInputMode()
351 t->helpline = HLP_SPRING; in initMouseInputMode()
356 t->helpline = HLP_SPRING; in initMouseInputMode()
374 t->helpline = HLP_ANGLE; in initMouseInputMode()
386 t->helpline = HLP_HARROW; in initMouseInputMode()
390 t->helpline = HLP_HARROW; in initMouseInputMode()
394 t->helpline = HLP_VARROW; in initMouseInputMode()
398 t->helpline = HLP_VARROW; in initMouseInputMode()
402 t->helpline = HLP_CARROW; in initMouseInputMode()
[all …]
H A Dtransform_draw_cursors.c167 if (t->helpline != HLP_NONE) { in transform_draw_cursor_draw()
199 if (ELEM(t->helpline, HLP_SPRING, HLP_ANGLE)) { in transform_draw_cursor_draw()
233 switch (t->helpline) { in transform_draw_cursor_draw()
/dports/www/h2o-devel/h2o-dcc7134/t/
H A D50mruby-prometheus.t38 while (my ($helpline, $typeline) = splice(@lines, 0, 2)) {
40 if ($helpline =~ /^# HELP (\w+)/) {
43 fail("invalid helpline: $helpline");
/dports/comms/xmorse/xmorse-20041125_10/
H A Dhelp.py39 for helpline in stdin:
40 print ' "'+helpline.replace('"','\\"').rstrip()+'\\n"'
/dports/chinese/phpbb-tw/phpBB2/templates/subSilver/
H A Dposting_body.tpl44 // Shows the help messages in the helpline window
45 function helpline(help) {
327 …lue=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
330 …ue=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
336 …="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
339 …e="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
342 …"addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
345 …addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" />
348 …"addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
384 …"gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_C…
[all …]
/dports/www/phpbb/phpBB2/templates/subSilver/
H A Dposting_body.tpl44 // Shows the help messages in the helpline window
45 function helpline(help) {
327 …lue=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
330 …ue=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
336 …="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
339 …e="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
342 …"addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
345 …addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" />
348 …"addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
384 …"gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_C…
[all …]
/dports/math/creme/Creme-ab42f19/Creme/src/Base/
H A Dcmdline.c174 char helpline [80]; in print_help() local
188 sprintf (helpline," -%c%s, --%s%s:", opt [i].shortopt, arg, in print_help()
191 printf ("%-40s %s\n", helpline, opt [i].help); in print_help()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/
H A Dbrowser.c277 const char *helpline, ...) in ui_browser__show() argument
291 zfree(&browser->helpline); in ui_browser__show()
293 va_start(ap, helpline); in ui_browser__show()
294 err = vasprintf(&browser->helpline, helpline, ap); in ui_browser__show()
297 ui_helpline__push(browser->helpline); in ui_browser__show()
306 zfree(&browser->helpline); in ui_browser__hide()
406 ui_helpline__puts(browser->helpline); in ui_browser__run()
H A Dbrowser.h25 char *helpline; member
58 const char *helpline, ...);
H A DBuild2 perf-y += helpline.o
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/
H A Dbrowser.c277 const char *helpline, ...) in ui_browser__show() argument
291 zfree(&browser->helpline); in ui_browser__show()
293 va_start(ap, helpline); in ui_browser__show()
294 err = vasprintf(&browser->helpline, helpline, ap); in ui_browser__show()
297 ui_helpline__push(browser->helpline); in ui_browser__show()
306 zfree(&browser->helpline); in ui_browser__hide()
406 ui_helpline__puts(browser->helpline); in ui_browser__run()
H A Dbrowser.h25 char *helpline; member
58 const char *helpline, ...);
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/
H A Dbrowser.c277 const char *helpline, ...) in ui_browser__show() argument
291 zfree(&browser->helpline); in ui_browser__show()
293 va_start(ap, helpline); in ui_browser__show()
294 err = vasprintf(&browser->helpline, helpline, ap); in ui_browser__show()
297 ui_helpline__push(browser->helpline); in ui_browser__show()
306 zfree(&browser->helpline); in ui_browser__hide()
406 ui_helpline__puts(browser->helpline); in ui_browser__run()
H A Dbrowser.h25 char *helpline; member
58 const char *helpline, ...);
/dports/audio/gramofile/gramofile-1.6P/
H A Dhelpline.h14 void helpline (char *helptext);
H A Dhelpline.c19 helpline (char *helptext) in helpline() function
/dports/games/xsokoban/xsokoban/
H A Dhelp.h2 typedef struct helpline { struct
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/tui/
H A DBuild3 perf-y += helpline.o
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/tui/
H A DBuild3 perf-y += helpline.o
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/tui/
H A DBuild3 perf-y += helpline.o
/dports/finance/cointop/cointop-1.5.4/cointop/
H A Dconversion.go156 helpline := " Press the corresponding key to select currency for conversion\n\n"
198 content := fmt.Sprintf("%s%s%s", header, helpline, body)
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dmainwindow.itk44 itk_option define -helpline helpLine HelpLine 1
201 if {$itk_option(-helpline)} {

12345678