Home
last modified time | relevance | path

Searched refs:conf (Results 1726 – 1750 of 2245) sorted by relevance

1...<<61626364656667686970>>...90

/plugin/siteexport/inc/
H A Dhttpproxy.php38 global $conf;
44 unset($conf['proxy']);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php470 if(trim($conf['savedir'],'/.\/') != 'data') {
471 $conf['ckg_savedir']= $conf['savedir'];
474 return $conf;
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
89 Copy the configuration settings to the `conf/local.protected.php` file to
99 `conf/users.auth.php`. Users which are added after switching to
132 Since `conf/users.auth.php` is a plain text file, it can be edited with any
/plugin/multiorphan/action/
H A Dmultiorphan.php48 global $INPUT, $conf, $AUTH;
76 search($pages,$conf['datadir'],'search_universal',array(
88 search($media,$conf['mediadir'],'search_media',array(
164 global $conf;
/plugin/xcom/
H A Dremote.php15 global $xcom_timezone, $xcom_current,$xcom_prefix,$conf;
16 define ('PAGES', realpath(DOKU_INC . $conf['savedir']));
74 global $conf;
75 $rootns = $conf['savedir'];
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php472 if(trim($conf['savedir'],'/.\/') != 'data') {
473 $conf['ckg_savedir']= $conf['savedir'];
476 return $conf;
/plugin/farm/install/animaltemplate/conf/
H A D.htaccess1 ## no access to the conf directory
/plugin/mathjax/lang/zh/
H A Dsettings.php5 $lang['configfile'] = '(可选的) 一个或多个包含 MathJax 配置命令的文件。指定相对于 dokuwiki 安装目录的路径(例如 conf/mathjax.js 或者 d…
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A Dphpstan.neon.dist2 - vendor/phpstan/phpstan/conf/bleedingEdge.neon
/plugin/redissue/conf/
H A Ddefault.php6 $conf['redissue.url'] = 'http://redmine.com'; //Set url of your redmine server
/plugin/mathjax/conf/
H A Ddefault.php8 $conf['url'] = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS_CHTM…
/plugin/catlist/lang/en/
H A Dsettings.php
/plugin/catlist/lang/fr/
H A Dsettings.php5 $lang['index_priority'] = "Ordre de priorité des pages utilisées comme page d'index. Exemple pour le namespace foo:bar: start= foo:bar:".$conf['start']." ; outside= foo:bar ; inside= foo:bar:bar";
/plugin/farmer/lang/ja/
H A Dtab_config_help.txt3 ここで入力した設定内容はすべて牧場主の ''conf/farm.ini'' に保存されます。
/plugin/ckgedit/action/
H A Dedit.php118 global $conf;
127 if(isset($conf['fnencode']) && $conf['fnencode'] == 'safe') {
202 global $conf;
527 global $conf;
528 $tpl_name = $conf['template'];
1038 global $conf;
1040 if(isset($conf['animal'])) {
1041 echo "var config_animal='" . $conf['animal'] . "';";
/plugin/dokutexit/
H A Dlatex.php117 global $conf;
477 global $conf;
611 global $conf;
1315 global $conf;
1345 global $conf;
1362 global $conf;
1393 global $conf;
1426 global $conf;
1430 if ($conf['useheading'] && $id) {
1690 global $conf;
[all …]
/plugin/poldek/
H A Dpoldek.conf6 %include /etc/poldek/source.conf
/plugin/prettyphoto/
H A Dprettyphoto.conf.js.example2 * prettyphoto.conf.js
/plugin/bureaucracy/
H A Dsyntax.php541 global $conf;
544 $match[2] = $match[2] ?? $conf['dformat'];
559 global $conf;
580 $page = strtr($file, $conf['sepchar'], ' ');
594 $this->values['__date__'] = strftime($conf['dformat']);
/plugin/sentry/
H A DEvent.php327 global $conf;
331 $this->data['modules']['template.' . $conf['template']] = $templateInfo['date'];
333 … $this->data['modules']['template.' . $conf['template']] = 'template.info.txt unreadable';
/plugin/noiewarning/
H A Daction.php167 global $conf;
190 global $conf;
216 global $conf;
/plugin/sphinxsearch-was/
H A Daction.php108 global $conf;
206 $conf['target']['interwiki']
223 $conf['target']['interwiki']
/plugin/sphinxsearch/
H A Daction.php102 global $conf;
256 'prev','wikilink1 gs_prev',$conf['target']['interwiki']);
268 'next','wikilink1 gs_next',$conf['target']['interwiki']);
/plugin/dtable/
H A Daction.php122 global $conf;
270 $expire = $locktime + $conf['locktime'] - time();
272 $expire = $conf['locktime'];
/plugin/indexmenu2/
H A Dindexmenu.php14 global $conf;

1...<<61626364656667686970>>...90