Searched refs:new_path (Results 1 – 17 of 17) sorted by relevance
| /plugin/move/helper/ |
| D | file.php | 125 $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/ |
| D | commands.php | 516 $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/ |
| D | commands.php | 512 $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/ |
| D | commands.php | 510 $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/ |
| D | pathname.js | 227 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);
|
| D | nodejs.js | 71 … 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 …]
|
| D | index.cjs | 22468 … 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 …]
|
| D | index.mjs | 22459 … 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);
|
| D | opal.js | 23823 … 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/ |
| D | Git.php | 156 if ($new_path = realpath($repo_path)) { 157 $repo_path = $new_path;
|
| /plugin/gitbacked/classes/ |
| D | GitRepo.php | 120 if ($new_path = realpath($repo_path)) { 121 $repo_path = $new_path;
|
| /plugin/pagemove/ |
| D | admin.php | 845 $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/ |
| D | ogg.js | 2 …new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_na…
|
| D | vorbis.js | 2 …new_path){var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_na…
|
| D | opus.js | 2 …new_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/ |
| D | asciidoctor.js | 23823 … 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/ |
| D | asciidoctor.js | 23826 … 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;
|