Home
last modified time | relevance | path

Searched refs:uri_path (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dmini_httpd_filter.c169 if (!strcmp(uri_path, eid)) {
323 D("SSO OK uri(%s)", uri_path); in zxid_mini_httpd_process_zxid_simple_outcome()
343 DD("before uri(%s)=%p", uri_path, uri_path); in zxid_mini_httpd_step_up()
347 DD("after uri(%s)", uri_path); in zxid_mini_httpd_step_up()
359 uri_len = strlen(uri_path); in zxid_mini_httpd_sso()
367 strcpy(p, uri_path); in zxid_mini_httpd_sso()
403 uri_len = strlen(uri_path); in zxid_mini_httpd_check_protocol_url()
434 DD("uri(%s)=%p", uri_path, uri_path); in zxid_mini_httpd_check_protocol_url()
459 DD("uri(%s)=%p", uri_path, uri_path); in zxid_mini_httpd_check_protocol_url()
489 cgi->uri_path = (char*)*uri_path; in zxid_mini_httpd_check_redirect_hack()
[all …]
/dports/net/libcoap/libcoap-4.3.0/tests/
H A Dtest_uri.c346 coap_delete_string (uri_path); in t_parse_uri13()
444 CU_ASSERT(uri_path->length == 0); in t_parse_uri18()
450 coap_delete_string (uri_path); in t_parse_uri18()
469 CU_ASSERT(uri_path->length == 4); in t_parse_uri19()
471 coap_delete_string (uri_path); in t_parse_uri19()
490 CU_ASSERT(uri_path->length == 1); in t_parse_uri20()
492 coap_delete_string (uri_path); in t_parse_uri20()
511 CU_ASSERT(uri_path->length == 4); in t_parse_uri21()
513 coap_delete_string (uri_path); in t_parse_uri21()
535 coap_delete_string (uri_path); in t_parse_uri22()
[all …]
/dports/misc/snakemake/snakemake-6.12.1/snakemake/common/
H A D__init__.py98 scheme, _, uri_path = path_or_uri.partition("://")
99 if scheme and uri_path:
101 return uri(scheme, uri_path)
119 assert uri.uri_path[0] == "/"
120 uri_path = os.path.normpath(uri.uri_path)
122 uri_path = uri.uri_path
123 return "{scheme}:/{uri_path}".format(scheme=uri.scheme, uri_path=uri_path)
/dports/databases/pguri/pguri-1.20151224/test/expected/
H A Dtest.out67 uri_path(b),
80 uri_path | /
104 uri_path | /
116 uri_path | /
128 uri_path | /
200 uri_path |
236 uri_path |
248 uri_path |
260 uri_path | /
296 uri_path | /
[all …]
/dports/www/p5-HTTP-Engine-Middleware/HTTP-Engine-Middleware-0.22/lib/HTTP/Engine/Middleware/
H A DStatic.pm59 my $uri_path = $req->uri->path;
60 return $req unless $uri_path && $uri_path =~ /^(?:$re)$/;
64 if ($uri_path =~ m{/$} && $self->directory_index) {
66 File::Spec::Unix->splitpath($uri_path),
71 File::Spec::Unix->splitpath($uri_path)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/util/
H A DProcessInfo.cpp88 memset(uri_path, 0, UriPathLength); in invalidate()
161 strncpy(uri_path, path, len); in setUriPath()
163 uri_path[len] = 0; in setUriPath()
167 memcpy(uri_path, signal_data, UriPathLength); in setUriPath()
234 if(uri_path[0] != '\0' && uri_path[0] != '/') { in getServiceUri()
240 host_address, application_port, path_prefix, uri_path); in getServiceUri()
243 host_address, path_prefix, uri_path); in getServiceUri()
/dports/net/py-smart-open/smart_open-5.2.1/smart_open/
H A Dhdfs.py38 uri_path = split_uri.netloc + split_uri.path
39 uri_path = "/" + uri_path.lstrip("/")
40 if not uri_path:
43 return dict(scheme=SCHEME, uri_path=uri_path)
/dports/devel/p5-Path-Resource/Path-Resource-0.072/lib/Path/Resource/
H A DBase.pm44 my $uri_path = $uri->path;
48 $uri_path = "/" unless length $uri_path;
59 $loc = Path::Abstract->new($uri_path, $loc->path);
63 $loc = Path::Abstract->new($uri_path);
/dports/audio/rhythmbox/rhythmbox-3.4.4/sources/
H A Drb-device-source.c248 char *device_path, *uri_path; in rb_device_source_want_uri() local
293 uri_path = g_file_get_path (file); in rb_device_source_want_uri()
295 if (uri_path == NULL) in rb_device_source_want_uri()
297 len = strlen (uri_path); in rb_device_source_want_uri()
298 if (uri_path[len - 1] == '/') { in rb_device_source_want_uri()
299 if (strncmp (uri_path, device_path, len - 1) == 0) { in rb_device_source_want_uri()
302 } else if (strcmp (uri_path, device_path) == 0) { in rb_device_source_want_uri()
307 g_free (uri_path); in rb_device_source_want_uri()
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dresource.c312 if (uri_path)
313 uri_path = coap_new_str_const(uri_path->s, uri_path->length);
317 else if (!uri_path) {
322 if (uri_path)
323 r->uri_path = uri_path;
509 coap_delete_str_const(resource->uri_path);
554 (int)resource->uri_path->length, (int)resource->uri_path->length,
555 resource->uri_path->s);
618 RESOURCES_FIND(context->resources, uri_path, result);
638 resource->uri_path->s, resource->uri_path->length, *len);
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dhttp.c140 static int check_uri(const char* uri_path) in check_uri() argument
150 if (!uri_path) in check_uri()
157 memcpy(path, uri_path, strlen(uri_path)); in check_uri()
158 path[strlen(uri_path)] = '\0'; in check_uri()
274 free(ctx->uri_path); in http_cleanup_stream()
275 ctx->uri_path = NULL; in http_cleanup_stream()
368 kr_assert(ctx->uri_path == NULL); in header_callback()
369 ctx->uri_path = malloc(sizeof(*ctx->uri_path) * (valuelen + 1)); in header_callback()
370 if (!ctx->uri_path) in header_callback()
373 ctx->uri_path[valuelen] = '\0'; in header_callback()
[all …]
/dports/devel/py-azure-storage-common/azure-storage-common-2.1.0/azure/storage/common/
H A D_auth.py45 uri_path = request.path.split('?')[0]
49 if self.is_emulated and uri_path.find(DEV_ACCOUNT_SECONDARY_NAME) == 1:
51 uri_path = uri_path.replace(DEV_ACCOUNT_SECONDARY_NAME, DEV_ACCOUNT_NAME, 1)
53 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/common/
H A D_auth.py34 uri_path = request.path.split('?')[0]
38 if self.is_emulated and uri_path.find(DEV_ACCOUNT_SECONDARY_NAME) == 1:
40 uri_path = uri_path.replace(DEV_ACCOUNT_SECONDARY_NAME, DEV_ACCOUNT_NAME, 1)
42 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/common/
H A D_auth.py34 uri_path = request.path.split('?')[0]
38 if self.is_emulated and uri_path.find(DEV_ACCOUNT_SECONDARY_NAME) == 1:
40 uri_path = uri_path.replace(DEV_ACCOUNT_SECONDARY_NAME, DEV_ACCOUNT_NAME, 1)
42 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/common/
H A D_auth.py34 uri_path = request.path.split('?')[0]
38 if self.is_emulated and uri_path.find(DEV_ACCOUNT_SECONDARY_NAME) == 1:
40 uri_path = uri_path.replace(DEV_ACCOUNT_SECONDARY_NAME, DEV_ACCOUNT_NAME, 1)
42 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/common/
H A D_auth.py45 uri_path = request.path.split('?')[0]
49 if self.is_emulated and uri_path.find(DEV_ACCOUNT_SECONDARY_NAME) == 1:
51 uri_path = uri_path.replace(DEV_ACCOUNT_SECONDARY_NAME, DEV_ACCOUNT_NAME, 1)
53 return '/' + self.account_name + uri_path
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Devices/MediaServer/
H A DPltFileMediaServer.cpp344 NPT_String uri_path = uri.GetPath(); in BuildSafeResourceUri() local
345 if (!uri_path.EndsWith("/")) uri_path += "/"; in BuildSafeResourceUri()
350 uri_path += "%/"; in BuildSafeResourceUri()
351 uri_path += file_path; in BuildSafeResourceUri()
354 uri.SetPath(uri_path); in BuildSafeResourceUri()
368 NPT_String uri_path = url.GetPath(); in ExtractResourcePath() local
372 if (uri_path.StartsWith(m_UrlRoot)) { in ExtractResourcePath()
374 } else if (uri_path.StartsWith(url_root_encode)) { in ExtractResourcePath()
382 file_path = uri_path.SubString(skip); in ExtractResourcePath()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Devices/MediaServer/
H A DPltFileMediaServer.cpp344 NPT_String uri_path = uri.GetPath(); in BuildSafeResourceUri() local
345 if (!uri_path.EndsWith("/")) uri_path += "/"; in BuildSafeResourceUri()
350 uri_path += "%/"; in BuildSafeResourceUri()
351 uri_path += file_path; in BuildSafeResourceUri()
354 uri.SetPath(uri_path); in BuildSafeResourceUri()
368 NPT_String uri_path = url.GetPath(); in ExtractResourcePath() local
372 if (uri_path.StartsWith(m_UrlRoot)) { in ExtractResourcePath()
374 } else if (uri_path.StartsWith(url_root_encode)) { in ExtractResourcePath()
382 file_path = uri_path.SubString(skip); in ExtractResourcePath()
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/fileshare/v2019_12_12/_shared/
H A Dauthentication.py79 uri_path = urlparse(request.http_request.url).path
83 uri_path = URL(uri_path)
84 return '/' + self.account_name + str(uri_path)
87 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_12_12/_shared/
H A Dauthentication.py79 uri_path = urlparse(request.http_request.url).path
83 uri_path = URL(uri_path)
84 return '/' + self.account_name + str(uri_path)
87 return '/' + self.account_name + uri_path
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2019_12_12/_shared/
H A Dauthentication.py79 uri_path = urlparse(request.http_request.url).path
83 uri_path = URL(uri_path)
84 return '/' + self.account_name + str(uri_path)
87 return '/' + self.account_name + uri_path
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/cli/
H A Dfileserver.py81 path = request.opt.uri_path
89 return not request.opt.uri_path or request.opt.uri_path[-1] == ''
92 if request.opt.uri_path == ('.well-known', 'core'):
110 if request.opt.uri_path and request.opt.uri_path[-1] != '':
125 if request.opt.uri_path and request.opt.uri_path[-1] == '':
/dports/devel/arcanist-lib/arcanist-b2e715f/src/ref/
H A DArcanistRepositoryRef.php87 $uri_path = ltrim($params['path'], '/');
88 $uri_path = phutil_escape_uri($uri_path);
98 return "{$uri_base}/browse/{$uri_branch}/{$uri_path}{$uri_lines}";
/dports/devel/arcanist/arcanist-b2e715f/src/ref/
H A DArcanistRepositoryRef.php87 $uri_path = ltrim($params['path'], '/');
88 $uri_path = phutil_escape_uri($uri_path);
98 return "{$uri_base}/browse/{$uri_branch}/{$uri_path}{$uri_lines}";
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/queue/v2018_03_28/_shared/
H A Dauthentication.py79 uri_path = urlparse(request.http_request.url).path
85 uri_path = URL(uri_path)
86 return '/' + self.account_name + str(uri_path)
89 return '/' + self.account_name + uri_path

12345678910