Home
last modified time | relevance | path

Searched refs:prints (Results 1 – 25 of 7316) sorted by relevance

12345678910>>...293

/dports/devel/ragel/ragel-6.10/test/
H A Dcppscan6.rl21 prints "<";
23 prints "> ";
25 prints "\n";
35 prints "<";
37 prints "> ";
39 prints "\n";
44 prints "<";
46 prints "> ";
48 prints "\n";
55 prints "<";
[all …]
H A Dscan1.rl16 prints "on last ";
18 prints "yes";
19 prints "\n";
25 prints "yes";
26 prints "\n";
32 prints "yes";
33 prints "\n";
39 prints "yes";
40 prints "\n";
45 prints "yes";
[all …]
H A Dpatact.rl17 [a-z]+ => { prints "word\n"; };
18 [0-9]+ => { prints "num\n"; };
19 [\n ] => { prints "space\n"; };
24 [a-z]+ ' foil' => { prints "word (c/lbh)\n"; };
25 [\n ] => { prints "space\n"; };
26 '22' => { prints "num (w/switch)\n"; };
28 [0-9]+ ' foil' => {prints "num (c/switch)\n"; };
33 ';' => { prints "in semi\n"; fgoto main; };
38 [a-z]+ ' foil' => { prints "word (c/lbh)\n"; };
39 [\n ] => { prints "space\n"; };
[all …]
H A Dgotocallret2.rl19 prints "handle ";
27 '{' => { prints "{ "; fcall *fentry(one); };
28 "[" => { prints "[ "; fcall *fentry(two); };
29 "}" sp* => { prints "} "; fret; };
31 ' ' => { prints "space "; };
35 '{' => { prints "{ "; fcall *fentry(one); };
37 ']' sp* => { prints "] "; fret; };
39 ' ' => { prints "space "; };
43 '{' => { prints "{ "; fcall one; };
44 "[" => { prints "[ "; fcall two; };
[all …]
H A Dclang4.rl25 prints ",";
27 prints "): ";
29 prints "\n";
34 prints ",";
36 prints "): ";
38 prints "\n";
43 prints ",";
47 prints "\n";
52 prints ",";
61 prints ",";
[all …]
H A Derract2.rl10 action err_start { prints "err_start\n"; }
11 action err_all { prints "err_all\n"; }
12 action err_middle { prints "err_middle\n"; }
13 action err_out { prints "err_out\n"; }
15 action eof_start { prints "eof_start\n"; }
16 action eof_all { prints "eof_all\n"; }
17 action eof_middle { prints "eof_middle\n"; }
18 action eof_out { prints "eof_out\n"; }
/dports/devel/py-pyxb/PyXB-1.2.6/examples/ucum/
H A Dtest.expected2 prints as: m
4 prints as: s
6 prints as: g
8 prints as: rad
10 prints as: K
12 prints as: C
14 prints as: cd
16 prints as: 10
18 prints as: 10
20 prints as: π
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/sources/
H A Dtest.py13 from calibre import prints, sanitize_file_name
151 prints('Log saved to', lf)
177 prints(mi)
180 prints('*'*75, '\n\n')
194 prints('Log saved to', lf)
207 prints('Full log is at:', lf)
232 prints('Log saved to', lf)
253 prints(err)
274 prints(mi)
277 prints('*'*75, '\n\n')
[all …]
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dgetcfg.csd25 prints "\nMax string len : "
26 prints S1
28 prints S2
30 prints S3
32 prints S4
34 prints S5
35 prints "\nHost Op. Sys. : "
36 prints S6
37 prints "\nCallback ? : "
38 prints S7
[all …]
/dports/textproc/groff/groff-1.22.4/src/preproc/tbl/
H A Dtable.cpp430 prints(".ta"); in print()
432 prints('\n'); in print()
434 prints("\\&"); in print()
436 prints('\n'); in print()
702 prints('+'); in do_divert()
720 prints("\n"); in do_divert()
855 prints("'"); in simple_print()
894 prints("'"); in simple_print()
910 prints("\\s0" in simple_print()
1227 prints("'" in print()
[all …]
/dports/japanese/groff/groff-1.18.1.1/src/preproc/tbl/
H A Dtable.cc423 prints(".ta"); in print()
425 prints('\n'); in print()
427 prints("\\&"); in print()
429 prints('\n'); in print()
676 prints('+'); in do_divert()
689 prints("\n"); in do_divert()
826 prints("'"); in simple_print()
865 prints("'"); in simple_print()
881 prints("\\s0" in simple_print()
1196 prints("'" in print()
[all …]
/dports/textproc/augeas/augeas-1.12.0/tests/
H A Drun.tests10 # prints
53 prints
59 prints
66 prints
72 prints
78 prints
93 prints
105 prints
111 prints
116 prints
[all …]
/dports/audio/csound/csound-6.15.0/tests/commandline/contrib/
H A Druntime_type.csd24 prints S2
27 prints "\nTEST UDO\n"
28 prints "Testing constants...\n"
42 prints "Testing Local Vars...\n"
48 prints "Testing PFields...\n"
58 prints p5
85 prints "Testing PFields...\n"
95 prints p5
106 prints p4
108 prints p5
[all …]
/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest_array_operations.csd80 prints "iArr1d = "
82 prints "SArr1d = "
163 prints "iFt1 values = "
169 prints "\n"
194 prints "iArr1 = "
234 prints "iArr1 = "
236 prints "iArr2 = "
274 prints "iArr = "
292 prints "iArr = "
310 prints "iArr = "
[all …]
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/Manual/
H A DDebugging.pod48 =item * When an HTTP request fails to be parsed, L<Perlbal::HTTPHeaders> prints C<HTTP parse failur…
50 =item * When the connection is promoted to SSL, L<Perlbal::TCPListener> prints C< .. socket upgrad…
67 =item * When a response is about to be handled, L<Perlbal::BackendHTTP> prints C<BackendHTTP: handl…
69 =item * When a backend is ready to be read from, L<Perlbal::BackendHTTP> prints C<Backend $self is …
83 =item * When a client has disconnected, L<Perlbal::ClientProxy> prints C<ClientProxy::client_discon…
109 =item * If we're done writing to the client, L<Perlbal::BackendHTTP> prints C< done. detaching.>
121 =item * When we're writing a response to a client, L<Perlbal::ClientProxy> prints C<ClientProxy::ev…
125 =item * When reading a request, L<Perlbal::ClientProxy> prints C<ClientProxy::event_read>
133 =item * After each read, L<Perlbal::ClientProxy> prints C< read $len bytes>
153 =item * Once we've read some headers, L<Perlbal::Socket> prints C< pre-parsed headers: [$hstr]>
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/
H A Dtweak.py11 from calibre import prints, as_unicode, walk
24 prints(msg, end=' [y/N]: ')
117 prints('Failed to unpack', ebook_file)
118 prints(e.orig_tb)
121 prints(as_unicode(e), file=sys.stderr)
130 prints('Book extracted to', output_dir)
154 prints(e.orig_tb)
156 prints(ebook_file, 'successfully rebuilt')
174 prints(e.orig_tb)
184 prints('Book extracted to', tdir)
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/doc/bin/
H A Dfvwm-config.adoc28 prints the short usage
30 prints the version
32 prints the full info page
34 prints the installation prefix
38 prints the installation bindir
40 prints the installation datadir
42 prints the installation libexecdir
44 prints the installation sysconfdir
46 prints the installation mandir
48 prints the installation localedir
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dmain.cmake5 MESSAGE( ${SOURCES} ) # three arguments, prints "back.cio.cmain.c"
7 MESSAGE( "" ) # one argument, prints "" an empty line
8 MESSAGE( "${EMPTY_STRING}" ) # one argument, prints "" an empty line
13 MESSAGE( "This is practice." ) # prints "This is practice."
14 MESSAGE( "This;is;practice." ) # prints "This;is;practice."
15 MESSAGE( "Hi. ) MESSAGE( x )" ) # prints "Hi. ) MESSAGE( x )"
34 MESSAGE( a b c ) # prints "abc" to stdout (without quotes)
35 MESSAGE( ${x} ) # prints "abc" to stdout (without quotes)
36 MESSAGE("${x}") # prints "a;b;c" to stdout (without quotes)
37 MESSAGE( ${y} ) # prints "a b c" to stdout (without quotes)
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dmain.cmake5 MESSAGE( ${SOURCES} ) # three arguments, prints "back.cio.cmain.c"
7 MESSAGE( "" ) # one argument, prints "" an empty line
8 MESSAGE( "${EMPTY_STRING}" ) # one argument, prints "" an empty line
13 MESSAGE( "This is practice." ) # prints "This is practice."
14 MESSAGE( "This;is;practice." ) # prints "This;is;practice."
15 MESSAGE( "Hi. ) MESSAGE( x )" ) # prints "Hi. ) MESSAGE( x )"
34 MESSAGE( a b c ) # prints "abc" to stdout (without quotes)
35 MESSAGE( ${x} ) # prints "abc" to stdout (without quotes)
36 MESSAGE("${x}") # prints "a;b;c" to stdout (without quotes)
37 MESSAGE( ${y} ) # prints "a b c" to stdout (without quotes)
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Getting Started/Language_Features/
H A DConsole_Print.csd9 'printf_i ' - same like printf, but prints only at init-time
11 'prints ' - same like printf_i, but %s is not allowed
19 'fprints ' - similar to 'prints' but prints to a file
20 'fprintks ' - similar to 'printks' but prints to a file
30 %s - prints a character sting
31 %e - prints a float in standard form ([-]d.ddd e[+/-]ddd)
120 'prints ' - same like printf_i, but %s is not allowed
128 'fprints ' - similar to 'prints' but prints to a file
129 'fprintks ' - similar to 'printks' but prints to a file
139 %s - prints a character sting
[all …]
/dports/lang/mono/mono-5.10.1.57/samples/size/
H A Dsample.cs12 prints ("d", d); in Main()
13 prints ("dd", new DD ()); in Main()
14 prints ("short str", "short"); in Main()
15 prints ("long str", "this is a longer string which we want to measure the size of"); in Main()
19 prints ("obj array", obj_array); in Main()
24 prints ("obj array w/ demos", obj_array); in Main()
27 static void prints (string s, object x) in prints() method in Demo
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dmanage_users_cli.py8 from calibre import prints
203 prints(prompt, end=' ')
214 prints(banner)
244 prints(fail_message)
251 prints(', '.join(users))
277 prints(msg)
317 prints(
324 prints(
330 prints(
334 prints(k + ':', v)
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/user/user_commands/
H A Dkrb5-config.rst24 prints a usage message. This is the default behavior when no options
28 prints the version, vendor, prefix, and exec-prefix.
31 prints the version number of the Kerberos installation.
34 prints the name of the vendor of the Kerberos installation.
37 prints the prefix for which the Kerberos installation was built.
40 prints the prefix for executables for which the Kerberos installation
44 prints the built-in default credentials cache location.
47 prints the built-in default keytab location.
50 prints the built-in default client (initiator) keytab location.
53 prints the compilation flags used to build the Kerberos installation.
[all …]
/dports/security/krb5/krb5-1.19.2/doc/user/user_commands/
H A Dkrb5-config.rst24 prints a usage message. This is the default behavior when no options
28 prints the version, vendor, prefix, and exec-prefix.
31 prints the version number of the Kerberos installation.
34 prints the name of the vendor of the Kerberos installation.
37 prints the prefix for which the Kerberos installation was built.
40 prints the prefix for executables for which the Kerberos installation
44 prints the built-in default credentials cache location.
47 prints the built-in default keytab location.
50 prints the built-in default client (initiator) keytab location.
53 prints the compilation flags used to build the Kerberos installation.
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/cli/
H A Dcmd_restore_database.py6 from calibre import prints
58 prints(msg, '...', '%d%%' % int(100 * (step / self.total)))
73 prints('Restoring database failed with error:')
74 prints(r.tb)
76 prints('Restoring database succeeded')
77 prints('old database saved as', r.olddb)
82 prints('Some errors occurred. A detailed report was ' 'saved to', name)

12345678910>>...293