| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | FilesystemLoader.php | 27 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/ |
| D | ClassLoader.php | 179 * @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 D | ClassLoader.php | 180 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/ |
| D | script.js | 9 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/ |
| D | TemplateController.php | 37 $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 D | ChromeOptions.php | 82 * @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 D | DriverService.php | 200 $paths = explode(PATH_SEPARATOR, getenv('PATH')); 201 foreach ($paths as $path) {
|
| /template/strap/vendor/antlr/antlr4-php-runtime/ |
| H A D | phpstan.neon.dist | 6 paths: [src]
|
| /template/strap/resources/snippet/js/ |
| H A D | require.js | 11 paths: { property
|
| /template/strap/ComboStrap/ |
| H A D | FileSystems.php | 272 * @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 D | FirefoxProfile.php | 255 $paths = new RecursiveIteratorIterator($dir, RecursiveIteratorIterator::CHILD_FIRST); 257 foreach ($paths as $path) {
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 214 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/ |
| D | csshover3.htc | 96 // came from, to ensure that relative paths keep pointing to the right location.
|
| /template/simple/ |
| D | csshover3.htc | 96 // came from, to ensure that relative paths keep pointing to the right location.
|
| /template/vector20/static/3rd/vector/ |
| D | csshover.htc | 96 // came from, to ensure that relative paths keep pointing to the right location.
|
| /template/vector/static/3rd/vector/ |
| D | csshover.htc | 96 // came from, to ensure that relative paths keep pointing to the right location.
|
| /template/wikiweko/static/3rd/vector/ |
| H A D | csshover.htc | 96 // came from, to ensure that relative paths keep pointing to the right location.
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 7024 this.getElementTreeXPath=function(element){var paths=[]; 7035 paths.splice(0,0,tagName+pathIndex) 7036 }return paths.length?"/"+paths.join("/"):null
|