Home
last modified time | relevance | path

Searched refs:getConf (Results 126 – 150 of 1091) sorted by path

12345678910>>...44

/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/bliki/
H A Dsyntax.php96 if ($this->getConf('structure') == 'flat') {
178 $timestamp = date($this->getConf('datefooter'), $ts);
179 …{permalink}', '{edit}'), array($timestamp, $post_url, "this>$edit_url"), $this->getConf('footer'));
196 $date = date($this->getConf('dateheader'), $ts);
208 if ($this->getConf('structure') == 'flat') {
242 if ($this->getConf('structure') == 'flat') {
391 $renderer->doc .= $this->newPostLink($this->getConf('newlabel'));
395 … $recents = $this->getPosts($ID, $this->getConf('numposts'), ($page * $this->getConf('numposts')));
408 if (sizeof($recents) == $this->getConf('numposts')) {
409 …$renderer->doc .= '<div id="blogolder">' . $this->pagingLink($page+1, $this->getConf('olderlabel')…
[all …]
/plugin/block/
H A Daction.php39 $ar[$k] = trim($this -> getConf($k));
/plugin/blockquote/syntax/
H A Dblockquote.php86 $pluginClass = ($this->getConf('addStyling')) ? 'blockquote-plugin' : '';
H A Dcite.php80 $pluginClass = ($this->getConf('addStyling')) ? 'blockquote-plugin' : '';
H A Dq.php82 $pluginClass = ($this->getConf('addStyling')) ? 'blockquote-plugin' : '';
/plugin/blog/
H A Daction.php192 $dateprefix = $this->getConf('dateprefix');
H A Dhelper.php16 $this->sort = $this->getConf('sortkey');
63 $excluded_pages = $this->getConf('excluded_pages');
116 if ($this->getConf('sortorder') == 'ascending') ksort($result);
140 $flags['formpos'] = $this->getConf('formposition');
156 } elseif ($conf_title = $this->getConf('newentrytitle')) {
/plugin/blog/syntax/
H A Darchive.php47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
113 if ($this->getConf('showhistogram')) {
212 $max_months = $this->getConf('max_months');
213 $histogram_height = $this->getConf('histogram_height');
H A Dautoarchive.php31 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
H A Dblog.php40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
/plugin/bloglinks/
H A Daction.php65 $pattern = $this->getConf('excluded_pages');
73 $namespaces = explode(',', $this->getConf('enabled_namespaces'));
165 $linktext = $this->getConf($type.'_template');
/plugin/blogtng/action/
H A Dedit.php65 if (!$blog && !$INFO['exists']) $blog = $this->getConf('default_blog');
80 …ngBlog) $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('default_tags'));
99 $commentstatus = $this->getConf('default_commentstatus');
105 if($this->getConf('editform_set_date')) {
173 $blog = $this->getConf('default_blog');
189 … $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('default_tags'));
214 $commentstatus = $this->getConf('default_commentstatus');
222 if($this->getConf('editform_set_date')) {
319 if($this->getConf('editform_set_date')) {
357 return helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('tags'));
/plugin/blogtng/helper/
H A Dcomments.php177 if($this->getConf('comments_subscription')) {
275 if(!$this->getConf('comments_subscription')) return;
487 if($field == 'web' && !$this->getConf('comments_allow_web')) {
527 if($this->getConf('comments_subscription')){
H A Dentry.php418 …$conf['tags'] = helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('default_tags'));
422 if($conf['type'][0] == '?') $conf['type'] = $this->getConf('default_commentstatus');
H A Dlinkback.php19 $this->getConf('receive_linkbacks') &&
/plugin/blogtng/renderer/
H A Dcomment.php93 …$comments_xhtml_renderer = array_map('trim', explode(',', $this->getConf('comments_xhtml_renderer'…
94 …$comments_forbid_syntax = array_map('trim', explode(',', $this->getConf('comments_forbid_syntax'))…
/plugin/bookcreator/action/
H A Dhandleselection.php169 if(auth_quickaclcheck($this->getConf('save_namespace').':*') < AUTH_CREATE) {
170 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
186 $save_pageid = cleanID($this->getConf('save_namespace') . ":" . $savedSelectionName);
207 if(auth_quickaclcheck($this->getConf('save_namespace').':*') < AUTH_CREATE) {
208 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
211 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
231 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
H A Dpagetools.php63 <a href="' . wl($this->getConf('book_page')) . '" class="bc__manager">
71 <a href="' . wl($this->getConf('help_page')) . '" class="bc__bookmarkhelp">
91 $JSINFO['bookcreator']['showBookbar'] = $this->getConf('toolbar');
127 if($isbookbar && ($this->getConf('toolbar') == "never")) {
131 if(cleanID($this->getConf('book_page')) == $ID) {
143 $skipPagesRegexp = join("|", explode(",", preg_quote($this->getConf('skip_ids'))));
144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {
157 return auth_quickaclcheck(cleanID($this->getConf('book_page'))) >= AUTH_READ;
/plugin/bookcreator/
H A Dhelper.php26 $url = wl($this->getConf('save_namespace').":".$nons);
/plugin/bookcreator/syntax/
H A Dbookmanager.php121 $usercansave = (auth_quickaclcheck($this->getConf('save_namespace').':*') >= AUTH_CREATE);
148 $this->renderSelectionslist($renderer, false, $this->getConf('book_page'), $order, $num);
367 $ns = cleanID($this->getConf('save_namespace'));
375 $ns = cleanID($this->getConf('save_namespace'));
H A Dexportsaved.php66 $ns = $this->getConf('save_namespace');
/plugin/bookmarkme/
H A Daction.php136 $show = $this->getConf('show_bookmarks');
162 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
175 $be = explode(",",$this->getConf('bookmarks'));
189 …if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('bookmark').'</li>…
/plugin/bootnote/
H A Dsyntax.php34 if($this->getConf('bootnote.note') == 'note') {
42 if($this->getConf('bootnote.note') == 'note') {
60 if($this->getConf('bootnote.note') == 'note') {
91 if ($this->getConf('bootnote.theme') == 'oldtheme') {
125 if ($this->getConf('bootnote.theme') == 'oldtheme') {
138 if ($this->getConf('bootnote.position') == 'below') {
/plugin/botbouncer/
H A Daction.php36 $whitelist_ips = explode(',',$this->getConf('whitelist'));
64 $honeypotApiKey = $this->getConf('honeypotapikey');
65 $akismetApiKey = $this->getConf('akismetapikey');
66 $akismetUrl = $this->getConf('akismetblogurl');
67 $mollomPublicKey = $this->getConf('mollompublickey');
68 $mollomPrivateKey = $this->getConf('mollomprivatekey');
69 $continue = $this->getConf('continue');
70 $spamError = $this->getConf('spamerror');

12345678910>>...44