Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php13 * local files before passing the data back to mpdf's original function
49 // local files
50 $local = '';
52 // support local files passed from plugins
53 $local = substr($file, 9);
56 // directly access local files instead of using HTTP, skip dynamic content
57 $local = preg_replace("/^$re/i", DOKU_INC, $file);
77 $local = media_get_from_URL($media, $ext, -1);
78 if (!$local) {
80 $local
[all...]
/plugin/advanced/lang/en/
H A Dconfig.txt5 "Main files" usually ship with DokuWiki, whereas "local files" have to be created by the wiki admin…
7 If local files are supported you should use them instead of modifying the main files to avoid upgra…
10 ^ main file ^ local file ^ type of config …
11 | ''dokuwiki.php'' | ''local.php''\\ ''local.protected.php'' | see [[doku>confi…
12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
13 | ''entities.conf'' | ''entities.local.conf'' | [[doku>entities]…
14 | ''interwiki.conf'' | ''interwiki.local.conf'' | [[doku>interwiki…
15 | ''mime.conf'' | ''mime.local.conf'' | [[doku>mime]] …
16 | ''smileys.conf'' | ''smileys.local.conf'' | [[doku>smileys]]…
19 | ''license.php'' | ''license.local.php'' | [[doku>config:li…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DEntityUserLinkPermissions.php30 public $local; variable in Google\\Service\\Analytics\\EntityUserLinkPermissions
49 public function setLocal($local) argument
51 $this->local = $local;
58 return $this->local;
/plugin/sentry/conf/
H A DSetting.php14 public function initialize($default = null, $local = null, $protected = null) argument
16 parent::initialize($default, $local, $protected);
20 if ($local == 0) {
21 $this->local = $this->default;
37 return parent::isDefault() || (error_reporting() == $this->local);
47 $current = $this->local;
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3 …The local and upgrade-safe directory of smiles images are stored in ''lib/images/smileys/local'' d…
8 :MYFACE: local/i_am_so_pretty.jpg
/plugin/confmanager/tpl/
H A DshowConfigTwoLine.php11 <?php foreach ($local as $key => $value): ?>
35 <?php if($local[$key] === ''): ?>
77 <?php $isOverridden = array_key_exists($key, $local) ?>
88 <?php if($local[$key] === ''): ?>
H A DshowConfigTwoLineLeftImage.php10 <?php foreach($local as $key => $value):?>
37 <?php if($local[$key] === ''): ?>
103 <?php $isOverridden = array_key_exists($key, $local) ?>
123 <?php if($local[$key] === ''): ?>
H A DshowConfigSingleLine.php10 <?php foreach ($local as $config): ?>
61 <?php $isOverridden = in_array('!' . $item, $local) ?>
/plugin/subconfhelper/helper/
H A Dconfig.php36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument
40 $this->_local_files = $local;
64 $local = $this->_read_config_group($this->_local_files);
67 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
90 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
/plugin/localization/
H A Daction.php41 $local = $this->load($conf['lang']);
42 if ($local) {
43 $conf = array_replace_recursive($conf, $local);
/plugin/codemirror/dist/modes/
H A Drst.min.js1local:a.startState(d)})}else if(b.sol()&&b.match(q)){W(c,Q);f="meta"}else if(b.sol()&&b.match(p)){… property in c.tmp
/plugin/advanced/lang/fr/config/
H A Dsmileys.txt3 …e manière sûre est ''lib/images/smileys/local'' et la configuration utilisateur se fait dans ''con…
8 :MYFACE: local/i_am_so_pretty.jpg
/plugin/txtconf/
H A Dconfig0.class.php57 $local = $this->_read_config($this->_local_file);
60 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
181 $local = eval('return '.$this->_local_file.';');
183 if (!is_writable(dirname($local))) return true;
184 if (file_exists($local) && !is_writable($local)) return true;
305 function initialize($default, $local, $protected) { argument
307 if (isset($local)) $this->_local = $local;
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat44 local $/;
45 open(local *F, $name);
51 local $/;
52 open(local *F, ">", $name);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso33 local(
66 local('out' = '
74 local('out' = '
84 local('result' = false);
102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
103 iterate(self->config, local('this'));
/plugin/authsplit/conf/
H A Dmetadata.php11 function initialize($default=null, $local=null, $protected=null) { argument
12 parent::initialize($default, $local, $protected);
/plugin/confmanager/lang/zh/
H A Dwordblock.txt3 要在 DokuWiki 上使用黑名单需要在 ''conf/local.php'' 文件中启用 ''$conf['usewordblock'] = 1;''(默认它被设置为 1)编辑 ''conf/w…
/plugin/confmanager/lang/ko/
H A Dwordblock.txt3 … 차단 목록"을 사용하기 위해서는 ''conf/local.php'' 파일의 ''$conf['usewordblock'] = 1;'' 옵션을 활성화해야 합니다. 기본값은 1로 되어…
/plugin/authshibboleth/
H A DREADME.md41 In `DOKUWIKI_HOME/conf/local.conf` set the `authtype` directive:
49 …sitory to `DOKUWIKI_HOME/conf` and include it in your `DOKUWIKI_HOME/conf/local.protected.php` fil…
53 It's better to use `local.protected.php` instead of `local.php`, because `local.php` may be overwri…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc90 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
105 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
137 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
158 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
251 $params['local'] = (boolean) Return local informatio
[all...]
H A DCatNamespace.asciidoc57 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
78 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
169 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
193 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
299 $params['local'] = (boolean) Return local informatio
[all...]
/plugin/eclipseupdateurl/
H A Dsyntax.php289 $local = getCacheName(strtolower($url),".media.$ext");
290 $mtime = @filemtime($local); // 0 if not exists
296 if($this->media_download($url,$local)){
297 return $local;
304 if($mtime) return $local;
/plugin/autolink3/
H A Dadmin.php37 if (isset($_REQUEST['local'])) $local = $_REQUEST['local'];
166 <select name = 'local'>
/plugin/quickstats/
H A DHOW-TO13 http://alexandre.alapetite.fr/doc-alex/php-local-browscap/index.en.html
14 http://alexandre.alapetite.fr/doc-alex/php-local-browscap/php-local-browscap.php.txt
42 GeoLiteCity.dat must be downloaded from Maxmind and stored in /usr/local/share/GeoIP/
47 Unpack this file and place it in either in /usr/local/share/GeoIP or quickstats/GEOIP.
48 The default directory for GeoLiteCity.dat is /usr/local/share/GeoIP which you will
119 …quickstats will look in this directory for GeoLiteCity.dat (it defaults to /usr/local/share/GeoIP/)
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js --
4 * - Rename this file to contextmenu.local.js

12345678910>>...16