Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 70) sorted by relevance

123

/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php29 private $extensions; variable in Twig\\ExtensionSet
63 foreach ($this->extensions as $extension) {
73 if (!isset($this->extensions[$class]) && class_exists($class, false)) {
78 return isset($this->extensions[$class]);
84 if (!isset($this->extensions[$class]) && class_exists($class, false)) {
89 if (!isset($this->extensions[$class])) {
93 return $this->extensions[$class];
97 * @param ExtensionInterface[] $extensions
99 public function setExtensions(array $extensions) argument
101 foreach ($extensions as $extension) {
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php36 private $extensions = []; variable in Facebook\\WebDriver\\Chrome\\ChromeOptions
151 if (!empty($this->extensions)) {
152 $options['extensions'] = $this->extensions;
178 $this->extensions[] = $encoded_extension;
/template/strap/
H A Dshell.nix10 …s://lazamar.co.uk/nix-versions/?package=php-with-extensions&version=7.4.29&fullName=php-with-exten…
15 extensions = { enabled, all }: enabled ++ (with all; [ opcache ]);
/template/bootstrap3/tpl/
Dmenu-user.php48 $extensions = (new Local())->getExtensions(); variable
49 Repository::getInstance()->initExtensions(array_keys($extensions));
50 foreach ($extensions as $extension) {
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php20 private $extensions = []; variable in Facebook\\WebDriver\\Firefox\\FirefoxProfile
36 $this->extensions[] = $extension;
123 foreach ($this->extensions as $extension) {
/template/sprintdoc/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
13 on how to install extensions in DokuWiki.
/template/mnml-blog/user/
Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
/template/monobook/user/
Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Drtl.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Duser.js.dist5 Note: All example files are delivered with the ".dist" extensions to make
/template/vector/user/
Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Drtl.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Duser.js.dist5 Note: All example files are delivered with the ".dist" extensions to make
/template/prsnl10/user/
Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
/template/vector20/user/
Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Drtl.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
Duser.js.dist5 Note: All example files are delivered with the ".dist" extensions to make
/template/wikiweko/user/
H A Dprint.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
H A Dscreen.css.dist5 Note: All example files are delivered with the ".dist" extensions to make
H A Drtl.css.dist5 Note: All example files are delivered with the ".dist" extensions to make

123