Home
last modified time | relevance | path

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

123

/dokuwiki/inc/Cache/
DCacheParser.php51 $files = [
56 $files = array_merge($files, getConfigFiles('main')); // wiki settings
59 $files :
60 array_merge($files, $this->depends['files']);
DCacheRenderer.php74 $files = [DOKU_INC . 'inc/parser/' . $this->mode . '.php'];
87 $files :
88 array_merge($files, $this->depends['files']);
/dokuwiki/vendor/php81_bc/strftime/
D.gitignore1 # CakePHP specific files #
8 /webroot/files/*
10 # OS generated files #
22 # Tool specific files #
D.gitattributes6 # 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/
Djquery.php26 $files = [
30 $cache_files = $files;
39 foreach ($files as $file) {
Djs.php48 $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) {
Dcss.php74 $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/
Dgeneral_languagelint.test.php19 private function checkFiles($files){ argument
20 foreach($files as $file){
/dokuwiki/lib/images/fileicons/
DREADME1 For the generator of these files see
/dokuwiki/vendor/composer/
Dautoload_static.php9 public static $files = array ( variable in Composer\\Autoload\\ComposerStaticInita19a915ee98347a0c787119619d2ff9b
Dautoload_real.php36 … $filesToLoad = \Composer\Autoload\ComposerStaticInita19a915ee98347a0c787119619d2ff9b::$files;
/dokuwiki/lib/plugins/config/core/
DLoader.php180 * @param string[] $files paths to config php's
183 protected function loadConfigs($files) argument
186 foreach ($files as $file) {
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG9 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/
DSubscriberManager.php174 $files = [':' => $this->file(':')];
176 $files[$page] = $this->file($page);
185 foreach ($files as $target => $file) {
/dokuwiki/vendor/splitbrain/php-archive/
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 supp…
53 // files and then either save() or getArchive() it:
/dokuwiki/lib/plugins/logviewer/lang/en/
Dintro.txt7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
/dokuwiki/inc/
Dconfutils.php342 $files = [];
347 $files = array_merge($files, $config_cascade[$type][$config_group]);
350 return $files;
Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
Dsearch.php33 $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/
DPluginController.php229 * @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/
DInstaller.php486 $files = glob($dir . '/*');
487 if (count($files) === 1 && is_dir($files[0])) {
488 $dir = $files[0];
/dokuwiki/lib/plugins/popularity/lang/ia/
Dintro.txt7 …tiones como tu version de DokuWiki, le numero e dimension de tu paginas e files, plug-ins installa…
/dokuwiki/lib/plugins/popularity/lang/en/
Dintro.txt7 …rmation like your DokuWiki version, the number and size of your pages and files, installed plugins…
/dokuwiki/inc/TreeBuilder/
DPageTreeBuilder.php176 $files = glob($base . $dir . '/*.txt');
177 foreach ($files as $file) {
/dokuwiki/lib/tpl/dokuwiki/
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

123