Home
last modified time | relevance | path

Searched refs:extensions (Results 101 – 125 of 269) sorted by relevance

1234567891011

/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php296 $extensions = array('curl', 'mcrypt', 'zip');
299 foreach ($extensions as $extension) {
/plugin/autotabber/
H A Dtaboverride.js497 extensions = hooks[hook] || [],
498 len = extensions.length;
501 extensions[i].apply(null, args);
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js104 extensions: ["tex2jax.js"],
/plugin/confmanager/lang/fr/
H A Dmime.txt9 La liste de toutes les extensions avec leur type mime est disponible sur [[http://filext.com/].
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm55 // following extensions only.
62 // - AllowedExtensions: the possible extensions that can be allowed.
64 // - DeniedExtensions: The extensions that won't be allowed.
/plugin/displayfile/
H A DREADME.md37 | `deny_extensions` | 'sh' | Space-separated list of extensions that should be disallowed by the `d…
38 | `allow_extensions` | 'txt php js css' | Space-separated list of extensions that should be allowed…
/plugin/latexcaption/
H A DREADME.md121 Please refer to http://www.dokuwiki.org/extensions for additional info
122 on how to install extensions in DokuWiki.
/plugin/mcitem/
H A DREADME.md16 …inecraft Forge](http://www.minecraftforge.net/)'s way of talking about extensions) has its own sub…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst12 First, :ref:`install the Extensions library<extensions-install>`. Next, add
H A Dintl.rst4 The *Intl* extensions provides the ``localizeddate``, ``localizednumber`` and ``localizedcurrency``…
9 First, :ref:`install the Extensions library<extensions-install>`. Next, add
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt90 --no-extensions Do not load PHPUnit extensions.
H A Dhelp2.phpt91 --no-extensions Do not load PHPUnit extensions.
/plugin/imapmarkers/
H A DREADME.md169 Please refer to [http://www.dokuwiki.org/extensions](http://www.dokuwiki.org/extensions) for additi…
170 on how to install extensions in DokuWiki.
/plugin/wrapadd/
H A Dprint.css21 From: https://www.dokuwiki.org/plugin:wrap:extensions
/plugin/codeprettify/code-prettify/
H A DREADME.md60 Other languages are supported via extensions:
106 The lang-* class specifies the language file extensions.
107 File extensions supported by default include:
/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt3 Le gestionnaire d'extensions est désactivé dans tous les animaux. On peut
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt41 Other people have created useful demos and/or extensions to
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php399 * @param array $extensions An array of file extensions.
403 public function setAllowedFileExtensions(array $extensions) argument
406 foreach ($extensions as $ext) {
1640 $extensions = array();
1643 $extensions[implode('.', $fileParts)] = 1;
1647 $matches = array_intersect_key($extensions, $this->allowedFileExtensions);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso41 Set which file extensions are allowed and/or denied for each file type.
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md202 …on directive to configure a directory from which all `.phar` files are loaded as PHPUnit extensions
203 * Added `--no-extensions` commandline option to suppress loading of extensions (from configured ext…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst13 configuration and extensions, and are used to load templates from the file
329 Twig extensions are packages that add new features to Twig. Using an
334 Twig comes bundled with the following extensions:
349 The core, escaper, and optimizer extensions do not need to be added to the
355 This section describes the features added by the built-in extensions.
360 extensions.
H A Dadvanced.rst587 Before writing your own extensions, have a look at the Twig official
588 extension repository: https://github.com/twigphp/Twig-extensions.
681 extensions must be registered explicitly to be available in your templates.
691 The Twig core extensions are great examples of how extensions work.
817 core extensions); but it is hard for the runtime to depend on external
938 precedence over any other registered extensions::
959 You can create functional tests for extensions simply by creating the
/plugin/dlcounter/
H A DREADME.md6 Configuring through the admin interface allows you to specify which file extensions to monitor. As …
/plugin/pycode/
H A Dmethod.php785 foreach ($lookup as $language => $extensions) {
786 if (in_array($ext, $extensions)) {

1234567891011