Home
last modified time | relevance | path

Searched refs:basic_str (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/py-h3/h3-3.7.3/src/h3/
H A D__init__.py3 from .api.basic_str import *
7 from .api import basic_str as h3
/dports/math/symengine/symengine-0.8.1/symengine/tests/cwrapper/
H A Dtest_cwrapper.c35 s = basic_str(x); in test_cwrapper()
45 s = basic_str(f); in test_cwrapper()
53 s = basic_str(e); in test_cwrapper()
61 s = basic_str(e); in test_cwrapper()
75 s = basic_str(e); in test_cwrapper()
83 s = basic_str(e); in test_cwrapper()
95 s = basic_str(e); in test_cwrapper()
104 s = basic_str(e); in test_cwrapper()
210 s = basic_str(e); in test_complex()
225 s = basic_str(f); in test_complex()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dhttprequest.c167 char basic_str[1024]; in dpl_add_basic_authorization_to_headers() local
178 snprintf(basic_str, sizeof(basic_str), "%s:%s", req->ctx->access_key, in dpl_add_basic_authorization_to_headers()
180 basic_len = strlen(basic_str); in dpl_add_basic_authorization_to_headers()
182 base64_len = dpl_base64_encode((const u_char*)basic_str, basic_len, in dpl_add_basic_authorization_to_headers()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dhttprequest.c167 char basic_str[1024]; in dpl_add_basic_authorization_to_headers() local
178 snprintf(basic_str, sizeof(basic_str), "%s:%s", req->ctx->access_key, in dpl_add_basic_authorization_to_headers()
180 basic_len = strlen(basic_str); in dpl_add_basic_authorization_to_headers()
182 base64_len = dpl_base64_encode((const u_char*)basic_str, basic_len, in dpl_add_basic_authorization_to_headers()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dhttprequest.c167 char basic_str[1024]; in dpl_add_basic_authorization_to_headers() local
178 snprintf(basic_str, sizeof(basic_str), "%s:%s", req->ctx->access_key, in dpl_add_basic_authorization_to_headers()
180 basic_len = strlen(basic_str); in dpl_add_basic_authorization_to_headers()
182 base64_len = dpl_base64_encode((const u_char*)basic_str, basic_len, in dpl_add_basic_authorization_to_headers()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/
H A Dhttprequest.c167 char basic_str[1024]; in dpl_add_basic_authorization_to_headers() local
178 snprintf(basic_str, sizeof(basic_str), "%s:%s", req->ctx->access_key, in dpl_add_basic_authorization_to_headers()
180 basic_len = strlen(basic_str); in dpl_add_basic_authorization_to_headers()
182 base64_len = dpl_base64_encode((const u_char*)basic_str, basic_len, in dpl_add_basic_authorization_to_headers()
/dports/graphics/py-h3/h3-3.7.3/src/h3/api/
H A D__init__.py4 from . import basic_str
/dports/graphics/py-h3/h3-3.7.3/tests/
H A Dtest_basic_str.py1 import h3.api.basic_str as h3
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dopcodes.py44 def basic_str(self): member in Opcode
52 return "%s # type: %s" % (self.basic_str(), self.annotation)
54 return self.basic_str()
143 out = "%s %s" % (self.basic_str(), self.pretty_arg)
805 return self.basic_str() + " " + str(self.arg.value)
/dports/graphics/py-h3/h3-3.7.3/src/h3/unstable/
H A Dv4.py3 from ..api.basic_str import (
/dports/graphics/py-h3/h3-3.7.3/
H A DCHANGELOG.md68 + `h3.api.basic_str`
H A Dreadme.md64 ### `h3.api.basic_str`
69 That is, `import h3.api.basic_str as h3` and `import h3`
H A DPKG-INFO95 ### `h3.api.basic_str`
100 That is, `import h3.api.basic_str as h3` and `import h3`
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWpc.c882 char basic_str[MAX_SIZE * 2]; in HttpRequestEx3() local
891 Format(basic_str, sizeof(basic_str), "Basic %s", auth_b64_str); in HttpRequestEx3()
893 AddHttpValue(h, NewHttpValue("Proxy-Authorization", basic_str)); in HttpRequestEx3()
H A DProtocol.c7971 char basic_str[MAX_SIZE * 2]; in ProxyConnectEx2() local
8060 Format(basic_str, sizeof(basic_str), "Basic %s", auth_b64_str); in ProxyConnectEx2()
8062 AddHttpValue(h, NewHttpValue("Proxy-Authorization", basic_str)); in ProxyConnectEx2()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWpc.c882 char basic_str[MAX_SIZE * 2]; in HttpRequestEx3() local
891 Format(basic_str, sizeof(basic_str), "Basic %s", auth_b64_str); in HttpRequestEx3()
893 AddHttpValue(h, NewHttpValue("Proxy-Authorization", basic_str)); in HttpRequestEx3()
H A DProtocol.c7975 char basic_str[MAX_SIZE * 2]; in ProxyConnectEx2() local
8067 Format(basic_str, sizeof(basic_str), "Basic %s", auth_b64_str); in ProxyConnectEx2()
8069 AddHttpValue(h, NewHttpValue("Proxy-Authorization", basic_str)); in ProxyConnectEx2()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWpc.c811 char basic_str[MAX_SIZE * 2]; in HttpRequestEx3() local
820 Format(basic_str, sizeof(basic_str), "Basic %s", auth_b64_str); in HttpRequestEx3()
822 AddHttpValue(h, NewHttpValue("Proxy-Authorization", basic_str)); in HttpRequestEx3()
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dcwrapper.h362 char *basic_str(const basic s);