Home
last modified time | relevance | path

Searched refs:getTagName (Results 26 – 50 of 87) sorted by relevance

1234

/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php91 if ($parentCall->getTagName() == BackgroundAttribute::BACKGROUNDS) {
166 $tagName = $actual->getTagName();
/plugin/combo/ComboStrap/
H A DOutlineSection.php186 switch ($this->headingEnterCall->getTagName()) {
263 switch ($this->headingEnterCall->getTagName()) {
H A DPipelineTag.php28 $actualName = $actual->getTagName();
H A DMasonryTag.php98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
H A DGridTag.php97 && !in_array($parent->getTagName(), [
269 if ($firstChildTag !== false && $firstChildTag->getTagName() === FragmentTag::FRAGMENT_TAG && $firstChildTag->getState() === DOKU_LEXER_ENTER) {
271 if ($fragmentEndTag->getTagName() !== FragmentTag::FRAGMENT_TAG || $fragmentEndTag->getState() !== DOKU_LEXER_EXIT) {
/plugin/webcomponent/syntax/
H A Dconsole.php142 return webcomponent::getTagName(get_called_class());
H A Dcontainer.php162 return webcomponent::getTagName(get_called_class());
H A Dgroup.php167 return webcomponent::getTagName(get_called_class());
H A Dcollapse.php171 return webcomponent::getTagName(get_called_class());
H A Dmath.php169 return webcomponent::getTagName(get_called_class());
H A Dnavbar.php171 return webcomponent::getTagName(get_called_class());
H A Dbutton.php252 return webcomponent::getTagName(get_called_class());
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DRSS.php91 $rootTagName = $this->xml->getTagName();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DRepoSource.php163 public function getTagName() function in Google\\Service\\CloudBuild\\RepoSource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource.php163 public function getTagName() function in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource
/plugin/combo/syntax/
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 Dlink.php295 $parentName = $parent->getTagName();
335 if ($parent->getTagName() == self::TAG) {
734 $context = $parent->getTagName();
H A Dheader.php76 $parentName = $parent->getTagName();
/plugin/minimap/
H A Dsyntax.php390 public static function getTagName($get_called_class) function in syntax_plugin_minimap
401 return self::getTagName(get_called_class());
/plugin/combo/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();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php12 $tag = $this->getTagName();
180 $tag = $this->getTagName();
H A DSetHtmlPageFooter.php10 $tag = $this->getTagName();
H A DTag.php111 public function getTagName() function in Mpdf\\Tag\\Tag
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php

1234