/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
D | XML.php | 139 $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/ |
D | XML.php | 121 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/ |
D | XML.php | 131 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/ |
D | blockquote.test.php | 20 $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/ |
D | CardTag.php | 39 $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)) {
|
D | PanelTag.php | 63 $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) {
|
D | BlockquoteTag.php | 60 $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) {
|
D | CarrouselTag.php | 49 …if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IM… 64 $context = $parent->getTagName(); 75 if ($actualCall->getTagName() === FragmentTag::FRAGMENT_TAG) {
|
D | OutlineSection.php | 70 if ($this->headingEnterCall->getTagName() == 'header') { 137 if ($call->getTagName() === Outline::DOKUWIKI_HEADING_CALL_NAME) { 211 switch ($this->headingEnterCall->getTagName()) { 306 switch ($this->headingEnterCall->getTagName()) {
|
D | ButtonTag.php | 111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) { 146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
|
D | IconTag.php | 26 $context = $parent->getTagName(); 28 $context = $parent->getTagName();
|
D | Call.php | 272 public function getTagName() function in ComboStrap\\Call 652 $name .= $this->getTagName(); 851 $this->getTagName() == "cdata" || 852 $this->getTagName() == "acronym" 892 $tagName = $this->getTagName();
|
D | TabsTag.php | 273 $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/ |
D | UserObject.java | 80 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()
|
D | UserObject.java.bak | 74 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/ |
D | blockquote.php | 92 …$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
|
D | unit.php | 29 return webcomponent::getTagName(get_called_class()); 184 return webcomponent::getTagName(get_called_class());
|
/plugin/combo/ComboStrap/Tag/ |
D | BoxTag.php | 74 if ($actual->getTagName() !== self::TAG) { 84 $tagName = $actual->getTagName(); 85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
|
/plugin/webcomponent/ |
D | webcomponent.php | 61 $elementName = self::getTagName($get_called_class); 71 public static function getTagName($get_called_class) function in webcomponent
|
/plugin/combo/syntax/ |
D | unit.php | 32 return PluginUtility::getTagName(get_called_class()); 193 return PluginUtility::getTagName(get_called_class());
|
D | para.php | 280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") { 293 if ($actualCall->getTagName() === "eol") {
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
D | DOMLex.php | 144 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/ |
D | TeardownTag.php | 55 public function getTagName() function in Google\\Service\\TagManager\\TeardownTag
|
D | SetupTag.php | 55 public function getTagName() function in Google\\Service\\TagManager\\SetupTag
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
D | SecurityNotAllowedTagError.php | 29 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError
|