Lines Matching defs:from
56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
392 msg("Removing content from $file failed", -1);
405 * Delete lines that match $badline from $file.
632 * downloads a file from the net and saves it
703 * @param string $from
707 function io_rename($from, $to)
710 if (!@rename($from, $to)) {
711 if (@copy($from, $to)) {
715 @unlink($from);
725 * Returns the exit code from the process.
730 * @return int exit code from process