Home
last modified time | relevance | path

Searched refs:accepts (Results 51 – 75 of 170) sorted by relevance

1234567

/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/box/
H A Dsyntax.php51 public function accepts($mode) function in syntax_plugin_box
57 return parent::accepts($mode);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DSplObjectStorageComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\SplObjectStorageComparator
H A DDateTimeComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\DateTimeComparator
H A DNumericComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\NumericComparator
H A DFactory.php69 if ($comparator->accepts($expected, $actual)) {
H A DScalarComparator.php26 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\ScalarComparator
H A DDOMNodeComparator.php28 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\DOMNodeComparator
H A DObjectComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\ObjectComparator
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DTypeComparatorTest.php73 $this->comparator->accepts($expected, $actual)
/plugin/hidden/
H A Dsyntax.php27 // override default accepts() method to allow nesting
28 // - ie, to get the plugin accepts its own entry syntax
29 function accepts($mode) { function in syntax_plugin_hidden
31 return parent::accepts($mode);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
/plugin/diffpreview/
H A DREADME.md15 **NOTE: I am not the original author, merely the current maintainer who accepts reasonable pull req…
/plugin/combo/syntax/
H A Dxmlblocktag.php52 public function accepts($mode): bool function in syntax_plugin_combo_xmlblocktag
H A Diteratordata.php79 public function accepts($mode) function in syntax_plugin_combo_iteratordata
H A Dbackgrounds.php63 public function accepts($mode) function in syntax_plugin_combo_backgrounds
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate_modify.rst13 The ``date_modify`` filter accepts strings (it must be in a format supported
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
/plugin/spreadout/
H A Dsyntax.php57 function accepts($aMode) { function in syntax_plugin_spreadout
/plugin/lang/
H A Dsyntax.php59 function accepts($aMode) { function in syntax_plugin_lang
/plugin/headernofloat/
H A Dsyntax.php27 function accepts($mode) { return false; } function in syntax_plugin_headernofloat
/plugin/shy/
H A Dsyntax.php56 function accepts($aMode) { function in syntax_plugin_shy
/plugin/box2/
H A Dsyntax.php49 function accepts($mode) { function in syntax_plugin_box2
52 return parent::accepts($mode);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:

1234567