Home
last modified time | relevance | path

Searched refs:open2 (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/dports/www/carbonapi/carbonapi-0.14.1/cmd/mockbackend/testcases/i484/
H A Di484.yaml76 "a.open2":
77 pathExpression: "a.open2"
79 - metricName: "a.open2"
91 - metricName: "a.open2"
93 "a.{open2,waiting2}":
98 - metricName: "a.open2"
102 "a.open2":
103 pathExpression: "a.open2"
105 - metricName: "a.open2"
117 - metricName: "a.open2"
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/haskell-lexer-1.1/Language/Haskell/Lexer/
H A DLayout.hs22 open1 (t1@(Reservedid,(_,"module")):ts) = t1:open2 ts
23 open1 (t1@(Special,(_,"{")):ts) = t1:open2 ts
24 open1 ts@((_,(p,_)):_) = (Open (column p),(p,"")):open2 ts
32 open2 :: [PosToken] -> [PosToken]
33 open2 (t1:ts1) | isLtoken t1 = function
37 then t1:(Open (column p),(p,"")):open2 ts1
38 else t1:t2:open2 ts2
46 open2 (t:ts) = t:open2 ts function
47 open2 [] = [] function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/haskell-lexer-1.1/Language/Haskell/Lexer/
H A DLayout.hs22 open1 (t1@(Reservedid,(_,"module")):ts) = t1:open2 ts
23 open1 (t1@(Special,(_,"{")):ts) = t1:open2 ts
24 open1 ts@((_,(p,_)):_) = (Open (column p),(p,"")):open2 ts
32 open2 :: [PosToken] -> [PosToken]
33 open2 (t1:ts1) | isLtoken t1 = function
37 then t1:(Open (column p),(p,"")):open2 ts1
38 else t1:t2:open2 ts2
46 open2 (t:ts) = t:open2 ts function
47 open2 [] = [] function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/haskell-lexer-1.1/Language/Haskell/Lexer/
H A DLayout.hs22 open1 (t1@(Reservedid,(_,"module")):ts) = t1:open2 ts
23 open1 (t1@(Special,(_,"{")):ts) = t1:open2 ts
24 open1 ts@((_,(p,_)):_) = (Open (column p),(p,"")):open2 ts
32 open2 :: [PosToken] -> [PosToken]
33 open2 (t1:ts1) | isLtoken t1 = function
37 then t1:(Open (column p),(p,"")):open2 ts1
38 else t1:t2:open2 ts2
46 open2 (t:ts) = t:open2 ts function
47 open2 [] = [] function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/haskell-lexer-1.1/Language/Haskell/Lexer/
H A DLayout.hs22 open1 (t1@(Reservedid,(_,"module")):ts) = t1:open2 ts
23 open1 (t1@(Special,(_,"{")):ts) = t1:open2 ts
24 open1 ts@((_,(p,_)):_) = (Open (column p),(p,"")):open2 ts
32 open2 :: [PosToken] -> [PosToken]
33 open2 (t1:ts1) | isLtoken t1 = function
37 then t1:(Open (column p),(p,"")):open2 ts1
38 else t1:t2:open2 ts2
46 open2 (t:ts) = t:open2 ts function
47 open2 [] = [] function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-lexer-1.1/Language/Haskell/Lexer/
H A DLayout.hs22 open1 (t1@(Reservedid,(_,"module")):ts) = t1:open2 ts
23 open1 (t1@(Special,(_,"{")):ts) = t1:open2 ts
24 open1 ts@((_,(p,_)):_) = (Open (column p),(p,"")):open2 ts
32 open2 :: [PosToken] -> [PosToken]
33 open2 (t1:ts1) | isLtoken t1 = function
37 then t1:(Open (column p),(p,"")):open2 ts1
38 else t1:t2:open2 ts2
46 open2 (t:ts) = t:open2 ts function
47 open2 [] = [] function
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/IPC-Open3/t/
H A DIPC-Open2.t35 my $pid = open2('READ', 'WRITE', $perl, '-e', cmd_line('print scalar <STDIN>'));
47 my $pid = IPC::Open2::open2('KAZOP', 'WRITE', $perl, '-e',
59 $pid = eval { open2('READ', '', $perl, '-e', cmd_line('print scalar <STDIN>')) };
60 like($@, qr/^open2: Modification of a read-only value attempted at /,
/dports/lang/perl5.34/perl-5.34.0/ext/IPC-Open3/t/
H A DIPC-Open2.t35 my $pid = open2('READ', 'WRITE', $perl, '-e', cmd_line('print scalar <STDIN>'));
47 my $pid = IPC::Open2::open2('KAZOP', 'WRITE', $perl, '-e',
59 $pid = eval { open2('READ', '', $perl, '-e', cmd_line('print scalar <STDIN>')) };
60 like($@, qr/^open2: Modification of a read-only value attempted at /,
/dports/lang/perl5.30/perl-5.30.3/ext/IPC-Open3/t/
H A DIPC-Open2.t35 my $pid = open2('READ', 'WRITE', $perl, '-e', cmd_line('print scalar <STDIN>'));
47 my $pid = IPC::Open2::open2('KAZOP', 'WRITE', $perl, '-e',
59 $pid = eval { open2('READ', '', $perl, '-e', cmd_line('print scalar <STDIN>')) };
60 like($@, qr/^open2: Modification of a read-only value attempted at /,
/dports/lang/perl5.32/perl-5.32.1/ext/IPC-Open3/t/
H A DIPC-Open2.t35 my $pid = open2('READ', 'WRITE', $perl, '-e', cmd_line('print scalar <STDIN>'));
47 my $pid = IPC::Open2::open2('KAZOP', 'WRITE', $perl, '-e',
59 $pid = eval { open2('READ', '', $perl, '-e', cmd_line('print scalar <STDIN>')) };
60 like($@, qr/^open2: Modification of a read-only value attempted at /,
/dports/devel/p5-Perl4-CoreLibs/Perl4-CoreLibs-0.004/t/
H A Dopen2.t6 # open2/3 supported on win32, but not Borland due to CRT bugs
12 "open2/3 not available with MSWin32+Netware+cc=bcc");
24 require_ok "open2.pl";
41 $pid = &open2('READ', 'WRITE', $^X, '-e', cmd_line('print scalar <STDIN>'));
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dposix_spawn-tests3 tests/test-posix_spawn-open2.c
29 test-posix_spawn-open2 \
35 test-posix_spawn-open2 \
/dports/german/hunspell/igerman98-20161207/bin/
H A Dcspell14 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
15 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
16 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Dbspell19 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
20 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
21 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Dbbspell16 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-Tlatin1');
17 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-Tlatin1');
19 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-Tlatin1');
H A Db3spell18 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
19 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
20 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Db4spell19 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
20 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
21 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
/dports/german/aspell/igerman98-20161207/bin/
H A Dcspell14 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
15 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
16 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Dbspell19 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
20 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
21 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Dbbspell16 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-Tlatin1');
17 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-Tlatin1');
19 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-Tlatin1');
H A Db3spell18 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
19 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
20 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
H A Db4spell19 open2(\*RDRBLACK, \*WTRBLACK, 'ispell', '-dgermanbl', '-a','-T'.$opt_T);
20 open2(\*RDRSPELL, \*WTRSPELL, 'ispell', '-dgerman', '-a','-T'.$opt_T);
21 open2(\*RDRCOMP, \*WTRCOMP, 'ispell', '-dgermancomp', '-a','-T'.$opt_T);
/dports/devel/monotone/monotone-1.1/contrib/
H A DMonotone.pm38 $self->{PID} = open2(\*READ, \*WRITE, "mtn --db=$db --root=$workspace automate stdio" );
40 $self->{PID} = open2(\*READ, \*WRITE, "mtn --root=$workspace automate stdio" );
42 $self->{PID} = open2(\*READ, \*WRITE, "mtn automate stdio" );
61 $self->{PID} = open2(\*READ, \*WRITE, $cmd );
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-malware-host.nse13 This is done by requesting the page <code>/ts/in.cgi?open2</code> and
27 -- | Host appears to be infected (/ts/in.cgi?open2 redirects to http://last-another-life.ru:8080/…
59 result = http.get(host, port, "/ts/in.cgi?open2")
67 …table.insert(response, string.format("Host appears to be infected (/ts/in.cgi?open2 redirects to %…
69 table.insert(response, "Host appears to be infected (/ts/in.cgi?open2 return a redirect")
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dstream_memory.c47 static int open2(stream_t *stream, const struct stream_open_args *args) in open2() function
78 .open2 = open2,

12345678910>>...25