Home
last modified time | relevance | path

Searched refs:getTagName (Results 1 – 25 of 47) sorted by relevance

12

/template/strap/ComboStrap/
H A DCardTag.php39 $context = $parent->getTagName();
43 $context = $parent->getTagName();
86 $tagName = $actualCall->getTagName();
119 …if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === D…
122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG
133 if (in_array($actualCall->getTagName(), $insertBodyAfterThisCalls)) {
H A DPanelTag.php63 $context = $parent->getTagName();
96 if ($siblingTag->getTagName() === TabsTag::TAG) {
99 $descendantName = $descendant->getTagName();
111 …g::TAB_PANEL_MARKUP . " should be a `tabs` and not a `" . $siblingTag->getTagName() . "`", LogUtil…
141 if ($actualCall->getTagName() === syntax_plugin_combo_label::TAG) {
H A DBlockquoteTag.php60 $context = $parent->getTagName();
64 $context = $parent->getTagName();
96 if ($actualCall->getTagName() == syntax_plugin_combo_cite::TAG) {
132 $actualCall->getTagName() == syntax_plugin_combo_link::TAG
201 if ($firstChild->getTagName() == syntax_plugin_combo_header::TAG) {
H A DCarrouselTag.php49 …if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IM…
64 $context = $parent->getTagName();
75 if ($actualCall->getTagName() === FragmentTag::FRAGMENT_TAG) {
H A DOutlineSection.php70 if ($this->headingEnterCall->getTagName() == 'header') {
137 if ($call->getTagName() === Outline::DOKUWIKI_HEADING_CALL_NAME) {
211 switch ($this->headingEnterCall->getTagName()) {
306 switch ($this->headingEnterCall->getTagName()) {
H A DButtonTag.php111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) {
146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
H A DIconTag.php26 $context = $parent->getTagName();
28 $context = $parent->getTagName();
H A DCall.php272 public function getTagName() function in ComboStrap\\Call
652 $name .= $this->getTagName();
851 $this->getTagName() == "cdata" ||
852 $this->getTagName() == "acronym"
892 $tagName = $this->getTagName();
H A DTabsTag.php273 $context = $firstChild->getTagName();
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
H A DPipelineTag.php28 $actualName = $actual->getTagName();
H A DGridTag.php97 && !in_array($parent->getTagName(), [
269 …if ($firstChildTag !== false && $firstChildTag->getTagName() === FragmentTag::FRAGMENT_TAG && $fir…
271 …if ($fragmentEndTag->getTagName() !== FragmentTag::FRAGMENT_TAG || $fragmentEndTag->getState() !==…
H A DMasonryTag.php98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
H A DHeadingTag.php144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
156 $context = $parent->getTagName();
/template/strap/ComboStrap/Tag/
H A DBoxTag.php74 if ($actual->getTagName() !== self::TAG) {
84 $tagName = $actual->getTagName();
85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
H A DBackgroundTag.php91 if ($parentCall->getTagName() == BackgroundAttribute::BACKGROUNDS) {
166 $tagName = $actual->getTagName();
/template/strap/syntax/
H A Dunit.php32 return PluginUtility::getTagName(get_called_class());
193 return PluginUtility::getTagName(get_called_class());
H A Dpara.php280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") {
293 if ($actualCall->getTagName() === "eol") {
H A Dmath.php191 return PluginUtility::getTagName(get_called_class());
H A Dminimap.php397 public static function getTagName($get_called_class) function in syntax_plugin_combo_minimap
408 return self::getTagName(get_called_class());
H A Dheader.php76 $parentName = $parent->getTagName();
H A Dnavbarcollapse.php229 return PluginUtility::getTagName(get_called_class());
H A Dlink.php337 $parentName = $parent->getTagName();
377 if ($parent->getTagName() == self::TAG) {
776 $context = $parent->getTagName();
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php80 public function getTagName(); function
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php40 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php259 public function getTagName() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
262 return $this->element->getTagName();

12