Home
last modified time | relevance | path

Searched refs:loadPath (Results 1 – 14 of 14) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php20 public function addLoadPath($loadPath) argument
22 $this->loadPaths[] = $loadPath;
25 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
28 if ($loadPath) {
29 array_unshift($loadPaths, $loadPath);
59 foreach ($loadPaths as $loadPath) {
61 if (file_exists($file = $loadPath.'/'.$needle)) {
62 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
H A DSassFilter.php152 foreach ($this->loadPaths as $loadPath) {
153 $pb->add('--load-path')->add($loadPath);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php96 foreach ($this->loadPaths as $loadPath) {
97 $lc->addImportDir($loadPath);
128 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
131 if (null !== $loadPath) {
132 $loadPaths[] = $loadPath;
151 foreach ($loadPaths as $loadPath) {
152 if (file_exists($file = $loadPath.'/'.$reference)) {
153 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
H A DLessFilter.php136 foreach ($this->loadPaths as $loadPath) {
137 $parserOptions['paths'][] = $loadPath;
167 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
170 if (null !== $loadPath) {
171 $loadPaths[] = $loadPath;
190 foreach ($loadPaths as $loadPath) {
191 if (file_exists($file = $loadPath.'/'.$reference)) {
192 $coll = $factory->createAsset($file, array(), array('root' => $loadPath));
H A DScssphpFilter.php124 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
127 if ($loadPath !== null) {
128 $sc->addImportPath($loadPath);
139 … $children[] = $child = $factory->createAsset($file, array(), array('root' => $loadPath));
141 … $children = array_merge($children, $this->getChildren($factory, $child->getContent(), $loadPath));
H A DSassphpFilter.php67 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
72 if (null !== $loadPath && !in_array($loadPath, $includePaths)) {
73 array_unshift($includePaths, $loadPath);
H A DDependencyExtractorInterface.php29 * @param string $loadPath An optional load path
33 public function getChildren(AssetFactory $factory, $content, $loadPath = null); argument
H A DCallablesFilter.php54 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
57 return $callable($factory, $content, $loadPath);
H A DPhpCssEmbedFilter.php47 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
H A DRooleFilter.php79 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
H A DStylusFilter.php121 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
H A DSprocketsFilter.php127 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
H A DCssImportFilter.php103 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument
H A DCssEmbedFilter.php138 public function getChildren(AssetFactory $factory, $content, $loadPath = null) argument