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/
DXML.php139 $tagPath = $this->tag->getTagName();
141 if($this->tag->getTagName() == $tags[0]) {
146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) &&
158 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
182 $tagPath = $this->tag->getTagName();
184 if($this->tag->getTagName() == $tags[0]) {
197 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
221 $tagPath = $this->tag->getTagName();
224 if($this->tag->getTagName() == $tags[0]) {
232 if($node->tag->getTagName() == $tags[1]) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
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/
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/
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/
DCardTag.php39 $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)) {
DPanelTag.php63 $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) {
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) {
DCarrouselTag.php49 …if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IM…
64 $context = $parent->getTagName();
75 if ($actualCall->getTagName() === FragmentTag::FRAGMENT_TAG) {
DOutlineSection.php70 if ($this->headingEnterCall->getTagName() == 'header') {
137 if ($call->getTagName() === Outline::DOKUWIKI_HEADING_CALL_NAME) {
211 switch ($this->headingEnterCall->getTagName()) {
306 switch ($this->headingEnterCall->getTagName()) {
DButtonTag.php111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) {
146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
DIconTag.php26 $context = $parent->getTagName();
28 $context = $parent->getTagName();
DCall.php272 public function getTagName() function in ComboStrap\\Call
652 $name .= $this->getTagName();
851 $this->getTagName() == "cdata" ||
852 $this->getTagName() == "acronym"
892 $tagName = $this->getTagName();
DTabsTag.php273 $context = $firstChild->getTagName();
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
/plugin/jdraw/src/com/mxgraph/examples/swing/
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()
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/
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
Dunit.php29 return webcomponent::getTagName(get_called_class());
184 return webcomponent::getTagName(get_called_class());
/plugin/combo/ComboStrap/Tag/
DBoxTag.php74 if ($actual->getTagName() !== self::TAG) {
84 $tagName = $actual->getTagName();
85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
/plugin/webcomponent/
Dwebcomponent.php61 $elementName = self::getTagName($get_called_class);
71 public static function getTagName($get_called_class) function in webcomponent
/plugin/combo/syntax/
Dunit.php32 return PluginUtility::getTagName(get_called_class());
193 return PluginUtility::getTagName(get_called_class());
Dpara.php280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") {
293 if ($actualCall->getTagName() === "eol") {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDOMLex.php144 protected function getTagName($node) function in HTMLPurifier_Lexer_DOMLex
223 $tag_name = $this->getTagName($node); // Handle variable tagName property
247 $tag_name = $this->getTagName($node); // Handle variable tagName property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DTeardownTag.php55 public function getTagName() function in Google\\Service\\TagManager\\TeardownTag
DSetupTag.php55 public function getTagName() function in Google\\Service\\TagManager\\SetupTag
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php29 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError

1234