Home
last modified time | relevance | path

Searched refs:getTagName (Results 51 – 75 of 87) sorted by relevance

1234

/plugin/combo/syntax/
H A Dnavbarcollapse.php229 return PluginUtility::getTagName(get_called_class());
H A Drailroad.php125 if (in_array($actual->getTagName(), WebCodeTag::CODE_TAGS)) {
H A Dpreformatted.php170 if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
H A Dcell.php181 if (in_array($firstChild->getTagName(), TagAttributes::CONTAINER_LOGICAL_ELEMENTS)) {
H A Dbrand.php169 $tagName = $actualCall->getTagName();
H A Dlabel.php90 $grandFatherName = $grandfather->getTagName();
H A Dcontentlist.php262 if ($child->getTagName() === BoxTag::HTML_TAG_ATTRIBUTE) {
H A Dmedia.php251 $parentTag = $parent->getTagName();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php97 … $this->assertEquals('if', $e->getTagName(), 'Exception should be raised on the "if" tag');
282 $this->assertEquals('sandbox', $e->getTagName());
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php34 return is_a($this->xml,"XMLLeaf") ? "text" : $this->xml->getTagName();
/plugin/combo/ComboStrap/
H A DHeadingTag.php144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
156 $context = $parent->getTagName();
H A DCallStack.php320 if ($this->getActualCall()->getTagName() == 'eol') {
704 if ($nextCall->getTagName() != "eol" && $nextCall->getDisplay() != "block") {
826 if ($actualCall->getTagName() == syntax_plugin_combo_media::TAG) {
H A DPermalinkTag.php139 if ($parent !== false && $parent->getTagName() === ButtonTag::MARKUP_LONG) {
H A DDimension.php192 if (in_array($actualCall->getTagName(),
H A DPluginUtility.php375 public static function getTagName($get_called_class) function in ComboStrap\\PluginUtility
409 $elementName = PluginUtility::getTagName($get_called_class);
H A DBrandTag.php47 $context = $parent->getTagName();
H A DOutlineVisitor.php137 $tagName = $h1ContentCall->getTagName();
H A DPageImageTag.php62 $context = $parent->getTagName();
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php84 if (in_array($actualCall->getTagName(), action_plugin_combo_instructionspostprocessing::HEADING_TAGS)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPageFooter.php12 $tag = $this->getTagName();
H A DFormFeed.php11 $tag = $this->getTagName();
/plugin/webcomponent/syntax/
H A Drelated.php250 return webcomponent::getTagName(get_called_class());
H A Dcard.php297 $elements[] = webcomponent::getTagName(get_called_class());
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php22 $tag_name = $element->getTagName();
H A DAbstractWebDriverCheckboxOrRadio.php26 $tagName = $element->getTagName();

1234