Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 217) sorted by relevance

123456789

/dokuwiki/.github/workflows/
H A DdeletedFiles.yml1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re…
2 …pares the current master with the data/deleted.files file and cleans the file from any re-introduc…
3 …the current master with the stable branch and adds all deleted files to the data/deleted.files file
8 name: "Update deleted files"
20 name: Update deleted files
28 - name: Cleaning list from re-introduced files
34 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
37 - name: Update list with deleted files
43 if grep -q "^$F$" data/deleted.files; then
46 if ( ! test -f "data/deleted.files.tmp"); then
[all …]
/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']);
H A DCache.php71 * 'files' => cache must be younger than mtime of each file
100 * files - expire cache if any file in this array was updated more recently than the cache
127 if (!empty($this->depends['files'])) {
128 foreach ($this->depends['files'] as $file) {
131 } // cache older than files it depends on?
/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 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);
103 $cache_files = array_merge($cache_files, array_keys($media_files[$mediatype]['files']));
128 $cache_ok = $cache->useCache(['files' => $cache_files]);
[all …]
H A Djs.php48 // array of core files
49 $files = [
77 $files = array_merge($files, js_pluginscripts());
80 $files[] = $userscript;
85 Event::createAndTrigger('JS_SCRIPT_LIST', $files);
88 …Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($files)), '.js');
91 $cache_files = array_merge($files, getConfigFiles('main'));
96 $cache_ok = $cache->useCache(['files' => $cache_files]);
128 // load files
129 foreach ($files as $file) {
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitignore1 # CakePHP specific files #
8 /webroot/files/*
10 # OS generated files #
22 # Tool specific files #
H A 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/_test/tests/general/
H A Dgeneral_languagelint.test.php15 * Run checks over the given PHP language files
17 * @param $files
19 private function checkFiles($files){ argument
20 foreach($files as $file){
/dokuwiki/vendor/geshi/geshi/
H A 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 …]
H A Dbuild.xml26 <fileset dir="src" id="files">
41 description="Create zip and tar files for release"
44 <echo msg="Creating distribution files for ${phing.project.name} ${version}"/>
51 <fileset refid="files" />
55 <fileset refid="files" />
59 <fileset refid="files" />
108 - remove that dumb baseinstalldir from files
120 <!-- remove baseinstalldir for files -->
168 https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download
/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) argument
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
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php36 …* This function lists the files stored in the archive, and returns an indexed array of FileInfo ob…
54 …* By default this will extract all files found in the archive. You can restrict the output using t…
56 …* $include is set, only files that match this expression will be extracted. Files that match the $…
64 * @param string $exclude a regular expression of files to exclude
65 * @param string $include a regular expression of files to include
/dokuwiki/inc/
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/
H A D.htaccess.dist5 ## make sure nobody gets the htaccess, README, COPYING or VERSION files
6 <Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
14 </Files>
H A Dindex.php8 * access permission checking and passing on static files.
48 // existing files
63 # static 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 supp…
53 // files and then either save() or getArchive() it:
/dokuwiki/lib/images/fileicons/
H A DREADME1 For the generator of these files see
/dokuwiki/inc/lang/ia/
H A Dinstall.html3files ordinari pro le immagazinage de paginas wiki e altere informationes associate con iste pagin…
/dokuwiki/inc/lang/en/
H A Dinstall.html3files for the storage of wiki pages and other information associated with those pages (e.g. images…
H A Dlang.php140 $lang['js']['searchmedia'] = 'Search for files';
173 $lang['js']['media_select'] = 'Select files…';
176 $lang['js']['media_drop'] = 'Drop files here to upload';
178 $lang['js']['media_overwrt'] = 'Overwrite existing files';
187 $lang['mediaselect'] = 'Media Files';
200 $lang['mediafiles'] = 'Available files in';
205 …pend them to your filename separated by colons after you selected the files. Files can also be sel…
255 $lang['media_changes'] = 'Media files';
256 $lang['both_changes'] = 'Both pages and media files';
278 $lang['qb_media'] = 'Add Images and other files (opens in a new window)';
[all …]
/dokuwiki/conf/
H A Dplugins.php4 * the plugins.*.php files will override those here.
/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/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml83 ## Logs and other files needed for analysis
91 …* Related entries in DokuWiki's log files. Especially when the error message states that more info…
93 * Related entries in your webserver's error log files.

123456789