Home
last modified time | relevance | path

Searched refs:files (Results 126 – 150 of 1460) sorted by relevance

12345678910>>...59

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py65 files = """<Files>"""
74 files += """<File name="%s" size="%s" />""" % (
80 files += """</Files>"""
81 return folders + files
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md6 - jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins fil…
7 - jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-play…
38 …d system. The example demos work within the repository, and use the built (minified) jPlayer files.
/plugin/stylingpages/
H A DREADME3 Allows users to change the css/js files of this plugin with wikitext.
6 files that the wiki reads from the plugin folder.
11 this plugin can be abused to change other files, use it with care
18 When the wiki:styling page is saved it will create, replace, or delete these files:
/plugin/langdelete/
H A DREADME2 * DeleteLang Admin Plugin: allows deleting of unneccessary language files and folders
10 This is an admin plugin available via admin manager to delete language files
/plugin/cleanup/lang/en/
H A Dintro.txt3 This plugin can check the data directory for old, probably unused files. What is considered old, ca…
5 Below you can preview and delete files that match the configuration. Once you're satisfied the plug…
/plugin/weiqi/img/
H A Dreadme.txt4 All these pretty files come from the Dragon Go Server. Many thanks.
8 The only changes made to the original files at
/plugin/podcast/blogtng-tpl/
H A Dlist.php12 $files = $p['files']; } variable
27 foreach( $files as $ext => $f ) {
/plugin/toolbox/
H A Dextension.php67 $files = glob(__DIR__ . '/extension/*'); variable
68 foreach($files as $file) {
/plugin/fetchmedia/lang/en/
H A Dintro.txt4 * only files linked as a commen external file (e.g. ''%%{{https://www.example.com/file.pdf}}%%'')
6 * or both common external media files and windows share links
/plugin/pagequery/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php216 $files = self::file_check($search);
217 if ($files !== null) {
218 foreach ($files as $f) {
/plugin/removeold/
H A DREADME2 * remove old Admin Plugin: allows deleting of unnecessary, outdated files from your DokuWiki system
10 This is an admin plugin available via admin manager to delete listed files
/plugin/bliki/
H A Dsyntax.php337 $files = array();
357 $files[] = $file;
367 if (sizeof($files) > 0) {
368 sort($files, SORT_STRING);
372 return array_merge($dirs, $files);
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee73 files = findFilesIn sourceSassDir, "**/*.scss"
75 jobs = files.map (sassFile) ->
106 # this could be changed to minify all JS files, not just core
116 files = findFilesIn(outputDir, "**/*.js").concat(findFilesIn(outputDir, '**.css'))
119 files.forEach (file) ->
/plugin/jplayer/
H A Dsyntax.php106 search($files, $conf['mediadir'], 'search_media',
110 if (is_array($files)) foreach ($files as $item) {
/plugin/advanced/admin/
H A Dimport.php94 $files = array_keys($INPUT->arr('files'));
115 if (!count($files)) {
120 foreach ($files as $file) {
/plugin/subjectindex/inc/
H A Dmatcher.php21 $files = glob(SUBJ_IDX_PLUGINS . 'Entry*.php');
22 foreach ($files as $file) {
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php504 $files = (array) $files;
506 $this->processFiles($files, $local);
618 $files = (array) $files;
925 $files = array();
930 $files[] = self::realpath($sniff);
934 return $files;
1371 foreach ($files as $file) {
1568 $files = array();
1601 $files[] = $file->getPathname();
1608 $files[] = $path;
[all …]
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php55 $files = glob("$dir/*");
57 if (count($files)) {
/plugin/flexpaper/
H A DREADME.md8 And then copy below files to plugin folder "dokuwiki/lib/plugins/flexpaper/FlexPaper":
14 These files path should be:
/plugin/twcheckliste/lang/en/
H A Dstep0.txt6 - Updating the wiki files
8 For automatic upgrading all files that need to be updated have to be writable by the PHP process. T…
/plugin/whyspam/
H A Dadmin.php51 foreach($config_cascade['wordblock'] as $bla => $files){
52 foreach($files as $file){
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php29 private $files = []; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes
81 $this->files[$pipe] = $file;
126 return $this->files;
/plugin/freesync/
H A Dadmin.php71 function _dosync($pages, $files, $summary) { argument
80 if(!is_array($files))
81 $files = array();
84 $this->_sync_list_files = array_filter($files, "needmerge");

12345678910>>...59