Home
last modified time | relevance | path

Searched refs:rename (Results 51 – 75 of 232) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php519 if (!$this->sftp->rename($path_from, $path_to)) {
521 … return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);
/plugin/openid/Auth/OpenID/
H A DFileStore.php220 if (@rename($tmp, $filename)) {
229 if (@rename($tmp, $filename)) {
/plugin/pycode/
H A Daction.php206 rename($log_new, $log_old);
/plugin/quickstats/scripts/
H A Dget_geocity2.php121 rename($geo_dir_name. "/$gfile",MMDB);
/plugin/tuxquote/
H A DREADME27 - Unpack and rename the directory to "tuxquote".
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php121 rename($to, $this->result_filename());
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php212 !@rename($tmpfile, $complete)) {
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css10 in the file "style.css" or rename this file to "style.css".
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php181 public static function rename(string $dn, $rdn, bool $deleteOldRdn = true): ModifyDnRequest
177 public static function rename(string $dn, $rdn, bool $deleteOldRdn = true): ModifyDnRequest global() function in FreeDSx\\Ldap\\Operations
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js306 LocalFile.prototype.rename = function(title, success, error) method in LocalFile
H A DDropboxFile.js309 DropboxFile.prototype.rename = function(title, success, error) method in DropboxFile
H A DStorageFile.js303 StorageFile.prototype.rename = function(title, success, error) method in StorageFile
/plugin/schedule/
H A DscheduleRoot.class.php290 rename ($oldFileName, $fileName);
301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php758 $this->function->rename = function ($from, $to) use (&$_from, &$_to) {
762 return rename($from, $to);
769 ->when($result = $wrapper->rename($from, $to))
/plugin/siteexport/inc/
H A Dfilewriter.php238 return (@rename($folder.'/'.$data['orig'], $data['file'])) === true;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php227 if (false === rename($tempfile, $path)) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst71 is ignored. To avoid name conflicts, you can rename imported blocks:
/plugin/metaheaders/
H A DREADME25 Make sure the new directory is named "metaheaders" (rename it if needed).
/plugin/fckg/action/
H A Dmeta.php316 @rename($cname, $fckl_draft);
/plugin/dwcommits/
H A Dhelper.php744 if(rename($backup,$names_fname)) {
785 if(rename($names_fname, $backup)) {
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt100 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
101 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit16 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
17 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit20 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
21 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/code2/
H A Dsyntax_plugin_code.css13 in the file "style.css" or rename this file to "style.css".
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md45 * Add a "rename()" convenience method to the LdapClient.

12345678910