Home
last modified time | relevance | path

Searched refs:copy (Results 26 – 30 of 30) sorted by last modified time

12

/dokuwiki/inc/
H A Dmedia.php333 'copy'
402 * Using copy, makes sure any setgid bits on the media directory are honored
413 $ok = copy($from, $to);
429 * $data[5] move: name of function that performs move/copy/..
437 * @param string $move name of functions that performs move/copy/..
624 if (copy($oldf, $newf)) {
1384 'copy'
H A Dhttputils.php204 return copy($uncompressed_file, 'compress.zlib://' . $gzip);
H A DDifferenceEngine.php8 * @license You may copy this code freely under the conditions of the GPL.
34 var $type = 'copy';
185 $copy = array();
187 $copy[] = $from_lines[$xi++];
190 if ($copy)
191 $edits[] = new _DiffOp_Copy($copy);
564 if ($edit->type != 'copy')
580 if ($edit->type == 'copy')
749 if ($edit->type == 'copy') {
799 if ($edit->type == 'copy')
[all...]
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
/dokuwiki/inc/Extension/
H A DPluginController.php273 if (!@copy($file, $backup)) return false;

12