/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Vanilla-Perl.tml | 16 url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.5-20060619-SHAY.zip 25 url: http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz 32 url: http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz 37 url: http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz 44 url: http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz 51 url: http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz 60 url: http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz 94 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 [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
H A D | repository.t | 14 my $label = "(version 1.4) old repository winds up in 'url'"; 27 url => 'http://module-build.sourceforge.net/META-spec-v1.4.html', 40 url => 'http://example.com/', 84 my $label = "(version 2 ) http in url passed through unchanged"; 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"; [all …]
|
/openbsd-src/libexec/login_ldap/ |
H A D | util.c | 176 struct aldap_urlq *url; in parse_conf() local 227 if ((url = calloc(1, sizeof(*url))) == NULL) { in parse_conf() 232 if (parse_server_line(value, &(url->s)) == 0) { in parse_conf() 233 free(url); in parse_conf() 236 TAILQ_INSERT_TAIL(&(ctx->s), url, entries); in parse_conf() 314 do_conn(struct auth_ctx *ctx, struct aldap_url *url) in do_conn() argument 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() 331 dlog(0, "socket '%s' too long", url->host); in do_conn() [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
H A D | link-to-url | 2 Link to URL 5 =head1 LINK TO URL 7 This is a L<link|http://www.example.com/> to a URL. 17 .SH "LINK TO URL" 18 .IX Header "LINK TO URL" 19 This is a link <http://www.example.com/> to a URL.
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
H A D | link-url | 2 Link to a URL 5 =head1 LINK TO URL 7 This is a L<link|http://www.example.com/> to a URL. 10 LINK TO URL 11 This is a link <http://www.example.com/> to a URL.
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | PackageLocator.pm | 71 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);
|
/openbsd-src/usr.bin/file/magdir/ |
H A D | os2 | 10 >24 search/1 >\ (URL=<%s>) 12 # OS/2 URL objects 15 #0 string http: OS/2 URL object text 17 #0 string mailto: OS/2 URL object text 19 #0 string news: OS/2 URL object text 21 #0 string ftp: OS/2 URL object text 23 #0 string file: OS/2 URL object text
|
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
H A D | 100_get.t | 22 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 D | 162_proxy_auth.t | 22 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 D | 161_basic_auth.t | 22 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 D | 130_redirect.t | 23 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 D | SimpleCookieJar.pm | 12 my ($self, $url, $cookie) = @_; 17 $self->{$url}{$k} = $v; 21 my ($self, $url) = @_; 23 my $cookies = $self->{$url}
|
H A D | 160_cookies.t | 34 my $url = $case->{url}[0]; 41 $jar->add( $url, $cookies ); 69 my @call_args = %options ? ($url, \%options) : ($url);
|
/openbsd-src/gnu/llvm/llvm/utils/gn/ |
H A D | get.py | 11 def download_and_unpack(url, output_dir, gn): argument 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-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/ |
H A D | Validator.pm | 108 url => { value => \&url }, 147 license => { list => { value => \&url } }, 148 homepage => { value => \&url }, 151 web => { value => \&url }, 158 web => { value => \&url }, 159 url => { value => \&url }, 178 url => { mandatory => 1, value => \&urlspec }, 231 'map' => { license => { value => \&url }, 232 homepage => { value => \&url }, 233 bugtracker => { value => \&url }, [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | FTP.pm | 241 $u = CPAN::URL->new(TEXT => $u, FROM => "USER"); 290 # > return 1 if substr($url,0,4) eq "file"; 291 # > return 1 unless $url =~ m|://([^/]+)|; 406 my $url = "$base$file"; 424 for my $try ( $url, ( $url !~ /\.gz(?!\n)\Z/ ? "$url.gz" : () ) ) { 480 $url 483 "$funkyftp$src_switch \"$url\" $devnull$stdout_redir"; 735 my($self,$stats,$method,$url) = @_; 739 url => $url, 749 my $url = "$ro_url$file"; [all …]
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | xref.c | 484 /* A URL reference. */ 491 char *url = get_xref_token (1); /* expands all macros in uref */ in cm_uref() local 497 xml_insert_element_with_attribute (UREF, START, "url=\"%s\"", in cm_uref() 498 text_expansion (url)); in cm_uref() 504 execute_string ("%s", url); in cm_uref() 511 execute_string ("%s", url); in cm_uref() 528 { /* never need to show the url */ in cm_uref() 530 /* don't collapse `--' etc. in the url */ in cm_uref() 532 execute_string ("\"%s\"", url); in cm_uref() 536 : (*desc ? desc : url)); in cm_uref() [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/bin/ |
H A D | pod2html | 9 pod2html --help --htmldir=<name> --htmlroot=<URL> 16 --css=<URL> --title=<name> 45 --css=URL 47 Specify the URL of cascading style sheet to link from resulting HTML file. 84 --htmlroot=URL 86 Sets the base URL for the HTML files. When cross-references are made, the 87 HTML root is prepended to the URL.
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroidRemoteGDBServer.cpp | 102 LLDB_LOGF(log, "gdbserver connect URL: %s", connect_url.c_str()); in LaunchGDBServer() 118 "\"platform connect\" takes a single argument: <connect-url>"); in ConnectRemote() 120 const char *url = args.GetArgumentAtIndex(0); in ConnectRemote() local 121 if (!url) in ConnectRemote() 122 return Status("URL is null."); in ConnectRemote() 123 std::optional<URI> parsed_url = URI::Parse(url); in ConnectRemote() 125 return Status("Invalid URL: %s", url); in ConnectRemote() 151 LLDB_LOGF(log, "Rewritten platform connect URL: %s", connect_url.c_str()); in ConnectRemote() 234 error.SetErrorStringWithFormat("Invalid URL: %s", in ConnectProcess()
|
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/ |
H A D | Tiny.pm | 31 #pod * C<http_proxy> — URL of a proxy server to use for HTTP connections 33 #pod * C<https_proxy> — URL of a proxy server to use for HTTPS connections 35 #pod * C<proxy> — URL of a generic proxy server for both HTTP and HTTPS 212 #pod $response = $http->get($url); 213 #pod $response = $http->get($url, \%options); 214 #pod $response = $http->head($url); 217 #pod URL must have unsafe characters escaped and international domain names encoded. 229 my (\$self, \$url, \$args) = \@_; 231 or _croak(q/Usage: \$http->$sub_name(URL, [HASHREF])/ . "\n"); 232 return \$self->request('$req_method', \$url, \ [all...] |
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest() argument 30 return A.Url == B.Url && A.Method == B.Method && in operator ==() 110 SmallString<128> Url = Request.Url; in perform() local 111 curl_easy_setopt(Curl, CURLOPT_URL, Url.c_str()); in perform()
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 62 // URL, followed by an export of the symbol, allowing this code to treat both 84 // The URL imported, e.g. `import .. from 'url';`. Empty for `export {a, b};`. 85 StringRef URL; member 118 if (LHS.URL.empty() != RHS.URL.empty()) in operator <() 119 return LHS.URL.empty() < RHS.URL.empty(); in operator <() 120 if (int Res = LHS.URL.compare_insensitive(RHS.URL)) in operator <() 289 // same URL and merge their names. E.g. 313 PreviousReference->URL != Reference->URL) { in mergeModuleReferences() 410 // References w/o a URL, e.g. export {A}, groups with RELATIVE. in parseModuleReferences() 425 << ", url: " << Reference.URL in parseModuleReferences() [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/t/ |
H A D | 11mirroredby.t | 15 can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' ); 29 is( $cmb->url(), 'http', 'url() should return best url entry' );
|
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
H A D | cookies-03.txt | 1 url 18 url 36 url 53 url 71 url
|
/openbsd-src/etc/examples/ |
H A D | acme-client.conf | 5 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"
|