Home
last modified time | relevance | path

Searched refs:filelist (Results 1 – 13 of 13) sorted by relevance

/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css14 #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 Dscript.js7 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 Dhelper.php402 $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 Dadmin.php72 $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 Dupload.js208 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 Dplugin.info.txt1 base filelist
7 url https://www.dokuwiki.org/plugin:filelist
H A DREADME1 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 Dhelper.php33 $filelist = scandir($learndir);
35 foreach($filelist as $fname){
64 $filelist = scandir($dir);
68 foreach($filelist as $fname){
/plugin/dropfiles/action/
H A Dajax.php133 $filelist = $INPUT->post->arr('filenames');
134 return array_reduce($filelist, [$this, 'checkFileCallback'], []);
/plugin/indexmenu/
H A Dadmin.php
/plugin/owncloud/tpl/
H A Ddetail.php123 echo $helper->filelist($fileid,'');
/plugin/doctree2filelist/
H A Dadmin.php98 …print '<a href="http://www.dokuwiki.org/plugin:filelist">The filelist-plugin can be found here.</a…
/plugin/filelist/_test/
H A Dfilelist.test.php