Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/data/db/
Dupdate0004.sql1 ALTER TABLE aliases ADD COLUMN enum text;
2 UPDATE aliases SET enum = comment;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make th…
169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
197 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
211 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
225 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this …
345 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
398 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this o…
[all …]
DCatNamespace.asciidoc62 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that…
77 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,…
116 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,t…
137 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,na…
168 $params['bytes'] = (enum) The unit in which to display byte values (Options = b…
172 $params['health'] = (enum) A health status ("green", "yellow", or "red" to filte…
176 $params['time'] = (enum) The unit in which to display time values (Options = d…
179 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete ind…
213 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,…
218 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,m…
[all …]
DIndicesNamespace.asciidoc92 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
125 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indice…
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or …
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or cl…
297 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or …
316 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
366 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
398 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
415 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices …
[all …]
DClusterNamespace.asciidoc135 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concre…
136 $params['level'] = (enum) Specify the level of detail for returned inform…
142 $params['wait_for_events'] = (enum) Wait until all currently queued events with the…
145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Opti…
258 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete ind…
DSearchableSnapshotsNamespace.asciidoc38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = clust…
DAsyncSearchNamespace.asciidoc84 $params['default_operator'] = (enum) The default operator for query string query (AND …
93 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete…
98 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch…
DTextStructureNamespace.asciidoc35 $params['format'] = (enum) Optional parameter to specify the high level file format …
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DContentEditable.php12 $enum = new HTMLPurifier_AttrDef_Enum($allowed);
14 return $enum->validate($string, $config, $context);
/plugin/webdav/vendor/sabre/xml/lib/Element/
DElements.php77 Serializer\enum($writer, $this->value);
104 return Deserializer\enum($reader);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
DElements.php77 Serializer\enum($writer, $this->value);
104 return Deserializer\enum($reader);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClient.asciidoc108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
168 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Opt…
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
193 $params['version_type'] = (enum) Specific version type (Options = internal,external,exter…
212 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this …
218 $params['version_type'] = (enum) Specific version type (Options = internal,external,exter…
235 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) …
240 $params['conflicts'] = (enum) What to do when the delete by query hits version conflic…
241 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indice…
[all …]
/plugin/data-au/db/
Dupdate0004.sql1 alter table aliases CHANGE comment enum text;
/plugin/jsoneditor/demo/
Djsoneditor_demo.txt40 "enum": [
86 "enum": [
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
DAsn1.php88 * @param int $enum
91 public static function enumerated(int $enum): EnumeratedType argument
93 return new EnumeratedType($enum);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
DEnumTest.php15 enum($writer, [
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
DEnumTest.php39 return enum($reader, 'urn:test');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
DScheduleCalendarTransp.php119 $elems = Deserializer\enum($reader, Plugin::NS_CALDAV);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D67.67.js.map1enum', 'end enum'],\n ['event', 'end event'],\n ['function', 'end function'],\n …
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
Dfunctions.php41 function enum(Writer $writer, array $values) { function
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
Dfunctions.php140 function enum(Reader $reader, $namespace = null) { function
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
Dfunctions.php41 function enum(Writer $writer, array $values) { function
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
Dfunctions.php153 function enum(Reader $reader, $namespace = null) { function
/plugin/codemirror/dist/modes/
Drust.min.js.map1enum|mod|struct|type|union)(\\s+)([a-zA-Z_][a-zA-Z0-9_]*)/, token: [\"keyword\", null, \"def\"]},\…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocParser.php781 foreach (self::$annotationMetadata[$name]['enum'] as $property => $enum) {
783 if (isset($values[$property]) && ! in_array($values[$property], $enum['value'])) {
784 …w AnnotationException::enumeratorError($property, $name, $this->context, $enum['literal'], $values…

1234