Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 59) sorted by relevance

123

/template/twigstarter/vendor/twig/twig/src/
H A DExtensionSet.php63 foreach ($this->extensions as $extension) {
65 $extension->initRuntime($env);
101 foreach ($extensions as $extension) {
102 $this->addExtension($extension);
130 foreach ($this->extensions as $extension) {
131 $r = new \ReflectionObject($extension);
142 $class = \get_class($extension);
154 $this->extensions[$class] = $extension;
324 foreach ($this->extensions as $extension) {
329 $extGlobals = $extension->getGlobals();
[all …]
H A DFileExtensionEscapingStrategy.php44 $extension = pathinfo($name, \PATHINFO_EXTENSION);
46 switch ($extension) {
/template/breeze/bower_components/modular-scale/
H A Dmodular-scale.gemspec1 # Replace extension with the name of your extension's .rb file
10 # Replace "modular-scale" with the name of your extension
13 # Description of your extension
14 s.description = %q{A generalized Compass extension to build off of}
15 # A summary of your Compass extension. Should be different than Description
17 # The names of the author(s) of the extension.
22 s.email = ["firstlast@extension.com"]
23 # URL of the extension
24 s.homepage = "http://extension.com"
27 # These are the files to be included in your Compass extension.
[all …]
/template/bootstrap3/tpl/
H A Dmenu-user.php44 $extension = plugin_load('helper','extension_extension'); variable
47 $extension->setExtension($plugin);
48 if ($extension->updateAvailable() && $extension->isEnabled()) {
49 $extensions_update[] = $extension->getDisplayName();
140 <a href="<?php echo wl($ID, array('do' => 'admin', 'page' => 'extension')); ?>" title=" - <?php echo implode('&#13; - ', $extensions_update) ?>">
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG94 * fixed Symfony 5.0 support for the HTML extra extension
95 * fixed number formatter in Intl extra extension when using a formatter prototype
103 * added the String extension in the "extra" repositories: "u" filter
109 * added the CssInliner extension in the "extra" repositories: "inline_css"
111 * added the Inky extension in the "extra" repositories: "inky_to_html" filter
112 * added Intl extension in the "extra" repositories: "country_name",
117 * added the Markdown extension in the "extra" repositories: "markdown_to_html",
119 * added the HtmlExtension extension in the "extra" repositories: "date_uri"
273 * fixed the error handling for the optimized extension-based function calls
296 * optimized the performance of calling an extension method at runtime
[all …]
/template/sprintdoc/css/plugins/
H A Dextension__manager.less2 * This file provides styles for extension manager
/template/strap/css/
H A Dextensionmanager.css1 /* The h2 in the extension manager is impacted by the top-nav-bar fix for the content */
H A DREADME.md8 Manage the display of error message such as `Upload denied. This file extension is forbidden!`
/template/twigstarter/vendor/symfony/polyfill-ctype/
H A DREADME.md4 …s component provides `ctype_*` functions to users who run php versions without the ctype extension.
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DREADME.md5 [Mbstring](https://php.net/mbstring) extension.
/template/monobook/user/
H A Dscreen.css.dist7 Just remove the ".dist" extension to use them.
H A Dprint.css.dist7 Just remove the ".dist" extension to use them.
H A Drtl.css.dist7 Just remove the ".dist" extension to use them.
H A Duser.js.dist7 Just remove the ".dist" extension to use them.
/template/mnml-blog/user/
H A Dprint.css.dist7 Just remove the ".dist" extension to use them.
H A Dscreen.css.dist7 Just remove the ".dist" extension to use them.
/template/prsnl10/user/
H A Dscreen.css.dist7 Just remove the ".dist" extension to use them.
H A Dprint.css.dist7 Just remove the ".dist" extension to use them.
H A Duser.js.dist7 Just remove the ".dist" extension to use them.
/template/vector/user/
H A Dprint.css.dist7 Just remove the ".dist" extension to use them.
H A Dscreen.css.dist7 Just remove the ".dist" extension to use them.
H A Drtl.css.dist7 Just remove the ".dist" extension to use them.
H A Duser.js.dist7 Just remove the ".dist" extension to use them.
/template/adoradark/
H A DCHANGELOG.md5 Go back to old method as users prefer to install via extension manager.
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php170 foreach ($this->getExtensions() as $extension) {
171 $twig->addExtension($extension);

123