Home
last modified time | relevance | path

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

/plugin/todo/syntax/
Dtodo.php24 const TODO_UNCHECK_ALL = '~~TODO:UNCHECKALL~~'; define in syntax_plugin_todo_todo
64 $this->Lexer->addSpecialPattern(self::TODO_UNCHECK_ALL, $mode, 'plugin_todo_todo');
124 if($match == self::TODO_UNCHECK_ALL) {
157 if(isset($data['match']) && $data['match'] == self::TODO_UNCHECK_ALL) {