Home
last modified time | relevance | path

Searched refs:IsFormat (Results 1 – 25 of 142) sorted by relevance

123456

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go17 IsFormat(input interface{}) bool methodSpec
187 return f.IsFormat(input)
191 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
202 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
214 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
226 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
250 func (f DateFormatChecker) IsFormat(input interface{}) bool { func
260 func (f TimeFormatChecker) IsFormat(input interface{}) bool { func
275 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
327 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go17 IsFormat(input interface{}) bool methodSpec
187 return f.IsFormat(input)
191 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
202 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
214 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
226 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
250 func (f DateFormatChecker) IsFormat(input interface{}) bool { func
260 func (f TimeFormatChecker) IsFormat(input interface{}) bool { func
275 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
327 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go17 IsFormat(input interface{}) bool methodSpec
187 return f.IsFormat(input)
191 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
202 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
214 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
226 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
250 func (f DateFormatChecker) IsFormat(input interface{}) bool { func
260 func (f TimeFormatChecker) IsFormat(input interface{}) bool { func
275 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
327 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
H A Dformat_checkers_test.go11 assert.True(t, checker.IsFormat("01234567-89ab-cdef-0123-456789abcdef"))
12 assert.True(t, checker.IsFormat("f1234567-89ab-cdef-0123-456789abcdef"))
14 assert.False(t, checker.IsFormat("not-a-uuid"))
15 assert.False(t, checker.IsFormat("g1234567-89ab-cdef-0123-456789abcdef"))
21 assert.True(t, checker.IsFormat("relative"))
22 assert.True(t, checker.IsFormat("https://dummyhost.com/dummy-path?dummy-qp-name=dummy-qp-value"))
/dports/net/traefik/traefik-2.6.1/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go17 IsFormat(input interface{}) bool methodSpec
187 return f.IsFormat(input)
191 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
202 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
214 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
226 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
250 func (f DateFormatChecker) IsFormat(input interface{}) bool { func
260 func (f TimeFormatChecker) IsFormat(input interface{}) bool { func
275 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
327 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go16 IsFormat(input interface{}) bool methodSpec
162 return f.IsFormat(input)
165 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
178 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
190 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
201 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
225 func (f DateFormatChecker) IsFormat(input interface{}) bool { func
234 func (f TimeFormatChecker) IsFormat(input interface{}) bool { func
248 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
299 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
H A Dformat_checkers_test.go11 assert.True(t, checker.IsFormat("01234567-89ab-cdef-0123-456789abcdef"))
12 assert.True(t, checker.IsFormat("f1234567-89ab-cdef-0123-456789abcdef"))
14 assert.False(t, checker.IsFormat("not-a-uuid"))
15 assert.False(t, checker.IsFormat("g1234567-89ab-cdef-0123-456789abcdef"))
21 assert.True(t, checker.IsFormat("relative"))
22 assert.True(t, checker.IsFormat("https://dummyhost.com/dummy-path?dummy-qp-name=dummy-qp-value"))
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-0.4.4/src/
H A Dtype_guide.rs36 pub trait IsFormat { interface
40 impl IsFormat for Unspecified {
44 impl IsFormat for i16 {
48 impl IsFormat for i32 {
52 impl IsFormat for f32 {
85 pub enum AltFrame<T: IsFormat> {
95 type Format: IsFormat;
99 impl<T: IsFormat> IsFrameType for (T, Unspecified) {
105 impl<T: IsFormat> IsFrameType for (T, Mono) {
111 impl<T: IsFormat> IsFrameType for (T, Stereo) {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-0.4.4/src/
H A Dtype_guide.rs36 pub trait IsFormat { trait
40 impl IsFormat for Unspecified {
44 impl IsFormat for i16 {
48 impl IsFormat for i32 {
52 impl IsFormat for f32 {
85 pub enum AltFrame<T: IsFormat> {
95 type Format: IsFormat;
99 impl<T: IsFormat> IsFrameType for (T, Unspecified) {
105 impl<T: IsFormat> IsFrameType for (T, Mono) {
111 impl<T: IsFormat> IsFrameType for (T, Stereo) {
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go15 IsFormat(input string) bool methodSpec
117 func (c *FormatCheckerChain) IsFormat(name string, input interface{}) bool { func
130 return f.IsFormat(inputString)
133 func (f EmailFormatChecker) IsFormat(input string) bool { func
138 func (f IPV4FormatChecker) IsFormat(input string) bool { func
144 func (f IPV6FormatChecker) IsFormat(input string) bool { func
149 func (f DateTimeFormatChecker) IsFormat(input string) bool { func
167 func (f URIFormatChecker) IsFormat(input string) bool { func
176 func (f HostnameFormatChecker) IsFormat(input string) bool { func
180 func (f UUIDFormatChecker) IsFormat(input string) bool { func
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go14 IsFormat(input interface{}) bool methodSpec
127 return f.IsFormat(input)
130 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
141 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
153 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
164 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
188 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
203 func (f URIReferenceFormatChecker) IsFormat(input interface{}) bool { func
214 func (f HostnameFormatChecker) IsFormat(input interface{}) bool { func
224 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go14 IsFormat(input interface{}) bool methodSpec
127 return f.IsFormat(input)
130 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
141 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
153 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
164 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
188 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
203 func (f URIReferenceFormatChecker) IsFormat(input interface{}) bool { func
214 func (f HostnameFormatChecker) IsFormat(input interface{}) bool { func
224 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go14 IsFormat(input interface{}) bool methodSpec
127 return f.IsFormat(input)
130 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
141 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
153 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
164 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
188 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
203 func (f URIReferenceFormatChecker) IsFormat(input interface{}) bool { func
214 func (f HostnameFormatChecker) IsFormat(input interface{}) bool { func
224 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go14 IsFormat(input interface{}) bool methodSpec
127 return f.IsFormat(input)
130 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
141 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
153 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
164 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
188 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
203 func (f URIReferenceFormatChecker) IsFormat(input interface{}) bool { func
214 func (f HostnameFormatChecker) IsFormat(input interface{}) bool { func
224 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go14 IsFormat(input interface{}) bool methodSpec
127 return f.IsFormat(input)
130 func (f EmailFormatChecker) IsFormat(input interface{}) bool { func
141 func (f IPV4FormatChecker) IsFormat(input interface{}) bool { func
153 func (f IPV6FormatChecker) IsFormat(input interface{}) bool { func
164 func (f DateTimeFormatChecker) IsFormat(input interface{}) bool { func
188 func (f URIFormatChecker) IsFormat(input interface{}) bool { func
203 func (f URIReferenceFormatChecker) IsFormat(input interface{}) bool { func
214 func (f HostnameFormatChecker) IsFormat(input interface{}) bool { func
224 func (f UUIDFormatChecker) IsFormat(input interface{}) bool { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go15 IsFormat(input string) bool methodSpec
113 func (c *FormatCheckerChain) IsFormat(name string, input interface{}) bool { func
126 return f.IsFormat(inputString)
129 func (f EmailFormatChecker) IsFormat(input string) bool { func
134 func (f IPV4FormatChecker) IsFormat(input string) bool { func
140 func (f IPV6FormatChecker) IsFormat(input string) bool { func
145 func (f DateTimeFormatChecker) IsFormat(input string) bool { func
163 func (f URIFormatChecker) IsFormat(input string) bool { func
172 func (f HostnameFormatChecker) IsFormat(input string) bool { func
176 func (f UUIDFormatChecker) IsFormat(input string) bool { func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/xeipuuv/gojsonschema/
H A Dformat_checkers.go15 IsFormat(input string) bool methodSpec
113 func (c *FormatCheckerChain) IsFormat(name string, input interface{}) bool { func
126 return f.IsFormat(inputString)
129 func (f EmailFormatChecker) IsFormat(input string) bool { func
134 func (f IPV4FormatChecker) IsFormat(input string) bool { func
140 func (f IPV6FormatChecker) IsFormat(input string) bool { func
145 func (f DateTimeFormatChecker) IsFormat(input string) bool { func
163 func (f URIFormatChecker) IsFormat(input string) bool { func
172 func (f HostnameFormatChecker) IsFormat(input string) bool { func
176 func (f UUIDFormatChecker) IsFormat(input string) bool { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h151 MachineIRBuilder &B, bool IsFormat) const;
153 MachineIRBuilder &B, bool IsFormat) const;
155 bool IsFormat) const;
159 bool IsFormat) const;
161 MachineIRBuilder &B, bool IsFormat,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h147 MachineIRBuilder &B, bool IsFormat) const;
149 MachineIRBuilder &B, bool IsFormat) const;
151 bool IsFormat) const;
155 bool IsFormat) const;
158 bool IsFormat) const;
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h147 MachineIRBuilder &B, bool IsFormat) const;
149 MachineIRBuilder &B, bool IsFormat) const;
151 bool IsFormat) const;
155 bool IsFormat) const;
158 bool IsFormat) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h154 MachineIRBuilder &B, bool IsFormat) const;
156 MachineIRBuilder &B, bool IsFormat) const;
158 bool IsFormat) const;
162 bool IsFormat) const;
164 MachineIRBuilder &B, bool IsFormat,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h154 MachineIRBuilder &B, bool IsFormat) const;
156 MachineIRBuilder &B, bool IsFormat) const;
158 bool IsFormat) const;
162 bool IsFormat) const;
164 MachineIRBuilder &B, bool IsFormat,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h157 MachineIRBuilder &B, bool IsFormat) const;
159 MachineIRBuilder &B, bool IsFormat) const;
161 bool IsFormat) const;
165 bool IsFormat) const;
167 MachineIRBuilder &B, bool IsFormat,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h154 MachineIRBuilder &B, bool IsFormat) const;
156 MachineIRBuilder &B, bool IsFormat) const;
158 bool IsFormat) const;
162 bool IsFormat) const;
164 MachineIRBuilder &B, bool IsFormat,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h156 MachineIRBuilder &B, bool IsFormat) const;
158 MachineIRBuilder &B, bool IsFormat) const;
160 bool IsFormat) const;
164 bool IsFormat) const;
166 MachineIRBuilder &B, bool IsFormat,

123456