Home
last modified time | relevance | path

Searched refs:extensions (Results 76 – 100 of 269) sorted by relevance

1234567891011

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconf.py9 extensions = ['sensio.sphinx.refinclude', 'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcod… variable
/plugin/source/
H A Dsyntax.php45 var $extensions = array( variable in syntax_plugin_source
H A Dstyle.css7 /* source plugin extensions */
/plugin/embeddedphp/
H A DREADME21 Please refer to http://www.dokuwiki.org/extensions for additional info
22 on how to install extensions in DokuWiki.
/plugin/vbsso/views/
H A Dadmin.html1.tpl2 extensions are required to be installed: <strong>[[content-0]]</strong></div>
H A Daction.tpl2 The following PHP extensions are required to be installed:
/plugin/resizeblacklist/
H A Dplugin.info.txt6 desc Stop certain media extensions from being resized using the native DokuWiki methods
/plugin/bbcodeextensions/
H A Dplugin.info.txt6 desc BBCode extensions not available in the mainline BBCode Plugin
/plugin/zip/pear/File/
H A DArchive.php1089 $extensions = strtolower($filename);
1091 $extensions = strtolower($type);
1093 $extensions = explode('.', str_replace($shortcuts, $reals, $extensions));
1101 while (($extension = array_pop($extensions)) !== null) {
1150 $currentFilename = implode(".", $extensions);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension-suppressed.phpt7 $_SERVER['argv'][3] = '--no-extensions';
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst14 .. _documentation: http://twig-extensions.readthedocs.io/
/plugin/fckg/fckeditor/
H A Dextensions.php23 $extensions[] = $ext;
/plugin/loglog/
H A Daction.php257 foreach ($actions as $action => $extensions) {
258 foreach ($extensions as $extname => $label) {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js18 extensions: ['.mjs', '.js', '.svelte', '.ttf'], property in module.exports.resolve
/plugin/dev/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
13 on how to install extensions in DokuWiki.
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js672 { name: 'draw.io Plugins', extensions: ['js'] },
673 { name: 'All Files', extensions: ['*'] }
988 { name: 'VSDX Documents', extensions: ['vsdx'] },
989 { name: 'All Files', extensions: ['*'] }
1541 extensions: [this.editor.diagramFileTypes[i].extension]}; property in App.createFileSystemFilters.obj
2071 { name: 'PNG Images', extensions: ['png'] }
2082 { name: 'SVG Images', extensions: ['svg'] }
2087 { name: 'PDF Documents', extensions: ['pdf'] }
2092 { name: 'VSDX Documents', extensions: ['vsdx'] }
2097 { name: 'HTML Documents', extensions: ['html'] }
[all …]
/plugin/src/
H A Dstyle.css8 /* source plugin extensions */
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md18 PHP versions and extensions
27 PHP `mbstring` and `gd` extensions have to be loaded.
29 Additional extensions may be required for some advanced features such as `zlib` for compression of output and
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md77 See the [Extensions documentation](https://commonmark.thephpleague.com/customization/extensions/) for more details on how to include only certain GFM features if you don't want them all.
95 See [our extension documentation](https://commonmark.thephpleague.com/extensions/overview) for a full list of extensions bundled with this library.
99 Custom parsers/renderers can be bundled into extensions which extend CommonMark. Here are some that you may find interesting:
102 - [Sup Sub extensions](https://github.com/OWS/commonmark-sup-sub-extensions) - Adds support of superscript and subscript (`<sup>` and `<sub>` HTML tags)
/plugin/elwikiupgrade/lang/fr/
H A Dstep0.txt5 Cette extension ne met pas à jour les extensions et les thèmes.
/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh150 extensions=( "${_env_extension[@]}" "${_arg_extension[@]}" )
/plugin/upgrade/lang/fr/
H A Dstep0.txt
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php806 } else if (substr($arg, 0, 11) === 'extensions=') {
807 if (isset($this->values['extensions']) === false) {
808 $this->values['extensions'] = array();
811 …$this->values['extensions'] = array_merge($this->values['extensions'], explode(',', substr($arg, 1…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp51 ' following extensions only.
57 ' - AllowedExtensions: the possible extensions that can be allowed.
60 ' - DeniedExtensions: The extensions that won't be allowed.

1234567891011