Home
last modified time | relevance | path

Searched refs:getConf (Results 1 – 25 of 1091) sorted by path

12345678910>>...44

/plugin/404manager/
H A Daction.php139 If ($this->userCanWrite() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
162 if ($this->getConf('ActionReaderFirst') == self::NOTHING) {
168 $readerAlgorithms[0] = $this->getConf('ActionReaderFirst');
169 $readerAlgorithms[1] = $this->getConf('ActionReaderSecond');
170 $readerAlgorithms[2] = $this->getConf('ActionReaderThird');
361 $startPageFactor = $this->getConf('WeightFactorForStartPage');
362 $nameSpaceFactor = $this->getConf('WeightFactorForSameNamespace');
394 if ($this->getConf('ShowMessageClassic') == 1) {
548 …$scorePageName = $this->getConf('WeightFactorForSamePageName') + ($bestNbWordFound - 1) * $this->g…
570 if ($this->getConf('ShowPageNameIsNotUnique') == 1 && $pageName <> $conf['start']) {
/plugin/abc/
H A Dsyntax.php71 if ($this->getConf('abc2abc') && is_executable($this->getConf('abc2abc'))) {
97 if ($this->getConf('displayType')==1 || $this->getConf('displayType')==2) {
148 if (($this->getConf('displayType')==1) || ($this->getConf('displayType')==2)) {
152 if($this->getConf('ps2pdf') && ($this->getConf('displayType')==2)) {
186 $abcdir = $this->getConf('mediaNS') ? $mediadir.'/'.$this->getConf('mediaNS') : $mediadir;
277 …$epsCommand = fullpath($this->getConf('abc2ps'))." $abcFile ".$this->getConf('params4img')." -E -O…
308 $fmt = $this->getConf('fmt');
310 …passthru(fullpath($this->getConf('abc2ps'))." $abcFile $addFmt ".$this->getConf('params4ps')." -O …
364 $mediaNS = $this->getConf('mediaNS').":";
390 $mediaNS = $this->getConf('mediaNS').":";
[all …]
/plugin/abc2/
H A Daction.php33 if (($this->getConf('library') == 'abc2svg') && (act_clean($ACT) == 'preview')) {
37 if ($this->getConf('abcok') && $showJS) {
53 switch ($this->getConf('library')) {
68 if (!$this->getConf('stayLibre')) {
H A Dsyntax.php95 if (!$this->getConf('abcok')) {
107 if ($transStr && ($this->getConf('library') !== 'abcjs')) {
242 switch($this->getConf('library')) {
254 $libClasses = 'abc-source '.$this->getConf('abcuiConfig');
259 $containerClasses = ' abc2-plugin lib-'.$this->getConf('library');
261 if ($orig && $this->getConf('showSource')) {
321 if ($this->getConf('library') == 'abc2svg') {
329 if ($this->getConf('library') == 'abc-ui') {
334 if ($this->getConf('library') == 'abc2svg') {
/plugin/abortlogin/
H A Daction.php25 if(!$this->getConf('enable_test')) {
35 $test = $this->getConf('test');
36 $allowed = $this->getConf('allowed');
67 if($this->getConf('log')) {
/plugin/ac/
H A Daction.php19 $this->ac = new syntax_plugin_ac_ac($this->getConf('url'),
20 $this->getConf('token'));
/plugin/accscounter/
H A Dadmin.php64 …if ($helper->quickipcheck($element[0], $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
/plugin/accscounter/syntax/
H A Dcounter.php82 $countries = explode(',', $this->getConf('cntrExclusion'));
87 $countriesin = explode(',', $this->getConf('cntrInclusion'));
109 if ($this->getConf('cntrInclusion') != '') {
120 if ($this->getConf('reverseLookupFailed') == '1' && $remotehost == $clientIP) {
127 $cntrexlist = explode(',', $this->getConf('reverseLookupCntrException'));
149 if ($this->getConf('excludeMgAndSp') == 'mg' && auth_ismanager()) $excluded = TRUE;
150 if ($this->getConf('excludeMgAndSp') == 'sp' && auth_isadmin()) $excluded = TRUE;
161 … if ($helper->quickipcheck(null, $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
197 switch ($this->getConf('saveLog')) {
257 switch ($this->getConf('saveLog')) {
[all …]
H A Dpopularity.php54 if ($this->getConf('timezone') != '') date_default_timezone_set($this->getConf('timezone'));
/plugin/aceeditor/
H A Daction.php35 $wraplimit = trim($this->getConf('wraplimit'));
36 $xmltags = $this->getConf('xmltags');
39 'default' => $this->getConf('default'),
40 'highlight' => $this->getConf('highlight'),
42 'colortheme' => $this->getConf('colortheme'),
43 'latex' => $this->getConf('latex'),
44 'markdown' => $this->getConf('markdown'),
58 if (!$this->has_jquery() and $this->getConf('loadjquery')) {
/plugin/achart/
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/aclplusregex/
H A Daction.php51 $mode = $this->getConf('run');
/plugin/actickets/
H A Dajax.php34 $actickets_plugin->getConf('actickets.url'),
35 $actickets_plugin->getConf('actickets.token')
H A Dsyntax.php63 $this->getConf('actickets.hash').self::PATTERN_FULLTICKET.'|'.
64 $this->getConf('actickets.hash').self::PATTERN_TICKET.'|'.
73 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_FULLTICKET_GRP.'/', $matc…
76 …} else if (preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_TICKET_GRP.'/', $match, $…
93 $url = $this->getConf('actickets.url');
99 $renderer->doc .= $this->getConf('actickets.hash').$data['ticketId'];
/plugin/addnewpage/
H A Dsyntax.php97 if($this->getConf('addpage_hideACL')) {
159 $hide = $this->getConf('addpage_hide');
184 if($this->getConf('addpage_showroot') && $can_create) {
249 $excludes = $this->getConf('addpage_exclude');
/plugin/addressbook/
H A Daction.php45 … $l) $res .= $syntax->showcontact($l['id'],($this->getConf('search link target') != ''? $this->get…
46 …se $res .= $syntax->buildIndex($list,false,($this->getConf('search link target') != ''? $this->get…
/plugin/adfs/
H A Dauth.php77 if ($this->getConf('autoprovisioning')) {
154 if ($this->getConf('lowercase')) {
180 'user' => $this->getConf('userid_attr_name')
182 if ($this->getConf('autoprovisioning')) {
183 $attributes['name'] = $this->getConf('fullname_attr_name');
185 $attributes['mail'] = $this->getConf('email_attr_name');
186 $attributes['grps'] = $this->getConf('groups_attr_name');
H A Dhelper.php37 $cert = $this->getConf('certificate');
66 'entityId' => $this->getConf('idPEntityID'),
68 'url' => $this->getConf('endpoint'),
/plugin/adhoctags/
H A Daction.php23 $syntaxDiv = $this->getConf('syntaxDiv');
24 $syntaxSpan = $this->getConf('syntaxSpan');
H A Dhelper.php88 if ($this->getConf('allowStyle') == '1') {
/plugin/adhoctags/syntax/
H A Da.php23 if ($this->getConf('allowJSLinks') == '0'
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
/plugin/adultcontent/
H A Daction.php30 $regex=$this->getConf('keywords');
/plugin/advanced/admin/
H A Dconfig.php198 if ($this->getConf('backup')) {
/plugin/ahrefmenu/
H A Dadmin.php76 …_dir . 'generate_map.py" "' . $this->getConf('rooturl'). '" "'. $this->getConf('deeppages') . '" "…

12345678910>>...44