Home
last modified time | relevance | path

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

/plugin/batchedit/
H A Dconfig.php102 $this->loadBoolean($options, 'matchcase');
103 $this->loadBoolean($options, 'multiline');
104 $this->loadBoolean($options, 'advregexp');
105 $this->loadBoolean($options, 'matchctx');
113 $this->loadBoolean($options, 'searchlimit');
120 $this->loadBoolean($options, 'keepmarks');
122 $this->loadBoolean($options, 'tplpatterns');
123 $this->loadBoolean($options, 'checksummary');
131 private function loadBoolean($options, $id) { function in BatcheditConfig