Lines Matching refs:config
10 require_once(DOKU_PLUGIN . 'batchedit/config.php');
20 private $config;
29 $this->config = new BatcheditConfig();
39 return $this->config;
61 $interface->configure($this->config);
80 $request = new BatcheditRequest($this->config);
104 $this->session->save($request, $this->config);
113 if (!$this->session->load($request, $this->config)) {
118 $this->session->save($request, $this->config);
137 $this->config->getConf('searchlimit') ? $this->config->getConf('searchmax') : -1,
138 $this->config->getConf('matchctx') ? $this->config->getConf('ctxchars') : 0,
139 $this->config->getConf('ctxlines'), $this->config->getConf('tplpatterns'));
146 if (!$this->config->getConf('keepmarks') || $this->session->getMatchCount() == 0 || empty($request->getAppliedMatches())) {
150 $engine->markRequestedMatches($request->getAppliedMatches(), $this->config->getConf('markpolicy'));