Home
last modified time | relevance | path

Searched refs:KEY_IF (Results 1 – 23 of 23) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go74 KEY_IF = "if" const
H A Dschema.go916 if existsMapKey(m, KEY_IF) {
917 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
918 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
920 err := d.parseSchema(m[KEY_IF], newSchema)
927 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go74 KEY_IF = "if" const
H A Dschema.go916 if existsMapKey(m, KEY_IF) {
917 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
918 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
920 err := d.parseSchema(m[KEY_IF], newSchema)
927 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go74 KEY_IF = "if" const
H A Dschema.go916 if existsMapKey(m, KEY_IF) {
917 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
918 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
920 err := d.parseSchema(m[KEY_IF], newSchema)
927 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
/dports/net/traefik/traefik-2.6.1/vendor/github.com/xeipuuv/gojsonschema/
H A DsubSchema.go74 KEY_IF = "if" const
H A Dschema.go916 if existsMapKey(m, KEY_IF) {
917 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
918 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
920 err := d.parseSchema(m[KEY_IF], newSchema)
927 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go864 if existsMapKey(m, KEY_IF) {
865 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
866 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
868 err := d.parseSchema(m[KEY_IF], newSchema)
875 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go864 if existsMapKey(m, KEY_IF) {
865 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
866 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
868 err := d.parseSchema(m[KEY_IF], newSchema)
875 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go864 if existsMapKey(m, KEY_IF) {
865 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
866 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
868 err := d.parseSchema(m[KEY_IF], newSchema)
875 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go864 if existsMapKey(m, KEY_IF) {
865 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
866 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
868 err := d.parseSchema(m[KEY_IF], newSchema)
875 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go900 if existsMapKey(m, KEY_IF) {
901 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
902 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
904 err := d.parseSchema(m[KEY_IF], newSchema)
911 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/xeipuuv/gojsonschema/
H A Dschema.go864 if existsMapKey(m, KEY_IF) {
865 if isKind(m[KEY_IF], reflect.Map, reflect.Bool) {
866 newSchema := &subSchema{property: KEY_IF, parent: currentSchema, ref: currentSchema.ref}
868 err := d.parseSchema(m[KEY_IF], newSchema)
875 ErrorDetails{"x": KEY_IF, "y": TYPE_OBJECT},
H A DsubSchema.go76 KEY_IF = "if" const
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdlparser.c1052 if (vhdl_keysame(vhdl_nexttoken, KEY_IF)) in vhdl_parseset_of_statements()
1096 if (vhdl_keysame(vhdl_nexttoken, KEY_IF)) in vhdl_parseset_of_statements()
1204 if (!vhdl_keysame(vhdl_nexttoken, KEY_IF)) in vhdl_parsegenerate()
H A Dvhdl.c143 {x_("if"), KEY_IF},
/dports/cad/electric/electric-7.00/src/include/
H A Dvhdl.h123 #define KEY_IF 27 macro