Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Parsing/
H A DParser.php57 * Mode sequence is important
60 * @param ModeInterface $Mode
62 public function addMode($name, ModeInterface $Mode)
67 $Mode->Lexer = $this->lexer; // FIXME should be done by setter
68 $this->modes[$name] = $Mode;
59 addMode($name, ModeInterface $Mode) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG522 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
523 - Fixed Economy Mode when COMMENT_REGEXP are used (BenBE)