Searched refs:pageOffset (Results 1 – 1 of 1) sorted by relevance
| /plugin/batchedit/ |
| D | engine.php | 85 private $pageOffset; variable in BatcheditMatch 96 …public function __construct($pageText, $pageOffset, $text, $regexp, $replacement, $contextChars, $… argument 97 $this->pageOffset = $pageOffset; 100 …$this->contextBefore = $this->cropContextBefore($pageText, $pageOffset, $contextChars, $contextLin… 101 …$this->contextAfter = $this->cropContextAfter($pageText, $pageOffset + strlen($text), $contextChar… 110 return $this->pageOffset; 159 $pageOffset = $this->pageOffset + $offsetDelta; 160 $currentText = substr($pageText, $pageOffset, strlen($this->originalText)); 163 throw new BatcheditMatchApplyException('#' . $this->pageOffset); 166 $before = substr($pageText, 0, $pageOffset); [all …]
|