Home
last modified time | relevance | path

Searched refs:conf (Results 626 – 650 of 2245) sorted by relevance

1...<<21222324252627282930>>...90

/plugin/html2pdf/html2pdf/conf/
H A Ddefault.php2 $conf['restrict'] = true; // restrict access
3 $conf['templatepath'] = 'lib/plugins/userhomepage/_template.txt'; // the location of the templ…
4 $conf['users_namespace'] = 'user' // namespace storing the user namespaces
/plugin/dontfeedtemplates/conf/
H A Ddefault.php8 $conf['always'] = false;
9 $conf['current_pagename_tpl'] = 'c_template';
10 $conf['inherited_pagename_tpl'] = 'i_template';
/plugin/gil/conf/
H A Ddefault.php10 $conf['gil_source'] = 'USD';
12 $conf['gil_targets'] = 'EUR';
14 $conf['gil_showsource'] = false;
/plugin/itrackviewer/conf/
H A Ddefault.php7 $conf['js_ok'] = false;
8 $conf['key'] = 'ABQIAAAApkxzUZhHW5wXMMdcO_FV3xQe3UNPinsE34fJKznQKjUdy8MssxQFBsDr_C2L5ddfHnI0332d8iJ…
9 $conf['script'] = 'http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=';
/plugin/inseecity/conf/
H A Ddefault.php9 $conf['allDep'] = true;
10 $conf['selectedDeps'] = "";
11 $conf['maxAutocomplete'] = 200;
/plugin/userannotations/conf/
H A Ddefault.php4 $conf['annotation_namespace'] = "annotations";
7 $conf['all_namespaces'] = true;
10 $conf['anonymous_user'] = 'anonymous';
/plugin/backup/conf/
H A Ddefault.php3 $conf['backupnamespace'] = 'wiki:backup';
4 $conf['filterdirs'] = 'data/media/latex/';
5 $conf['filterbackups'] = true;
/plugin/linkprefix/conf/
H A Ddefault.php8 $conf['prefix'] = DOKU_BASE . 'lib/plugins/linkprefix/redirect.php?';
9 $conf['encode_url'] = 1;
10 $conf['ignore_same_domain'] = 1;
/plugin/deeplautotranslate/conf/
H A Ddefault.php3 $conf['mode'] = 'editor';
4 $conf['api'] = 'free';
5 $conf['show_button'] = true;
/plugin/stats/
H A Dsyntax.php358 global $conf;
420 global $conf;
521 global $conf;
643 global $conf;
646 $rootPath = $conf['datadir'];
768 global $conf;
817 global $conf;
818 $metapath = $conf['metadir'];
870 global $conf;
873 $rootPath = $conf['datadir'];
[all …]
/plugin/simpleforward/conf/
H A Ddefault.php8 $conf['document_root'] = null;
9 $conf['enabled'] = false;
10 $conf['index'] = 'index.php';
/plugin/plantuml/
H A Dsyntax.php59 $conf = array_shift($lines);
63 if (preg_match('/\b(left|center|right)\b/i', $conf, $matches)) {
68 if (preg_match('/\b(\d+)x(\d+)\b/', $conf, $matches)) {
72 if (preg_match('/\b(?:width|w)=([0-9]+)(%?)/i', $conf, $matches)) {
76 if (preg_match('/\b(?:height|h)=([0-9]+)\b/i', $conf, $matches)) {
82 if (preg_match('/\b(?:title|t)=(\w+)\b/i', $conf, $matches)) {
85 } else if (preg_match('/(?:title|t)="([\w+\s+]+)"/i', $conf, $matches)) {
274 global $conf;
275 $hFile = fopen($conf['cachedir'].'/dokuwiki_plantuml.log', a);
/plugin/minimap/
H A Dsyntax.php141 global $conf;
145 $startConf = $conf['start'];
234 } else if ($page['id'] == $nameSpacePathPrefix . $conf['sidebar']) {
334 global $conf;
352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
366 global $conf;
370 if (page_exists($id . $conf['start'])) {
372 $homePageId = $id . $conf['start'];
381 $homePageId = $id . $conf['start'];
/plugin/ckgdoku/
H A Dhelper.php75 global $conf;
79 $useheading = $conf['useheading'];
106 $save_dir = DOKU_URL . ltrim($conf['savedir'],'/.\/');
110 if($conf['useacl']) {
117 $fnencode = isset($conf['fnencode']) ? $conf['fnencode'] : 'url';
133 if(isset($conf['fnencode'])) {
/plugin/podcast/action/
H A Dfeed.php45 $conf = array(
53 $this->tools->cleanConf($conf);
54 $conf = array_merge($conf, $this->defaultConf);
55 $posts = $this->entryhelper->get_posts($conf);
119 global $conf;
120 if(!$conf['canonical']){
/plugin/scrape/
H A Dsyntax.php131 global $conf;
152 if ($conf['target']['media']) {
153 $link->attr('target', $conf['target']['media']);
157 if ($conf['target']['extern']) {
158 $link->attr('target', $conf['target']['extern']);
181 io_mkdir_p($conf['cachedir'] . '/_HTMLPurifier');
182 $config->set('Cache.SerializerPath', $conf['cachedir'] . '/_HTMLPurifier');
/plugin/evesso/classes/
H A DAbstractAdapter.php134 global $INPUT, $conf;
141 if ($conf['allowdebug']) {
153 * @global type $conf
157 global $conf;
164 if ($conf['allowdebug']) {
178 global $conf;
186 if ($conf['allowdebug']) {
/plugin/openlayersmap/helper/
H A Dstaticmap.php74 global $conf;
112 $conf['mediadir'],
113 $conf['cachedir'],
134 global $conf;
143 return $conf['mediadir'] . '/' . $id;
/plugin/webcomponent/conf/
H A Ddefault.php4 $conf['UnitShortCutKey'] = 'u';
6 $conf[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 10;
7 $conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
/plugin/git/action/
H A Dalertcommited.php39 global $conf, $INFO;
42 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
43 $gitLocalStatusUrl = wl($conf['plugin']['git']['local_status_page'],'',true);
44 $datapath = $conf['savedir'];
/plugin/farmer/includes/
H A Dconfig.php11 $conf['savedir'] = $FARMCORE->getAnimalDataDir();
12 $conf['basedir'] = $FARMCORE->getAnimalBaseDir();
13 $conf['upgradecheck'] = 0;
/plugin/jirainfo/conf/
H A Ddefault.php7 $conf['apiUser'] = '';
8 $conf['apiPass'] = '';
9 $conf['apiUrl'] = 'http://your-jira-url/rest/api/latest/';
/plugin/lastmod/
H A Dsyntax.php87 global $INFO, $conf;
91 if (preg_match("/%/", $conf['dformat'])) {
93 $renderer->doc .= strftime($conf['dformat'], $data[0]);
97 $renderer->doc .= date($conf['dformat'], $data[0]);
/plugin/tiledblog/
H A Dajax.php21 global $conf;
22 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
/plugin/confmanager/lang/fr/
H A Dwordblock.txt5conf['usewordblock'] = 1;'' dans le fichier ''conf/local.php'' (par défaut cette option est activé…

1...<<21222324252627282930>>...90