Home
last modified time | relevance | path

Searched refs:identifyHr (Results 1 – 5 of 5) sorted by path

/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php74 $this->identifyHr($line, $lines, $i)
H A DMarkdown.php31 identifyHr as protected identifyAHr;
H A DREADME.md381 identifyHr as protected identifyAHr;
408 by renaming the identification function. This is what is done with renaming `identifyHr` to `identi…
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php142 …if (!empty($lines[$i + 1]) && method_exists($this, 'identifyHr') && $this->identifyHr($lines[$i + …
H A DRuleTrait.php18 protected function identifyHr($line) function