Home
last modified time | relevance | path

Searched refs:componentDir (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DBuildJsProcess.php37 $destination = $this->componentDir.DIRECTORY_SEPARATOR.'require-built.js';
38 $require = $this->componentDir.DIRECTORY_SEPARATOR.'require.js';
49 $packageDir = $this->componentDir.DIRECTORY_SEPARATOR.$componentName;
H A DProcess.php51 protected $componentDir = 'components'; variable in ComponentInstaller\\Process\\Process
84 $this->componentDir = $this->config->get('component-dir');
179 return $this->componentDir;
189 return $this->componentDir = $dir;
H A DRequireCssProcess.php47 $packagePath = $this->componentDir.'/'.$package;
63 $targetPath = $this->componentDir;
81 if (file_put_contents($this->componentDir . '/require.css', $assets->dump()) === FALSE) {
H A DRequireJsProcess.php53 $destination = $this->componentDir . '/require.config.js';
73 if (file_put_contents($this->componentDir . '/require.js', $assets->dump()) === FALSE) {
174 $destination = $this->componentDir.DIRECTORY_SEPARATOR.$file;
H A DCopyProcess.php59 …$destination = $this->componentDir.DIRECTORY_SEPARATOR.$componentName.DIRECTORY_SEPARATOR.$without…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php28 protected $componentDir; variable in ComponentInstaller\\Installer
105 $this->componentDir = $this->getComponentDir();
106 $this->filesystem->ensureDirectoryExists($this->componentDir);