Searched defs:contextLines (Results 1 – 1 of 1) sorted by relevance
| /plugin/batchedit/ |
| D | engine.php | 96 …n __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $contextLines) { 207 private function cropContextBefore($pageText, $pageOffset, $contextChars, $contextLines) { 225 private function cropContextAfter($pageText, $pageOffset, $contextChars, $contextLines) { 264 …public function findMatches($regexp, $replacement, $limit, $contextChars, $contextLines, $applyTem… 413 … function addMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines) { 1017 …findMatches($namespace, $regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplat…
|