Home
last modified time | relevance | path

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

1234567891011

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dminify.js89 rename: undefined, property
141 if (options.rename === undefined) options.rename = options.compress && options.mangle;
190 if (timings) timings.rename = Date.now();
191 if (options.rename) {
192 toplevel.figure_out_scope(options.rename);
193 toplevel.expand_names(options.rename);
256 parse: 1e-3 * (timings.rename - timings.parse),
257 rename: 1e-3 * (timings.compress - timings.rename), property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DActionDetail.php160 public function setRename(Rename $rename) argument
162 $this->rename = $rename;
169 return $this->rename;
/plugin/syntaxhighlightjs/
Dgulpfile.js4 rename = require('gulp-rename'), variable
22 .pipe(rename({
33 .pipe(rename({
/plugin/mediarename/
Dscript.js44 var rename='flat';
45 if (gbox.checked) rename='recv';
46 window.location.href=window.location.href+'&ns='+ns+'&rename='+rename;
/plugin/asciidocjs/node_modules/require-directory/
Dindex.js10 rename: function (name) { method
70 retval[options.rename(filename, joined, filename)] = files;
77 retval[options.rename(key, joined, filename)] = options.visit(obj, joined, filename) || obj;
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
Dbuild_phar.php14 rename(
19 rename(
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php14 rename(
19 rename(
/plugin/move/lang/en/
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/
Dpagemove.txt3 This plugin allows you to move and/or rename the current document or move and/or rename the current…
/plugin/move/script/
Drename.js62 title: LANG.plugins.move.rename + ' ' + JSINFO.id,
75 text: LANG.plugins.move.rename,
/plugin/findologicxmlexport/vendor/hoa/protocol/
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/
Dintro.txt3 Use @LINK@ to rename or delete this page.
/plugin/move/
DREADME3 Move and rename pages and media files while maintaining the links.
50 rename.png
Dplugin.info.txt6 desc Move and rename pages and media files whilst maintaining the links.
/plugin/combo/db/combo/
H A Dupdate0003.sql18 alter table PAGE_RULES_tmp rename to PAGE_RULES;
/plugin/pagemove/
Dplugin.info.txt6 desc Move and rename pages and namespaces whilst maintaining the links.
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
DFile.php108 public function rename($from, $to); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
DProjectsLocationsTagTemplatesFieldsEnumValues.php42 …public function rename($name, GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest $post… function in Google\\Service\\DataCatalog\\Resource\\ProjectsLocationsTagTemplatesFieldsEnumValues
/plugin/tagging/lang/en/
H A Dintro.txt3 …gs in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. C…
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dfile.js61 filename = options.rename || path.basename(from);
181 opts.rename = filename;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
DNode.php63 rename($this->path, $newPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php63 rename($this->path, $newPath);
/plugin/findologicxmlexport/vendor/hoa/file/
DGeneric.php358 return @rename($from, $name);
361 return @rename($from, $name, $this->getStreamContext()->getContext());
/plugin/ckgedit/ckeditor/plugins/note/
DREADME.md6 Unzip the files to your `dokuwiki/lib/plugins/ckgedit/ckeditor/plugins/` folder and rename the fold…
/plugin/redirect/
Dhelper.php31 rename(self::LEGACY_FILE, self::CONFIG_FILE);

1234567891011