Home
last modified time | relevance | path

Searched refs:PARSED (Results 1 – 25 of 144) sorted by relevance

123456

/dports/textproc/p5-Parse-Syslog/Parse-Syslog-1.10/t/
H A Dsolaris28.t10 open(PARSED, "<t/solaris28-parsed") or die "can't open t/solaris28-parsed: $!\n";
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
28 $shouldbe .= <PARSED>;
29 $shouldbe .= <PARSED>;
30 $shouldbe .= <PARSED>;
31 $shouldbe .= <PARSED>;
32 $shouldbe .= <PARSED>;
33 $shouldbe .= <PARSED>;
H A Dgmt.t10 open(PARSED, "<t/linux-parsed") or die "can't open t/linux-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dmetalog.t10 open(PARSED, "<t/metalog-parsed") or die "can't open t/metalog-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dsolaris26.t10 open(PARSED, "<t/solaris26-parsed") or die "can't open t/solaris26-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dlinux.t10 open(PARSED, "<t/linux-parsed") or die "can't open t/linux-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dmisc.t10 open(PARSED, "<t/misc-parsed") or die "can't open t/misc-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dyearchange.t10 open(PARSED, "<t/yearchange-parsed") or die "can't open t/yearchange-parsed: $!\n";
22 $shouldbe .= <PARSED>;
23 $shouldbe .= <PARSED>;
24 $shouldbe .= <PARSED>;
25 $shouldbe .= <PARSED>;
26 $shouldbe .= <PARSED>;
27 $shouldbe .= <PARSED>;
H A Dlocale.t18 open(PARSED, "<t/locale-parsed") or die "can't open t/locale-parsed: $!\n";
29 $shouldbe .= <PARSED>;
30 $shouldbe .= <PARSED>;
31 $shouldbe .= <PARSED>;
32 $shouldbe .= <PARSED>;
33 $shouldbe .= <PARSED>;
34 $shouldbe .= <PARSED>;
H A Dfiletail.t19 open(PARSED, "<t/linux-parsed") or die "can't open t/linux-parsed: $!\n";
33 $shouldbe .= <PARSED>;
34 $shouldbe .= <PARSED>;
35 $shouldbe .= <PARSED>;
36 $shouldbe .= <PARSED>;
37 $shouldbe .= <PARSED>;
38 $shouldbe .= <PARSED>;
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/mikrotik_plugin/
H A Drouteros_api.php160 $PARSED = array();
166 $CURRENT =& $PARSED[];
168 $CURRENT =& $PARSED[$x][];
182 $PARSED = $singlevalue;
185 return $PARSED;
202 $PARSED = array();
208 $CURRENT =& $PARSED[];
210 $CURRENT =& $PARSED[$x][];
222 foreach ($PARSED as $key => $value) {
225 return $PARSED;
[all …]
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/server/
H A Dbyte_range.cpp46 return ByteRange(ByteRange::PARSED, start, end); in parseByteRange()
73 : kind_(PARSED) in ByteRange()
82 assert(kind_ > PARSED); in first()
88 assert(kind_ > PARSED); in last()
94 assert(kind_ > PARSED); in length()
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/
H A DDN.pm57 $self->{PARSED} = [ $self->__get_parsed_rfc_2253 ($dn) ];
60 $self->{PARSED} = [ $self->__get_parsed_rfc_2253 ($arg) ];
105 return @{$self->{PARSED}};
149 for my $rdn (@{$self->{PARSED}}) {
186 for my $entry (@{$self->{PARSED}}) {
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/
H A DDN.pm57 $self->{PARSED} = [ $self->__get_parsed_rfc_2253 ($dn) ];
60 $self->{PARSED} = [ $self->__get_parsed_rfc_2253 ($arg) ];
105 return @{$self->{PARSED}};
149 for my $rdn (@{$self->{PARSED}}) {
186 for my $entry (@{$self->{PARSED}}) {
/dports/devel/p5-Config-Grammar/Config-Grammar-1.10/t/
H A Dexample.t91 open(PARSED, 't/example.parsed') or do { print DebugDump::debug_dump($cfg); die; };
93 my $expect = <PARSED>;
94 close PARSED;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/lang/clang-mesa/clang-13.0.1.src/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dpreamble-reparse-import.m-2.h1 #ifdef PARSED
5 #define PARSED 1 macro

123456