| /template/strap/ComboStrap/ |
| H A D | CardTag.php | 39 $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 D | PanelTag.php | 63 $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 D | BlockquoteTag.php | 60 $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 D | CarrouselTag.php | 49 …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 D | OutlineSection.php | 70 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 D | ButtonTag.php | 111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) { 146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
|
| H A D | IconTag.php | 26 $context = $parent->getTagName(); 28 $context = $parent->getTagName();
|
| H A D | Call.php | 272 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 D | TabsTag.php | 273 $context = $firstChild->getTagName(); 316 $actual->getTagName() == syntax_plugin_combo_label::TAG 330 $actual->getTagName() == syntax_plugin_combo_label::TAG
|
| H A D | PipelineTag.php | 28 $actualName = $actual->getTagName();
|
| H A D | GridTag.php | 97 && !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 D | MasonryTag.php | 98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
|
| H A D | HeadingTag.php | 144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) { 156 $context = $parent->getTagName();
|
| /template/strap/ComboStrap/Tag/ |
| H A D | BoxTag.php | 74 if ($actual->getTagName() !== self::TAG) { 84 $tagName = $actual->getTagName(); 85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
|
| H A D | BackgroundTag.php | 91 if ($parentCall->getTagName() == BackgroundAttribute::BACKGROUNDS) { 166 $tagName = $actual->getTagName();
|
| /template/strap/syntax/ |
| H A D | unit.php | 32 return PluginUtility::getTagName(get_called_class()); 193 return PluginUtility::getTagName(get_called_class());
|
| H A D | para.php | 280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") { 293 if ($actualCall->getTagName() === "eol") {
|
| H A D | math.php | 191 return PluginUtility::getTagName(get_called_class());
|
| H A D | minimap.php | 397 public static function getTagName($get_called_class) function in syntax_plugin_combo_minimap 408 return self::getTagName(get_called_class());
|
| H A D | header.php | 76 $parentName = $parent->getTagName();
|
| H A D | navbarcollapse.php | 229 return PluginUtility::getTagName(get_called_class());
|
| H A D | link.php | 337 $parentName = $parent->getTagName(); 377 if ($parent->getTagName() == self::TAG) { 776 $context = $parent->getTagName();
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverElement.php | 80 public function getTagName(); function
|
| /template/twigstarter/vendor/twig/twig/src/Sandbox/ |
| D | SecurityNotAllowedTagError.php | 40 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/ |
| H A D | EventFiringWebElement.php | 259 public function getTagName() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement 262 return $this->element->getTagName();
|