Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 47) sorted by relevance

12

/dokuwiki/inc/Cache/
H A DCacheParser.php51 $files = [
56 $files = array_merge($files, getConfigFiles('main')); // wiki settings
58 $this->depends['files'] = empty($this->depends['files']) ?
59 $files :
60 array_merge($files, $this->depends['files']);
H A DCacheRenderer.php74 $files = [DOKU_INC . 'inc/parser/' . $this->mode . '.php'];
86 $this->depends['files'] = empty($this->depends['files']) ?
87 $files :
88 array_merge($files, $this->depends['files']);
/dokuwiki/lib/exe/
H A Djquery.php18 * We do absolutely nothing fancy here but concatenating the different files
26 $files = [
30 $cache_files = $files;
35 $cache_ok = $cache->useCache(['files' => $cache_files]);
39 foreach ($files as $file) {
H A Djs.php47 // array of core files
48 $files = [
76 $files = array_merge($files, js_pluginscripts());
79 $files[] = $userscript;
84 Event::createAndTrigger('JS_SCRIPT_LIST', $files);
87 $cache = new Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($files)), '.js');
90 $cache_files = array_merge($files, getConfigFiles('main'));
95 $cache_ok = $cache->useCache(['files' => $cache_files]);
127 // load files
[all...]
H A Dcss.php70 // Array of needed files and their web locations, the latter ones
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);
290 css_filewrapper($mediatype, $files = array()) global() argument
[all...]
/dokuwiki/lib/images/fileicons/
H A DREADME1 For the generator of these files see
/dokuwiki/vendor/composer/
H A Dautoload_static.php9 public static $files = array ( variable in Composer\\Autoload\\ComposerStaticInita19a915ee98347a0c787119619d2ff9b
H A Dautoload_real.php36 $filesToLoad = \Composer\Autoload\ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$files;
H A DLICENSE5 of this software and associated documentation files (the "Software"), to deal
/dokuwiki/lib/plugins/config/core/
H A DLoader.php10 * Loads configuration meta data and settings from the various files. Honors the
111 // load main files
178 * Read the config values from the given files
180 * @param string[] $files paths to config php's
183 protected function loadConfigs($files)
186 foreach ($files as $file) {
195 * This is used to read the settings.php files of plugins and templates
226 * This is used to read the default.php files of plugins and templates
265 // include files
177 loadConfigs($files) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG9 Language files listed under each version were made by the author beside them, and then
16 - Added language files
25 - Improvements to language files
28 * INI files: support single quotes (peterdd)
42 - Added language files
57 - Improvements to language files
73 - Added language files
96 - Improvements to language files (BenBE)
102 * Force comments in INI files to be their own line (BenBE)
126 - Added language files
[all...]
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php153 * This function searches all relevant subscription files for a page or
173 // Construct list of files which may contain relevant subscriptions.
174 $files = [':' => $this->file(':')];
176 $files[$page] = $this->file($page);
183 // Handle files.
185 foreach ($files as $target => $file) {
192 // fix old style subscription files
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md5 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 supported.
53 // files and then either save() or getArchive() it:
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt7 Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets.
/dokuwiki/inc/
H A Dconfutils.php4 * Utilities for collecting data from config files
303 * @param callback $combine the function used to combine arrays of values read from different configuration files;
337 * @return array list of files, default before local before protected
342 $files = [];
347 $files = array_merge($files, $config_cascade[$type][$config_group]);
350 return $files;
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
H A Dsearch.php33 $files = [];
41 //read in directories and files
45 if (preg_match('/^[\._]/', $file)) continue; //skip hidden files and upper dirs
50 $files[] = $dir . '/' . $file;
56 @array_multisort(array_map('filemtime', $filepaths), SORT_NUMERIC, SORT_DESC, $files);
58 Sort::asortFN($files);
69 //now handle the files
70 foreach ($files as $file) {
89 * return values for files are ignored
209 return false; // skip non-valid files
[all...]
/dokuwiki/inc/Extension/
H A DPluginController.php190 * Returns cascade of the config files
208 if (is_file(DOKU_PLUGIN . $plugin)) continue; // skip files, we're only interested in directories
226 * Includes the plugin config $files
227 * and returns the entries of the $plugins array set in these files
229 * @param array $files list of files to include, latter overrides previous
230 * @return array with entries of the $plugins arrays of the included files
232 protected function checkRequire($files)
235 foreach ($files as $file) { argument
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/lib/plugins/popularity/lang/ia/
H A Dintro.txt7 Le datos colligite contine informationes como tu version de DokuWiki, le numero e dimension de tu paginas e files, plug-ins installate e information super tu installation de PHP.
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini13 ; You can reference CSS and LESS files here. Files referenced here will
14 ; be checked for updates when considering a cache rebuild while files
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE6 of this software and associated documentation files (the "Software"), to deal
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE4 a copy of this software and associated documentation files (the
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

12