Home
last modified time | relevance | path

Searched refs:NewPath (Results 1 – 25 of 1524) sorted by relevance

12345678910>>...61

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Uefi/Devices/Utility/
H A DPath.c61 if(NewPath != NULL) { in ClassifyPath()
110 wchar_t *NewPath; in NormalizePath() local
117 if(NewPath != NULL) { in NormalizePath()
118 temp = NewPath; in NormalizePath()
133 return NewPath; in NormalizePath()
199 wchar_t *NewPath; in PathAdjust() local
202 if(NewPath != NULL) { in PathAdjust()
209 return NewPath; in PathAdjust()
235 wchar_t *NewPath; in PathAlias() local
246 return NewPath; in PathAlias()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/validation/
H A Devents.go54 allErrs = append(allErrs, field.Required(field.NewPath("eventTime"), ""))
60 allErrs = append(allErrs, field.Invalid(field.NewPath("firstTimestamp"), "", "needs to be unset"))
63 allErrs = append(allErrs, field.Invalid(field.NewPath("lastTimestamp"), "", "needs to be unset"))
66 allErrs = append(allErrs, field.Invalid(field.NewPath("count"), "", "needs to be unset"))
69 allErrs = append(allErrs, field.Invalid(field.NewPath("source"), "", "needs to be unset"))
115 allErrs = append(allErrs, field.Required(field.NewPath("series.lastObservedTime"), ""))
147 allErrs = append(allErrs, field.Required(field.NewPath("reportingController"), ""))
153 allErrs = append(allErrs, field.Required(field.NewPath("reportingInstance"), ""))
159 allErrs = append(allErrs, field.Required(field.NewPath("action"), ""))
165 allErrs = append(allErrs, field.Required(field.NewPath("reason"), ""))
[all …]
/dports/graphics/jhead/jhead-3.06.0.1/
H A Dpaths.c26 char NewPath[PATH_MAX*2]; in EnsurePathExists() local
33 strcpy(NewPath, FileName); in EnsurePathExists()
34 a = strlen(NewPath); in EnsurePathExists()
38 NewPath[0] = 0; in EnsurePathExists()
41 if (NewPath[a] == SLASH){ in EnsurePathExists()
43 NewPath[a] = 0; in EnsurePathExists()
44 if (stat(NewPath, &dummy) == 0){ in EnsurePathExists()
69 NewPath[a] = FileName[a]; in EnsurePathExists()
72 if (NewPath[1] == ':' && strlen(NewPath) == 2) continue; in EnsurePathExists()
74 if (mkdir(NewPath,0777)){ in EnsurePathExists()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/jhead-3.04/
H A Dpaths.c26 char NewPath[PATH_MAX*2]; in EnsurePathExists() local
33 strcpy(NewPath, FileName); in EnsurePathExists()
34 a = strlen(NewPath); in EnsurePathExists()
38 NewPath[0] = 0; in EnsurePathExists()
41 if (NewPath[a] == SLASH){ in EnsurePathExists()
43 NewPath[a] = 0; in EnsurePathExists()
44 if (stat(NewPath, &dummy) == 0){ in EnsurePathExists()
69 NewPath[a] = FileName[a]; in EnsurePathExists()
72 if (NewPath[1] == ':' && strlen(NewPath) == 2) continue; in EnsurePathExists()
74 if (mkdir(NewPath,0777)){ in EnsurePathExists()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/apimachinery/apimachinery-0.16.8/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/apimachinery/apimachinery-6fa4771c83b3/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/k8s.io/apimachinery/apimachinery-0.20.1/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/apimachinery/apimachinery-0.21.1/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/apimachinery/pkg/util/validation/field/
H A Derrors_test.go39 func() *Error { return Duplicate(NewPath("f"), "v") },
43 func() *Error { return NotFound(NewPath("f"), "v") },
47 func() *Error { return Required(NewPath("f"), "d") },
73 s := Invalid(NewPath("foo"), "bar", "deet").Error()
88 NewPath("foo"),
118 {Invalid(NewPath("f"), "v", "d")},
119 {Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
120 {Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
157 Invalid(NewPath("test.field"), "", ""),
158 Invalid(NewPath("field.test"), "", ""),
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/interpolation/
H A Dinterpolation_test.go113 path: NewPath("one", "two", "three"),
114 pattern: NewPath("one", "two"),
118 path: NewPath("one", "two"),
119 pattern: NewPath("one", "two", "three"),
123 path: NewPath("one", "three", "two"),
124 pattern: NewPath("one", "two", "three"),
128 path: NewPath("one", "three", "two"),
133 path: NewPath("one", "two", "three"),
134 pattern: NewPath("one", "*", "three"),
139 path: NewPath("one", "two", "three"),
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/interpolation/
H A Dinterpolation_test.go113 path: NewPath("one", "two", "three"),
114 pattern: NewPath("one", "two"),
118 path: NewPath("one", "two"),
119 pattern: NewPath("one", "two", "three"),
123 path: NewPath("one", "three", "two"),
124 pattern: NewPath("one", "two", "three"),
128 path: NewPath("one", "three", "two"),
133 path: NewPath("one", "two", "three"),
134 pattern: NewPath("one", "*", "three"),
139 path: NewPath("one", "two", "three"),
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/compose/interpolation/
H A Dinterpolation_test.go113 path: NewPath("one", "two", "three"),
114 pattern: NewPath("one", "two"),
118 path: NewPath("one", "two"),
119 pattern: NewPath("one", "two", "three"),
123 path: NewPath("one", "three", "two"),
124 pattern: NewPath("one", "two", "three"),
128 path: NewPath("one", "three", "two"),
133 path: NewPath("one", "two", "three"),
134 pattern: NewPath("one", "*", "three"),
139 path: NewPath("one", "two", "three"),
[all …]

12345678910>>...61