Home
last modified time | relevance | path

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

/plugin/freesync/
Dhelper.php56 function saveProfile($oldname, $profile) { argument
57 $this->loadProfile($oldname);
62 $oldpfFN = $this->_profilePath.'/'.$oldname.".ini";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
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/
Depub_utils.php471 $oldname = $meta . 'my-book.epub';
475 if(rename ($oldname , $newname )) {
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js3393 $def(self, '$alias_method', function $$alias_method(newname, oldname) { argument
3399 oldname = $coerce_to(oldname, $$$('String'), 'to_str');
3400 Opal.alias(self, newname, oldname);
Dindex.mjs3353 $def(self, '$alias_method', function $$alias_method(newname, oldname) { argument
3359 oldname = $coerce_to(oldname, $$$('String'), 'to_str');
3360 Opal.alias(self, newname, oldname);
Dindex.cjs3362 $def(self, '$alias_method', function $$alias_method(newname, oldname) {
3368 oldname = $coerce_to(oldname, $$$('String'), 'to_str');
3369 Opal.alias(self, newname, oldname);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js3393 $def(self, '$alias_method', function $$alias_method(newname, oldname) { argument
3399 oldname = $coerce_to(oldname, $$$('String'), 'to_str');
3400 Opal.alias(self, newname, oldname);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js3396 $def(self, '$alias_method', function $$alias_method(newname, oldname) { argument
3402 oldname = $coerce_to(oldname, $$$('String'), 'to_str');
3403 Opal.alias(self, newname, oldname);