Home
last modified time | relevance | path

Searched refs:accepts (Results 26 – 50 of 170) sorted by last modified time

1234567

/plugin/combo/syntax/
H A Dtogglecollapse.php60 function accepts($mode): bool function in syntax_plugin_combo_togglecollapse
H A Dtoggleexpand.php60 function accepts($mode): bool function in syntax_plugin_combo_toggleexpand
H A Dtooltip.php99 public function accepts($mode): bool function in syntax_plugin_combo_tooltip
H A Dunit.php65 public function accepts($mode) function in syntax_plugin_combo_unit
H A Dwebcode.php80 public function accepts($mode) function in syntax_plugin_combo_webcode
H A Dxmlblocktag.php52 public function accepts($mode): bool function in syntax_plugin_combo_xmlblocktag
H A Dxmlinlinetag.php80 public function accepts($mode): bool function in syntax_plugin_combo_xmlinlinetag
H A Dbackgrounds.php63 public function accepts($mode) function in syntax_plugin_combo_backgrounds
H A Dbrand.php89 function accepts($mode): bool function in syntax_plugin_combo_brand
H A Daccordion.php64 public function accepts($mode): bool function in syntax_plugin_combo_accordion
H A Dcell.php68 public function accepts($mode): bool function in syntax_plugin_combo_cell
H A Dcontentlistitem.php55 public function accepts($mode) function in syntax_plugin_combo_contentlistitem
/plugin/adhoctags/syntax/
H A Dabstract.php35 // override default accepts() method to allow nesting - ie, to get the plugin accepts its own entry syntax
36 function accepts($mode) { function in syntax_plugin_adhoctags_abstract
40 return parent::accepts($mode);
/plugin/dwtimeline/syntax/
H A Dmilestone.php17 function accepts($mode) { function in syntax_plugin_dwtimeline_milestone
19 return parent::accepts($mode);
/plugin/ifauthex/
H A Dsyntax.php59 function accepts($mode) { function in syntax_plugin_ifauthex
64 return parent::accepts($mode);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc19 `ClientBuilder`. The method accepts an array of values, each entry corresponding
H A Dper-request-configuration.asciidoc86 <1> `ignore` also accepts an array of exceptions to ignore. In this example, the
H A Dsearch-operations.asciidoc178 Notice that the `must` clause accepts an array of arrays. This is serialized
H A Dconfig-hash.asciidoc8 method, which accepts an array of configurations and returns a fully built
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md10 through a PHP function that accepts a request hash and returns a response hash
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md272 * Added `Elastica\Reindex->setRefresh(string $value): void`. It accepts `REFRESH_*` constants from its class [#1752](https://github.com/ruflin/Elastica/pull/1752) and [#1758](https://github.com/ruflin/Elastica/pull/1758)
279 * Changed `Terms::setTerms()` signature: it now accepts a list of strings only [#1765](https://github.com/ruflin/Elastica/pull/1765)
518 - [store](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-store.html) field only accepts boolean
776 - Elastica\Client constructor now accepts a transport of fully qualified name. [#1169](https://github.com/ruflin/Elastica/pull/1169)
831 - Elastica\Client constructor now accepts a LoggerInterface and will log both successful and failed requests. [#1069](https://github.com/ruflin/Elastica/pull/1069)
890 - Elastica\Type\Mapping::send now accepts query string parameters to send along with the mapping request
1031 - Constructor of `Aggregation\Filter` now accepts filter as second parameter [#878](https://github.com/ruflin/Elastica/pull/878)
1032 - Constructor of `Filter\AbstractMulti` (`BoolAnd`, `BooldOr`) now accepts array of filters as parameter [#878](https://github.com/ruflin/Elastica/pull/878)
1033 - Constructor of `Query\Match` now accepts arguments [#878](https://github.com/ruflin/Elastica/pull/878)
1776 - Change Elastica_Filter_GeoDistance::__construct(), accepts geohas
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md109 The constructor of the `Deferred` accepts an optional `$canceller` argument.
/plugin/achart/
H A DREADME.md5 This plugin accepts the same JavaScript object that ApexCharts takes to generate a chart. Any chart…
91 This plugin accepts the same JavaScript object that the `new ApexCharts()` function of ApexCharts t…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md131 …ckeditor4/latest/api/CKEDITOR_tools.html#method-constructor) constructor accepts an additional `ru…
132 …itor4/latest/api/CKEDITOR_editor.html#method-getCommandKeystroke) method accepts an additional `al…
440 …or4/latest/api/CKEDITOR_editor.html#method-getCommandKeystroke) now also accepts a command name as…
882 …/ckeditor4/latest/api/CKEDITOR_editor.html#method-insertHtml) method now accepts `range` as an add…
/plugin/blockquote/syntax/
H A Dblockquote.php37 function accepts($mode) { function in syntax_plugin_blockquote_blockquote
40 return parent :: accepts($mode);

1234567