Searched refs:url (Results 1 - 25 of 158) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A DSimpleCookieJar.pm12 my ($self, $url, $cookie) = @_;
17 $self->{$url}{$k} = $v;
21 my ($self, $url) = @_;
23 my $cookies = $self->{$url}
H A D010_url.t29 my $url = shift(@$test);
30 my $got = [ HTTP::Tiny->_split_url($url) ];
32 is_deeply($got, $exp, "->split_url('$url')") or diag explain $got;
H A D100_get.t22 my $url = $case->{url}[0];
49 (my $url_basename = $url) =~ s{.*/}{};
51 my @call_args = %options ? ($url, \%options) : ($url);
56 ($new_args{proxy} || $url ) =~ m{^http://([^:/]+?):?(\d*)/}g
81 is ( $response->{url}, $url, "$label response URL" );
H A D160_cookies.t34 my $url = $case->{url}[0];
41 $jar->add( $url, $cookies );
69 my @call_args = %options ? ($url, \%options) : ($url);
H A D162_proxy_auth.t22 my $url = $case->{url}[0];
29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
71 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
H A D161_basic_auth.t22 my $url = $case->{url}[0];
29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
71 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
H A D102_put.t24 my $url = $case->{url}[0];
56 (my $url_basename = $url) =~ s{.*/}{};
58 my @call_args = %options ? ($url, \%options) : ($url);
H A D103_delete.t24 my $url = $case->{url}[0];
53 (my $url_basename = $url) =~ s{.*/}{};
55 my @call_args = %options ? ($url, \%options) : ($url);
H A D101_head.t24 my $url = $case->{url}[0];
53 (my $url_basename = $url) =~ s{.*/}{};
55 my @call_args = %options ? ($url, \%options) : ($url);
H A D104_post.t24 my $url = $case->{url}[0];
53 (my $url_basename = $url) =~ s{.*/}{};
55 my @call_args = %options ? ($url, \%options) : ($url);
H A D130_redirect.t23 my $url = $case->{url}[0];
30 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
77 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
H A D110_mirror.t39 my $url = $case->{url}->[0];
50 (my $url_basename = $url) =~ s{.*/}{};
70 my @call_args = %options ? ($url, $tempfile, \%options) : ($url, $tempfile);
/openbsd-current/regress/usr.sbin/acme-client/
H A Dacme-client.conf3 api url "https://acme-v01.api.letsencrypt.org/directory"
/openbsd-current/etc/examples/
H A Dacme-client.conf5 api url "https://acme-v02.api.letsencrypt.org/directory"
10 api url "https://acme-staging-v02.api.letsencrypt.org/directory"
15 api url "https://api.buypass.com/acme/directory"
21 api url "https://api.test4.buypass.no/acme/directory"
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackageLocator.pm71 return join(':', $self->default_path($state)->do_something('url'));
84 sub find($self, $url, $state)
87 if ($url =~ m/[\/\:]/o) {
88 my ($repository, $pkgname) = $self->path_parse($url, $state);
94 $package = $self->default_path($state)->find($url);
99 sub grabPlist($self, $url, $code, $state)
102 if ($url =~ m/[\/\:]/o) {
103 my ($repository, $pkgname) = $self->path_parse($url, $state);
109 $plist = $self->default_path($state)->grabPlist($url, $code);
H A DSigner.pm57 my $url = $pkg->url;
61 $url);
63 $url =~ s/^file://;
64 $state->system(OpenBSD::Paths->signify, '-zS', '-s', $privkey, '-m', $url, '-x', $tmp);
/openbsd-current/gnu/usr.bin/perl/dist/if/
H A DMakefile.PL19 url => 'https://github.com/perl/perl5.git',
/openbsd-current/gnu/llvm/llvm/utils/gn/
H A Dget.py11 def download_and_unpack(url, output_dir, gn):
12 """Download an archive from url and extract gn from it into output_dir."""
13 print('downloading %s ...' % url, end='')
15 data = urllib.request.urlopen(url).read()
52 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/%s/+/latest'
57 download_and_unpack(url % platform, dirname, gn)
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/
H A DUserAgent.pm53 my($self,$url,$aslocal) = @_;
54 my $result = $self->SUPER::mirror($url,$aslocal);
57 $result = $self->SUPER::mirror($url,$aslocal);
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-change-path.pl14 url log "*"',
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DMakefile.PL48 url => 'https://github.com/khwilliamson/Unicode-Normalize.git',
/openbsd-current/libexec/login_ldap/
H A Dutil.c176 struct aldap_urlq *url; local
227 if ((url = calloc(1, sizeof(*url))) == NULL) {
232 if (parse_server_line(value, &(url->s)) == 0) {
233 free(url);
236 TAILQ_INSERT_TAIL(&(ctx->s), url, entries);
314 do_conn(struct auth_ctx *ctx, struct aldap_url *url) argument
324 dlog(1, "host %s, port %d", url->host, url->port);
326 if (url
428 struct aldap_urlq *url; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/t/
H A D11mirroredby.t15 can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' );
29 is( $cmb->url(), 'http', 'url() should return best url entry' );
/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.h18 CFCBundle(CFURLRef url);
H A DCFCBundle.cpp18 CFCBundle::CFCBundle(CFURLRef url) argument
19 : CFCReleaser<CFBundleRef>(url ? CFBundleCreate(NULL, url) : NULL) {}

Completed in 127 milliseconds

1234567