Home
last modified time | relevance | path

Searched refs:sourcePath (Results 26 – 32 of 32) sorted by path

12

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DHandlebarsFilter.php54 if ($sourcePath = $asset->getSourcePath()) {
55 $templateName = basename($sourcePath);
H A DTypeScriptFilter.php41 if ($sourcePath = $asset->getSourcePath()) {
42 $templateName = basename($sourcePath);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php56 $sourcePath = $package . '/' . $style;
60 $sourcePath = str_replace($filename, basename($assetPath), $sourcePath);
65 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath);
69 $sourcePath = preg_replace('{^.*'.preg_quote($package).'/}', '', $sourcePath);
70 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath);
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php190 * @param string $sourcePath Full path to source node
194 function moveInto($targetName, $sourcePath, DAV\INode $sourceNode) { argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIMoveTarget.php38 * @param string $sourcePath Full path to source node
42 function moveInto($targetName, $sourcePath, INode $sourceNode); argument
H A DTree.php118 * @param string $sourcePath The source location
122 function copy($sourcePath, $destinationPath) { argument
124 $sourceNode = $this->getNodeForPath($sourcePath);
139 * @param string $sourcePath The path to the file which should be moved
143 function move($sourcePath, $destinationPath) { argument
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
150 $sourceNode = $this->getNodeForPath($sourcePath);
157 $sourceNode = $this->getNodeForPath($sourcePath);
158 $moveSuccess = $newParentNode->moveInto($destinationName, $sourcePath, $sourceNode);
161 $this->copy($sourcePath, $destinationPath);
[all …]

12