Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 3491) sorted by path

12345678910>>...140

/plugin/approve/
H A DREADME27 See the LICENSING file for details
/plugin/approve/helper/
H A Ddb.php91 $file = $this->sqlite->getAdapter()->getDbFile();
92 if (!$file) {
95 unlink($file);
96 clearstatcache(true, $file);
/plugin/archivegenerator/
H A D.travis.yml1 # Config file for travis-ci.org
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 DREADME27 See the LICENSING file for details
/plugin/archivegenerator/_test/
H A Dgeneral.test.php16 $file = __DIR__ . '/../plugin.info.txt';
17 $this->assertFileExists($file);
19 $info = confToHash($file);
/plugin/archiveupload/
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 Daction.php156 $ext = substr($file, strrpos($file,'.')+1);
166 $tar = new TarLib($file, $compress_type);
182 $ok = $zip->Extract($file, $this->tmpdir);
185 $files = $zip->get_List($file);
219 foreach($files as $file) {
220 $fn_old = $file['filename']; // original filename
/plugin/articlelinks/
H A D.travis.yml1 # Config file for travis-ci.org
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/articlelinks/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/asana/
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 DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/asiansearch/
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/attribute/
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 DREADME28 See the COPYING file in your DokuWiki folder for details
/plugin/authclientcert/
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 DREADME27 See the LICENSING file for details
H A Dauth.php167 * @param string $file
170 protected function _debug($message, $err, $line, $file) { argument
172 msg($message, $err, $line, $file);
175 protected function _debugCert($client_cert_data, $message, $err, $line, $file) { argument
177 $this->_debug($message." ".$client_cert_data.$cert_dump, $err, $line, $file);
/plugin/authdjango/
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/authdomainlimitation/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/authdrupal7/
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 DREADME.md66 See the COPYING file in your DokuWiki folder for details
H A Dauth.php407 * @param string $file
410 protected function _debug($message, $err, $line, $file) { argument
412 msg($message, $err, $line, $file);
/plugin/authdrupal8/
H A Dauth.php276 * file whenever a change is submitted. This function compares the filetime
277 * of this reference file with the time stored in the session.
279 * This reference file mechanism does not reflect changes done directly in
401 * @param string $file
404 protected function _debug($message, $err, $line, $file) {
406 msg($message, $err, $line, $file);
415 _debug($message, $err, $line, $file) global() argument

12345678910>>...140