Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DVanilla-Perl.tml94 extra\links\Perl-Documentation.url: links\Perl Documentation.url
95 extra\links\Perl-Homepage.url: links\Perl Homepage.url
96 extra\links\Perl-Mailing-Lists.url: links\Perl Mailing Lists.url
97 extra\links\Perlmonks-Community-Forum.url: links\Perlmonks Community Forum.url
98 extra\links\Search-CPAN-Modules.url: links\Search CPAN Modules.url
99 extra\links\Vanilla-Perl-Homepage.url: links\Vanilla Perl Homepage.url
212 'extra\links\Perl-Documentation.url' => 'links\Perl Documentation.url',
213 'extra\links\Perl-Homepage.url' => 'links\Perl Homepage.url',
214 'extra\links\Perl-Mailing-Lists.url' => 'links\Perl Mailing Lists.url',
216 'extra\links\Search-CPAN-Modules.url' => 'links\Search CPAN Modules.url',
[all …]
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Drepository.t40 url => 'http://example.com/',
100 url => 'http://example.com/',
112 url => 'http://example.com/',
120 my $label = "(version 2 ) svn in url adds svn type";
136 url => 'svn://example.com/',
148 url => 'svn://example.com/',
157 my $label = "(version 2 ) git in url adds svn type";
173 url => 'git://example.com/',
185 url => 'git://example.com/',
210 url => 'git://example.com/',
[all …]
/openbsd/libexec/login_ldap/
H A Dutil.c176 struct aldap_urlq *url; in parse_conf() local
227 if ((url = calloc(1, sizeof(*url))) == NULL) { in parse_conf()
233 free(url); in parse_conf()
324 dlog(1, "host %s, port %d", url->host, url->port); in do_conn()
326 if (url->protocol == LDAPI) { in do_conn()
329 if (strlcpy(un.sun_path, url->host, in do_conn()
367 dlog(0, "aldap_open(%s:%hd) failed", url->host, url->port); in do_conn()
373 if (url->protocol == LDAPTLS) { in do_conn()
394 if (url->protocol == LDAPTLS || url->protocol == LDAPS) { in do_conn()
428 struct aldap_urlq *url; in conn() local
[all …]
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm108 url => { value => \&url },
147 license => { list => { value => \&url } },
148 homepage => { value => \&url },
151 web => { value => \&url },
158 web => { value => \&url },
159 url => { value => \&url },
231 'map' => { license => { value => \&url },
232 homepage => { value => \&url },
397 'license_uri' => { value => \&url },
422 'license_uri' => { value => \&url },
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackageLocator.pm84 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/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
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 DSimpleCookieJar.pm12 my ($self, $url, $cookie) = @_;
17 $self->{$url}{$k} = $v;
21 my ($self, $url) = @_;
23 my $cookies = $self->{$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 D101_head.t24 my $url = $case->{url}[0];
53 (my $url_basename = $url) =~ s{.*/}{};
55 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 D104_post.t24 my $url = $case->{url}[0];
53 (my $url_basename = $url) =~ s{.*/}{};
55 my @call_args = %options ? ($url, \%options) : ($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 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 D102_put.t24 my $url = $case->{url}[0];
56 (my $url_basename = $url) =~ s{.*/}{};
58 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);
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;
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm406 my $url = "$base$file";
424 for my $try ( $url, ( $url !~ /\.gz(?!\n)\Z/ ? "$url.gz" : () ) ) {
480 $url
739 url => $url,
749 my $url = "$ro_url$file";
751 if ($url =~ /^file:/) {
865 for my $try ( $url, ( $url !~ /\.gz(?!\n)\Z/ ? "$url.gz" : () ) ) {
1017 $url
1077 my($self,$url) = @_;
1180 '$url'
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/
H A Dget.py11 def download_and_unpack(url, output_dir, gn): argument
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/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/gnu/usr.bin/texinfo/makeinfo/
H A Dxref.c491 char *url = get_xref_token (1); /* expands all macros in uref */ in cm_uref() local
498 text_expansion (url)); in cm_uref()
504 execute_string ("%s", url); in cm_uref()
511 execute_string ("%s", url); in cm_uref()
532 execute_string ("\"%s\"", url); in cm_uref()
536 : (*desc ? desc : url)); in cm_uref()
545 execute_string ("(%s)", url); in cm_uref()
553 url, in cm_uref()
557 if (url) in cm_uref()
558 free (url); in cm_uref()
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dcookies-03.txt1 url
18 url
36 url
53 url
71 url
/openbsd/usr.sbin/ocspcheck/
H A Docspcheck.c49 char *url; member
131 char *url, *ep; in url2host() local
137 if ((url = strdup(host + 8)) == NULL) { in url2host()
143 if ((url = strdup(host + 7)) == NULL) { in url2host()
154 if ((ep = strchr(url, '/')) != NULL) { in url2host()
162 free(url); in url2host()
167 if ((ep = strchr(url, ':')) != NULL) { in url2host()
173 free(url); in url2host()
181 return (url); in url2host()
392 free(request->url); in ocsp_request_new_from_cert()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm576 return unless $url;
579 $name = $url;
588 my $bunch = [$url, $name, $content_type, $media, $_code];
604 my $url = $chunk->[0];
606 if( ref($chunk->[-1]) and $url =~ m{^(_[-a-z0-9_]+\.css$)} ) {
659 my($self, $url, $uplink) = @_;
660 ($url =~ m{^\./} or $url !~ m{[/\:]} )
750 my($self, $url, $content_type, $_code) = @_;
751 return unless $url;
753 $url, $content_type || 'text/javascript', $_code
[all …]

12345678910>>...14