Home
last modified time | relevance | path

Searched refs:new_path (Results 1 – 17 of 17) sorted by relevance

/plugin/move/helper/
Dfile.php125 $new_path = $dir;
126 if($dst_ns != '') $new_path .= '/' . utf8_encodeFN(str_replace(':', '/', $dst_ns));
137 if(!is_dir($new_path)) {
138 if(!io_mkdir_p($new_path)) {
139 msg('Creating directory ' . hsc($new_path) . ' failed.', -1);
143 … if(!io_rename($old_path . '/' . $file, $new_path . '/' . utf8_encodeFN($dst_name . $match[1]))) {
144 …msg('Moving ' . hsc($old_path . '/' . $file) . ' to ' . hsc($new_path . '/' . utf8_encodeFN($dst_n…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dcommands.php516 $new_path = "";
518 $new_path .= dwiki_encodeFN($dir). '/';
521 $new_path = rtrim($new_path,'/');
522 $new_path .= '/';
524 return $new_path;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dcommands.php512 $new_path = "";
514 $new_path .= dwiki_encodeFN($dir). '/';
517 $new_path = rtrim($new_path,'/');
518 $new_path .= '/';
520 return $new_path;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dcommands.php510 $new_path = "";
512 $new_path .= dwiki_encodeFN($dir). '/';
515 $new_path = rtrim($new_path,'/');
516 $new_path .= '/';
518 return $new_path;
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dpathname.js227 var self = this, new_path = nil;
230 new_path = self.path.$sub(/\/([^\/]+\/?$)/, "");
231 if ($eqeq(new_path, "")) {
232 new_path = ($truthy(self['$absolute?']()) ? ("/") : ("."))
234 return $$('Pathname').$new(new_path);
Dnodejs.js71 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
117 new_path = new_parts.$join(sep);
119 new_path = $rb_plus(leading_sep, new_path)
121 return new_path;
472 $defs(self, '$symlink', function $$symlink(path, new_path) { argument
475 executeIOAction(function(){return __fs__.symlinkSync(path, new_path)});
1328 var self = this, new_path = nil;
1331 new_path = self.path.$sub(/\/([^\/]+\/?$)/, "");
1332 if ($eqeq(new_path, "")) {
1333 new_path = ($truthy(self['$absolute?']()) ? ("/") : ("."))
[all …]
Dindex.cjs22468 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
22512 new_path = new_parts.$join(sep);
22514 new_path = $rb_plus(leading_sep, new_path);
22515 } return new_path;
23437 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
23481 new_path = new_parts.$join(sep);
23483 new_path = $rb_plus(leading_sep, new_path);
23484 } return new_path;
23818 $defs(self, '$symlink', function $$symlink(path, new_path) {
23821 executeIOAction(function(){return __fs__.symlinkSync(path, new_path)});
[all …]
Dindex.mjs22459 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
22503 new_path = new_parts.$join(sep);
22505 new_path = $rb_plus(leading_sep, new_path);
22506 } return new_path;
23580 var self = this, new_path = nil;
23583 new_path = self.path.$sub(/\/([^\/]+\/?$)/, "");
23584 if ($eqeq(new_path, "")) {
23585 new_path = ($truthy(self['$absolute?']()) ? ("/") : ("."));
23586 } return $$('Pathname').$new(new_path);
Dopal.js23823 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
23869 new_path = new_parts.$join(sep);
23871 new_path = $rb_plus(leading_sep, new_path)
23873 return new_path;
/plugin/git/lib/
DGit.php156 if ($new_path = realpath($repo_path)) {
157 $repo_path = $new_path;
/plugin/gitbacked/classes/
DGitRepo.php120 if ($new_path = realpath($repo_path)) {
121 $repo_path = $new_path;
/plugin/pagemove/
Dadmin.php845 $new_path = $conf[$dir].'/'.str_replace(':','/',$opts['newns']).'/';
852 io_mkdir_p($new_path);
853 … io_rename($old_path.$file,$new_path.str_replace($opts['name'], $opts['newname'], $file));
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_na…
Dvorbis.js2new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_na…
Dopus.js2new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_na…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js23823 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
23869 new_path = new_parts.$join(sep);
23871 new_path = $rb_plus(leading_sep, new_path)
23873 return new_path;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js23826 … nil, path_abs = nil, basedir_abs = nil, parts = nil, leading_sep = nil, abs = nil, new_path = nil;
23872 new_path = new_parts.$join(sep);
23874 new_path = $rb_plus(leading_sep, new_path)
23876 return new_path;