Home
last modified time | relevance | path

Searched refs:proxyPath (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/mapihook/src/
H A DRegistry.cpp114 nsAutoString proxyPath(szModule); in RegisterProxy() local
116 proxyPath += u"\\"; in RegisterProxy()
117 proxyPath += MAPI_PROXY_DLL_NAME; in RegisterProxy()
119 h = LoadLibraryW(proxyPath.get()); in RegisterProxy()
144 nsAutoString proxyPath(szModule); in UnRegisterProxy() local
146 proxyPath += u"\\"; in UnRegisterProxy()
147 proxyPath += MAPI_PROXY_DLL_NAME; in UnRegisterProxy()
149 h = LoadLibraryW(proxyPath.get()); in UnRegisterProxy()
/dports/www/grafana8/grafana-8.3.6/pkg/api/
H A Dgrafana_com_proxy.go25 func ReverseProxyGnetReq(proxyPath string, version string) *httputil.ReverseProxy {
33 req.URL.Path = util.JoinURLFragments(url.Path+"/api", proxyPath)
48 proxyPath := web.Params(c.Req)["*"]
49 proxy := ReverseProxyGnetReq(proxyPath, hs.Cfg.BuildVersion)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go41 proxyPath string member
47 func New(proxyPath string) *PortMapper {
48 return NewWithPortAllocator(portallocator.Get(), proxyPath)
52 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
56 proxyPath: proxyPath,
96 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
116 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
H A Dproxy_solaris.go9 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
10 path := proxyPath
11 if proxyPath == "" {
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go41 proxyPath string member
47 func New(proxyPath string) *PortMapper {
48 return NewWithPortAllocator(portallocator.Get(), proxyPath)
52 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
56 proxyPath: proxyPath,
96 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
116 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go41 proxyPath string member
47 func New(proxyPath string) *PortMapper {
48 return NewWithPortAllocator(portallocator.Get(), proxyPath)
52 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
56 proxyPath: proxyPath,
96 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
116 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/otr-proxy/KTpProxy/
H A Dproxy-service-adaptee.h50 void proxyConnected(const QDBusObjectPath &proxyPath);
51 void proxyDisconnected(const QDBusObjectPath &proxyPath);
56 void onProxyConnected(const QDBusObjectPath &proxyPath);
57 void onProxyDisconnected(const QDBusObjectPath &proxyPath);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Script/Services/
H A DClientProxyGenerator.cs219 string proxyPath = GetProxyPath(); in GenerateStaticInstance()
220 …if (!String.IsNullOrEmpty(proxyPath) && (proxyPath.StartsWith("http://", StringComparison.OrdinalI… in GenerateStaticInstance()
223 … int domainStart = proxyPath.IndexOf("://", StringComparison.OrdinalIgnoreCase) + "://".Length; in GenerateStaticInstance()
224 … int domainEnd = proxyPath.IndexOf("/", domainStart, StringComparison.OrdinalIgnoreCase); in GenerateStaticInstance()
227proxyPath = proxyPath.Substring(0, domainEnd) + HttpUtility.UrlPathEncode(proxyPath.Substring(doma… in GenerateStaticInstance()
233 proxyPath = HttpUtility.UrlPathEncode(proxyPath); in GenerateStaticInstance()
235 _builder.Append(typeName).Append(".set_path(\"").Append(proxyPath).Append("\");\r\n"); in GenerateStaticInstance()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/file_lock/
H A DLinkBasedFileLock.cpp260 FilePath proxyPath = lockFilePath.getParent().completePath(proxyLockFileName()); in writeLockFile() local
265 Error error = proxyPath.removeIfExists(); in writeLockFile()
271 RemoveOnExitScope scope(proxyPath, ERROR_LOCATION); in writeLockFile()
272 error = core::writeStringToFile(proxyPath, pid); in writeLockFile()
285 proxyPath.getAbsolutePathNative().c_str(), in writeLockFile()
295 "'" << proxyPath.getAbsolutePathNative() << "'" << in writeLockFile()
341 int errc = ::stat(proxyPath.getAbsolutePathNative().c_str(), &info); in writeLockFile()
349 "'" << proxyPath.getAbsolutePathNative() << "'"); in writeLockFile()
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go44 proxyPath string member
50 func New(proxyPath string) *PortMapper {
51 return NewWithPortAllocator(portallocator.Get(), proxyPath)
55 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
59 proxyPath: proxyPath,
99 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
122 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
149 …roxy, err = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IP[0], sctpAddr.Port, pm.proxyPath)
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go44 proxyPath string member
50 func New(proxyPath string) *PortMapper {
51 return NewWithPortAllocator(portallocator.Get(), proxyPath)
55 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
59 proxyPath: proxyPath,
99 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
122 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
149 …roxy, err = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IP[0], sctpAddr.Port, pm.proxyPath)
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go44 proxyPath string member
50 func New(proxyPath string) *PortMapper {
51 return NewWithPortAllocator(portallocator.Get(), proxyPath)
55 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
59 proxyPath: proxyPath,
99 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
122 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
149 …roxy, err = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IP[0], sctpAddr.Port, pm.proxyPath)
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go44 proxyPath string
50 func New(proxyPath string) *PortMapper {
51 return NewWithPortAllocator(portallocator.Get(), proxyPath)
55 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
59 proxyPath: proxyPath,
99 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
122 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
149 …roxy, err = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IP[0], sctpAddr.Port, pm.proxyPath)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …r = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IPAddrs[0].IP, sctpAddr.Port, pm.proxyPath)
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …r = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IPAddrs[0].IP, sctpAddr.Port, pm.proxyPath)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …roxy, err = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IP[0], sctpAddr.Port, pm.proxyPath)
H A Dproxy_linux.go10 …ng, hostIP net.IP, hostPort int, containerIP net.IP, containerPort int, proxyPath string) (userlan…
11 path := proxyPath
12 if proxyPath == "" {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …r = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IPAddrs[0].IP, sctpAddr.Port, pm.proxyPath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …r = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IPAddrs[0].IP, sctpAddr.Port, pm.proxyPath)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/portmapper/
H A Dmapper.go34 func New(proxyPath string) *PortMapper {
35 return NewWithPortAllocator(portallocator.Get(), proxyPath)
39 func NewWithPortAllocator(allocator *portallocator.PortAllocator, proxyPath string) *PortMapper {
43 proxyPath: proxyPath,
77 …ostIP, allocatedHostPort, container.(*net.TCPAddr).IP, container.(*net.TCPAddr).Port, pm.proxyPath)
100 …ostIP, allocatedHostPort, container.(*net.UDPAddr).IP, container.(*net.UDPAddr).Port, pm.proxyPath)
127 …r = newProxy(proto, hostIP, allocatedHostPort, sctpAddr.IPAddrs[0].IP, sctpAddr.Port, pm.proxyPath)

12345678910