Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 232) sorted by relevance

12345678910

/plugin/syntaxhighlightjs/
H A Dgulpfile.js4 rename = require('gulp-rename'), variable
22 .pipe(rename({
33 .pipe(rename({
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php160 public function setRename(Rename $rename) argument
162 $this->rename = $rename;
169 return $this->rename;
/plugin/mediarename/
H A Dscript.js44 var rename='flat';
45 if (gbox.checked) rename='recv';
46 window.location.href=window.location.href+'&ns='+ns+'&rename='+rename;
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php14 rename(
19 rename(
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php14 rename(
19 rename(
/plugin/move/script/
H A Drename.js60 title: LANG.plugins.move.rename+' '+JSINFO.id,
73 text: LANG.plugins.move.rename,
/plugin/move/lang/en/
H A Dmove.txt3 This plugin allows you to move and/or rename the current page or move and/or rename the current nam…
/plugin/pagemove/lang/en/
H A Dpagemove.txt3 This plugin allows you to move and/or rename the current document or move and/or rename the current…
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php465 public function rename($from, $to) function in Hoa\\Protocol\\Wrapper
468 return rename(static::realPath($from), static::realPath($to, false));
471 return rename(
/plugin/editx/lang/en/
H A Dintro.txt3 Use @LINK@ to rename or delete this page.
/plugin/combo/db/combo/
H A Dupdate0003.sql18 alter table PAGE_RULES_tmp rename to PAGE_RULES;
/plugin/move/
H A DREADME3 Move and rename pages and media files while maintaining the links.
50 rename.png
H A Dplugin.info.txt6 desc Move and rename pages and media files whilst maintaining the links.
/plugin/pagemove/
H A Dplugin.info.txt6 desc Move and rename pages and namespaces whilst maintaining the links.
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php108 public function rename($from, $to); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsTagTemplatesFieldsEnumValues.php42 …public function rename($name, GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest $post… function in Google\\Service\\DataCatalog\\Resource\\ProjectsLocationsTagTemplatesFieldsEnumValues
/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/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php63 rename($this->path, $newPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php63 rename($this->path, $newPath);
/plugin/redirect/
H A Dhelper.php31 rename(self::LEGACY_FILE, self::CONFIG_FILE);
/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/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php358 return @rename($from, $name);
361 return @rename($from, $name, $this->getStreamContext()->getContext());
/plugin/mimetex/
H A Dmimetexrender.php134 $status_code = rename($img, $cachefilename);
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php65 if (false !== @file_put_contents($tmpFile, $content) && @rename($tmpFile, $key)) {
/plugin/diff/
H A Dsyntax_plugin_diff.css12 in the file "style.css" or rename this file to "style.css".

12345678910