Home
last modified time | relevance | path

Searched refs:extension (Results 126 – 150 of 369) sorted by relevance

12345678910>>...15

/plugin/webcomponent/_test/data/pages/
H A Dwebcomponent.txt21 * [[doku>wiki:syntax#code_blocks|code block]] extension
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DREADME.md6 by the [Intl](https://php.net/intl) extension.
/plugin/openid/Auth/Yadis/
H A DXML.php374 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
376 if (extension_loaded($extension))
/plugin/templateconfhelper/
H A DREADME44 Cascade Path is an extension to the cascade config values in dokuwiki init. It can be set in preloa…
52 'default' => array( $farmbasedir.'/extension/tpl/', $farmbasedir.$version.'lib/tpl/' ),
54 #'protected' => array( $farmbasedir.'/extension/tpl_protected/' ),
/plugin/combo/ComboStrap/
H A DWikiPath.php216 * We check if there is an extension
251 * For a Markup drive path, a file path should have an extension
303 * (we add the txt extension if not present)
329 * Markup extension (Markdown, ...)
439 * If this is a markup, we delete the txt extension if any
492 $extension = substr($pathAndDrive, $locationLastPoint + 1);
493 if (in_array($extension, WikiPath::ALL_MARKUP_EXTENSIONS)) {
661 * and a directory natively because there is no extension.
1049 * Because DokuPath does not have the notion of extension
1188 $extension
[all...]
H A DSqlite.php200 $extension = $child->getExtension();
202 // ok no extension
205 if (in_array($extension, ["sqlite", "sqlite3"])) {
/plugin/downloadcodeblock/
H A DREADME.md9 as the file name for the download if it ends with a file extension (dot followed
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DREADME.md4 …o-utf8) functions to users who run php versions without the [Intl](https://php.net/intl) extension.
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md19 This project requires PHP 7.4 or higher with the `mbstring` extension. To install it via [Composer] simply run:
89 - [Twig Markdown extension](https://github.com/twigphp/markdown-extension)
95 See [our extension documentation](https://commonmark.thephpleague.com/extensions/overview) for a full list of extensions bundled with this library.
103 - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
104 - [Lazy Image extension](https://github.com/simonvomeyser/commonmark-ext-lazy-image) - Adds various options for lazy loading of images.
105 - [Marker Extension](https://github.com/noah1400/commonmark-marker-extension) - Adds support of highlighted text (`<mark>` HTML tag)
107 Others can be found on [Packagist under the `commonmark-extension` package type](https://packagist.org/packages/league/commonmark?type=commonmark-extension).
/plugin/nobadbrowser/
H A DChangeLog5 * No longer requires browscap extension on PHP to function.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_partial.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_namespace.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
/plugin/codeclipboard/
H A DREADME.md15 Install from the extension page within your Dokuwiki configuration page or
/plugin/displayfile/
H A DREADME.md14 …he plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension) or install dire…
37 …lement. The deny list supersedes the allow list. An empty list means no extension is explicitly di…
38 …should be allowed by the `displayfile` element. An empty list means any extension not in the deny …
/plugin/prolog/
H A Dattribute_include.php257 $extension = end(explode('.',end($subdirectories)));
258 if($extension == 'txt')
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php126 while (($extension = array_pop($extensions)) !== null) {
129 $next = File_Archive::readArchive($extension, $reader, $nbUncompressions == 1);
/plugin/findologicxmlexport/
H A DREADME.md15 * PHP extension `intl` is also required.
19 - Open your extension manager and install the Plugin via **Search and Install**
/plugin/source/
H A Dstyle.css2 * source plugin extension - style additions
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must accept the input file as POST data.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md13 * mbstring extension [details here on how to install mbstring](https://www.php.net/manual/en/mbstring.installation.php)
/plugin/src/
H A Dstyle.css4 * source plugin extension - style additions
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php170 foreach ($this->getExtensions() as $extension) {
171 $twig->addExtension($extension);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp116 Function IsAllowedExt( extension, resourceType )
130 IsAllowedExt = Not oRE.Test( extension )
135 IsAllowedExt = oRE.Test( extension )

12345678910>>...15