Home
last modified time | relevance | path

Searched refs:identifyUl (Results 1 – 4 of 4) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php25 identifyUl as protected identifyBUl;
91 $this->identifyUl($line, $lines, $i) || $this->identifyOl($line, $lines, $i))) {
H A DGithubMarkdown.php72 $this->identifyUl($line, $lines, $i) ||
H A DREADME.md375 identifyUl as protected identifyBUl;
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php33 protected function identifyUl($line) function