Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 59) sorted by last modified time

123

/template/sprintdoc/css/plugins/
H A Dextension__manager.less2 * This file provides styles for extension manager
/template/kiwiki/
H A DREADME.md70 - CSS fixes on the extension manager page
/template/ad-hominem/css/
H A D_admin.less86 /* style the extension manager items: */
/template/mikio/
H A DREADME.md48 **Comment Syntax support** converts custom control macros such as the Mikio macro `~~hero-image ...~~` into comments. If you plan to use this extension on your site, you will need to use the alternative macro format of `-~hero-image ...~-` for Mikio to detect the information.
57 - `useLESS` : use the LESS compilier or direct CSS for the mikio stylesheet. Requires the ctype PHP extension installed
312 - Mikio Control Macros now support the format `-~SETTING~-` as well as the standard `~~SETTING~~`. This fixes an incompatibility with the [Comment Syntax support](https://www.dokuwiki.org/plugin:commentsyntax) extension.
/template/peanutbutter/
H A DREADME.md17 …llation. It will create a directory named monochrome there. You can also use the extension manager.
/template/twigstarter/vendor/symfony/polyfill-php72/
H A DREADME.md13 Moved to core since 7.2 (was in the optional XML extension earlier):
/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 DEnvironment.php699 public function addExtension(ExtensionInterface $extension) argument
701 $this->extensionSet->addExtension($extension);
H A DFileExtensionEscapingStrategy.php44 $extension = pathinfo($name, \PATHINFO_EXTENSION);
46 switch ($extension) {
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DREADME.md5 [Mbstring](https://php.net/mbstring) extension.
/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/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/
H A Dcomposer.lock146 "description": "Symfony polyfill for the Mbstring extension",
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php170 foreach ($this->getExtensions() as $extension) {
171 $twig->addExtension($extension);
/template/strap/class/
H A DTplUtility.php946 $extension = $path_parts['extension'];
947 if ($extension === "js") {
/template/strap/css/
H A DREADME.md8 Manage the display of error message such as `Upload denied. This file extension is forbidden!`
H A Dextensionmanager.css1 /* The h2 in the extension manager is impacted by the top-nav-bar fix for the content */
/template/khum1/
H A DREADME.md22 Install it like any other template. Do "search and install" in the extension manager, find "Khum1",…
/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/bootstrap3/
H A DTemplate.php568 if (!in_array('extension', $page_info)) {
1781 if ($INPUT->str('page') == 'extension') {
1881 if ($extension = plugin_load('helper', 'extension_extension')) {
1882 if ($extension->setExtension($plugin_name)) {
1884 $legend->innertext = iconify('mdi:puzzle', ['class' => 'text-success']) . ' ' . $legend->innertext . ' <br/><h6>' . $extension->getDescription() . ' <a class="urlextern" href="' . $extension->getURL() . '" target="_blank">Docs</a></h6>';
2075 if ($ACT == 'admin' && $INPUT->str('page') == 'extension') {
/template/bootstrap3/conf/
H A Ddefault.php41 $conf['pageInfo'] = 'filename,extension,date,editor,locked';
/template/pinkberrynight/css/
H A D_dwstyles.css39 /*adds extra space above the extension manager lists (to clear space on under the search bar in "Se…
/template/pinkberrynight/css/css/
H A D_dwstyles.css39 /*adds extra space above the extension manager lists (to clear space on under the search bar in "Se…
/template/parallax/lib/languages/
H A Dfr_FR.po148 msgstr "Options de l'extension Calendrier d'Événements"
152 msgstr "Veuillez activer l'extension Calendrier d'Événements"
156 msgstr "Installer l'extension Calendrier d'Événements"
164 msgstr "Activer l'extension de téléchargements numériques Easy Digital Downloads"
168 msgstr "Installer l'extension de téléchargements numériques Easy Digital Downloads"
/template/monochrome/
H A DREADME.md17 …llation. It will create a directory named monochrome there. You can also use the extension manager.

123