Home
last modified time | relevance | path

Searched refs:getTagName (Results 76 – 87 of 87) sorted by path

1234

/plugin/webcomponent/syntax/
H A Dbutton.php252 return webcomponent::getTagName(get_called_class());
H A Dcard.php297 $elements[] = webcomponent::getTagName(get_called_class());
H A Dcollapse.php171 return webcomponent::getTagName(get_called_class());
H A Dconsole.php142 return webcomponent::getTagName(get_called_class());
H A Dcontainer.php162 return webcomponent::getTagName(get_called_class());
H A Dgroup.php167 return webcomponent::getTagName(get_called_class());
H A Dmath.php169 return webcomponent::getTagName(get_called_class());
H A Dnavbar.php171 return webcomponent::getTagName(get_called_class());
H A Drelated.php250 return webcomponent::getTagName(get_called_class());
H A Dunit.php29 return webcomponent::getTagName(get_called_class());
184 return webcomponent::getTagName(get_called_class());
/plugin/webcomponent/
H A Dwebcomponent.php61 $elementName = self::getTagName($get_called_class);
71 public static function getTagName($get_called_class) function in webcomponent
/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

1234