Home
last modified time | relevance | path

Searched refs:getConf (Results 101 – 125 of 1091) sorted by path

12345678910>>...44

/plugin/autolink2/
H A Daction.php32 if (!$this->getConf('autoautolink')) return;
H A Dhelper.php79 if ($this->getConf('customfilter_start') && $this->getConf('customfilter_end')) {
80 $customStart=$this->getConf('customfilter_start');
81 $customEnd=$this->getConf('customfilter_end');
/plugin/autostartpage/
H A Daction.php38 $templatefile = wikiFN($this->getConf('templatefile'), '', false);
48 $silent=$this->getConf('silent');
99 if(auth_quickaclcheck($id) >= AUTH_CREATE || $this->getConf('forcecreate')){
/plugin/autotooltip/
H A Dhelper.php69 $classes = $this->getConf('style');
74 $delay = $this->getConf('delay') ?: 0;
152 $inclusions = $this->getConf('linkall_inclusions');
153 $exclusions = $this->getConf('linkall_exclusions');
/plugin/autotranslation/
H A Daction.php40 if($this->getConf('translateui')) {
80 if($this->getConf('copytrans') && $this->helper->istranslatable($ID, false)) {
221 if($this->getConf('redirectlocalized')){
236 if(!$this->getConf('translateui')) {
H A Dadmin.php26 if ($this->getConf('show_path')) {
48 if ($this->getConf('show_path')) {
95 $namespace = $this->getConf("translationns");
H A Dhelper.php38 $this->opts = $this->getConf('display');
89 $tnsA = explode(' ', $this->getConf('translationns'));
192 $skiptrans = trim($this->getConf('skiptrans'));
210 $about = $this->getConf('about');
211 if($this->getConf('localabout')) {
268 if($this->getConf('about')) $out .= $this->showAbout();
274 if($this->getConf('dropdown')) {
306 if($this->getConf('dropdown')) {
315 if(!isset($this->opts['title']) && $this->getConf('about')) {
390 if($this->getConf('dropdown')) {
[all …]
/plugin/autotweet/syntax/
H A Dautotweet.php77 $data['consumer_key'] = $this->getConf('consumer_key');
80 $data['consumer_secret'] = $this->getConf('consumer_secret');
83 $data['access_token'] = $this->getConf('access_token');
86 $data['access_token_secret'] = $this->getConf('access_token_secret');
/plugin/autotweet2/
H A Daction.php25 $api_key = $this->getConf('apiKey');
26 $api_secret = $this->getConf('apiSecret');
27 $access_token = $this->getConf('accessToken');
28 $access_token_secret = $this->getConf('accessTokenSecret');
67 switch ($this->getConf('guestIP')) {
180 if ($this->getConf('debug') and auth_ismanager()) {
/plugin/avatar/
H A Dhelper.php47 if (!$size || !is_int($size)) $size = $this->getConf('size');
61 $ns = $this->getConf('namespace');
102 $src .= 'avatar/'.$seed.'?s='.$size.'&d='.$this->getConf('default').'&r='.$this->getConf('rating').'&.jpg';
/plugin/backup/
H A Dadmin.php96 $ns = $this->getConf('backupnamespace');
129 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
268 return cleanID($this->getConf('backupnamespace') . ':' . $tarfilename);
349 $this->filters = explode("\n", $this->getConf('filterdirs'));
459 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
482 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
505 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
/plugin/badbehaviour/
H A Daction.php53 'skipblackhole' => $this->getConf('skipblackhole')
88 return $bb2->getConf('email');
/plugin/barcode/
H A Dsyntax.php69 $provider = $this->getConf('provider');
80 if ($this->getConf('showfooter')) {
/plugin/barcodes/
H A Dsyntax.php62 …utes()['img-type'] ? strval($barcode->attributes()['img-type']) : $this->getConf('default_img_type…
63 … Color::str2hex($barcode->attributes()['color']) : Color::str2hex($this->getConf('default_color'));
64 …ttributes()['background-color']) : ($this->getConf('default_background_color') ? Color::str2hex($t…
/plugin/batchedit/
H A Dadmin.php30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
125 if ($this->getConf('timelimit') > 0) {
126 set_time_limit($this->getConf('timelimit'));
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('keepmark
[all...]
H A Dconfig.php58 public function getConf($id) { function in BatcheditConfig
109 if ($this->getConf('ctxchars') == 0) {
116 if ($this->getConf('searchmax') == 0) {
H A Dengine.php759 $properties['searchlimit'] = $config->getConf('searchlimit') ? $config->getConf('searchmax') : 0;
760 $properties['matchctx'] = $config->getConf('matchctx') ? $config->getConf('ctxchars') . ',' . $config->getConf('ctxlines') : 0;
761 $properties['tplpatterns'] = $config->getConf('tplpatterns');
H A Drequest.php54 if ($this->command == self::COMMAND_APPLY || $config->getConf('keepmarks')) {
220 if ($config->getConf('searchmode') == 'regexp') {
221 if ($config->getConf('advregexp')) {
236 if (!$config->getConf('matchcase')) {
/plugin/bbcodeextensions/syntax/
H A Danchor.php48 $renderer->doc .= $this->getConf('anchor_symbol');
H A Dclassdiv.php34 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
H A Dclassspan.php37 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
/plugin/bez/cron/
H A Dfunctions.php29 $days_before = $action->getConf('task_remaind_days_before');
/plugin/bez/mdl/
H A DModel.php92 $busy_timeout = 1000 * (int)$this->action->getConf('busy_timeout');
H A DUserFactory.php25 $groups_s = $this->model->action->getConf('hidden_groups');
/plugin/bez/meta/
H A DTpl.php111 $currency = $this->action->getConf('currency');

12345678910>>...44