Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 18 of 18) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php27 protected $paths = []; variable in Twig\\Loader\\FilesystemLoader
34 * @param string|array $paths A path or an array of paths where to look for templates
37 public function __construct($paths = [], string $rootPath = null) argument
44 if ($paths) {
45 $this->setPaths($paths);
58 return isset($this->paths[$namespace]) ? $this->paths[$namespace] : [];
70 return array_keys($this->paths);
76 * @param string|array $paths A path or an array of paths where to look for templates
79 public function setPaths($paths, $namespace = self::MAIN_NAMESPACE) argument
81 if (!\is_array($paths)) {
[all …]
/template/twigstarter/vendor/composer/
DClassLoader.php179 * @param string[]|string $paths The PSR-0 root directories
184 public function add($prefix, $paths, $prepend = false) argument
189 (array) $paths,
195 (array) $paths
204 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
210 (array) $paths,
216 (array) $paths
226 * @param string[]|string $paths The PSR-4 base directories
233 public function addPsr4($prefix, $paths, $prepend = false) argument
239 (array) $paths,
[all …]
/template/strap/vendor/composer/
H A DClassLoader.php180 public function add($prefix, $paths, $prepend = false) argument
182 $paths = (array) $paths;
186 $paths,
192 $paths
201 $this->prefixesPsr0[$first][$prefix] = $paths;
207 $paths,
213 $paths
230 public function addPsr4($prefix, $paths, $prepend = false) argument
232 $paths = (array) $paths;
237 $paths,
[all …]
/template/dokukit/
Dscript.js9 paths = window.location.pathname.split('/');
10 path2 = paths.slice(0,2).join('/');
11 path3 = paths.slice(0,3).join('/');
12 path4 = paths.slice(0,4).join('/');
/template/twigstarter/
DTemplateController.php37 $paths = [];
39 $paths[] = tpl_incdir() . 'templates';
41 $paths[] = __DIR__ . '/templates';
42 $loader = new TwigStarterLoader($paths);
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php82 * @param array $paths
85 public function addExtensions(array $paths) argument
87 foreach ($paths as $path) {
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php200 $paths = explode(PATH_SEPARATOR, getenv('PATH'));
201 foreach ($paths as $path) {
/template/strap/vendor/antlr/antlr4-php-runtime/
H A Dphpstan.neon.dist6 paths: [src]
/template/strap/resources/snippet/js/
H A Drequire.js11 paths: { property
/template/strap/ComboStrap/
H A DFileSystems.php272 * @param Path[] $paths
276 public static function getFirstExistingPath(array $paths): Path argument
279 foreach ($paths as $path) {
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php255 $paths = new RecursiveIteratorIterator($dir, RecursiveIteratorIterator::CHILD_FIRST);
257 foreach ($paths as $path) {
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md214 Handlebars nested expressions which are dot-separated paths.
244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent …
/template/a_new_day/
Dcsshover3.htc96 // came from, to ensure that relative paths keep pointing to the right location.
/template/simple/
Dcsshover3.htc96 // came from, to ensure that relative paths keep pointing to the right location.
/template/vector20/static/3rd/vector/
Dcsshover.htc96 // came from, to ensure that relative paths keep pointing to the right location.
/template/vector/static/3rd/vector/
Dcsshover.htc96 // came from, to ensure that relative paths keep pointing to the right location.
/template/wikiweko/static/3rd/vector/
H A Dcsshover.htc96 // came from, to ensure that relative paths keep pointing to the right location.
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7024 this.getElementTreeXPath=function(element){var paths=[];
7035 paths.splice(0,0,tagName+pathIndex)
7036 }return paths.length?"/"+paths.join("/"):null