Home
last modified time | relevance | path

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

/plugin/textile2/
DclassTextile.php837 $text = $this->doSpecial($text, '<code>', '</code>', 'fCode');
838 $text = $this->doSpecial($text, '@', '@', 'fCode');
839 $text = $this->doSpecial($text, '<pre>', '</pre>', 'fPre');
920 function doSpecial($text, $start, $end, $method='fSpecial') function in Textile
937 $text = $this->doSpecial($text, '<notextile>', '</notextile>', 'fTextile');
938 return $this->doSpecial($text, '==', '==', 'fTextile');