Searched refs:newname (Results 1 – 9 of 9) sorted by relevance
/plugin/openas/ |
H A D | README | 6 ~~SaveAS>newname~~ 7 ~~MoveTO>newname~~' 8 ~~OpenAS>newname#template>newpagevars~~ 10 newname can be a namespace:pagename 25 The OpenAS form requires the newpagetemplate plugin. The will open the page 'newname',
|
/plugin/move/helper/ |
H A D | file.php | 88 $newname = substr($dst_name, 0, -1 * strlen($newext[0]) - 1); 90 $newname = $dst_name; 94 return $this->execute($conf['mediaolddir'], $src_ns, $name, $dst_ns, $newname, $regex);
|
/plugin/odt2dw/ |
H A D | action.php | 424 $newname = noNS($this->pageName).'_Image_'.$key.$ext; 425 …s->uploadDir.'/'.$this->pictpath.'/'.$pict, $this->uploadDir.'/'.$this->pictpath.'/'.$newname ) ) { 426 …$this->result = str_replace( '{{'.$this->pictpath.'/'.$pict.$other.'}}' , '{{'.$newname.$other.'}}… 427 $this->file_import[] = $newname; 428 if ( $this->debug ) $this->err['ok'][] = $pict.' : '.$newname;
|
/plugin/move/script/ |
H A D | rename.js | 14 '<label>' + LANG.plugins.move.newname + '<br>' +
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 2960 * @param string $newname 2965 public function rename($oldname, $newname) argument 2972 $newname = $this->realpath($newname); 2973 if ($oldname === false || $newname === false) { 2978 $packet = Strings::packSSH2('ss', $oldname, $newname); 3010 $this->remove_from_stat_cache($newname);
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 474 $newname = mediaFN("epub:$user:$epub_file"); 475 if(rename ($oldname , $newname )) {
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return no… argument
|
H A D | vorbis.js | 2 …newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return no… argument
|
H A D | opus.js | 2 …newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return no… argument
|