Lines Matching defs:from
57 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
393 msg("Removing content from $file failed", -1);
406 * Delete lines that match $badline from $file.
633 * downloads a file from the net and saves it
704 * @param string $from
708 function io_rename($from, $to)
711 if (!@rename($from, $to)) {
712 if (@copy($from, $to)) {
716 @unlink($from);
726 * Returns the exit code from the process.
731 * @return int exit code from process