Home
last modified time | relevance | path

Searched refs:listTypes (Results 1 – 25 of 134) sorted by relevance

123456

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/hil/ast/
H A Dvariables_helper.go6 listTypes := make(map[Type]struct{})
8 if _, ok := listTypes[v.Type]; ok {
11 listTypes[v.Type] = struct{}{}
14 if len(listTypes) != 1 && len(list) != 0 {
15 …mt.Errorf("list %q does not have homogenous types. found %s", variableName, reportTypes(listTypes))
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/webapp/
H A Dpubsub-service-summary.jsp65 Map<String,listType> listTypes = new HashMap<>();
67 listTypes.put("pubsub#allowedToCreate", listType.user);
68 listTypes.put("pubsub#sysadmins", listType.user);
70 pubSubServiceInfo.validateAdditions(form, request, listTypes, errors);
73 pageContext.setAttribute("listTypes", listTypes);
120 <c:set var="listTypes" value="${listTypes}" scope="request"/>
H A Dpubsub-node-edit.jsp104 Map<String,listType> listTypes = new HashMap<>();
106 listTypes.put("pubsub#contact", listType.user);
107 listTypes.put("pubsub#replyto", listType.user);
108 listTypes.put("pubsub#roster_groups_allowed", listType.group);
110 pubSubServiceInfo.validateAdditions(form, request, listTypes, errors);
115 pageContext.setAttribute("listTypes", listTypes);
206 <c:set var="listTypes" value="${listTypes}" scope="request"/>
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/security/vault/vault-1.8.2/vendor/sigs.k8s.io/structured-merge-diff/v3/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/sigs.k8s.io/structured-merge-diff/v4/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/sigs.k8s.io/structured-merge-diff/v4/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/structured-merge-diff/v4/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/net/inlets/inlets-3.0.2/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.0.2/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.1.0/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/structured-merge-diff/v3/internal/cli/
H A Doptions.go42 listTypes bool member
63 fs.BoolVar(&o.listTypes, "list-types", false, "List all the types in the schema and exit.")
100 count := c[o.merge] + c[o.compare] + c[o.validatePath != ""] + c[o.listTypes] + c[o.fieldset != ""]
106 case o.listTypes:
107 return listTypes{base}, nil
/dports/deskutils/flameshot/flameshot-0.10.2/src/config/
H A Dbuttonlistview.cpp24 auto listTypes = CaptureToolButton::getIterableButtonTypes(); in initButtonList() local
26 for (const CaptureToolButton::ButtonType t : listTypes) { in initButtonList()
89 auto listTypes = CaptureToolButton::getIterableButtonTypes(); in updateComponents() local
92 auto elem = static_cast<CaptureToolButton::ButtonType>(listTypes.at(i)); in updateComponents()
/dports/science/gabedit/GabeditSrc251_300720/src/Spectrum/
H A DECDSpectrum.c604 gtk_tree_store_set (store, &iter, 0, listTypes[i], -1); in add_qchem_types_combo()
671 combo = add_qchem_types_combo(hbox, nTypes, listTypes); in read_qchem_file_multiple()
704 gchar** listTypes = NULL; in read_qchem_file() local
722 listTypes = g_realloc(listTypes, nTypes*sizeof(gchar*)); in read_qchem_file()
726 listTypes[nTypes-1] = g_strdup(t); in read_qchem_file()
737 gboolean res = read_qchem_file_str(fileName, listTypes[0]); in read_qchem_file()
738 if(listTypes[0]) g_free(listTypes[0]); in read_qchem_file()
739 if(listTypes) g_free(listTypes); in read_qchem_file()
744 gboolean res = read_qchem_file_multiple(fileName, nTypes, listTypes); in read_qchem_file()
746 if(listTypes[i]) g_free(listTypes[i]); in read_qchem_file()
[all …]
H A DUVSpectrum.c716 gtk_tree_store_set (store, &iter, 0, listTypes[i], -1); in add_qchem_types_combo()
783 combo = add_qchem_types_combo(hbox, nTypes, listTypes); in read_qchem_file_multiple()
816 gchar** listTypes = NULL; in read_qchem_file() local
834 listTypes = g_realloc(listTypes, nTypes*sizeof(gchar*)); in read_qchem_file()
838 listTypes[nTypes-1] = g_strdup(t); in read_qchem_file()
849 gboolean res = read_qchem_file_str(fileName, listTypes[0]); in read_qchem_file()
850 if(listTypes[0]) g_free(listTypes[0]); in read_qchem_file()
851 if(listTypes) g_free(listTypes); in read_qchem_file()
856 gboolean res = read_qchem_file_multiple(fileName, nTypes, listTypes); in read_qchem_file()
858 if(listTypes[i]) g_free(listTypes[i]); in read_qchem_file()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DParagraphBulletsNumbers.cpp61 connect(widget.listTypes, SIGNAL(currentRowChanged(int)), this, SLOT(styleChanged(int))); in ParagraphBulletsNumbers()
77 m_mapping.insert(widget.listTypes->count(), lsi.labelType); in addStyle()
78 widget.listTypes->addItem(lsi.name); in addStyle()
79 return widget.listTypes->count() - 1; in addStyle()
88 widget.listTypes->setCurrentRow(0); in setDisplay()
100 widget.listTypes->setCurrentRow(row); in setDisplay()
178 const int currentRow = widget.listTypes->currentRow(); in save()
314 widget.listTypes->setCurrentRow(row); in customCharButtonPressed()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Declass_xml.cpp186 bool listAttributeSupported(ListAttributeTypes& listTypes, const char* name) in listAttributeSupported() argument
188 return listTypes.find(name) != listTypes.end(); in listAttributeSupported()
201 …r& collector, ListAttributeTypes& listTypes, const XMLElement& element) : m_collector(collector), … in ClassImporter() argument
310 ListAttributeImporter(ListAttributeTypes& listTypes, const XMLElement& element) in ListAttributeImporter() argument
313 m_listType = &listTypes[name]; in ListAttributeImporter()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Declass_xml.cpp255 bool listAttributeSupported( ListAttributeTypes& listTypes, const char* name ){ in listAttributeSupported() argument
256 return listTypes.find( name ) != listTypes.end(); in listAttributeSupported()
269 … collector, ListAttributeTypes& listTypes, const XMLElement& element ) : m_collector( collector ),… in ClassImporter() argument
363 ListAttributeImporter( ListAttributeTypes& listTypes, const XMLElement& element ){ in ListAttributeImporter() argument
365 m_listType = &listTypes[name]; in ListAttributeImporter()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DParagraphBulletsNumbers.cpp69 connect(widget.listTypes, SIGNAL(currentRowChanged(int)), this, SLOT(styleChanged(int))); in ParagraphBulletsNumbers()
85 m_mapping.insert(widget.listTypes->count(), lsi.style); in addStyle()
86 widget.listTypes->addItem(lsi.name); in addStyle()
87 return widget.listTypes->count() - 1; in addStyle()
96 widget.listTypes->setCurrentRow(0); in setDisplay()
108 widget.listTypes->setCurrentRow(row); in setDisplay()
188 const int currentRow = widget.listTypes->currentRow(); in save()
332 widget.listTypes->setCurrentRow(row); in customCharButtonPressed()
/dports/databases/kdb/kdb-3.2.0/src/expression/
H A DKDbFunctionExpression.cpp1017 QString listTypes; in setIncorrectTypeOfArgumentsErrorMessage() local
1020 if (!listTypes.isEmpty()) { in setIncorrectTypeOfArgumentsErrorMessage()
1021 listTypes += KDbFunctionExpressionData::tr(" or "); in setIncorrectTypeOfArgumentsErrorMessage()
1025 listTypes += KDbFunctionExpressionData::tr("\"%1\"") in setIncorrectTypeOfArgumentsErrorMessage()
1029 listTypes += KDbFunctionExpressionData::tr("\"%1\"") in setIncorrectTypeOfArgumentsErrorMessage()
1033 listTypes += KDbFunctionExpressionData::tr("\"%1\"") in setIncorrectTypeOfArgumentsErrorMessage()
1037 listTypes += KDbFunctionExpressionData::tr("\"%1\"") in setIncorrectTypeOfArgumentsErrorMessage()
1041 listTypes += KDbFunctionExpressionData::tr("\"%1\"") in setIncorrectTypeOfArgumentsErrorMessage()
1046 listTypes += KDbFunctionExpressionData::tr("\"Number\""); in setIncorrectTypeOfArgumentsErrorMessage()
1060 .arg(name, listTypes, lastSentence)); in setIncorrectTypeOfArgumentsErrorMessage()
[all …]
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/List/Query/List/
H A DBase.php87 public function listTypes() function in Horde_Kolab_Storage_List_Query_List_Base
106 foreach ($this->listTypes() as $folder => $folder_type) {
186 $types = $this->listTypes();

123456