/dokuwiki/inc/Cache/ |
D | CacheParser.php | 51 $files = [ 56 $files = array_merge($files, getConfigFiles('main')); // wiki settings 59 $files : 60 array_merge($files, $this->depends['files']);
|
D | CacheRenderer.php | 74 $files = [DOKU_INC . 'inc/parser/' . $this->mode . '.php']; 87 $files : 88 array_merge($files, $this->depends['files']);
|
/dokuwiki/vendor/php81_bc/strftime/ |
D | .gitignore | 1 # CakePHP specific files # 8 /webroot/files/* 10 # OS generated files # 22 # Tool specific files #
|
D | .gitattributes | 6 # Explicitly declare text files we want to always be normalized and converted 24 # Declare files that will always have CRLF line endings on checkout. 27 # Declare files that will always have LF line endings on checkout. 30 # Denote all files that are truly binary and should not be modified.
|
/dokuwiki/lib/exe/ |
D | jquery.php | 26 $files = [ 30 $cache_files = $files; 39 foreach ($files as $file) {
|
D | js.php | 48 $files = [ 76 $files = array_merge($files, js_pluginscripts()); 79 $files[] = $userscript; 84 Event::createAndTrigger('JS_SCRIPT_LIST', $files); 87 …Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($files)), '.js'); 90 $cache_files = array_merge($files, getConfigFiles('main')); 128 foreach ($files as $file) {
|
D | css.php | 74 $files = []; 77 $files[DOKU_INC . 'lib/styles/' . $mediatype . '.css'] = DOKU_BASE . 'lib/styles/'; 81 $files[DOKU_INC . 'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = 85 $files = array_merge($files, css_pluginstyles($mediatype)); 88 $files = array_merge($files, $styleini['stylesheets'][$mediatype]); 93 $files[$userstyle] = DOKU_BASE; 98 $media_files[$mediatype] = css_filewrapper($mediatype, $files); 299 * @param array $files set of files that define the current mediatype 304 function css_filewrapper($mediatype, $files = []) argument 307 'files' => $files,
|
/dokuwiki/_test/tests/general/ |
D | general_languagelint.test.php | 19 private function checkFiles($files){ argument 20 foreach($files as $file){
|
/dokuwiki/lib/images/fileicons/ |
D | README | 1 For the generator of these files see
|
/dokuwiki/vendor/composer/ |
D | autoload_static.php | 9 public static $files = array ( variable in Composer\\Autoload\\ComposerStaticInita19a915ee98347a0c787119619d2ff9b
|
D | autoload_real.php | 36 … $filesToLoad = \Composer\Autoload\ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$files;
|
/dokuwiki/lib/plugins/config/core/ |
D | Loader.php | 180 * @param string[] $files paths to config php's 183 protected function loadConfigs($files) argument 186 foreach ($files as $file) {
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 9 Language files listed under each version were made by the author beside them, and then 18 - Added language files 27 - Improvements to language files 30 * INI files: support single quotes (peterdd) 44 - Added language files 59 - Improvements to language files 75 - Added language files 98 - Improvements to language files (BenBE) 104 * Force comments in INI files to be their own line (BenBE) 128 - Added language files [all …]
|
/dokuwiki/inc/Subscriptions/ |
D | SubscriberManager.php | 174 $files = [':' => $this->file(':')]; 176 $files[$page] = $this->file($page); 185 foreach ($files as $target => $file) {
|
/dokuwiki/vendor/splitbrain/php-archive/ |
D | README.md | 5 needed for compression). It can create new files or extract existing ones. 7 To keep things simple, the modification (adding or removing files) of existing archives is not supp… 53 // files and then either save() or getArchive() it:
|
/dokuwiki/lib/plugins/logviewer/lang/en/ |
D | intro.txt | 7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
|
/dokuwiki/inc/ |
D | confutils.php | 342 $files = []; 347 $files = array_merge($files, $config_cascade[$type][$config_group]); 350 return $files;
|
D | preload.php.dist | 6 * local configuration files out of the main ./conf directory.
|
D | search.php | 33 $files = []; 50 $files[] = $dir . '/' . $file; 56 @array_multisort(array_map('filemtime', $filepaths), SORT_NUMERIC, SORT_DESC, $files); 58 Sort::asortFN($files); 70 foreach ($files as $file) {
|
/dokuwiki/inc/Extension/ |
D | PluginController.php | 229 * @param array $files list of files to include, latter overrides previous 232 protected function checkRequire($files) argument 235 foreach ($files as $file) {
|
/dokuwiki/lib/plugins/extension/ |
D | Installer.php | 486 $files = glob($dir . '/*'); 487 if (count($files) === 1 && is_dir($files[0])) { 488 $dir = $files[0];
|
/dokuwiki/lib/plugins/popularity/lang/ia/ |
D | intro.txt | 7 …tiones como tu version de DokuWiki, le numero e dimension de tu paginas e files, plug-ins installa…
|
/dokuwiki/lib/plugins/popularity/lang/en/ |
D | intro.txt | 7 …rmation like your DokuWiki version, the number and size of your pages and files, installed plugins…
|
/dokuwiki/inc/TreeBuilder/ |
D | PageTreeBuilder.php | 176 $files = glob($base . $dir . '/*.txt'); 177 foreach ($files as $file) {
|
/dokuwiki/lib/tpl/dokuwiki/ |
D | style.ini | 13 ; You can reference CSS and LESS files here. Files referenced here will 14 ; be checked for updates when considering a cache rebuild while files
|