Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dintro_install.txt1 Hier kannst Du Plugins und Templates von Hand installieren indem Du sie hochlädst oder eine Downloa…
/dokuwiki/lib/plugins/extension/
H A DInstaller.php520 * @param string $dst filename path to file
523 protected function dircopy($src, $dst) argument
532 if (io_mkdir_p($dst)) {
535 $this->dircopy("$src/$f", "$dst/$f");
538 throw new Exception('error_copy_mkdir', [$dst]);
543 $existed = file_exists($dst);
545 if (!@copy($src, $dst)) {
546 throw new Exception('error_copy_copy', [$src, $dst]);
548 if (!$existed && $conf['fperm']) chmod($dst, $conf['fperm']);
549 @touch($dst, filemtime($src));
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.sql104 `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 Dmybb.sql236 `dst` tinyint(1) NOT NULL DEFAULT '0',
275 …rect`, `ppp`, `tpp`, `daysprune`, `dateformat`, `timeformat`, `timezone`, `dst`, `dstcorrection`, …