Home
last modified time | relevance | path

Searched refs:files (Results 101 – 125 of 1460) sorted by relevance

12345678910>>...59

/plugin/blockquote/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/links4pages/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/bookcreator/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/odt/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/newpagetemplate/
H A Dadmin.php102 /*Select ini files */
140 $files = scandir($lib);
142 foreach ($files as $file) {
152 $files = scandir($pages);
154 foreach ($files as $file) {
/plugin/advanced/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/confmanager/
H A Dhelper.php56 * @param string[] $files
59 public function areWriteable($files) { argument
60 foreach ($files as $file) {
/plugin/ckgedit/scripts/
H A Dcss6.php50 $files = array();
52 $files[$mediatype] = array();
54 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/';
58 … $files[$mediatype] = array_merge($files[$mediatype], $styleini['stylesheets'][$mediatype]);
63 $files[$mediatype][$userstyle] = DOKU_BASE;
85 foreach($files[$mediatype] as $file => $location) {
/plugin/removeold/
H A DINFO7 desc to remove outdated files (https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data…
H A Dplugin.info.txt8 desc to remove outdated files (https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data…
/plugin/authorstats/
H A Daction.php102 $files = $this->_getChangeLogs($dir);
103 foreach ($files as $file) {
151 function _getChangeLogs($dir, &$files = array()) argument
153 $files = $this->helpers->rglob($dir . "[^_]*.changes", GLOB_NOSORT);
154 return $files;
/plugin/structodt/
H A Daction.php197 * Render all files as single PDF or ZIP archive
216 $files = [];
222 $files[$tmp_filename] = $tmp_file;
225 //join files
228 $tmp_file = $helper->concatenate($files);
233 foreach ($files as $filename => $file) {
242 foreach ($files as $file) {
/plugin/ireadit/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/approve/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/dwtimeline/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/mathjax/lang/en/
H A Dsettings.php5files containing MathJax configuration commands. Specify paths relative to the dokuwiki installat…
/plugin/mathjax/action/
H A Denable.php42 $files = explode(';', $configfiles);
43 foreach ($files as $f) {
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php96 $files = [];
108 $files[] = [$name, substr($file, 0, -3)];
113 return $files;
/plugin/edittable/
H A DREADME.handsontable4 No modifications should be done on the handsontable.* files here! Changes
5 need to be done in the source files in the above repository, be compiled there
/plugin/sqlite/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php57 $files = glob($dirPath . '*', GLOB_MARK);
58 foreach ($files as $file) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php37 $files = iterator_to_array($outer);
38 foreach (array_reverse($files) as $file) {
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt9 // List of binary files required under Windows for some //
21 If this directory is empty, or you are missing any files, please
27 Included files:
/plugin/tline/
H A DREADME.txt15 image files and css files. All you really need is to
23 timeline_source.zip includes complete source and example files. Use your
28 css and image files

12345678910>>...59