Home
last modified time | relevance | path

Searched refs:getConf (Results 76 – 100 of 1091) sorted by last modified time

12345678910>>...44

/plugin/tagging/
H A Dhelper.php57 if ($this->getConf('singleusermode')) {
237 $hidden_str = $this->getConf('hiddenprefix');
328 if ($this->getConf('singleusermode')) {
H A Dsyntax.php39 $data['limit'] = $this->getConf('cloudlimit');
/plugin/oauthazure/
H A DAzure.php50 $discover = sprintf($discover, $plugin->getConf('tenant'));
H A Daction.php48 if ($this->getConf('stripdomain')) {
52 if ($this->getConf('fetchgroups')) {
78 if ($this->getConf('fetchgroups')) {
/plugin/cloud/
H A Dsyntax.php198 $min = $this->getConf('minimum_word_length');
214 $blacklist = $this->getConf($balcklistName);
276 $cloud = $tag->tagOccurrences([], $namespaces, true, $this->getConf('list_tags_of_subns'));
/plugin/caption/syntax/
H A Dcaption.php191 if ($this->getConf('abbrev')) {
206 if ($this->getConf('abbrev')) {
221 if ($this->getConf('abbrev')) {
236 if ($this->getConf('abbrev')) {
424 if ($this->getConf('abbrev')) {
432 if ($this->getConf('abbrev')) {
/plugin/gallery/
H A DGalleryNode.php
H A Dsyntax.php
/plugin/gallery/action/
H A Dprosemirror.php
/plugin/authwordpress/
H A Dauth.php109 $this->getConf('prefix'),
255 'host=' . $this->getConf('hostname'),
256 'dbname=' . $this->getConf('database'),
259 $port = $this->getConf('port');
265 $this->db = new PDO($dsn, $this->getConf('username'), $this->getConf('password'));
291 if ($this->getConf('usedefaultgroup')) {
/plugin/structtasks/
H A Dcli.php47 array_map('intval', explode(',', $this->getConf('reminder'))),
48 (bool)$this->getConf('overdue_reminder'),
69 $this->schema = $this->getConf('schema');
98 $getConf = [$this, 'getConf'];
102 $notifiers[] = new TodayNotifier($getConf, $getLang);
106 $notifiers[] = new ReminderNotifier($getConf, $getLang, $reminder_days);
119 $notifiers[] = new OverdueNotifier($getConf, $getLang);
H A Daction.php38 $getConf = [$this, 'getConf'];
41 new AssignedNotifier($getConf, $getLang),
42 new ClosedStatusNotifier($getConf, $getLang),
43 new DateNotifier($getConf, $getLang),
44 new DeletedNotifier($getConf, $getLang),
45 new OpenStatusNotifier($getConf, $getLang),
46 new RemovedNotifier($getConf, $getLang),
47 new SelfRemovalNotifier($getConf, $getLang),
/plugin/structtasks/meta/
H A DAbstractNotifier.php52 protected $getConf; variable in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
58 public function __construct(callable $getConf, callable $getLang) { argument
59 $this->getConf = $getConf;
121 $getConf = $this->getConf;
122 $completed_pattern = $getConf('completed');
H A DReminderNotifier.php28 public function __construct(callable $getConf, callable $getLang, argument
30 parent::__construct($getConf, $getLang);
/plugin/orphanswanted/
H A Dhelper.php96 $ignoredPages = $this->getConf('ignoredpages'); // Fetch pages which shouldn't be listed
/plugin/button/
H A Dsyntax.php132 $styles = $this->getConf('styles');
H A Daction.php34 $syntaxDiv = $this->getConf('syntaxDiv');
35 $syntaxSpan = $this->getConf('syntaxSpan');
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php92 $this->_conf['sqlite'] = $this->plugin->getConf('sqlite');
93 $this->_conf['file'] = explode(';',$this->plugin->getConf('file'));
94 $this->_conf['pdfdir'] = explode(';',$this->plugin->getConf('pdfdir'));
95 $this->_conf['citetype'] = $this->plugin->getConf('citetype');
292 $formatstring = $this->plugin->getConf('fmtstr_'.$normalizedRef['ENTRYTYPE']);
/plugin/copycode/action/
H A Dcopycode.php71 'EnableForInline' => $this->getConf('enable_for_inline', 0),
72 'EnableForHighlighted' => $this->getConf('enable_for_highlighted', 0),
73 'EnableBlockInline' => $this->getConf('enable_blockinline', 0)
83 $cursor = $this->getConf('copycode_hover_cursor');
/plugin/tag/
H A Daction.php21 if($this->getConf('toolbar_icon')) {
76 $tagns = $this->getConf('namespace');
77 $flags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
H A Dhelper.php40 $this->namespace = $this->getConf('namespace');
44 $this->sort = $this->getConf('sortkey');
45 $this->sortorder = $this->getConf('sortorder');
386 $isRecursive = $this->getConf('list_tags_of_subns');
/plugin/tag/syntax/
H A Dsearchtags.php78 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
H A Dtag.php84 $renderer->doc .= '<div class="'.$this->getConf('tags_list_css').'">'
H A Dtopic.php119 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/recommend/helper/
H A Dmail.php110 if(!$this->getConf('wikionly')) return mail_isvalid($mail);

12345678910>>...44