Home
last modified time | relevance | path

Searched refs:typeFields (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/dependencies/genpacket/
H A Dgenpacket_enet.nim59 for i in 0.. typeFields.len - 1:
61 name = typeFields[i][0]
64 case typeFields[i][1].kind
66 case $typeFields[i][1][0].ident
105 case $typeFields[i][1].ident
144 for i in 0 ..< len(typeFields):
145 let fname = typeFields[i][0]
148 typeFields[i][1],
149 typeFields[i][2]))
152 typeFields[i][0] = fname.postfix("*")
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_associations/associations/
H A Ddefault.php89 <?php if (!empty($this->typeFields['menutype'])) : ?>
94 <?php if (!empty($this->typeFields['access'])) : ?>
137 <?php if (!empty($this->typeFields['alias'])) : ?>
142 <?php if (!empty($this->typeFields['catid'])) : ?>
157 <?php if (!empty($this->typeFields['menutype'])) : ?>
162 <?php if (!empty($this->typeFields['access'])) : ?>
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_associations/views/associations/tmpl/
H A Ddefault.php89 <?php if (!empty($this->typeFields['menutype'])) : ?>
94 <?php if (!empty($this->typeFields['access'])) : ?>
141 <?php if (!empty($this->typeFields['alias'])) : ?>
146 <?php if (!empty($this->typeFields['catid'])) : ?>
162 <?php if (!empty($this->typeFields['menutype'])) : ?>
167 <?php if (!empty($this->typeFields['access'])) : ?>
H A Dmodal.php83 <?php if (!empty($this->typeFields['menutype'])) : ?>
132 <?php if (!empty($this->typeFields['alias'])) : ?>
137 <?php if (!empty($this->typeFields['catid'])) : ?>
151 <?php if (!empty($this->typeFields['menutype'])) : ?>
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DDenseUnionVector.java105 private Field[] typeFields = new Field[Byte.MAX_VALUE + 1]; field in DenseUnionVector
231 if (nextTypeId == typeFields.length) { in registerNewTypeId()
233 typeFields.length + " relative types. Please use union of union instead"); in registerNewTypeId()
246 typeFields[typeId] = field; in registerNewTypeId()
502 int childCount = (int) Arrays.stream(typeFields).filter(field -> field != null).count(); in getField()
505 for (int i = 0; i < typeFields.length; i++) { in getField()
506 if (typeFields[i] != null) { in getField()
509 childFields.add(typeFields[i]); in getField()
594 to.typeFields[i] = typeFields[i]; in createTransferPairs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Serializer/
H A DFormatterServicesNoSerializableCheck.cs102 FieldInfo[] typeFields; in InternalGetSerializableMembers()
142typeFields = parentType.GetFields(BindingFlags.NonPublic | BindingFlags.Instance); in InternalGetSerializableMembers()
144 foreach (FieldInfo field in typeFields) in InternalGetSerializableMembers()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/codegen/templates/
H A DDenseUnionVector.java102 private Field[] typeFields = new Field[Byte.MAX_VALUE + 1]; field in DenseUnionVector
232 if (nextTypeId == typeFields.length) { in registerNewTypeId()
234 typeFields.length + " relative types. Please use union of union instead"); in registerNewTypeId()
247 typeFields[typeId] = field; in registerNewTypeId()
519 int childCount = (int) Arrays.stream(typeFields).filter(field -> field != null).count(); in getField()
522 for (int i = 0; i < typeFields.length; i++) { in getField()
523 if (typeFields[i] != null) { in getField()
526 childFields.add(typeFields[i]); in getField()
611 to.typeFields[i] = typeFields[i]; in createTransferPairs()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DDenseUnionVector.java103 private Field[] typeFields = new Field[Byte.MAX_VALUE + 1]; field in DenseUnionVector
233 if (nextTypeId == typeFields.length) { in registerNewTypeId()
235 typeFields.length + " relative types. Please use union of union instead"); in registerNewTypeId()
238 typeFields[typeId] = field; in registerNewTypeId()
529 int childCount = (int) Arrays.stream(typeFields).filter(field -> field != null).count(); in getField()
532 for (int i = 0; i < typeFields.length; i++) { in getField()
533 if (typeFields[i] != null) { in getField()
536 childFields.add(typeFields[i]); in getField()
621 to.typeFields[i] = typeFields[i]; in createTransferPairs()
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_associations/views/associations/
H A Dview.html.php105 $this->typeFields = array();
118 $this->typeFields = $fields;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/
H A Dpath_static_roles.go87 var typeFields map[string]*framework.FieldSchema
90 typeFields = staticFields()
93 for k, v := range typeFields {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/
H A Dpath_roles.go84 var typeFields map[string]*framework.FieldSchema
87 typeFields = staticFields()
90 for k, v := range typeFields {
/dports/security/vuls/vuls-0.13.7/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/devel/hub/hub-2.14.2/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/BurntSushi/toml/toml-0.3.1/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/net/nsq/nsq-1.2.1/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/BurntSushi/toml/toml-0.3.1/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field {
230 f = typeFields(t)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field {
230 f = typeFields(t)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/BurntSushi/toml/
H A Dtype_fields.go67 func typeFields(t reflect.Type) []field { func
230 f = typeFields(t)

12345678910>>...17