Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dtabgroup.php66 protected function normalizeTabContent($content, $openingIndent = '') argument
88 if ($openingIndent !== '') {
89 $indentLength = strlen($openingIndent);
92 if ($line !== '' && strncmp($line, $openingIndent, $indentLength) === 0) {
H A Dcore.php908 $openingIndent = '';
917 $openingIndent = $indentMatches[0] ?? '';
921 $body = call_user_func($contentFilter, $body, $openingIndent);