Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 232) sorted by last modified time

12345678910

/plugin/siteexport/inc/
H A Dfilewriter.php238 return (@rename($folder.'/'.$data['orig'], $data['file'])) === true;
/plugin/linkback/
H A Dtools.php198 if (!rename($changelog . '_tmp', $changelog)) {
199 // rename failed so try another way...
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt861 file, delete your old config and rename the default to
H A Dphpthumb.readme.txt55 3) rename phpThumb.config.php.default -> phpThumb.config.php
153 settings to the new file (if upgrading), or delete your old config and rename
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt344 modified version of this License if you rename the license and remove
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/imapmarkers/
H A DREADME.md166 Extract the zip file and rename the extracted folder to ```imapmarkers```.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php82 rename($tempFile, $path);
/plugin/combo/db/combo/
H A Dupdate0003.sql18 alter table PAGE_RULES_tmp rename to PAGE_RULES;
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php14 rename(
19 rename(
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md37 In order to receive the new version and future updates, **you need to rename it in your composer.json**:
/plugin/openid/Auth/OpenID/
H A DFileStore.php220 if (@rename($tmp, $filename)) {
229 if (@rename($tmp, $filename)) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1527 …89): [Find/Replace](https://ckeditor.com/cke4/addon/find) dialog window: rename "Cancel" button to…
H A DLICENSE.md1113 governed by this License), You must (a) rename Your license so that
H A Dconfig.js.unc385 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
386 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/ckeditor/plugins/note/
H A DREADME.md6 Unzip the files to your `dokuwiki/lib/plugins/ckgedit/ckeditor/plugins/` folder and rename the fold…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified769 …FileBrowserError_205: "Unable to rename the selected file; check your directory/write permisssions…
770 FileBrowserError_206: " already exists; you must either delete or rename it. ",
H A Den.js-4.9.merged21 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
22 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
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. ',
H A Den.js.unc21 FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
22 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
H A Dlang_array.txt681 …FileBrowserError_205: 'Unable to rename the selected file; check your directory/write permisssions…
682 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified769 …FileBrowserError_205: "Unable to rename the selected file; check your directory/write permisssions…
770 FileBrowserError_206: " already exists; you must either delete or rename it. ",
/plugin/ckgedit/action/
H A Dmeta.php677 @rename($cname, $fckl_draft);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php471 if(rename($unlinkFile, $moveFile)) {
/plugin/epub/scripts/
H A Depub_utils.php475 if(rename ($oldname , $newname )) {

12345678910