Home
last modified time | relevance | path

Searched refs:parseAttributes (Results 1 – 5 of 5) sorted by relevance

/template/strap/action/
H A Dlinkmove.php303 $parseAttributes = syntax_plugin_combo_link::parse($match);
304 $ref = $parseAttributes[syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE];
/template/strap/syntax/
H A Dmetadata.php45 $defaultAttributes = PluginUtility::parseAttributes($defaultStringAttributes);
H A Dbadge.php117 …$defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KE…
/template/strap/ComboStrap/
H A DPluginUtility.php198 public static function parseAttributes($string) function in ComboStrap\\PluginUtility
324 $parsedAttributes = self::parseAttributes($match);
H A DXmlTagProcessing.php353 $defaultAttributes = PluginUtility::parseAttributes($defaultConfValue);