Home
last modified time | relevance | path

Searched refs:file (Results 3076 – 3100 of 3491) sorted by last modified time

1...<<121122123124125126127128129130>>...140

/plugin/owncloud/
H A Dhelper.php126 $file = trim($file,'/'); //Remove slashes at the beginning
128 if(isset($this->filenameCache[$file])) return $this->filenameCache[$file];
131 $this->filenameCache[$file] = $id;
204 if($isID) $file = $this->getFilenameForID($file);
226 $meta = $this->getMediaMeta($file);
245 public function getMediaMeta($file){ argument
247 …if(file_exists($conf['mediametadir'].'/'.$file.'.changes')) return file($conf['mediametadir'].'/'.…
290 $meta = $this->getMediaMeta($file);
339 $extPos = strrpos($file, '.');
340 $ext = substr($file, $extPos + 1);
[all …]
H A Dplugin.info.txt6 desc Use ownCloud as file-backend for DokuWiki
H A Dstyle.css2 * This css-file is the same as in the imagebox-plugin, written by
/plugin/xslfo/
H A Daction.php157 $file = wikiFN($ID, $REV);
158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
229 * @param string $file Full filesystem path to the cached PDF
232 public function sendFile($file, $title) { argument
238 http_conditionalRequest(filemtime($file));
249 if (http_sendfile($file)) {
254 $fp = @fopen($file, "rb");
256 http_rangeRequest($fp, filesize($file), 'application/pdf');
/plugin/workflow/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/searchformgoto/
H A DCOPYING630 to attach them to the start of each source file to most effectively
631 state the exclusion of warranty; and each file should have at least
/plugin/simpleindex/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/sqlraw/
H A Dsyntax.php307 $file = mediaFN($opt['file']);
308 $opt['content'] = io_readFile($file);
608 $file = wikiFN($dokuPageId);
609 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/tableplot/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/authowncloud/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/function/
H A DREADME17 See the COPYING file in your DokuWiki folder for details.
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css2 * This file provides the main design styles for the
H A Dstructure.css2 * This file provides styles for the general layout structure.
H A Dprint.css2 * This file provides the styles for printing.
79 dl.file dt {
H A Dbasic.css2 * This file provides the most basic styles.
5 * want to integrate this file into the other project as well, or use
H A Dcontent.css2 * This file provides the main design styles for the page content.
91 /* filenames for downloadable file and code blocks */
93 .dokuwiki dl.file {
97 .dokuwiki dl.file dt {
107 [dir=rtl] .dokuwiki dl.file dt {
112 .dokuwiki dl.file dt a {
116 .dokuwiki dl.file dd {
120 /* for code in <file> */
121 .dokuwiki pre.file,
122 .dokuwiki dl.file pre,
[all …]
H A Dincludes.css2 * This file provides styles for included seperate html files
H A Dmobile.css2 * This file provides style changes for small screens.
/plugin/geonav/tpl/startermap/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
4 ; To extend this file or make changes to it, it is recommended to create
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
45 ; the stylesheets. Changing this file is the simplest method to
/plugin/geonav/db/
H A Dtest.sqlite1 ** This file contains an SQLite 2.1 database **�(u�����������������������������������������������…
/plugin/geonav/server/
H A DgetWikiData.php8 $file = wikiFN($dokuPageId);
9 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/plugin/colorbox/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/docimporter/
H A DREADME27 See the COPYING file in your DokuWiki folder for details

1...<<121122123124125126127128129130>>...140