Home
last modified time | relevance | path

Searched refs:files (Results 76 – 100 of 1460) sorted by relevance

12345678910>>...59

/plugin/projects/
H A Dchangelog2 * Fixed the display of text generated files.
8 …get files are uploaded to the media folder, so they can be retreated as a media file. File informa…
14 …) as the code editor for projects wiki represented source files and scripts for generated files. N…
21 * A fix for broken media file links to generated files as caused by 2011-11-10 (Angua RC).
46files in a project are now handled by a "manage_files" action, instead of using the admin menu. Th…
/plugin/filelist/
H A Dsyntax.php9 * Filelist Plugin: Lists files matching a given glob pattern.
292 _render_list_items($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level = 1) global() argument
513 _render_page_section($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level) global() argument
698 _sort_filelist(& $files, $callback, $reverse) global() argument
723 _flatten_filelist($files, $prefix = '') global() argument
/plugin/captcha/lang/en/audio/
H A DREADME11 Note: The original high quality wave files were downsampled and converted
12 to 8-Bit mono files for distribution with the CAPTCHA plugin. Visit
13 the link above for the original files.
/plugin/podcast/blogtng-tpl/
H A Dentry.php6 $files = array( ); variable
13 $files = $p['files']; } variable
42 foreach( $files as $ext => $f ) {
/plugin/jalbum/syntax/
H A Dslideshow.php140 $files = array();
141 search($files,$this->getConf('albumdir'),'search_media',array(),$dir."/thumbs");
142 return $files;
/plugin/distribute/
H A Dhelper.funcs.util.php6 $files = getFilesInDir($f, true);
7 $files[] = '.';
9 foreach($files as $file)
/plugin/googlemaps3/icons/
H A Dicons.php2 $files = scandir('.'); variable
3 foreach ($files AS $file) if ($file!='.' && $file!='..' && $file!='icons.php') {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DProjectFactory.php23 * @param File[] $files
26 public function create($name, array $files); argument
/plugin/projects/action/
H A Daction.php90 $files = $project->files();
91 ksort($files);
98 foreach ($files as $file) {
121 $files = $project->subprojects();
122 if ($files) {
123 sort($files);
125 foreach ($files as $file) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DGlobalStateTest.php16 $files = [
28 …e://" . $dir . "/XMLTest.php';\n", PHPUnit_Util_GlobalState::processIncludedFilesAsString($files));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php27 private $files; variable in Symfony\\Component\\Yaml\\Tests\\Command\\LintCommandTest
113 $this->files[] = $filename;
132 $this->files = [];
138 foreach ($this->files as $file) {
/plugin/owncloud/ajax/
H A Dfilelist.php43 $files = array(); variable
50 array_push($files, $file);
54 …if(empty($folders) && empty($files)) echo '<tr class="collapsed row '.$level.'"><td colspan="5" '…
67 foreach($files as $file){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestSuite.php29 $files = $facade->getFilesAsArray($directory, '.phpt');
31 foreach ($files as $file) {
/plugin/prolog/
H A Dattribute_include.php50 $files = $this->scan($ID);
51 foreach($files as $file)
139 * @param array $files list of files path
142 function readCode($files = array()) argument
145 foreach($files as $file)
/plugin/htmlokay/
H A Daction.php14 var $files; variable in action_plugin_htmlOKay
42 if(!$this->files) {
45 if(!in_array('all', $this->files) && !in_array($page, $this->files)) {
95 $this->files = $this->saved_inf['filespecs'];
/plugin/tcycle/
H A Dsyntax.php125 $files = array();
130 …if ($namespace !== 0) { $files = glob($conf['mediadir'].'/'.$namespace."/*.{jp*g,png,gif}", GLOB_…
131 $files = array_merge((array)$files, (array)$addimgs);
132 foreach($files as $file) {
/plugin/chat/
H A Dajax.php89 $files = preg_split('/\|/', $value);
90 if (count($files) > 1) {
91 $file = $files[mt_rand(0,count($files)-1)];
94 $file = $files[0];
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php45 var $files = array(); variable in File_Archive_Reader_Zip
60 $this->files = array();
130 $centralDirEntry = $this->centralDirectory[count($this->files)];
166 $this->files[] = array('name' => $this->currentFilename,
293 array_pop($this->files);
299 array_pop($this->files);
341 foreach ($this->files as $file) {
406 foreach ($this->files as $file) {
/plugin/tablelayout/
H A DGruntfile.js13 files: ['<%= eslint.all %>', '_jstest/*.html'],
17 files: ['<%= eslint.all %>'],
/plugin/pglist/
H A Dsyntax.php73 'files' => 0,
97 if(preg_match('/\bfiles\b/i',$params)) $conf['files'] = 1;
135 if ($data['files'])
/plugin/orphanmedia/
H A DREADME11 Use this plugin to find orphan and missing media files within your DokuWiki.
22 * Missing media files detected
23 * Found orphan media files
/plugin/orphanmedia2/
H A DREADME11 Use this plugin to find orphan and missing media files within your DokuWiki.
22 * Missing media files detected
23 * Found orphan media files
/plugin/publish/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/notification/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/flowcharts/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed

12345678910>>...59