Home
last modified time | relevance | path

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

1234

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php139 $tagPath = $this->tag->getTagName();
141 if($this->tag->getTagName() == $tags[0]) {
182 $tagPath = $this->tag->getTagName();
184 if($this->tag->getTagName() == $tags[0]) {
221 $tagPath = $this->tag->getTagName();
224 if($this->tag->getTagName() == $tags[0]) {
250 $tagPath = $this->tag->getTagName();
274 function getTagName() { function in XML
275 return($this->tag->getTagName());
504 $tagPath = $this->tag->getTagName();
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php121 switch (static::getTagName($children['name'])) {
205 || 'parameters' !== static::getTagName($xmlPropertyChild['name'])) {
218 $propertyParameters[static::getTagName($xmlParameter['name'])]
236 $propertyValue[static::getTagName($xmlRequestChild['name'])]
245 $propertyValue[static::getTagName($xmlRequestChild['name'])]
260 $propertyValue[static::getTagName($specialChild['name'])]
269 $tagName = static::getTagName($specialChild['name']);
281 $propertyType = static::getTagName($xmlProperty['value'][0]['name']);
313 $componentName = static::getTagName($component['name']);
379 protected static function getTagName($clarkedTagName) function in Sabre\\VObject\\Parser\\XML
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php131 switch (static::getTagName($children['name'])) {
227 || 'parameters' !== static::getTagName($xmlPropertyChild['name']))
240 $propertyParameters[static::getTagName($xmlParameter['name'])]
261 $propertyValue[static::getTagName($xmlRequestChild['name'])]
270 $propertyValue[static::getTagName($xmlRequestChild['name'])]
284 $propertyValue[static::getTagName($specialChild['name'])]
294 $tagName = static::getTagName($specialChild['name']);
309 $propertyType = static::getTagName($xmlProperty['value'][0]['name']);
346 $componentName = static::getTagName($component['name']);
422 protected static function getTagName($clarkedTagName) { function in Sabre\\VObject\\Parser\\XML
/plugin/webcomponent/_test/
H A Dblockquote.test.php20 $elementName = syntax_plugin_webcomponent_blockquote::getTagName();
29 $element = syntax_plugin_webcomponent_blockquote::getTagName();
48 $element = syntax_plugin_webcomponent_blockquote::getTagName();
67 $element = syntax_plugin_webcomponent_blockquote::getTagName();
/plugin/combo/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() === DOKU_LEXER_ENTER) {
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 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 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::IMAGE_TAGS)) {
64 $context = $parent->getTagName();
75 if ($actualCall->getTagName() === FragmentTag::FRAGMENT_TAG) {
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 DTabsTag.php273 $context = $firstChild->getTagName();
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
330 $actual->getTagName() == syntax_plugin_combo_label::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();
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java80 if (elt.getTagName().equalsIgnoreCase("person")) in UserObject()
92 else if (elt.getTagName().equalsIgnoreCase("knows")) in UserObject()
94 return elt.getTagName() + " (Since " in UserObject()
117 if (elt.getTagName().equalsIgnoreCase("person")) in UserObject()
175 if (elt.getTagName().equalsIgnoreCase("person")) in UserObject()
H A DUserObject.java.bak74 if (elt.getTagName().equalsIgnoreCase("person"))
86 else if (elt.getTagName().equalsIgnoreCase("knows"))
88 return elt.getTagName() + " (Since "
111 if (elt.getTagName().equalsIgnoreCase("person"))
169 if (elt.getTagName().equalsIgnoreCase("person"))
/plugin/webcomponent/syntax/
H A Dblockquote.php92 …$this->Lexer->addExitPattern('</' . self::getTagName() . '>', 'plugin_' . webcomponent::PLUGIN_NAM…
186 … . DOKU_TAB . DOKU_TAB . '<' . self::getTagName() . ' class="' . self::getTagName() . ' m-0"';
236 public static function getTagName() function in syntax_plugin_webcomponent_blockquote
H A Dunit.php29 return webcomponent::getTagName(get_called_class());
184 return webcomponent::getTagName(get_called_class());
/plugin/combo/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) {
/plugin/webcomponent/
H A Dwebcomponent.php61 $elementName = self::getTagName($get_called_class);
71 public static function getTagName($get_called_class) function in webcomponent
/plugin/combo/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") {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTeardownTag.php55 public function getTagName() function in Google\\Service\\TagManager\\TeardownTag
H A DSetupTag.php55 public function getTagName() function in Google\\Service\\TagManager\\SetupTag
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedTagError.php29 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSubstituteTag.php10 $tag = $this->getTagName();
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php80 public function getTagName(); function

1234