Home
last modified time | relevance | path

Searched refs:getHeadingCharacter (Results 1 – 2 of 2) sorted by relevance

/plugin/webcomponent/syntax/
H A Dheading.php86 $headerCharacter = self::getHeadingCharacter();
124 $level = strspn($title, self::getHeadingCharacter());
126 $title = trim($title, self::getHeadingCharacter());
172 public static function getHeadingCharacter() function in syntax_plugin_webcomponent_heading
/plugin/webcomponent/_test/
H A Dheading.test.php20 $componentName = syntax_plugin_webcomponent_heading::getHeadingCharacter();