Home
last modified time | relevance | path

Searched refs:Scanning (Results 1 – 25 of 3791) sorted by relevance

12345678910>>...152

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/regtest/database/
H A DRS01_ecc_missing_sectors9 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_create9 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_create_plus569 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_no_write_perm9 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_create_after_partial_read17 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_create_after_read17 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_recreate_after_read_rs0218 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_recreate_after_read_rs03f18 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_recreate_after_read_rs03i18 Scanning image sectors: 1%Scanning image sectors: 2%…
H A DRS01_ecc_recreate_after_read_rs0118 Scanning image sectors: 1%Scanning image sectors: 2%…
/dports/security/duo/duo_unix-1.11.4/tests/
H A Dtest_crypto-0.t5 Scanning directory
12 Scanning for cipher function: AES_encrypt
13 Scanning for cipher function: AES_decrypt
15 Scanning for cipher function: AES_ecb_encrypt
16 Scanning for cipher function: AES_cbc_encrypt
24 Scanning for cipher function: AES_wrap_key
26 Scanning for cipher function: BF_set_key
27 Scanning for cipher function: BF_encrypt
42 Scanning for cipher function: CAST_set_key
44 Scanning for cipher function: CAST_encrypt
[all …]
/dports/print/makeindex/makeindex/src-3.0/test/
H A Dbak-gtest.ilg2 Scanning style file din...
3 Scanning style file german/umlaut.ist...
4 Scanning style file tex.ist...
5 Scanning style file math.ist...
6 Scanning style file latex.ist...
7 Scanning style file german/digit.ist...
8 Scanning style file german/special.ist...
9 Scanning style file puncts.ist...
10 Scanning style file icase.ist...
11 Scanning input file gtest.idx....
H A Dbak-book.ilg2 Scanning style file mkind.ist...
3 Scanning style file tex.ist...
4 Scanning style file math.ist...
5 Scanning style file latex.ist...
6 Scanning style file english/digit.ist...
7 Scanning style file english/special.ist...
8 Scanning style file puncts.ist...
9 Scanning style file icase.ist...
10 Scanning input file book.idx........
H A Dbak-test.ilg2 Scanning style file mkind.ist...
3 Scanning style file tex.ist...
4 Scanning style file math.ist...
5 Scanning style file latex.ist...
6 Scanning style file english/digit.ist...
7 Scanning style file english/special.ist...
8 Scanning style file puncts.ist...
9 Scanning style file icase.ist...
10 Scanning input file test.idx....
H A Dbak-tort.ilg2 Scanning style file mkind.ist...
3 Scanning style file tex.ist...
4 Scanning style file math.ist...
5 Scanning style file latex.ist...
6 Scanning style file english/digit.ist...
7 Scanning style file english/special.ist...
8 Scanning style file puncts.ist...
9 Scanning style file icase.ist...
10 Scanning input file torture.idx...
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-scanf/
H A Dtscanf.ml61 bscanf (Scanning.from_string "1")
63 bscanf (Scanning.from_string "-1")
65 bscanf (Scanning.from_string "+1")
67 bscanf (Scanning.from_string "1.")
69 bscanf (Scanning.from_string ".1")
71 bscanf (Scanning.from_string "-.1")
73 bscanf (Scanning.from_string "+.1")
336 (* Scanning lists. *)
522 (Scanning.char_count ib) (Scanning.peek_char ib)*)))
1066 Scanning.end_of_input ib in
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-scanf/
H A Dtscanf.ml61 bscanf (Scanning.from_string "1")
63 bscanf (Scanning.from_string "-1")
65 bscanf (Scanning.from_string "+1")
67 bscanf (Scanning.from_string "1.")
69 bscanf (Scanning.from_string ".1")
71 bscanf (Scanning.from_string "-.1")
73 bscanf (Scanning.from_string "+.1")
336 (* Scanning lists. *)
522 (Scanning.char_count ib) (Scanning.peek_char ib)*)))
1066 Scanning.end_of_input ib in
[all …]
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dscanf.ml32 (* Scanning buffers. *)
139 module Scanning : SCANNING = struct module
483 let c = Scanning.peek_char ib in
529 let token_string = Scanning.token
532 match Scanning.token ib with
600 (* Scanning numbers. *)
978 Scanning.store_char width ib (Scanning.checked_peek_char ib)
1303 Scanning.in_channel -> (a, Scanning.in_channel, c, d, e, f) fmt ->
1466 Scanning.in_channel -> (a, Scanning.in_channel, c, d, e, f) fmt ->
1509 Scanning.reset_token ib;
[all …]
H A Dscanf.mli86 module Scanning : sig module
94 The type {!Scanning.scanbuf} below is an alias for [Scanning.in_channel].
112 [Scanning.stdin] is the {!Scanning.in_channel} formatted input channel
129 (** [Scanning.open_in fname] returns a {!Scanning.in_channel} formatted input
141 (** [Scanning.open_in_bin fname] returns a {!Scanning.in_channel} formatted
153 (** An alias for {!Scanning.open_in} above. *)
159 (** [Scanning.from_string s] returns a {!Scanning.in_channel} formatted
166 (** [Scanning.from_function f] returns a {!Scanning.in_channel} formatted
176 (** [Scanning.from_channel ic] returns a {!Scanning.in_channel} formatted
478 Scanning.in_channel -> (Scanning.in_channel -> exn -> 'd) ->
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dscanf.ml32 (* Scanning buffers. *)
139 module Scanning : SCANNING = struct module
483 let c = Scanning.peek_char ib in
529 let token_string = Scanning.token
532 match Scanning.token ib with
600 (* Scanning numbers. *)
978 Scanning.store_char width ib (Scanning.checked_peek_char ib)
1303 Scanning.in_channel -> (a, Scanning.in_channel, c, d, e, f) fmt ->
1466 Scanning.in_channel -> (a, Scanning.in_channel, c, d, e, f) fmt ->
1509 Scanning.reset_token ib;
[all …]
H A Dscanf.mli86 module Scanning : sig module
94 The type {!Scanning.scanbuf} below is an alias for [Scanning.in_channel].
112 [Scanning.stdin] is the {!Scanning.in_channel} formatted input channel
129 (** [Scanning.open_in fname] returns a {!Scanning.in_channel} formatted input
141 (** [Scanning.open_in_bin fname] returns a {!Scanning.in_channel} formatted
153 (** An alias for {!Scanning.open_in} above. *)
159 (** [Scanning.from_string s] returns a {!Scanning.in_channel} formatted
166 (** [Scanning.from_function f] returns a {!Scanning.in_channel} formatted
176 (** [Scanning.from_channel ic] returns a {!Scanning.in_channel} formatted
478 Scanning.in_channel -> (Scanning.in_channel -> exn -> 'd) ->
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/tests/unit_tests/
H A DatomsRepositoryAdd.dia.ref26 Scanning repository http://atoms.scilab.org/6.0 ... Done
27 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
28 Scanning repository http://atoms.scilab.org/6.0 ... Done
29 Scanning repository http://scene11.6.0.test.atoms.scilab.org ... Done
30 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
31 Scanning repository http://atoms.scilab.org/6.0 ... Done
32 Scanning repository http://scene11.6.0.test.atoms.scilab.org ... Done
33 Scanning repository http://atoms.scilab.org/6.0 ... Done
34 Scanning repository http://atoms.scilab.org/6.0 ... Done
35 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
[all …]
H A DatomsRepositoryDel.dia.ref26 Scanning repository http://atoms.scilab.org/6.0 ... Done
27 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
28 Scanning repository http://atoms.scilab.org/6.0 ... Done
29 Scanning repository http://scene11.6.0.test.atoms.scilab.org ... Done
30 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
31 Scanning repository http://atoms.scilab.org/6.0 ... Done
32 Scanning repository http://scene11.6.0.test.atoms.scilab.org ... Done
33 Scanning repository http://atoms.scilab.org/6.0 ... Done
34 Scanning repository http://atoms.scilab.org/6.0 ... Done
35 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
[all …]
/dports/textproc/htmlc/htmlc-2.21.0/compiler/
H A Dparser.mli50 val skip_caml_comments : Scanf.Scanning.scanbuf -> unit;;
51 val get_multi_line : Scanf.Scanning.scanbuf -> string;;
52 val input_multi_line : Scanf.Scanning.scanbuf -> string;;
53 val scan_lexeme : Scanf.Scanning.scanbuf -> lexeme;;
54 val parse_expression : Scanf.Scanning.scanbuf -> lexeme;;
55 val parse_expression_to_end_of_line : Scanf.Scanning.scanbuf -> lexeme;;
56 val parse_ident_list : Scanf.Scanning.scanbuf -> string * string list;;
57 val parse_expression_list : Scanf.Scanning.scanbuf -> lexeme * lexeme list;;
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dppphtest213 ok($o =~ /^Scanning.*test\.xs/mi);
231 ok($o =~ /^Scanning.*MyExt\.xs/mi);
243 ok($o =~ /^Scanning.*MyExt\.xs/mi);
280 ok($o =~ /^Scanning.*file1\.xs/mi);
282 ok($o !~ /^Scanning.*file2\.xs/mi);
291 ok($o =~ /^Scanning.*file1\.xs/mi);
293 ok($o !~ /^Scanning.*file2\.xs/mi);
302 ok($o =~ /^Scanning.*file1\.xs/mi);
383 ok($o !~ /^Scanning.*foobar/mi);
417 ok($o =~ /^Scanning.*\Q$_\E/mi);
[all …]

12345678910>>...152