Home
last modified time | relevance | path

Searched refs:checkAttributes (Results 1 – 3 of 3) sorted by relevance

/plugin/bootswrapper/syntax/
H A Dbootstrap.php70 protected function checkAttributes($attributes = array()) function in syntax_plugin_bootswrapper_bootstrap
253 $checked_attributes = $this->checkAttributes($attributes);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php589 * @param bool $checkAttributes
592 …MLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes = false, $mes… argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1974 * @param bool $checkAttributes
1977 …MLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes = false, $mes… argument
1993 if ($checkAttributes) {
2043 $checkAttributes,