Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 25 of 33) sorted by path

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php41 $newPath = implode('/', $results);
43 if ($path[0] === '/' && (!isset($newPath[0]) || $newPath[0] !== '/')) {
45 $newPath = '/' . $newPath;
46 } elseif ($newPath !== '' && ($segment === '.' || $segment === '..')) {
49 $newPath .= '/';
52 return $newPath;
/plugin/combo/ComboStrap/
H A DLocalPath.php245 $newPath = $this->toCanonicalAbsolutePath()->toAbsoluteId() . $this->getDirectorySeparator() . utf8_encodeFN($name);
246 return self::createFromPathString($newPath);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7940 var newPath=this.pathToAppend;
7943 if(newPath||pathIndex==-1){this.toggles={};
7944 if(newPath){if(previousView){if(this.panelNode.scrollTop){previousView.scrollTop=this.panelNode.scrollTop
7952 }for(var i=0,length=newPath.length;
7954 ++i){var name=newPath[i];
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php42 $newPath = $this->path . '/' . $name;
43 file_put_contents($newPath, $data);
44 clearstatcache(true, $newPath);
56 $newPath = $this->path . '/' . $name;
57 mkdir($newPath);
58 clearstatcache(true, $newPath);
H A DNode.php62 $newPath = $parentPath . '/' . $newName;
63 rename($this->path, $newPath);
65 $this->path = $newPath;
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php45 $newPath = $this->path . '/' . $name;
46 file_put_contents($newPath, $data);
47 clearstatcache(true, $newPath);
50 fileinode($newPath) .
51 filesize($newPath) .
52 filemtime($newPath)
67 $newPath = $this->path . '/' . $name;
68 mkdir($newPath);
69 clearstatcache(true, $newPath);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php200 $newPath = $destination;
202 $newPath .= '/' . $trailingPart;
204 $update->execute([$newPath, $row['id']]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php17 $newPath = 'afterBind';
20 $this->server->createFile($newPath,'body');
21 $this->assertEquals($newPath, $this->tempPath);
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php94 * @param string $newPath
97 static function resolve($basePath, $newPath) { argument
99 return Uri\resolve($basePath, $newPath);
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php12 * @param string $newPath
15 function resolve($basePath, $newPath) { argument
18 $delta = parse($newPath);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1newPath: string;\n // \tif (isWindows && uri.scheme === 'file') {\n // \t\tnewPath = URI.fil…
H A D3.3.js.map1newPath: string;\n // \tif (isWindows && uri.scheme === 'file') {\n // \t\tnewPath = URI.fil…
H A D4.4.js.map1newPath: string;\n // \tif (isWindows && uri.scheme === 'file') {\n // \t\tnewPath = URI.fil…
H A Dbundle.js.map1newPath;\n if (isWindows && uri.scheme === 'file') {\n newPath = URI.file(paths.…
H A Deditor.worker.js.map1newPath;\n if (isWindows && uri.scheme === 'file') {\n newPath = URI.file(paths.…
H A Djson.worker.js.map1newPath;\n if (isWindows && uri.scheme === 'file') {\n newPath = URI.file(paths.…
/plugin/googlesearch/
H A Dnusoap.php7223 $newPath = isset($newCookie['path']) ? $newCookie['path'] : 'NOPATH';
7225 if ($newPath != $path) {
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php20 * @param string $newPath
23 function resolve($basePath, $newPath) { argument
26 $delta = parse($newPath);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2newPath=PATH.join2(NODEFS.realPath(newDir),newName);try{fs.renameSync(oldPath,newPath)}catch(e){if…
H A Dopus.js2newPath=PATH.join2(NODEFS.realPath(newDir),newName);try{fs.renameSync(oldPath,newPath)}catch(e){if…
H A Dvorbis.js2newPath=PATH.join2(NODEFS.realPath(newDir),newName);try{fs.renameSync(oldPath,newPath)}catch(e){if…
/plugin/mantis/lib/
H A Dclass.soapclient.php951 $newPath = isset($newCookie['path']) ? $newCookie['path'] : 'NOPATH';
953 if ($newPath != $path) {
H A Dnusoap.php8019 $newPath = isset($newCookie['path']) ? $newCookie['path'] : 'NOPATH';
8021 if ($newPath != $path) {

12