Home
last modified time | relevance | path

Searched refs:getTagName (Results 1 – 25 of 87) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php15 $tag = $this->getTagName();
953 $tag = $this->getTagName();
H A DFormFeed.php11 $tag = $this->getTagName();
H A DInlineTag.php12 $tag = $this->getTagName();
180 $tag = $this->getTagName();
H A DInput.php13 $tag = $this->getTagName();
H A DMeter.php12 $tag = $this->getTagName();
H A DPageFooter.php12 $tag = $this->getTagName();
H A DSetHtmlPageFooter.php10 $tag = $this->getTagName();
H A DSubstituteTag.php10 $tag = $this->getTagName();
H A DTag.php111 public function getTagName() function in Mpdf\\Tag\\Tag
H A DTd.php14 $tag = $this->getTagName();
/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 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 DDimension.php192 if (in_array($actualCall->getTagName(),
H A DPageExplorerTag.php210 $tagName = $actualCall->getTagName();
/plugin/combo/syntax/
H A Dheader.php76 $parentName = $parent->getTagName();
H A Diterator.php251 $tagName = $actualCall->getTagName();
H A Dlabel.php90 $grandFatherName = $grandfather->getTagName();
H A Dpara.php280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") {
293 if ($actualCall->getTagName() === "eol") {
H A Dpreformatted.php170 if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
H A Drailroad.php125 if (in_array($actual->getTagName(), WebCodeTag::CODE_TAGS)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php308 public function getTagName() function in Facebook\\WebDriver\\Remote\\RemoteWebElement
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php122 $tagName = $actualTag->getTagName();

1234