Home
last modified time | relevance | path

Searched refs:oldname (Results 1 – 3 of 3) sorted by relevance

/plugin/freesync/
H A Dhelper.php56 function saveProfile($oldname, $profile) { argument
57 $this->loadProfile($oldname);
62 $oldpfFN = $this->_profilePath.'/'.$oldname.".ini";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2959 * @param string $oldname
2965 public function rename($oldname, $newname) argument
2971 $oldname = $this->realpath($oldname);
2973 if ($oldname === false || $newname === false) {
2978 $packet = Strings::packSSH2('ss', $oldname, $newname);
3009 $this->remove_from_stat_cache($oldname);
/plugin/epub/scripts/
H A Depub_utils.php471 $oldname = $meta . 'my-book.epub';
475 if(rename ($oldname , $newname )) {