| /f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | config.yml | 4 url: https://github.com/openzfs/zfs/discussions/new 7 url: https://zfsonlinux.topicbox.com/groups/zfs-discuss 10 url: https://lists.freebsd.org/mailman/listinfo/freebsd-fs 13 url: https://webchat.freenode.net/#openzfs
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | generate-command-help.rb | 56 url = URI.parse "https://raw.githubusercontent.com/antirez/redis-doc/master/commands.json" 57 client = Net::HTTP.new url.host, url.port 59 response = client.get url.path
|
| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 60 …self.url = 'https://download.libsodium.org/libsodium/releases/libsodium-{0}-msvc.zip'.format(versi… 61 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url)) 84 …self.url = 'https://bintray.com/homebrew/bottles/download_file?file_path=libsodium-{0}.{1}.bottle.… 85 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url)) 108 …self.url = 'https://download.libsodium.org/libsodium/releases/libsodium-{0}.tar.gz'.format(version… 109 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url)) 144 …self.url = 'https://download.libsodium.org/libsodium/releases/libsodium-{0}.tar.gz'.format(version… 145 self.cachefile = os.path.join(CACHEDIR, re.sub(r'[^A-Za-z0-9.]', '-', self.url)) 189 downloads = {item.cachefile: item.url for item in items}
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_uwsgi_module.c | 732 if (ngx_http_script_run(r, &url.url, uwcf->uwsgi_lengths->elts, 0, in ngx_http_uwsgi_eval() 739 if (url.url.len > 8 in ngx_http_uwsgi_eval() 740 && ngx_strncasecmp(url.url.data, (u_char *) "uwsgi://", 8) == 0) in ngx_http_uwsgi_eval() 744 } else if (url.url.len > 9 in ngx_http_uwsgi_eval() 765 u->schema.data = url.url.data; in ngx_http_uwsgi_eval() 767 url.url.data += add; in ngx_http_uwsgi_eval() 768 url.url.len -= add; in ngx_http_uwsgi_eval() 779 "%s in upstream \"%V\"", url.err, &url.url); in ngx_http_uwsgi_eval() 790 if (url.addrs) { in ngx_http_uwsgi_eval() 2155 u.url.len = url->len - add; in ngx_http_uwsgi_pass() [all …]
|
| H A D | ngx_http_proxy_module.c | 1015 url.url.len = proxy.len - add; in ngx_http_proxy_eval() 1016 url.url.data = proxy.data + add; in ngx_http_proxy_eval() 1024 "%s in upstream \"%V\"", url.err, &url.url); in ngx_http_proxy_eval() 1038 ngx_memcpy(p, url.uri.data, url.uri.len); in ngx_http_proxy_eval() 1054 if (url.addrs) { in ngx_http_proxy_eval() 1062 u->resolved->port = (in_port_t) (url.no_port ? port : url.port); in ngx_http_proxy_eval() 3304 p = ngx_cpymem(p, conf->url.data, conf->url.len); in ngx_http_proxy_merge_loc_conf() 3681 u.url.len = url->len - add; in ngx_http_proxy_pass() 3682 u.url.data = url->data + add; in ngx_http_proxy_pass() 3719 plcf->url = *url; in ngx_http_proxy_pass() [all …]
|
| H A D | ngx_http_scgi_module.c | 557 ngx_url_t url; in ngx_http_scgi_eval() local 562 if (ngx_http_script_run(r, &url.url, scf->scgi_lengths->elts, 0, in ngx_http_scgi_eval() 569 url.no_resolve = 1; in ngx_http_scgi_eval() 572 if (url.err) { in ngx_http_scgi_eval() 574 "%s in upstream \"%V\"", url.err, &url.url); in ngx_http_scgi_eval() 587 if (url.addrs) { in ngx_http_scgi_eval() 594 u->resolved->host = url.host; in ngx_http_scgi_eval() 595 u->resolved->port = url.port; in ngx_http_scgi_eval() 1838 url = &value[1]; in ngx_http_scgi_pass() 1847 sc.source = url; in ngx_http_scgi_pass() [all …]
|
| H A D | ngx_http_fastcgi_module.c | 761 ngx_url_t url; in ngx_http_fastcgi_eval() local 766 if (ngx_http_script_run(r, &url.url, flcf->fastcgi_lengths->elts, 0, in ngx_http_fastcgi_eval() 773 url.no_resolve = 1; in ngx_http_fastcgi_eval() 776 if (url.err) { in ngx_http_fastcgi_eval() 778 "%s in upstream \"%V\"", url.err, &url.url); in ngx_http_fastcgi_eval() 791 if (url.addrs) { in ngx_http_fastcgi_eval() 798 u->resolved->host = url.host; in ngx_http_fastcgi_eval() 799 u->resolved->port = url.port; in ngx_http_fastcgi_eval() 3521 url = &value[1]; in ngx_http_fastcgi_pass() 3530 sc.source = url; in ngx_http_fastcgi_pass() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 3329 my $url = shift; 3335 $url = $1; 3339 return $url; 3398 my $url = shift; 3407 $url = sprintf("%s?%s", $url, join("&", @params)); 3409 return $url; 3435 $url = ResolveRedirectionForCurl($url); 3436 $url = AppendSymbolFilterParams($url); 3440 $url = AppendSymbolFilterParams($url); 3515 $url .= "&"; [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 593 ngx_url_t url; in ngx_stream_proxy_eval() local 602 url.url = host; in ngx_stream_proxy_eval() 603 url.no_resolve = 1; in ngx_stream_proxy_eval() 606 if (url.err) { in ngx_stream_proxy_eval() 608 "%s in upstream \"%V\"", url.err, &url.url); in ngx_stream_proxy_eval() 622 if (url.addrs) { in ngx_stream_proxy_eval() 629 u->resolved->host = url.host; in ngx_stream_proxy_eval() 630 u->resolved->port = url.port; in ngx_stream_proxy_eval() 2208 url = &value[1]; in ngx_stream_proxy_pass() 2213 ccv.value = url; in ngx_stream_proxy_pass() [all …]
|
| H A D | ngx_stream_upstream.c | 519 u.url = value[1]; in ngx_stream_upstream_server() 524 "%s in upstream \"%V\"", u.err, &u.url); in ngx_stream_upstream_server() 532 "no port in upstream \"%V\"", &u.url); in ngx_stream_upstream_server() 536 us->name = u.url; in ngx_stream_upstream_server() 576 "%s in upstream \"%V\"", u->err, &u->url); in ngx_stream_upstream_add()
|
| H A D | ngx_stream_core_module.c | 609 u.url = value[1]; in ngx_stream_core_listen() 616 u.err, &u.url); in ngx_stream_core_listen()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 37 url="https://github.com/facebook/zstd" 38 release="$(curl -s "${url}"/releases/latest | grep -oP '(?<=v)[\d\.]+')" 42 "${url}/releases/download/v${release}/zstd-${release}.tar.gz"
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.c | 689 p = u->url.data; in ngx_parse_url() 690 len = u->url.len; in ngx_parse_url() 712 len = u->url.len; in ngx_parse_unix_domain_url() 713 path = u->url.data; in ngx_parse_unix_domain_url() 768 u->addrs[0].name.data = u->url.data; in ngx_parse_unix_domain_url() 796 host = u->url.data; in ngx_parse_inet_url() 798 last = host + u->url.len; in ngx_parse_inet_url() 1001 host = u->url.data + 1; in ngx_parse_inet6_url() 1003 last = u->url.data + u->url.len; in ngx_parse_inet6_url()
|
| H A D | ngx_syslog.c | 122 u.url.data = p + 7; in ngx_syslog_parse_args() 123 u.url.len = len - 7; in ngx_syslog_parse_args() 130 u.err, &u.url); in ngx_syslog_parse_args()
|
| H A D | ngx_inet.h | 82 ngx_str_t url; member
|
| /f-stack/tools/libxo/packaging/ |
| H A D | libxo.rb.base.in | 10 …url 'https://github.com/Juniper/@PACKAGE_NAME@/releases/download/@PACKAGE_VERSION@/@PACKAGE_NAME@-…
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 214 background: url(/images/logo.png) no-repeat; 229 background: rgb(230, 230, 230) url(/images/gear.png) no-repeat center; 281 background: url(none); 635 background: url(/images/prefs-devices.png) no-repeat center top; 639 background: url(/images/prefs-groups.png) no-repeat center top; 643 background: url(/images/prefs-general.png) no-repeat center top; 960 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 968 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 976 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png);
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 7053 var selector = url.slice( off, url.length ); 7054 url = url.slice( 0, off ); 7079 url: url, property 7163 url: url, property 7259 url: true 7552 s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data; 7568 s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" ); 7912 url = s.url, 7917 url = url.replace( jsre, replace ); 7918 if ( s.url === url ) { [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | lua.css | 77 background-image: url('images/search.png') ;
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | setup.py.in | 26 url="http://pyzfs.readthedocs.org",
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 432 u.url = *responder; in ngx_ssl_stapling_responder() 436 if (u.url.len > 7 in ngx_ssl_stapling_responder() 437 && ngx_strncasecmp(u.url.data, (u_char *) "http://", 7) == 0) in ngx_ssl_stapling_responder() 439 u.url.len -= 7; in ngx_ssl_stapling_responder() 440 u.url.data += 7; in ngx_ssl_stapling_responder() 447 &u.url, staple->name); in ngx_ssl_stapling_responder() 457 u.err, &u.url, staple->name); in ngx_ssl_stapling_responder()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed-functions.sh | 317 local url="https://api.pushbullet.com/v2/pushes"
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_auth_http_module.c | 1511 u.url = value[1]; in ngx_mail_auth_http() 1515 if (ngx_strncmp(u.url.data, "http://", 7) == 0) { in ngx_mail_auth_http() 1516 u.url.len -= 7; in ngx_mail_auth_http() 1517 u.url.data += 7; in ngx_mail_auth_http() 1523 "%s in auth_http \"%V\"", u.err, &u.url); in ngx_mail_auth_http()
|
| H A D | ngx_mail_core_module.c | 330 u.url = value[1]; in ngx_mail_core_listen() 337 u.err, &u.url); in ngx_mail_core_listen()
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 173 possible to show on the right of the prompt a string `<name> <url>`. 186 return " <name> <url>";
|