Home
last modified time | relevance | path

Searched refs:getEmptyTagPattern (Results 1 – 6 of 6) sorted by relevance

/template/strap/syntax/
H A Dxmlblockemptytag.php65 $pattern = PluginUtility::getEmptyTagPattern($tag);
H A Dtoc.php85 $specialPattern = PluginUtility::getEmptyTagPattern(self::TAG);
H A Dmetadata.php133 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
H A Ddisqus.php71 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
H A Dbrand.php110 …$this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility…
/template/strap/ComboStrap/
H A DPluginUtility.php347 public static function getEmptyTagPattern($tag): string function in ComboStrap\\PluginUtility
363 return self::getEmptyTagPattern("[\w-]+");