Home
last modified time | relevance | path

Searched refs:conf (Results 1301 – 1325 of 2245) sorted by relevance

1...<<51525354555657585960>>...90

/plugin/creole/_test/
H A Dcreole.test.php13 global $conf;
17 $conf ['plugin']['creole']['precedence'] = 'Creole';
18 $conf ['plugin']['creole']['linebreak'] = 'Whitespace';
/plugin/svgimg2/
H A Dhelper.php31 global $conf;
64 $cmd .= " -strip -coalesce -quality " . intval($conf['jpg_quality']);
65 $cmd = sprintf("{$conf['im_convert']} %s %s %s >/dev/null 2>&1",
/plugin/var/
H A Dsyntax.php37 global $conf;
91 $xhtml = strftime($conf['dformat']);
114 $xhtml = $conf['title'];
/plugin/jplayer/
H A Dsyntax.php78 global $conf;
103 $full_path = $conf['mediadir'] . '/' . $dir;
106 search($files, $conf['mediadir'], 'search_media',
/plugin/drawio/
H A Daction.php54 global $conf, $lang;
71 $auth_ow = (($conf['mediarevisions']) ? AUTH_UPLOAD : AUTH_DELETE);
112 chmod($fl, $conf['fmode']);
/plugin/footnotestyle/
H A Drenderer.php124 global $conf;
125 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/oauth/action/
H A Dlogin.php42 global $conf;
43 if ($conf['authtype'] != 'oauth') return;
45 $conf['profileconfirm'] = false; // password confirmation doesn't work with oauth only users
/plugin/sqlite/_test/
H A DSQLiteDBTest.php22 global $conf;
26 if (file_exists($conf['metadir'] . '/testdb.sqlite3')) {
27 unlink($conf['metadir'] . '/testdb.sqlite3');
/plugin/socialcards/
H A Daction.php52 * @global array $conf global wiki configuration
56 global $ID, $conf, $INFO;
128 'content' => $conf['title'],
/plugin/farm/
H A Danimalmanager.class.php179 if($this->animal->getName() == $this->manager->conf['animaltemplate']) {
180 …', array('code' => 'animal_delete_tpl_failure', 'data' => $this->manager->conf['animaltemplate']));
218 if($this->manager->conf['animalmaxsize'] > 0) {
220 $p = $s / $this->manager->conf['animalmaxsize'];
224 …his->manager->nicesize($s).' / '.$this->manager->nicesize($this->manager->conf['animalmaxsize']).'…
226 …if($this->manager->conf['animalmaxsize'] <= 0) ptln(' '.$this->manager->getLang('animal_info_siz…
334 …_info'), array('size' => $i['size'], 'date' => $i['mtime'], 'dformat' => $conf['dformat'])).')</di…
362 …ptln(' '.$this->manager->getLang('animal_new_name').' : <i>'.$this->manager->conf['farmwebroot'].'…
364 …:listAnimals() as $a) ptln(' <option '.($a->getName() == $this->manager->conf['animaltemplate'] ?…
366 …if($this->manager->conf['virtual']) ptln(' '.$this->manager->getLang('animal_new_host').' : <input…
/plugin/snippeter/
H A Daction.php20 global $conf;
24 $snipath = $conf['datadir'] . "/" . $snins;
/plugin/twofactorgoogleauth/
H A Daction.php29 global $conf;
33 $name = $USERINFO['name'] . '@' . $conf['title'];
/plugin/bez/
H A Dcli.php9 echo "baseurl: " . $conf['baseurl'] . "\n";
10 echo "basedir: " . $conf['basedir'] . "\n";
/plugin/batchedit/
H A Dserver.php50 global $conf;
52 if (auth_quickaclcheck($conf['start']) < AUTH_ADMIN) {
/plugin/filelist/
H A Dsyntax.php
/plugin/fancysearch/
H A Daction.php60 global $conf;
71 if (page_exists($lang . $id . ':' . $conf['start'])) return $lang . $id;
/plugin/codemirror/
H A Daction.php24 global $ACT, $INFO, $conf;
43 'camelcase' => (bool) $conf['camelcase'],
/plugin/impressjs/
H A Drenderer.php23 global $conf;
30 <html lang="'.$conf['lang'].'">
/plugin/random_page/
H A Daction.php32 global $conf;
37 $dir = $conf['savedir'];
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php37 global $conf;
39 if ( $conf['renderer_xhtml'] != 'nodetailsxhtml' ) { return; }
/plugin/struct/action/
H A Dajax.php39 global $conf;
48 if ($conf['allowdebug']) {
/plugin/authgoogle2fa/
H A DREADME.md19 You can revert to the originial auth plugin by editing the file conf/local.php:
21 $conf['authtype'] = 'authplain';
/plugin/loadskin/
H A Dhelper.php47 global $conf;
76 $conf['template'],
/plugin/bureaucracy-au/helper/
H A Daction.php47 global $conf;
50 $this->values['__lang__'] = $conf['lang'];
/plugin/bureaucracyau/helper/
H A Daction.php47 global $conf;
50 $this->values['__lang__'] = $conf['lang'];

1...<<51525354555657585960>>...90