Home
last modified time | relevance | path

Searched refs:special_command (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A Dspecial.cpp499 QString special_command = QString::fromLocal8Bit(cp); in applicationDoSpecial() local
506 color_special(special_command.mid(5)); in applicationDoSpecial()
512 html_href_special(special_command.mid(14)); in applicationDoSpecial()
524 TPIC_setPen_special(special_command.mid(2)); in applicationDoSpecial()
528 TPIC_addPath_special(special_command.mid(3)); in applicationDoSpecial()
538 epsf_special(special_command.mid(7)); in applicationDoSpecial()
544 source_special(special_command.mid(4)); in applicationDoSpecial()
555 if (special_command.startsWith(QLatin1String("ps:SDict begin"))) { in applicationDoSpecial()
594 …if ((special_command == QLatin1String("ps:SDict begin H.R end")) || special_command.endsWith(QLati… in applicationDoSpecial()
613 if (special_command.endsWith(QLatin1String("H.A end"))) { in applicationDoSpecial()
[all …]
H A DdviRenderer_prescan.cpp511 QString special_command = QString::fromUtf8(cp); in prescan_parseSpecials() local
518 prescan_ParsePapersizeSpecial(special_command.mid(9)); in prescan_parseSpecials()
524 prescan_ParseBackgroundSpecial(special_command.mid(10)); in prescan_parseSpecials()
530 prescan_ParseHTMLAnchorSpecial(special_command.mid(14)); in prescan_parseSpecials()
536 prescan_ParsePSHeaderSpecial(special_command.mid(7)); in prescan_parseSpecials()
542 prescan_ParsePSBangSpecial(special_command.mid(1)); in prescan_parseSpecials()
548 prescan_ParsePSQuoteSpecial(special_command.mid(1)); in prescan_parseSpecials()
554 prescan_ParsePSSpecial(special_command); in prescan_parseSpecials()
560 prescan_ParsePSFileSpecial(special_command.mid(7)); in prescan_parseSpecials()
566 prescan_ParseSourceSpecial(special_command.mid(4)); in prescan_parseSpecials()
/dports/databases/py-mycli/mycli-1.23.2/mycli/packages/special/
H A Dmain.py30 def special_command(command, shortcut, description, arg_type=PARSED_QUERY, function
79 @special_command('help', '\\?', 'Show this help.', arg_type=NO_QUERY, aliases=('\\?', '?'))
107 @special_command('exit', '\\q', 'Exit.', arg_type=NO_QUERY, aliases=('\\q', ))
108 @special_command('quit', '\\q', 'Quit.', arg_type=NO_QUERY)
113 @special_command('\\e', '\\e', 'Edit command with editor (uses $EDITOR).',
115 @special_command('\\clip', '\\clip', 'Copy query to the system clipboard.',
117 @special_command('\\G', '\\G', 'Display current query results vertically.',
H A Diocommands.py15 from .main import special_command, NO_QUERY, PARSED_QUERY
48 @special_command('pager', '\\P [command]',
67 @special_command('nopager', '\\n', 'Disable pager, print to stdout.',
266 @special_command('\\fs', '\\fs name query', 'Save a favorite query.')
286 @special_command('\\fd', '\\fd [name]', 'Delete a favorite query.')
298 @special_command('system', 'system [command]',
344 @special_command('tee', 'tee [-o] filename',
378 @special_command('\\once', '\\o [-o] filename',
413 @special_command('\\pipe_once', '\\| command',
460 @special_command(
[all …]
H A Ddbcommands.py7 from .main import special_command, RAW_QUERY, PARSED_QUERY
13 @special_command('\\dt', '\\dt[+] [table]', 'List or describe tables.',
37 @special_command('\\l', '\\l', 'List databases.', arg_type=RAW_QUERY, case_sensitive=True)
48 @special_command('status', '\\s', 'Get status information from the server.',
/dports/databases/py-litecli/litecli-1.6.0/litecli/packages/special/
H A Ddbcommands.py13 from .main import special_command, RAW_QUERY, PARSED_QUERY, ArgumentMissing
18 @special_command(
60 @special_command(
94 @special_command(
113 @special_command(
156 @special_command(
174 @special_command(
205 @special_command(
223 @special_command(
H A Dmain.py48 def special_command( function
126 @special_command(
139 @special_command(".exit", "\\q", "Exit.", arg_type=NO_QUERY, aliases=("\\q", "exit"))
140 @special_command("quit", "\\q", "Quit.", arg_type=NO_QUERY)
145 @special_command(
152 @special_command(
H A Diocommands.py16 from .main import special_command, NO_QUERY, PARSED_QUERY
46 @special_command(
71 @special_command(
171 @special_command(
258 @special_command("\\fs", "\\fs name query", "Save a favorite query.")
277 @special_command("\\fd", "\\fd [name]", "Delete a favorite query.")
289 @special_command("system", "system [command]", "Execute a system shell commmand.")
334 @special_command(
358 @special_command("notee", "notee", "Stop writing results to an output file.")
373 @special_command(
[all …]
/dports/databases/py-pgspecial/pgspecial-1.13.0/pgspecial/
H A Ddbcommands.py7 from .main import special_command, RAW_QUERY
68 @special_command("\\du", "\\du[+] [pattern]", "List roles.")
269 @special_command("\\dn", "\\dn[+] [pattern]", "List schemas.")
306 @special_command("\\dx", "\\dx[+] [pattern]", "List extensions.")
452 @special_command("\\dt", "\\dt[+] [pattern]", "List tables.")
457 @special_command("\\dv", "\\dv[+] [pattern]", "List views.")
467 @special_command("\\ds", "\\ds[+] [pattern]", "List sequences.")
472 @special_command("\\di", "\\di[+] [pattern]", "List indexes.")
477 @special_command("\\df", "\\df[+] [pattern]", "List functions.")
838 @special_command(
[all …]
H A Dmain.py237 def special_command( function
298 @special_command(
301 @special_command(
308 @special_command(
320 @special_command(
323 @special_command(
330 @special_command(
H A Diocommands.py14 from .main import special_command
134 @special_command(
223 @special_command(
281 @special_command("\\np", "\\np name_pattern", "Print a named query.")
312 @special_command("\\ns", "\\ns name query", "Save a named query.")
331 @special_command("\\nd", "\\nd [name]", "Delete a named query.")
/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dcallbacks.c437 …ODY_WITH_ITER(session->bindings.special_commands, girara_special_command_t*, iter, special_command, in girara_callback_inputbar_activate()
438 if (special_command->identifier == identifier) { in girara_callback_inputbar_activate()
440 if (special_command->always != true) { in girara_callback_inputbar_activate()
441 special_command->function(session, input, &(special_command->argument)); in girara_callback_inputbar_activate()
524 …A_LIST_FOREACH_BODY(session->bindings.special_commands, girara_special_command_t*, special_command, in girara_callback_inputbar_changed_event()
525 if ((special_command->identifier == identifier) && in girara_callback_inputbar_changed_event()
526 (special_command->always == true)) { in girara_callback_inputbar_changed_event()
528 special_command->function(session, input, &(special_command->argument)); in girara_callback_inputbar_changed_event()
H A Dcommands.c591 girara_special_command_t* special_command = g_slice_new(girara_special_command_t); in girara_special_command_add() local
593 special_command->identifier = identifier; in girara_special_command_add()
594 special_command->function = function; in girara_special_command_add()
595 special_command->always = always; in girara_special_command_add()
596 special_command->argument = argument; in girara_special_command_add()
598 girara_list_append(session->bindings.special_commands, special_command); in girara_special_command_add()
605 girara_special_command_free(girara_special_command_t* special_command) in girara_special_command_free() argument
607 if (special_command == NULL) { in girara_special_command_free()
610 g_slice_free(girara_special_command_t, special_command); in girara_special_command_free()
H A Dinternal.h43 girara_special_command_t* special_command);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dchkp-pr69044.c6 int special_command () in special_command() function
/dports/x11/jgmenu/jgmenu-4.4.0/docs/
H A Dcoding_style53 type special_command || die "cannot find program `special_command`"
/dports/databases/py-pgspecial/pgspecial-1.13.0/
H A DDEVELOP.rst70 parameters. Then you'll mark it with a ``@special_command`` decorator. For
75 @special_command('\\du', '\\du[+] [pattern]', 'List roles.')
/dports/textproc/link-grammar/link-grammar-5.8.0/link-parser/
H A Dlink-parser.c475 static int special_command(char *input_string, Command_Options* copts, Dictionary dict) in special_command() function
821 int command = special_command(input_string, copts, dict); in main()

12