Home
last modified time | relevance | path

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

/plugin/lang/
H A Dsyntax.php160 function handle($aMatch, $aState, $aPos, &$aHandler) { argument
161 if (DOKU_LEXER_ENTER == $aState) {
167 return array($aState, $hits[1]);
172 return array($aState, $hits[1]);
176 return array($aState, $hits[1]);
180 return array($aState, $hits[1]);
183 return array($aState, FALSE);
185 return array($aState, $aMatch);
/plugin/diff/
H A Dsyntax.php315 function handle($aMatch, $aState, $aPos, &$aHandler) { argument
316 if (DOKU_LEXER_UNMATCHED == $aState) {
324 return array($aState);
360 return array($aState, $aMatch[0], str_replace(
/plugin/bomfix/
H A Dsyntax.php183 function handle($aMatch, $aState, $aPos, &$aHandler) { argument
184 return $aState; // doesn't really matter as it's ignored anyway ...
/plugin/lists/
H A Dsyntax.php202 switch ($aState) {
208 return array($aState, $hits[3],
211 return array($aState, $aMatch);
233 return array($aState);
/plugin/tip/
H A Dsyntax.php217 function handle($aMatch, $aState, $aPos, &$aHandler) { argument
218 switch ($aState) {