Home
last modified time | relevance | path

Searched refs:PathSuffix (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DPath.hs60 type PathSuffix path type
68 , PathSuffix path
74 , PathSuffix path
157 suffix :: Path path => path -> PathSuffix path
H A DURI.hs35 type PathSuffix URI = (URIQuery, URIFragment) type
H A DFilePath.hs197 type PathSuffix FilePath = () type
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Dui.go388 newURL := string(base) + "/" + path.Clean(httputil.PathSuffix(req))
397 _, ok := blob.ParseKnown(httputil.PathSuffix(req))
421 suffix := httputil.PathSuffix(req)
428 suffix := httputil.PathSuffix(req)
562 suffix := httputil.PathSuffix(req)
603 suffix := httputil.PathSuffix(req)
624 suffix := httputil.PathSuffix(req)
641 suffix := httputil.PathSuffix(req)
H A Dhelp.go136 suffix := httputil.PathSuffix(req)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vault/
H A Dtoken_store.go451 PathSuffix string `json:"path_suffix" mapstructure:"path_suffix" structs:"path_suffix"` member
997 if role.PathSuffix != "" {
998 te.Path = fmt.Sprintf("%s/%s", te.Path, role.PathSuffix)
1497 "path_suffix": role.PathSuffix,
1593 entry.PathSuffix = pathSuffix
1596 entry.PathSuffix = data.Get("path_suffix").(string)
/dports/devel/llvm90/llvm-9.0.1.src/lib/LTO/
H A DLTOBackend.cpp65 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
84 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm80/llvm-8.0.1.src/lib/LTO/
H A DLTOBackend.cpp65 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
84 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm70/llvm-7.0.1.src/lib/LTO/
H A DLTOBackend.cpp65 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
84 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/misc/perkeep/perkeep-0.11/internal/httputil/
H A Dhttputil.go121 func PathSuffix(req *http.Request) string { return req.Header.Get(PathSuffixHeader) } func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/vault/
H A Dtoken_store.go576 PathSuffix string `json:"path_suffix" mapstructure:"path_suffix" structs:"path_suffix"` member
1706 if role.PathSuffix != "" {
1707 te.Path = fmt.Sprintf("%s/%s", te.Path, role.PathSuffix)
2403 "path_suffix": role.PathSuffix,
2518 entry.PathSuffix = pathSuffix
2521 entry.PathSuffix = data.Get("path_suffix").(string)
2524 if strings.Contains(entry.PathSuffix, "..") {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/vault/
H A Dtoken_store.go576 PathSuffix string `json:"path_suffix" mapstructure:"path_suffix" structs:"path_suffix"` member
1706 if role.PathSuffix != "" {
1707 te.Path = fmt.Sprintf("%s/%s", te.Path, role.PathSuffix)
2403 "path_suffix": role.PathSuffix,
2518 entry.PathSuffix = pathSuffix
2521 entry.PathSuffix = data.Get("path_suffix").(string)
2524 if strings.Contains(entry.PathSuffix, "..") {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/vault/
H A Dtoken_store.go576 PathSuffix string `json:"path_suffix" mapstructure:"path_suffix" structs:"path_suffix"` member
1706 if role.PathSuffix != "" {
1707 te.Path = fmt.Sprintf("%s/%s", te.Path, role.PathSuffix)
2403 "path_suffix": role.PathSuffix,
2518 entry.PathSuffix = pathSuffix
2521 entry.PathSuffix = data.Get("path_suffix").(string)
2524 if strings.Contains(entry.PathSuffix, "..") {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/LTO/
H A DLTOBackend.cpp71 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
90 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/LTO/
H A DLTOBackend.cpp67 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
86 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/LTO/
H A DLTOBackend.cpp71 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
90 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp67 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
86 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp67 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
86 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/misc/perkeep/perkeep-0.11/pkg/jsonsign/signhandler/
H A Dsig.go177 subPath := httputil.PathSuffix(req)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/LTO/
H A DLTOBackend.cpp96 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
115 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp96 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
115 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/LTO/
H A DLTOBackend.cpp100 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
119 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOBackend.cpp96 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
115 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOBackend.cpp96 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
115 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOBackend.cpp96 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps() argument
115 std::string Path = PathPrefix + PathSuffix + ".bc"; in addSaveTemps()

12345