Home
last modified time | relevance | path

Searched refs:getTagName (Results 1 – 25 of 87) sorted by path

1234

/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/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DSetupTag.php55 public function getTagName() function in Google\\Service\\TagManager\\SetupTag
H A DTeardownTag.php55 public function getTagName() function in Google\\Service\\TagManager\\TeardownTag
/plugin/combo/ComboStrap/
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 DBrandTag.php47 $context = $parent->getTagName();
H A DButtonTag.php111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) {
146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
H A DCall.php266 public function getTagName() function in ComboStrap\\Call
563 * Same as {@link Call::getTagName()}
638 $name .= $this->getTagName();
837 $this->getTagName() == "cdata" ||
838 $this->getTagName() == "acronym"
878 $tagName = $this->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 DCardTag.php39 $context = $parent->getTagName();
43 $context = $parent->getTagName();
86 $tagName = $actualCall->getTagName();
119 if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === DOKU_LEXER_ENTER) {
122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG
133 if (in_array($actualCall->getTagName(), $insertBodyAfterThisCalls)) {
H A DCarrouselTag.php49 if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IMAGE_TAGS)) {
64 $context = $parent->getTagName();
75 if ($actualCall->getTagName() === FragmentTag::FRAGMENT_TAG) {
H A DDimension.php192 if (in_array($actualCall->getTagName(),
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) {
H A DHeadingTag.php144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
156 $context = $parent->getTagName();
H A DIconTag.php26 $context = $parent->getTagName();
28 $context = $parent->getTagName();
H A DMasonryTag.php98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
H A DOutline.php158 $tagName = $actualCall->getTagName();
172 $tagName = $actualCall->getTagName();
396 if ($this->actualHeadingCall->getTagName() === syntax_plugin_combo_headingatx::TAG) {
H A DOutlineSection.php186 switch ($this->headingEnterCall->getTagName()) {
263 switch ($this->headingEnterCall->getTagName()) {
H A DOutlineVisitor.php137 $tagName = $h1ContentCall->getTagName();
H A DPageExplorerTag.php210 $tagName = $actualCall->getTagName();
H A DPageImageTag.php62 $context = $parent->getTagName();
H A DPanelTag.php63 $context = $parent->getTagName();
96 if ($siblingTag->getTagName() === TabsTag::TAG) {
99 $descendantName = $descendant->getTagName();
111 LogUtility::msg("The direct element above a " . PanelTag::TAB_PANEL_MARKUP . " should be a `tabs` and not a `" . $siblingTag->getTagName() . "`", LogUtility::LVL_MSG_ERROR, "tabs");
141 if ($actualCall->getTagName() === syntax_plugin_combo_label::TAG) {
H A DPermalinkTag.php139 if ($parent !== false && $parent->getTagName() === ButtonTag::MARKUP_LONG) {
H A DPipelineTag.php28 $actualName = $actual->getTagName();
H A DPluginUtility.php375 public static function getTagName($get_called_class) function in ComboStrap\\PluginUtility
409 $elementName = PluginUtility::getTagName($get_called_class);

1234