Home
last modified time | relevance | path

Searched refs:IsAbs (Results 1 – 25 of 3284) sorted by relevance

12345678910>>...132

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/path/filepath/
H A Dexample_unix_test.go156 fmt.Println(filepath.IsAbs("/home/gopher"))
157 fmt.Println(filepath.IsAbs(".bashrc"))
158 fmt.Println(filepath.IsAbs(".."))
159 fmt.Println(filepath.IsAbs("."))
160 fmt.Println(filepath.IsAbs("/"))
161 fmt.Println(filepath.IsAbs(""))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/path/filepath/
H A Dexample_unix_test.go157 fmt.Println(filepath.IsAbs("/home/gopher"))
158 fmt.Println(filepath.IsAbs(".bashrc"))
159 fmt.Println(filepath.IsAbs(".."))
160 fmt.Println(filepath.IsAbs("."))
161 fmt.Println(filepath.IsAbs("/"))
162 fmt.Println(filepath.IsAbs(""))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/path/filepath/
H A Dexample_unix_test.go152 fmt.Println(filepath.IsAbs("/home/gopher"))
153 fmt.Println(filepath.IsAbs(".bashrc"))
154 fmt.Println(filepath.IsAbs(".."))
155 fmt.Println(filepath.IsAbs("."))
156 fmt.Println(filepath.IsAbs("/"))
157 fmt.Println(filepath.IsAbs(""))
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/path/filepath/
H A Dexample_unix_test.go156 fmt.Println(filepath.IsAbs("/home/gopher"))
157 fmt.Println(filepath.IsAbs(".bashrc"))
158 fmt.Println(filepath.IsAbs(".."))
159 fmt.Println(filepath.IsAbs("."))
160 fmt.Println(filepath.IsAbs("/"))
161 fmt.Println(filepath.IsAbs(""))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go156 fmt.Println(filepath.IsAbs("/home/gopher"))
157 fmt.Println(filepath.IsAbs(".bashrc"))
158 fmt.Println(filepath.IsAbs(".."))
159 fmt.Println(filepath.IsAbs("."))
160 fmt.Println(filepath.IsAbs("/"))
161 fmt.Println(filepath.IsAbs(""))
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go152 fmt.Println(filepath.IsAbs("/home/gopher"))
153 fmt.Println(filepath.IsAbs(".bashrc"))
154 fmt.Println(filepath.IsAbs(".."))
155 fmt.Println(filepath.IsAbs("."))
156 fmt.Println(filepath.IsAbs("/"))
157 fmt.Println(filepath.IsAbs(""))
/dports/lang/gcc11/gcc-11.2.0/libgo/go/path/filepath/
H A Dexample_unix_test.go156 fmt.Println(filepath.IsAbs("/home/gopher"))
157 fmt.Println(filepath.IsAbs(".bashrc"))
158 fmt.Println(filepath.IsAbs(".."))
159 fmt.Println(filepath.IsAbs("."))
160 fmt.Println(filepath.IsAbs("/"))
161 fmt.Println(filepath.IsAbs(""))
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/path/filepath/
H A Dexample_unix_test.go152 fmt.Println(filepath.IsAbs("/home/gopher"))
153 fmt.Println(filepath.IsAbs(".bashrc"))
154 fmt.Println(filepath.IsAbs(".."))
155 fmt.Println(filepath.IsAbs("."))
156 fmt.Println(filepath.IsAbs("/"))
157 fmt.Println(filepath.IsAbs(""))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/apparentlymart/go-userdirs/internal/unix/
H A Dhomedir.go34 if filepath.IsAbs(homeDir) {
42 if filepath.IsAbs(homeDir) {
73 if result := strings.TrimSpace(stdout.String()); filepath.IsAbs(result) {
87 if result := passwdParts[5]; filepath.IsAbs(result) {
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/path/
H A Dexample_nix_test.go169 fmt.Println(path.IsAbs("/home/gopher", path.Unix))
170 fmt.Println(path.IsAbs(".bashrc", path.Unix))
171 fmt.Println(path.IsAbs("..", path.Unix))
172 fmt.Println(path.IsAbs(".", path.Unix))
173 fmt.Println(path.IsAbs("/", path.Unix))
174 fmt.Println(path.IsAbs("", path.Unix))
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go44 if path.IsAbs(refURL.Path) || filepath.IsAbs(refPath) {
88 if relativeBaseURL.IsAbs() && strings.HasPrefix(ref.String(), relativeBase) {
94 if relativeBaseURL.IsAbs() {
147 if filepath.IsAbs(fname) {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Drequest_windows.go20 if path.IsAbs(p) {
26 if filepath.IsAbs(tmp) {
35 if filepath.IsAbs(tmp) {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Drequest_windows.go20 if path.IsAbs(p) {
26 if filepath.IsAbs(tmp) {
35 if filepath.IsAbs(tmp) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Drequest_windows.go20 if path.IsAbs(p) {
26 if filepath.IsAbs(tmp) {
35 if filepath.IsAbs(tmp) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dvalidate.go14 if !filepath.IsAbs(mount.Target) {
24 if !filepath.IsAbs(mount.Source) {
28 if filepath.IsAbs(mount.Source) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dvalidate.go14 if !filepath.IsAbs(mount.Target) {
24 if !filepath.IsAbs(mount.Source) {
28 if filepath.IsAbs(mount.Source) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dvalidate.go14 if !filepath.IsAbs(mount.Target) {
24 if !filepath.IsAbs(mount.Source) {
28 if filepath.IsAbs(mount.Source) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dvalidate.go14 if !filepath.IsAbs(mount.Target) {
24 if !filepath.IsAbs(mount.Source) {
28 if filepath.IsAbs(mount.Source) {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/executor/container/
H A Dvalidate.go14 if !filepath.IsAbs(mount.Target) {
24 if !filepath.IsAbs(mount.Source) {
28 if filepath.IsAbs(mount.Source) {

12345678910>>...132