Searched refs:redirects (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | ShCommands.py | 2 def __init__(self, args, redirects): argument 4 self.redirects = list(redirects) 7 return 'Command(%r, %r)' % (self.args, self.redirects) 13 return ((self.args, self.redirects) == 14 (other.args, other.redirects)) 32 for r in self.redirects:
|
| D | ShUtil.py | 214 redirects = [] 237 redirects.append((op, arg)) 239 return Command(args, redirects)
|
| D | TestRunner.py | 528 redirects = [(0,), (1,), (2,)] 529 for (op, filename) in cmd.redirects: 531 redirects[2] = [filename, 'w', None] 533 redirects[2] = [filename, 'a', None] 535 redirects[2] = redirects[int(filename)] 537 redirects[1] = redirects[2] = [filename, 'w', None] 539 redirects[1] = [filename, 'w', None] 541 redirects[1] = [filename, 'a', None] 543 redirects[0] = [filename, 'r', None] 549 for (index, r) in enumerate(redirects): [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| D | 130_redirect.t | 72 is ( @{ $response->{redirects} || [] }, $number_of_redirects, 74 ) or diag explain $response->{redirects};
|
| D | 100_get.t | 111 ok ( ! exists $response->{redirects}, "$label redirects array doesn't exist") 112 or diag explain $response->{redirects};
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | netproc.c | 176 int redirects = 0; in nreq() local 201 redirects++; in nreq() 202 if (redirects > 3) { in nreq()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/ |
| D | Tiny.pm | 469 $e->{redirects} = delete $args->{_redirects} if @{ $args->{_redirects} || []}; 485 ( @{$args->{_redirects} || []} ? (redirects => delete $args->{_redirects}) : () ), 709 $response->{redirects} = delete $args->{_redirects}
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | .htaccess | 1 # Old website redirects 14 # Current website redirects
|
| /openbsd/src/share/snmp/ |
| D | OPENBSD-RELAYD-MIB.txt | 51 -- "show redirects"
|
| D | IP-MIB.txt | 4850 redirects.
|
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | Changes | 42 The optional last argument redirects
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlfaq8.pod | 651 script's STDOUT and STDERR, unless the C<system()> command redirects them.
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | example.conf.in | 859 # o inform_redirect redirects queries and logs client IP address
|
| D | Changelog | 3653 and redirects like type redirect.
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlvms.pod | 423 C<< 2>&1 >> redirects stderr to stdout.
|
| D | perlfunc.pod | 4981 Here is a script that saves, redirects, and restores C<STDOUT> and
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | release_managers_guide.pod | 170 sharing link to allow direct download (albeit with redirects).
|