Home
last modified time | relevance | path

Searched refs:tempPath (Results 1 – 4 of 4) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php10 private $tempPath; variable in Sabre\\DAV\\ServerEventsTest
19 $this->tempPath = '';
21 $this->assertEquals($newPath, $this->tempPath);
27 $this->tempPath = $path;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php141 if ($tempPath = $this->isTempFile($uri)) {
145 file_put_contents($tempPath, $data);
163 list(, $tempPath) = URLUtil::splitPath($path);
167 if (preg_match($tempFile, $tempPath)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php144 if ($tempPath = $this->isTempFile($uri)) {
148 file_put_contents($tempPath, $data);
166 list(, $tempPath) = URLUtil::splitPath($path);
170 if (preg_match($tempFile, $tempPath)) {
/plugin/sketchcanvas/phplib/
H A Dspyc.php418 $tempPath = $this->getParentPathByIndent($this->indent);
422 $this->path = $tempPath;