Home
last modified time | relevance | path

Searched refs:extension (Results 151 – 175 of 369) sorted by relevance

12345678910>>...15

/plugin/combo/
H A Dcli.php221 /* @var helper_plugin_extension_extension $extension */
222 $extension = $this->loadHelper('extension_extension');
224 $extension->setExtension($name);
225 if ($extension->updateAvailable()) {
226 echo "The extension $name should be updated";
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php399 $extension = eval(<<<EOF
407 $extension = new Twig_Tests_EnvironmentTest_ExtensionInEval();
412 $twig->addExtension($extension);
414 …ssertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($extension)));
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md1 * [[\yii\caching\ApcCache]]: uses PHP [APC](http://php.net/manual/en/book.apc.php) extension. This …
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst17 must add the ``\Twig\Extension\StringLoaderExtension`` extension explicitly when
H A Ddate.rst39 the ``core`` extension instance:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dsandbox.rst15 The ``sandbox`` tag is only available when the sandbox extension is
/plugin/code3/
H A Dstyle.css2 * code plugin extension - style additions
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DREADME.md13 Moved to core since 7.2 (was in the optional XML extension earlier):
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso101 Split the file's extension from the filename in order
113 Make sure the file extension is allowed.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst140 the template filename extension (this strategy does not incur any overhead at
330 extension is as simple as using the ``addExtension()`` method::
365 The ``core`` extension defines all the core features of Twig:
375 The ``escaper`` extension adds automatic output escaping to Twig. It defines a
378 When creating the escaper extension, you can switch on or off the global
473 The ``sandbox`` extension can be used to evaluate untrusted code. Access to
511 the extension constructor::
519 The Profile extension was added in Twig 1.18.
521 The ``profiler`` extension enables a profiler for Twig templates; it should
549 The ``optimizer`` extension optimizes the node tree before compilation::
/plugin/move/lang/fr/
H A Dmove.txt3 Cette extension permet de déplacer et/ou renommer le document courant ou la catégorie courante, ave…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.TidyFormat.txt
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js78 OneDriveClient.prototype.extension = '.drawio'; method in OneDriveClient
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …onvenience|default|defer|deinit|didSet|do|dynamic|dynamicType|else|enum|extension|fallthrough|file…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md50 * added extension point `Assert::reportInvalidArgument()` for custom subclasses
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm58 <cfargument name="extension" required="true" type="String">
63 …ase("gif,jpeg,jpg,png,swf,psd,bmp,iff,tiff,tif,swc,jpc,jp2,jpx,jb2,xmb,wbmp", ARGUMENTS.extension)>
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php229 …t($extensions) && !pathinfo($options['output'], PATHINFO_EXTENSION) && $extension = key($extension…
230 $options['output'] .= '.'.$extension;
/plugin/combo/ComboStrap/
H A DBootstrap.php304 $extension = $file->getExtension();
306 LogUtility::internalError("No extension was found on the file metadata ($fileNameWithExtension) from the bootstrap dictionary", self::CANONICAL);
309 switch ($extension) {
H A DFetcherMarkupBuilder.php332 $extension = $this->mime->getExtension();
333 $newFetcherMarkup->contentCache = new CacheRenderer($wikiId, $localFile, $extension);
H A DFileSystems.php241 $extension = $path->getExtension();
243 return Mime::createFromExtension($extension);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md56 [Phar extension](http://php.net/manual/en/book.phar.php) installed and
60 [cURL extension](http://php.net/manual/en/book.curl.php)
64 extension you may need to restart your web server.
66 If you are missing this extension, you will see errors like the following:
83 includes an optional C extension that you may install to dramatically increase
87 The extension has no effect on web-service lookups.
/plugin/editonlink/
H A DREADME.md13 …utomatic install by [Extension Manager](https://www.dokuwiki.org/plugin:extension); or manual inst…
/plugin/metadisplay/
H A DREADME.md23 -p, --page page name without namespace or extension, e.g. start

12345678910>>...15