Home
last modified time | relevance | path

Searched refs:folders (Results 26 – 39 of 39) sorted by last modified time

12

/plugin/langdelete/
H A DREADME2 * DeleteLang Admin Plugin: allows deleting of unneccessary language files and folders
11 and folders, which only consuming space but not used.
H A Dplugin.info.txt6 desc provides admin delete function for unneccessary language files and folders
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst43 so that you do not need to manually clear cache folders, however in production they are just unnece…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst179 can find templates in folders on the file system and is the preferred way to
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php257 $folders = preg_split("#[/\\\\]#", $rest);
259 for($i=0; $i < count($folders); $i++) {
260 $folders[$i] = urlencode($folders[$i]);
263 $path = implode('/', $folders) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php257 $folders = preg_split("#[/\\\\]#", $rest);
259 for($i=0; $i < count($folders); $i++) {
260 $folders[$i] = urlencode($folders[$i]);
263 $path = implode('/', $folders) ;
/plugin/removeold/lang/en/
H A Dhelp.txt3 On this page you can delete all outdated files and folders of your DokuWiki to
/plugin/owncloud/ajax/
H A Dfilelist.php44 $folders = array(); variable
48 array_push($folders, $file);
54 …if(empty($folders) && empty($files)) echo '<tr class="collapsed row '.$level.'"><td colspan="5" '…
56 foreach($folders as $folder){
/plugin/owncloud/
H A Dhelper.php156 $folders = array();
160 array_push($folders, $row);
165 return array($folders,$files);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm133 <cfset var folders = "">
144 folders = folders & '<Folder name="#HTMLEditFormat( qDir.name[i] )#" />' ;
149 <cfoutput><Folders>#folders#</Folders></cfoutput>
157 <cfset var folders = "">
169 folders = folders & '<Folder name="#HTMLEditFormat(qDir.name[i])#" />' ;
179 <cfoutput><Folders>#folders#</Folders></cfoutput>
H A Dcf5_connector.cfm208 folders = "";
213 folders = folders & '<Folder name="#HTMLEditFormat( qDir.name[i] )#" />';
217 xmlContent = xmlContent & '<Folders>' & folders & '</Folders>';
234 folders = "";
238 folders = folders & '<Folder name="#HTMLEditFormat(qDir.name[i])#" />';
246 xmlContent = xmlContent & '<Folders>' & folders & '</Folders>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso51 'folders' = '\t<Folders>\n',
90 List both files and folders in the 'Current Folder' directory.
96 $folders += '\t\t<Folder name="' + #this->removetrailing('/')& + '" />\n';
103 $folders += '\t</Folders>\n';
106 $commandData += $folders + $files;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py64 folders = """<Folders>"""
69 folders += """<Folder name="%s" />""" % (
79 folders += """</Folders>"""
81 return folders + files
H A Dzope.py84 folders = self.getZopeFolders(resourceType, currentFolder)
86 s = folders + files

12