Home
last modified time | relevance | path

Searched refs:tprint (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dehandler25 /tprint
28 /cvsprint{=string cvs tprint( )tprint}readonly def
32 /operatortype{(--)tprint =string cvs tprint(-- )tprint}readonly def
33 /marktype{pop(-mark- )tprint}readonly def
35 /nulltype{pop(-null- )tprint}readonly def
38 /fonttype{pop(-fontid- )tprint}readonly def
41 {dup rcheck{(\()tprint tprint(\))tprint}{pop(-string- )tprint}ifelse
45 {({)tprint{typeprint}forall(})tprint}
46 {([)tprint{typeprint}forall(])tprint}ifelse}{pop(-array- )tprint}ifelse
50 {({)tprint{typeprint}forall(})tprint}
[all …]
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dprint.test120 (define (tprint x width encoding)
127 (tprint exp 10 "ISO-8859-1"))
130 (tprint exp 15 "ISO-8859-1"))
133 (tprint exp 18 "ISO-8859-1"))
154 (tprint testv 11 "UTF-8"))
160 (tprint testv 8 "UTF-8"))
166 (tprint testv 5 "UTF-8"))
172 (tprint testv 4 "UTF-8"))
198 (tprint testa 8 "UTF-8"))
201 (tprint testa 10 "UTF-8"))
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dprint.test120 (define (tprint x width encoding)
127 (tprint exp 10 "ISO-8859-1"))
130 (tprint exp 15 "ISO-8859-1"))
133 (tprint exp 18 "ISO-8859-1"))
154 (tprint testv 11 "UTF-8"))
160 (tprint testv 8 "UTF-8"))
166 (tprint testv 5 "UTF-8"))
172 (tprint testv 4 "UTF-8"))
198 (tprint testa 8 "UTF-8"))
201 (tprint testa 10 "UTF-8"))
[all …]
/dports/devel/py-game/pygame-2.1.0/examples/
H A Djoystick.py17 def tprint(self, screen, text): member in TextPrint
90 text_print.tprint(screen, "Number of joysticks: {}".format(len(joysticks)))
96 text_print.tprint(screen, "Joystick {}".format(jid))
101 text_print.tprint(screen, "Joystick name: {}".format(name))
104 text_print.tprint(screen, "GUID: {}".format(guid))
112 text_print.tprint(screen, "Number of axes: {}".format(axes))
117 text_print.tprint(screen, "Axis {} value: {:>6.3f}".format(i, axis))
121 text_print.tprint(screen, "Number of buttons: {}".format(buttons))
126 text_print.tprint(screen, "Button {:>2} value: {}".format(i, button))
130 text_print.tprint(screen, "Number of hats: {}".format(hats))
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_recovery.c245 tprint(trace_file, "SUCCESS\n"); in maria_recovery_from_log()
576 tprint(tracef, in display_record_position()
691 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
1156 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1300 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1467 tprint(tracef, "\n"); in new_table()
1532 tprint(tracef, ", opened"); in new_table()
1535 tprint(tracef, "\n"); in new_table()
1695 tprint(tracef, " \n"); in prototype_redo_exec_hook()
2718 tprint(tracef, in run_redo_phase()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dma_recovery.c245 tprint(trace_file, "SUCCESS\n"); in maria_recovery_from_log()
576 tprint(tracef, in display_record_position()
691 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
1156 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1300 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1467 tprint(tracef, "\n"); in new_table()
1532 tprint(tracef, ", opened"); in new_table()
1535 tprint(tracef, "\n"); in new_table()
1695 tprint(tracef, " \n"); in prototype_redo_exec_hook()
2718 tprint(tracef, in run_redo_phase()
[all …]
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/code_examples/
H A Djoystick_calls.py17 def tprint(self, screen, textString): member in TextPrint
79 textPrint.tprint(screen, "Number of joysticks: {}".format(joystick_count))
92 textPrint.tprint(screen, "Joystick {}".format(jid))
97 textPrint.tprint(screen, "Joystick name: {}".format(name))
105 textPrint.tprint(screen, "GUID: {}".format(guid))
110 textPrint.tprint(screen, "Number of axes: {}".format(axes))
115 textPrint.tprint(screen, "Axis {} value: {:>6.3f}".format(i, axis))
119 textPrint.tprint(screen, "Number of buttons: {}".format(buttons))
124 textPrint.tprint(screen,
129 textPrint.tprint(screen, "Number of hats: {}".format(hats))
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_recovery.c244 tprint(trace_file, "SUCCESS\n"); in maria_recovery_from_log()
565 tprint(tracef, in display_record_position()
680 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
791 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
1145 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1289 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1456 tprint(tracef, "\n"); in new_table()
1521 tprint(tracef, ", opened"); in new_table()
1524 tprint(tracef, "\n"); in new_table()
1684 tprint(tracef, " \n"); in prototype_redo_exec_hook()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_recovery.c244 tprint(trace_file, "SUCCESS\n");
565 tprint(tracef,
680 tprint(tracef, "we skip DDLs\n");
791 tprint(tracef, "we skip DDLs\n");
1145 tprint(tracef, "\n");
1289 tprint(tracef, "\n");
1456 tprint(tracef, "\n");
1521 tprint(tracef, ", opened");
1524 tprint(tracef, "\n");
1684 tprint(tracef, " \n");
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dma_recovery.c244 tprint(trace_file, "SUCCESS\n"); in maria_recovery_from_log()
565 tprint(tracef, in display_record_position()
680 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
791 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
1145 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1289 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1450 tprint(tracef, "\n"); in new_table()
1513 tprint(tracef, ", opened"); in new_table()
1516 tprint(tracef, "\n"); in new_table()
1676 tprint(tracef, " \n"); in prototype_redo_exec_hook()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dma_recovery.c244 tprint(trace_file, "SUCCESS\n"); in maria_recovery_from_log()
565 tprint(tracef, in display_record_position()
680 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
791 tprint(tracef, "we skip DDLs\n"); in prototype_redo_exec_hook()
1145 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1289 tprint(tracef, "\n"); in prototype_redo_exec_hook()
1450 tprint(tracef, "\n"); in new_table()
1513 tprint(tracef, ", opened"); in new_table()
1516 tprint(tracef, "\n"); in new_table()
1676 tprint(tracef, " \n"); in prototype_redo_exec_hook()
[all …]
/dports/devel/cc65/cc65-2.19/test/ref/
H A Dwf1.c34 void tprint(struct node *tree);
112 void tprint(tree) struct node *tree; { in tprint() function
114 void tprint(struct node *tree) {
117 tprint(tree->left);
119 tprint(tree->right);
137 tprint(root); in main()
/dports/net/mosquitto/mosquitto-2.0.13/test/broker/
H A D06-bridge-clean-session-core.py30 def tprint(*args, **kwargs): function
69 tprint("Running test with cs:%s, lcs: %s and proto: %d" % (cs, lcs, proto_ver))
162 tprint("Normal bi-dir bridging works. continuing")
169 tprint("terminated B", time.time())
179 tprint("client b reconnected after restarting broker b at ", time.time())
189 tprint("1.expecting a->b queueing")
193 tprint("not expecting a->b queueing")
196 tprint("Stage 1 complete, repeating in other direction")
209 tprint("client A reconnected after restarting broker A at ", time.time())
217 tprint("2.expecting b->a queueueing")
[all …]
/dports/biology/bcftools/bcftools-1.14/misc/
H A Dplot-vcfstats701 sub tprint
931 tprint $fh, "
1070 tprint $fh, "
1115 tprint $fh, "
1182 tprint $fh, "
1265 tprint $fh, "
1325 tprint $fh, "
1419 tprint $fh, "
1491 tprint $fh, "
1547 tprint $fh, "
[all …]
/dports/biology/bio-mocha/bcftools-1.14/misc/
H A Dplot-vcfstats701 sub tprint
931 tprint $fh, "
1070 tprint $fh, "
1115 tprint $fh, "
1182 tprint $fh, "
1265 tprint $fh, "
1325 tprint $fh, "
1419 tprint $fh, "
1491 tprint $fh, "
1547 tprint $fh, "
[all …]
/dports/sysutils/heirloom/heirloom-070715/calendar/
H A Dcalprog.c103 tprint(time_t t) in tprint() function
131 tprint(t); in main()
135 tprint(t); in main()
138 tprint(t); in main()
141 tprint(t); in main()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dnode.h184 void tprint(troff_output_file *);
217 void tprint(troff_output_file *);
232 void tprint(troff_output_file *);
323 void tprint(troff_output_file *);
342 void tprint(troff_output_file *);
358 void tprint(troff_output_file *);
376 void tprint(troff_output_file *);
391 void tprint(troff_output_file *);
431 void tprint(troff_output_file *);
448 void tprint(troff_output_file *);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/kshlib/dbm/
H A Ddbm.tst34 \t\t\t\tprint -r -- "$key"
37 \t\tprint -r "$@"
48 \t\t\t\tprint -r -- "$key"
52 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
64 \t\t\t\tprint -r -- "$key"
71 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
/dports/shells/ksh93/ast-93u/src/cmd/kshlib/dbm/
H A Ddbm.tst34 \t\t\t\tprint -r -- "$key"
37 \t\tprint -r "$@"
48 \t\t\t\tprint -r -- "$key"
52 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
64 \t\t\t\tprint -r -- "$key"
71 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/kshlib/dbm/
H A Ddbm.tst34 \t\t\t\tprint -r -- "$key"
37 \t\tprint -r "$@"
48 \t\t\t\tprint -r -- "$key"
52 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
64 \t\t\t\tprint -r -- "$key"
71 \t\tdo\tprint -r -- "$key=$(dbm_get "$key")"
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dnode.h183 void tprint(troff_output_file *);
215 void tprint(troff_output_file *);
323 void tprint(troff_output_file *);
353 void tprint(troff_output_file *);
369 void tprint(troff_output_file *);
382 void tprint(troff_output_file *);
419 void tprint(troff_output_file *);
434 void tprint(troff_output_file *);
465 void tprint(troff_output_file *);
483 void tprint(troff_output_file *);
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DReadParallel.cpp73 myDebug.tprint(1, "Setting up...\n"); in load_file()
440 myDebug.tprint(1, "Getting fileset entities.\n"); in load_file()
505 myDebug.tprint(1, "Broadcasting mesh.\n"); in load_file()
526 myDebug.tprint(1, "Deleting nonlocal entities.\n"); in load_file()
544 myDebug.tprint(1, "Checking global IDs.\n"); in load_file()
551 myDebug.tprint(1, "Resolving shared entities.\n"); in load_file()
574 myDebug.tprint(1, "Exchanging ghost entities.\n"); in load_file()
582 myDebug.tprint(1, "Resolving shared sets.\n"); in load_file()
601 myDebug.tprint(1, "Printing parallel information.\n"); in load_file()
769 myDebug.tprint(2, "Gathering related entities.\n"); in delete_nonlocal_entities()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.w258 tprint("]: ");
262 tprint(", ");
264 tprint("=");
275 tprint(", ");
279 tprint(", ");
297 tprint(", ");
402 tprint(" (");
791 tprint(s);
820 tprint(");");
909 tprint(": ");
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.w258 tprint("]: ");
262 tprint(", ");
264 tprint("=");
275 tprint(", ");
279 tprint(", ");
297 tprint(", ");
402 tprint(" (");
791 tprint(s);
820 tprint(");");
909 tprint(": ");
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dequivalents.w258 tprint("]: ");
262 tprint(", ");
264 tprint("=");
275 tprint(", ");
279 tprint(", ");
297 tprint(", ");
402 tprint(" (");
791 tprint(s);
820 tprint(");");
909 tprint(": ");
[all …]

12345678910>>...33