Home
last modified time | relevance | path

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

/plugin/batchedit/
H A Dconfig.php106 $this->loadInteger($options, 'ctxchars');
107 $this->loadInteger($options, 'ctxlines');
114 $this->loadInteger($options, 'searchmax');
121 $this->loadInteger($options, 'markpolicy');
124 $this->loadInteger($options, 'searchheight');
125 $this->loadInteger($options, 'replaceheight');
140 private function loadInteger($options, $id) { function in BatcheditConfig