Home
last modified time | relevance | path

Searched refs:types (Results 201 – 225 of 570) sorted by path

12345678910>>...23

/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js5types[settings.type].plugin||function(){};var submit=$.editable.types[settings.type].submit||funct…
26 if(settings.tooltip){$(self).attr('title',settings.tooltip);}}}};});};$.editable={types:{defaults:{… class in $.editable
29 …isFunction($.editable.types[settings.type].reset)){var reset=$.editable.types[settings.type].reset…
38 …elected','selected');}});}}},addInputType:function(name,input){$.editable.types[name]=input;}};$.f…
/plugin/dokumicrobugtracker/
H A Dstyle.css22 * no conflict between the two pagination types. If you want to use full_numbers pagination
561 * no conflict between the two pagination types. If you want to use full_numbers pagination
/plugin/dropfiles/action/
H A Dajax.php181 $types = array_keys(getMimeTypes());
182 $types = array_map(
186 $types
188 $regex = implode('|', $types);
/plugin/dropfiles/
H A Dyarn.lock1085 mime-types "^2.1.12"
1780 mime-types@^2.1.12, mime-types@~2.1.7:
1782 …resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af85…
2385 mime-types "~2.1.7"
/plugin/dw2pdf/
H A Dcomposer.lock40 "ext-bcmath": "Needed for generation of some types of barcodes",
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md85 - Several test types (unit, functional and visual tests)
/plugin/dwedit/
H A DDweditMenu.php14 protected $types = array( variable in dokuwiki\\plugin\\dwedit\\DweditMenu
/plugin/edittable/renderer/
H A Dinverse.php741 $types = array('th' => '^', 'td' => '|');
768 $str .= $types[$cell['tag']].str_repeat(' ', $lpad).
770 str_repeat($types[$cell['tag']], $cell['colspan'] - 1);
772 $str .= $types[$cell['tag']].DOKU_LF;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
15 - Elasticsearch 7.0 deprecated APIs that accept types, introduced new typeless
16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
H A DCHANGELOG.md412 - [TEST] test tweaks to appease stricter types [[51f189e]](http://github.com/elasticsearch/elasticsearch-php/commit/51f189e)
H A DLICENSE-APACHE33 and conversions to other media types.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc28 ==== Moving from types to typeless APIs in {es} 7.0
30 {es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
32 https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
H A Dcommunity.asciidoc68 - Registers console commands for index and types management and data import /
H A Dcrud.asciidoc4 IMPORTANT: Please note that mapping types will disappear from {es}, read more
5 {ref-7x}/removal-of-types.html[here]. If you migrated types from {es} 6 to 7,
H A Dexperimental-beta-apis.asciidoc62 Returns available script types, languages and contexts.
H A Dindex-operations.asciidoc139 mappings for various types.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc157 $params['type'] = DEPRECATED (list) A comma-separated list of types to restrict the results
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
292 $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
388 $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
538 $params['type'] = DEPRECATED (list) A comma-separated list of document types to use as default
541 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
556 $params['type'] = DEPRECATED (list) A comma-separated list of document types to use as default
558 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
734 $params['type'] = DEPRECATED (list) A comma-separated list of document types t
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc50 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
H A DGraphNamespace.asciidoc32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
H A DIndicesNamespace.asciidoc362 $params['index'] = (list) A comma-separated list of index names; use `_all` to check the types across all indices
363 $params['type'] = DEPRECATED (list) A comma-separated list of document types to check
504 $params['type'] = DEPRECATED (list) A comma-separated list of document types
535 $params['type'] = DEPRECATED (list) A comma-separated list of document types
979 $params['type'] = DEPRECATED (list) A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
H A DRollupNamespace.asciidoc128 $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md41 Both types can have parameters, user, password. The exact definition we are using
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md15 * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
29 * Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
38 * Feature: Support intersection types (PHP 8.1+).
H A DREADME.md271 // All other types of errors will propagate automatically

12345678910>>...23