Searched refs:nodePaths (Results 1 – 5 of 5) sorted by relevance
16 private $nodePaths = array(); variable in Assetic\\Filter\\BaseNodeFilter20 return $this->nodePaths;23 public function setNodePaths(array $nodePaths) argument25 $this->nodePaths = $nodePaths;30 $this->nodePaths[] = $nodePath;37 if ($this->nodePaths) {39 $pb->setEnv('NODE_PATH', implode(PATH_SEPARATOR, $this->nodePaths));
35 * @param array $nodePaths An array of node paths37 public function __construct($nodeBin = '/usr/bin/node', array $nodePaths = array()) argument40 $this->setNodePaths($nodePaths);
53 * @param array $nodePaths An array of node paths55 public function __construct($nodeBin = '/usr/bin/node', array $nodePaths = array()) argument58 $this->setNodePaths($nodePaths);
624 $nodePaths = $node->calendarQuery($report->filters);626 foreach ($nodePaths as $path) {
596 $nodePaths = $node->calendarQuery($report->filters);598 foreach ($nodePaths as $path) {