Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 11 of 11) sorted by relevance

/template/strap/vendor/symfony/process/
H A DExecutableFinder.php53 $dirs = [];
57 $dirs[] = $path;
65 $dirs = array_merge(
77 foreach ($dirs as $dir) {
H A DPhpExecutableFinder.php81 $dirs = [\PHP_BINDIR];
83 $dirs[] = 'C:\xampp\php\\';
86 return $this->executableFinder->find('php', false, $dirs);
/template/twigstarter/vendor/composer/
DClassLoader.php533 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
535 foreach ($dirs as $dir) {
/template/strap/vendor/composer/
H A DClassLoader.php532 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
534 foreach ($dirs as $dir) {
/template/monobook/
DREADME178 VII. Explanatory notes about the dirs of this template
279 copy to "monobook". Afterwards, the following files/dirs where deleted:
290 - Created the dirs mentioned in "II. Some notes about the dirs of this
/template/mnml-blog/
DREADME32 dirs below "lib/plugins/blogtng/tpl".
181 VII. Explanatory notes about the dirs of this template
/template/prsnl10/
DREADME151 VII. Explanatory notes about the dirs of this template
/template/vector/
DREADME172 VII. Explanatory notes about the dirs of this template
/template/vector20/
DREADME172 VII. Explanatory notes about the dirs of this template
/template/wikiweko/
H A DREADME.md206 VII. Explanatory notes about the dirs of this template
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2314 public function setImportDir($dirs) { argument
2315 $this->importDir = (array)$dirs;