Home
last modified time | relevance | path

Searched refs:accepts (Results 26 – 50 of 170) sorted by relevance

1234567

/plugin/wrap/syntax/
H A Ddiv.php18 // override default accepts() method to allow nesting - ie, to get the plugin accepts its own entry syntax
19 function accepts($mode) { function in syntax_plugin_wrap_div
21 return parent::accepts($mode);
/plugin/ifauthex/
H A Dsyntax.php59 function accepts($mode) { function in syntax_plugin_ifauthex
64 return parent::accepts($mode);
/plugin/imapmarkers/syntax/
H A Dreference.php40 function accepts($mode) { function in syntax_plugin_imapmarkers_reference
43 return parent::accepts($mode);
/plugin/codedoc/
H A Dblock.php24 function accepts($mode) { function in syntax_plugin_codedoc_block
26 return parent::accepts($mode);
/plugin/tabbox/
H A Dsyntax.php19 function accepts($mode) { function in syntax_plugin_tabbox
21 return parent::accepts($mode);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DMockObjectComparatorTest.php122 $this->comparator->accepts($expected, $actual)
133 $this->comparator->accepts($expected, $actual)
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DMockObjectComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\MockObjectComparator
H A DExceptionComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\ExceptionComparator
H A DTypeComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\TypeComparator
H A DComparator.php50 abstract public function accepts($expected, $actual); function in SebastianBergmann\\Comparator\\Comparator
H A DResourceComparator.php25 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\ResourceComparator
H A DDoubleComparator.php32 public function accepts($expected, $actual) function in SebastianBergmann\\Comparator\\DoubleComparator
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dtemplate_instance.test2 "include" function accepts Twig_Template instance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dtemplate_instance.test2 "include" tag accepts \Twig\TemplateWrapper instance
/plugin/variants/
H A Dvariants.php48 public function accepts($mode) { function in syntax_plugin_variants_variants
51 return parent::accepts($mode);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dstrategy.test2 "autoescape" tag accepts an escaping strategy
H A Dstrategy.legacy.test2 "autoescape" tag accepts an escaping strategy
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dtemplate_instance.test2 "extends" tag accepts Twig_Template instance
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DClosureComparator.php24 public function accepts($expected, $actual) function in Prophecy\\Comparator\\ClosureComparator
H A DProphecyComparator.php19 public function accepts($expected, $actual) function in Prophecy\\Comparator\\ProphecyComparator
/plugin/dokugource/
H A Dsyntax.php25 function accepts($m) { return true;} function in syntax_plugin_dokugource
/plugin/bomfix/
H A Dsyntax.php84 function accepts($aMode) { function in syntax_plugin_bomfix
/plugin/pagetemplate/
H A Dsyntax.php165 function accepts($mode) { function in syntax_plugin_pagetemplate
182 return parent::accepts($mode);
/plugin/note/
H A Dsyntax.php67 function accepts($mode) { function in syntax_plugin_note
71 return parent::accepts($mode);
/plugin/imagereference/syntax/
H A Dimgcaption.php50 public function accepts($mode) { function in syntax_plugin_imagereference_imgcaption
59 return parent::accepts($mode);

1234567