Home
last modified time | relevance | path

Searched refs:nodePaths (Results 1 – 5 of 5) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseNodeFilter.php16 private $nodePaths = array(); variable in Assetic\\Filter\\BaseNodeFilter
20 return $this->nodePaths;
23 public function setNodePaths(array $nodePaths) argument
25 $this->nodePaths = $nodePaths;
30 $this->nodePaths[] = $nodePath;
37 if ($this->nodePaths) {
39 $pb->setEnv('NODE_PATH', implode(PATH_SEPARATOR, $this->nodePaths));
H A DStylusFilter.php35 * @param array $nodePaths An array of node paths
37 public function __construct($nodeBin = '/usr/bin/node', array $nodePaths = array()) argument
40 $this->setNodePaths($nodePaths);
H A DLessFilter.php53 * @param array $nodePaths An array of node paths
55 public function __construct($nodeBin = '/usr/bin/node', array $nodePaths = array()) argument
58 $this->setNodePaths($nodePaths);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php624 $nodePaths = $node->calendarQuery($report->filters);
626 foreach ($nodePaths as $path) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php596 $nodePaths = $node->calendarQuery($report->filters);
598 foreach ($nodePaths as $path) {