Home
last modified time | relevance | path

Searched refs:file (Results 3026 – 3050 of 3491) sorted by last modified time

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

/plugin/authloginapi/
H A DLICENSE289 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/autostartpage/
H A DREADME.md29 See the COPYING file in your DokuWiki folder for details
H A Daction.php47 $file=wikiFN($id);
101 if(!@file_exists($file)){
104 $ok = @file_exists($file);
/plugin/simpleforward/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
H A Daction.php66 $file = $basedir . DIRECTORY_SEPARATOR . $path;
70 if (is_file($file)) {
72 $this->forward_request($file);
74 $this->send_file($file);
81 private function send_file($file) { argument
85 $ext = strtolower(substr($file, strrpos($file, '.') + 1));
89 $type = mime_content_type($file);
93 header('Content-Length: ' . filesize($file));
96 readfile($file);
100 private function forward_request($file) { argument
[all …]
/plugin/flexpaper/
H A DLICENSE289 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 Dsyntax.php63 list($file, $params) = explode('?',$match);
66 if(!preg_match('/.swf$|.pdf$/i', $file)) {
67 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT SUPPORT!</b>';
72 if(!file_exists(mediaFN($file))) {
73 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT EXIST!</b>';
83 if(preg_match('/.swf$/i', $file)) {
84 $data['swf'] = $file;
95 $swf = $file . '.swf';
99 …$command = '"' . DOKU_PLUGIN . 'flexpaper/SWFTools/pdf2swf" -f -T 9 "' . mediaFN($file) . '" -o "'…
/plugin/authgoogle2fa/
H A DREADME.md19 You can revert to the originial auth plugin by editing the file conf/local.php:
H A DLICENSE289 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/togglewrap/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/hipchat/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
4 … "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css26 * ../images/ - relative to this CSS file.
H A Ddemo_table_jui.css26 * ../images/ - relative to this CSS file.
99 * Everything below this line is the same as demo_table.css. This file is
/plugin/dokumicrobugtracker/
H A DREADME.md33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
H A DLICENSE.txt630 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
H A Dstyle.css26 * images/ - relative to this CSS file.
565 * images/ - relative to this CSS file.
638 * Everything below this line is the same as demo_table.css. This file is
/plugin/dokumicrobugtracker/js/
H A Djquery.js3 …nction(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return …
/plugin/jiralinks/
H A DREADME.md39 See the COPYING file in your DokuWiki folder for details
/plugin/nowiki/images/
H A Dtb_nowiki.xcf1 gimp xcf file�����������������������B���B������������&�����������������gimp-image-g…
/plugin/magento/
H A DREADME.md26 See the COPYING file in your DokuWiki folder for details
/plugin/authhiorgserver/
H A DREADME.md56 See the COPYING file in your DokuWiki folder for details
H A DLICENSE289 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/ghissues/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/mp3play2/
H A DREADME.md95 …cweb.koncon.nl/AllCourses/hdpj/chapter05/TaketheATrain.mp3" title="URL to a MP3 file on the Net" />
/plugin/publistx/
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

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