Searched refs:dst (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/lib/plugins/extension/lang/de-informal/ |
| H A D | intro_install.txt | 1 Hier kannst Du Plugins und Templates von Hand installieren indem Du sie hochlädst oder eine Downloa…
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 524 * @param string $dst filename path to file 527 protected function dircopy($src, $dst) argument 536 if (io_mkdir_p($dst)) { 539 $this->dircopy("$src/$f", "$dst/$f"); 542 throw new Exception('error_copy_mkdir', [$dst]); 547 $existed = file_exists($dst); 549 if (!@copy($src, $dst)) { 550 throw new Exception('error_copy_copy', [$src, $dst]); 552 if (!$existed && $conf['fperm']) chmod($dst, $conf['fperm']); 553 @touch($dst, filemtime($src));
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.sql | 104 `dst` tinyint(1) NOT NULL DEFAULT '0', 129 …ies`, `show_img`, `show_img_sig`, `show_avatars`, `show_sig`, `timezone`, `dst`, `time_format`, `d…
|
| H A D | mybb.sql | 236 `dst` tinyint(1) NOT NULL DEFAULT '0', 275 …rect`, `ppp`, `tpp`, `daysprune`, `dateformat`, `timeformat`, `timezone`, `dst`, `dstcorrection`, …
|