Searched refs:filelist (Results 1 – 13 of 13) 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 u [all...] |
/plugin/owncloud/ |
H A D | script.js | 7 var filelist = { class 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();
|
H A 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/ |
H A 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/ |
H A 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/ |
H A D | plugin.info.txt | 1 base filelist 7 url https://www.dokuwiki.org/plugin:filelist
|
H A 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
|
/plugin/ajaxpeon/ |
H A D | helper.php | 33 $filelist = scandir($learndir); 35 foreach($filelist as $fname){ 64 $filelist = scandir($dir); 68 foreach($filelist as $fname){
|
/plugin/dropfiles/action/ |
H A D | ajax.php | 133 $filelist = $INPUT->post->arr('filenames'); 134 return array_reduce($filelist, [$this, 'checkFileCallback'], []);
|
/plugin/indexmenu/ |
H A D | admin.php |
|
/plugin/owncloud/tpl/ |
H A D | detail.php | 123 echo $helper->filelist($fileid,'');
|
/plugin/doctree2filelist/ |
H A D | admin.php | 98 …print '<a href="http://www.dokuwiki.org/plugin:filelist">The filelist-plugin can be found here.</a…
|
/plugin/filelist/_test/ |
H A D | filelist.test.php |
|