Searched refs:filelist (Results 1 – 19 of 19) sorted by relevance
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | do-media.css | 14 #mediamanager__page .filelist ul.tabs, 24 #mediamanager__page .filelist ul.tabs li strong, 25 #mediamanager__page .filelist ul.tabs li a, 41 #mediamanager__page .filelist ul.tabs li a { 49 #mediamanager__page .filelist .rows li:nth-child(2n+1) { 53 #mediamanager__page .filelist .rows li:hover { 90 #mediamanager__page .filelist { 307 #mediamanager__page .filelist ul { 312 [dir=rtl] #mediamanager__page .filelist ul { 316 #mediamanager__page .filelist ul.rows { [all …]
|
| /plugin/owncloud/ |
| D | script.js | 7 var filelist = { variable 15 filelist.subfolder('',$row,'level0',fileid); 25 $folder.each(function(){filelist.folderEvent(jQuery(this),level);}); 34 success: function(data) {filelist.folderContent(data, $row, level);}, 49 filelist.subfolder(dir,$row.next(),nextLevel); 133 filelist.start();
|
| D | helper.php | 402 $filelist = false; 446 if($linking =='direct') $filelist = true; 467 if(!$filelist){ 471 return $this->filelist($fileid); 518 public function filelist($folderid, $link){ function in helper_plugin_owncloud
|
| /plugin/removeold/ |
| D | admin.php | 72 $filelist = $_REQUEST['removeold_w']; 77 if ($filelist!=false) { 85 $this->_list_removeold_files($filelist, $dryrun, $summary_option); 155 $filelist = explode(chr(10),$afilelist); 158 foreach($filelist as &$file) {
|
| /plugin/dropfiles/src/ |
| D | upload.js | 208 var filelist = jQuery.makeArray(files).map( 211 if (!filelist.length) { 220 filenames: filelist.map(function (file) { 225 var filesWithoutErrors = filelist.filter(function (file) { 228 filesThatExist = filelist.filter(function (file) { 231 var filesWithOtherErrors = filelist.filter(function (file) { 295 function uploadFiles(filelist, overwrite) { argument 314 filelist.forEach(function (file) {
|
| /plugin/filelist/ |
| D | plugin.info.txt | 1 base filelist 7 url https://www.dokuwiki.org/plugin:filelist
|
| D | syntax.php | 4 use dokuwiki\plugin\filelist\Crawler; 5 use dokuwiki\plugin\filelist\Output; 6 use dokuwiki\plugin\filelist\Path;
|
| D | README | 1 filelist plugin for DokuWiki 6 https://www.dokuwiki.org/plugin:filelist 9 lib/plugins/filelist/ - if the folder is called different it
|
| D | deleted.files | 4 _test/filelist.test.php
|
| D | file.php | 5 use dokuwiki\plugin\filelist\Path;
|
| D | Path.php | 3 namespace dokuwiki\plugin\filelist;
|
| D | Crawler.php | 3 namespace dokuwiki\plugin\filelist;
|
| D | Output.php | 3 namespace dokuwiki\plugin\filelist;
|
| /plugin/ajaxpeon/ |
| D | helper.php | 33 $filelist = scandir($learndir); 35 foreach($filelist as $fname){ 64 $filelist = scandir($dir); 68 foreach($filelist as $fname){
|
| /plugin/dropfiles/action/ |
| D | ajax.php | 133 $filelist = $INPUT->post->arr('filenames'); 134 return array_reduce($filelist, [$this, 'checkFileCallback'], []);
|
| /plugin/owncloud/tpl/ |
| D | detail.php | 123 echo $helper->filelist($fileid,'');
|
| /plugin/doctree2filelist/ |
| D | admin.php | 98 …print '<a href="http://www.dokuwiki.org/plugin:filelist">The filelist-plugin can be found here.</a…
|
| /plugin/zwidoku/css/ |
| H A D | style.css | 5826 #mediamanager__page .filelist { 5995 #mediamanager__page .filelist ul { 5999 [dir=rtl] #mediamanager__page .filelist ul { 6002 #mediamanager__page .filelist ul.rows { 6005 #mediamanager__page .filelist .panelContent ul li:hover { 6008 #mediamanager__page .filelist li dt a { 6013 #mediamanager__page .filelist .thumbs li { 6026 [dir=rtl] #mediamanager__page .filelist .thumbs li { 6030 #mediamanager__page .filelist .thumbs li dt a { 6034 #mediamanager__page .filelist .thumbs li dt a img { [all …]
|
| /plugin/zwidoku/files/ |
| H A D | common.css | 1 …filelist{width:50%;min-width:25em;left:0 !important;}#mediamanager__page .file{width:30%;min-width…
|