/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XML.php | 139 $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 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/ |
H A 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/ |
H A 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/ |
H A 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() === DOKU_LEXER_ENTER) { 122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG 133 if (in_array($actualCall->getTagName(), $insertBodyAfterThisCalls)) {
|
H A D | PanelTag.php | 63 $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 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) {
|
H A D | CarrouselTag.php | 49 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 D | ButtonTag.php | 111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) { 146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
|
H A D | IconTag.php | 26 $context = $parent->getTagName(); 28 $context = $parent->getTagName();
|
H A D | TabsTag.php | 273 $context = $firstChild->getTagName(); 316 $actual->getTagName() == syntax_plugin_combo_label::TAG 330 $actual->getTagName() == syntax_plugin_combo_label::TAG
|
H A D | Call.php | 266 public function getTagName() function in ComboStrap\\Call 565 * Same as {@link Call::getTagName()} 640 $name .= $this->getTagName(); 839 $this->getTagName() == "cdata" || 840 $this->getTagName() == "acronym" 880 $tagName = $this->getTagName();
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A 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()
|
H A 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/ |
H A 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
|
H A D | unit.php | 29 return webcomponent::getTagName(get_called_class()); 184 return webcomponent::getTagName(get_called_class());
|
/plugin/combo/ComboStrap/Tag/ |
H A 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/ |
H A D | webcomponent.php | 61 $elementName = self::getTagName($get_called_class); 71 public static function getTagName($get_called_class) function in webcomponent
|
/plugin/combo/syntax/ |
H A D | unit.php | 32 return PluginUtility::getTagName(get_called_class()); 193 return PluginUtility::getTagName(get_called_class());
|
H A D | para.php | 280 if ($paragraphIsOpen && $actualCall->getTagName() !== "eol") { 293 if ($actualCall->getTagName() === "eol") {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | TeardownTag.php | 55 public function getTagName() function in Google\\Service\\TagManager\\TeardownTag
|
H A D | SetupTag.php | 55 public function getTagName() function in Google\\Service\\TagManager\\SetupTag
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
H A D | SecurityNotAllowedTagError.php | 29 public function getTagName() function in Twig\\Sandbox\\SecurityNotAllowedTagError
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | SubstituteTag.php | 10 $tag = $this->getTagName();
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverElement.php | 80 public function getTagName(); function
|