Home
last modified time | relevance | path

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

12

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js29983 var newPath = this.pathToAppend;
29987 if (newPath || pathIndex == -1)
29991 if (newPath)
30018 for (var i = 0, length = newPath.length; i < length; ++i)
30020 var name = newPath[i];
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7929 var newPath=this.pathToAppend;
7932 if(newPath||pathIndex==-1){this.toggles={};
7933 if(newPath){if(previousView){if(this.panelNode.scrollTop){previousView.scrollTop=this.panelNode.scr…
7941 }for(var i=0,length=newPath.length;
7943 ++i){var name=newPath[i];
/plugin/webdav/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/webdav/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/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php236 $newPath = $destination;
238 $newPath .= '/' . $trailingPart;
240 $update->execute([$newPath, $row['id']]);
/plugin/webdav/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/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php20 * @param string $newPath
23 function resolve($basePath, $newPath) { argument
26 $delta = parse($newPath);

12