Home
last modified time | relevance | path

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

12

/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...]
/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/lib/tpl/dokuwiki/css/
H A D_fileuploader.css58 /* list of files to upload */
H A Dcontent.less201 /* changes to underscored CSS files
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php972 * Returns a list of files in the given directory
993 $files = $this->readlist($dir, false);
997 if (is_int($files)) {
1001 if (!$recursive || $files === false) {
1002 return $files;
1006 foreach ($files as $value) {
1024 * Returns a detailed list of files in the given directory
1032 $files = $this->readlist($dir, true);
1036 if (is_int($files)) {
1040 if (!$recursive || $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/inc/
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 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 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 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...]
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md24 language files, but if you do find something major please contact me.
H A DBUGS14 for sourcecode under 5K (for simple language files like SQL, a 100K file can be
H A DTHANKS11 - Andreas Gohr - Thanks for language files and for using GeSHi for DokuWiki
20 - Ben Keen - Thanks for the language files and pointing out some
44 - Tux - Thanks for making all those language files :D
H A DLICENSE95 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/vendor/phpseclib/phpseclib/
H A DREADME.md54 * [Download 1.0.23 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.23.zip/download)
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown38 Since SimplePie 1.3, we've split the classes into separate files to make it easier
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE44 complete object files to the recipients, so that they can relink them
141 interface definition files, plus the scripts used to control compilation
172 b) You must cause the files modified to carry prominent notices
173 stating that you changed the files and the date of any change.
299 that the user who changes the contents of definitions files in the
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE44 complete object files to the recipients, so that they can relink them
139 interface definition files, plus the scripts used to control compilation
169 b) You must cause the files modified to carry prominent notices
170 stating that you changed the files and the date of any change.
294 that the user who changes the contents of definitions files in the
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/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/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
3 # the files installed

12