Home
last modified time | relevance | path

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

/plugin/textile2/
H A DclassTextile.php604 $cite = $this->checkRefs($cite);
736 $url = $this->checkRefs($url);
772 function checkRefs($text) function in Textile
820 $href = (isset($m[5])) ? $this->checkRefs($m[5]) : '';
821 $url = $this->checkRefs($url);