Home
last modified time | relevance | path

Searched refs:slashIdx (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/samples/
H A Dio_utils.hpp31 size_t slashIdx = fileList.rfind('/'); in readDepth() local
32 slashIdx = slashIdx != std::string::npos ? slashIdx : fileList.rfind('\\'); in readDepth()
33 dir = fileList.substr(0, slashIdx); in readDepth()
55 size_t slashIdx = fileList.rfind('/'); in DepthWriter() local
56 slashIdx = slashIdx != std::string::npos ? slashIdx : fileList.rfind('\\'); in DepthWriter()
388 size_t slashIdx = fileList.rfind('/'); in readRGB() local
389 slashIdx = slashIdx != std::string::npos ? slashIdx : fileList.rfind('\\'); in readRGB()
390 dir = fileList.substr(0, slashIdx); in readRGB()
412 size_t slashIdx = fileList.rfind('/'); in RGBWriter() local
413 slashIdx = slashIdx != std::string::npos ? slashIdx : fileList.rfind('\\'); in RGBWriter()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/bmatcuk/doublestar/
H A Ddoublestar.go257 lastComponent := slashIdx == -1
259 slashIdx = len(pattern)
261 if pattern[:slashIdx] == "**" {
405 lastComponent := slashIdx == -1
407 slashIdx = len(pattern)
409 if pattern[:slashIdx] == "**" {
435 pattern = pattern[slashIdx+1:]
611 if slashIdx >= 0 {
612 testPattern = pattern[:slashIdx]
620 if slashIdx == -1 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/bmatcuk/doublestar/doublestar-1.3.0/
H A Ddoublestar.go288 lastComponent := slashIdx == -1
290 slashIdx = len(pattern)
292 if pattern[:slashIdx] == "**" {
450 lastComponent := slashIdx == -1
452 slashIdx = len(pattern)
454 if pattern[:slashIdx] == "**" {
480 pattern = pattern[slashIdx+1:]
656 if slashIdx >= 0 {
657 testPattern = pattern[:slashIdx]
665 if slashIdx == -1 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/bmatcuk/doublestar/
H A Ddoublestar.go288 lastComponent := slashIdx == -1
290 slashIdx = len(pattern)
292 if pattern[:slashIdx] == "**" {
450 lastComponent := slashIdx == -1
452 slashIdx = len(pattern)
454 if pattern[:slashIdx] == "**" {
480 pattern = pattern[slashIdx+1:]
656 if slashIdx >= 0 {
657 testPattern = pattern[:slashIdx]
665 if slashIdx == -1 {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/misc/concourse/vault-bdd38fca2cff/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/security/vault/vault-1.8.2/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/sysutils/istio/vault-sdk-v0.1.12/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/namespace/
H A Dnamespace.go98 slashIdx := strings.LastIndex(input, "/")
109 case slashIdx > 0:
111 if slashIdx == len(input)-1 {
114 prefix = input[:slashIdx+1]
115 input = input[slashIdx+1:]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/test/
H A Dtest_dynafu.cpp21 size_t slashIdx = fileList.rfind('/'); in readDepth() local
22 slashIdx = slashIdx != std::string::npos ? slashIdx : fileList.rfind('\\'); in readDepth()
23 dir = fileList.substr(0, slashIdx); in readDepth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DPatternReferenceTypeSpec.java104 int slashIdx = className.indexOf("/"); in checkClassName() local
107 if (slashIdx != -1) { in checkClassName()
113 … if (slashIdx != lastSlashIdx || lastDotIdx > slashIdx || slashIdx + 1 == className.length()) { in checkClassName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DPatternReferenceTypeSpec.java104 int slashIdx = className.indexOf("/"); in checkClassName() local
107 if (slashIdx != -1) { in checkClassName()
113 … if (slashIdx != lastSlashIdx || lastDotIdx > slashIdx || slashIdx + 1 == className.length()) { in checkClassName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DPatternReferenceTypeSpec.java104 int slashIdx = className.indexOf("/"); in checkClassName() local
107 if (slashIdx != -1) { in checkClassName()
113 … if (slashIdx != lastSlashIdx || lastDotIdx > slashIdx || slashIdx + 1 == className.length()) { in checkClassName()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/sandbox/win/
H A DpermissionsService.cpp39 int slashIdx = aFilename.find_last_of(L'\\'); in IsFlashTempFile() local
40 if (slashIdx != std::wstring::npos) { in IsFlashTempFile()
42 *aFolder = aFilename.substr(0, slashIdx + 1); in IsFlashTempFile()
44 aFilename = aFilename.substr(slashIdx + 1); in IsFlashTempFile()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/sandbox/win/
H A DpermissionsService.cpp39 int slashIdx = aFilename.find_last_of(L'\\'); in IsFlashTempFile() local
40 if (slashIdx != std::wstring::npos) { in IsFlashTempFile()
42 *aFolder = aFilename.substr(0, slashIdx + 1); in IsFlashTempFile()
44 aFilename = aFilename.substr(slashIdx + 1); in IsFlashTempFile()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/sandbox/win/
H A DpermissionsService.cpp39 int slashIdx = aFilename.find_last_of(L'\\'); in IsFlashTempFile() local
40 if (slashIdx != std::wstring::npos) { in IsFlashTempFile()
42 *aFolder = aFilename.substr(0, slashIdx + 1); in IsFlashTempFile()
44 aFilename = aFilename.substr(slashIdx + 1); in IsFlashTempFile()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/sandbox/win/
H A DpermissionsService.cpp39 int slashIdx = aFilename.find_last_of(L'\\'); in IsFlashTempFile() local
40 if (slashIdx != std::wstring::npos) { in IsFlashTempFile()
42 *aFolder = aFilename.substr(0, slashIdx + 1); in IsFlashTempFile()
44 aFilename = aFilename.substr(slashIdx + 1); in IsFlashTempFile()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/sandbox/win/
H A DpermissionsService.cpp39 int slashIdx = aFilename.find_last_of(L'\\'); in IsFlashTempFile() local
40 if (slashIdx != std::wstring::npos) { in IsFlashTempFile()
42 *aFolder = aFilename.substr(0, slashIdx + 1); in IsFlashTempFile()
44 aFilename = aFilename.substr(slashIdx + 1); in IsFlashTempFile()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/
H A Dconn.go132 slashIdx := strings.LastIndex(display, "/")
133 if slashIdx >= 0 {
134 protocol = display[0:slashIdx]
135 c.host = display[slashIdx+1 : colonIdx]

12345678