Home
last modified time | relevance | path

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

12

/dokuwiki/
H A D.htaccess.dist5 ## make sure nobody gets the htaccess, README, COPYING or VERSION files
H A DCOPYING95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/dokuwiki/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
3 # the files installed
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt131 You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
/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/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/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/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 Dinit.php333 //load the language files
354 * Checks the existence of certain files and creates them if missing.
360 $files = [$conf['indexdir'] . '/page.idx'];
362 foreach ($files as $file) {
H A Dio.php232 // for attic files make sure the file has the mtime of the revision
576 $files = [];
581 // collect dirs and files first
585 $files[] = "$path/$f";
595 // now delete files
596 foreach ($files as $file) {
700 * rename() can not overwrite existing files on Windows
797 * Warning: reading uncompressed size of content of bz-files requires uncompressing
H A Dmedia.php443 return ["You don't have permissions to upload files.", -1];
701 * List all files in a given Media namespace
768 * Prints tabs for files list actions
782 'files' => 'mediaselect',
797 * Prints tabs for files details actions
831 * Prints options for the tab that displays a list of all files
888 * Returns type of sorting for the list of files in media manager
900 * Returns type of listing for the list of files in media manager
934 * Prints tab that displays a list of all files
1394 * List all files foun
[all...]
H A Dpageutils.php437 $files = glob($basename . '.*', GLOB_MARK);
438 // filter files like foo.bar.meta when $id == 'foo'
439 return $files ? preg_grep('/^' . preg_quote($basename, '/') . '\.[^.\/]*$/u', $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/parser/
H A Dxhtml.php1237 //markup non existing files
1918 $files = [];
1923 // take direct source for external files
1925 $files[$srcMime] = $src;
1929 $files = media_alternativefiles($src, $extensions);
1945 foreach ($files as $mime => $file) {
1996 $files = [];
2000 // take direct source for external files
2002 $files[$srcMime] = $src;
2006 $files
[all...]
/dokuwiki/lib/exe/
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...]
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...]
/dokuwiki/lib/images/fileicons/
H A DREADME1 For the generator of these files see
/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/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/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/scripts/
H A Dfileuploader.js277 emptyError: "{file} is empty, please select files again without it.",
278 onLeave: "The files are being uploaded, if you leave now the upload will be cancelled."
286 // number of files being uploaded
374 this._uploadFileList(input.files);
382 _uploadFileList: function(files){
383 for (var i=0; i<files.length; i++){
384 if ( !this._validateFile(files[i])){
389 for (var i=0; i<files.length; i++){
390 this._uploadFile(files[i]);
490 '<div class="qq-upload-drop-area"><span>Drop files her
[all...]

12