/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 13 * 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 D | config.txt | 5 "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 D | EntityUserLinkPermissions.php | 30 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 D | Setting.php | 14 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 D | smileys.txt | 3 …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 D | showConfigTwoLine.php | 4 * @var array $local 17 <?php foreach ($local as $key => $value): ?> 83 <?php $isOverridden = array_key_exists($key, $local) ?> 94 <?php if($local[$key] === ''): ?>
|
H A D | showConfigTwoLineLeftImage.php | 4 * @var array $local 16 <?php foreach($local as $key => $value):?> 17 <?php $image = $this->getImage('local', $key); ?> 109 <?php $isOverridden = array_key_exists($key, $local) ?> 129 <?php if($local[$key] === ''): ?>
|
H A D | showConfigSingleLine.php | 4 * @var array $local 10 <table class="inline confmanager_singleLine" id="local"> 16 <?php foreach ($local as $config): ?> 67 <?php $isOverridden = in_array('!' . $item, $local) ?>
|
/plugin/subconfhelper/helper/ |
H A D | config.php | 36 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 D | action.php | 41 $local = $this->load($conf['lang']); 42 if ($local) { 43 $conf = array_replace_recursive($conf, $local);
|
/plugin/codemirror/dist/modes/ |
H A D | rst.min.js | 1 …local: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 D | smileys.txt | 3 …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 D | config0.class.php | 57 $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 D | compile.bat | 44 local $/; 45 open(local *F, $name); 51 local $/; 52 open(local *F, ">", $name);
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.lasso | 33 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 D | metadata.php | 11 function initialize($default=null, $local=null, $protected=null) { argument 12 parent::initialize($default, $local, $protected);
|
/plugin/confmanager/lang/zh/ |
H A D | wordblock.txt | 3 要在 DokuWiki 上使用黑名单需要在 ''conf/local.php'' 文件中启用 ''$conf['usewordblock'] = 1;''(默认它被设置为 1)编辑 ''conf/wordblock.local.conf'' 文件。你可以看看 ''conf/wordblock.conf'' 文件,查看现有的屏蔽单词。该文件包含[[wp>Regular Expressions|正则表达式]](Perl 兼容),任何匹配的保存动作都是不会被允许的。
|
/plugin/confmanager/lang/ko/ |
H A D | wordblock.txt | 3 "단어 차단 목록"을 사용하기 위해서는 ''conf/local.php'' 파일의 ''$conf['usewordblock'] = 1;'' 옵션을 활성화해야 합니다. 기본값은 1로 되어 있습니다. ''conf/wordblock.local.conf''에 차단할 단어 목록을 입력할 수 있고, ''conf/wordblock.conf''에서 기본적으로 설정된 차단 단어 목록을 볼 수 있습니다. Perl 언어의 정규표현식과 호환되는 [[wp>Regular Expressions]] 도 지원합니다.
|
/plugin/authshibboleth/ |
H A D | README.md | 41 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 D | ClusterNamespace.asciidoc | 90 $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 D | CatNamespace.asciidoc | 57 $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 D | syntax.php | 289 $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 D | admin.php | 37 if (isset($_REQUEST['local'])) $local = $_REQUEST['local']; 166 <select name = 'local'>
|
/plugin/quickstats/ |
H A D | HOW-TO | 13 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 4. geoip_dir: if geoip_local is not checked off quickstats will look in this directory for GeoLiteCity.dat (it defaults to /usr/local/share/GeoIP/)
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.local.js.example | 2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js -- 4 * - Rename this file to contextmenu.local.js
|