Home
last modified time | relevance | path

Searched refs:extension (Results 226 – 250 of 369) sorted by relevance

12345678910>>...15

/plugin/vbsso/
H A DREADME.md42 2. Upload the archive with extension.
/plugin/dokumicrobugtracker/
H A DREADME.md33 …ta file, which are nammed from an md5 of the project name with the bugs extension, and store in th…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst94 ``core`` extension instance. The first argument is the escaper name (to be
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php668 $extension = array_pop($fileParts);
669 if (isset($this->phpcs->allowedFileExtensions[$extension]) === true) {
670 …okenizerClass = 'PHP_CodeSniffer_Tokenizers_'.$this->phpcs->allowedFileExtensions[$extension];
671 $this->tokenizerType = $this->phpcs->allowedFileExtensions[$extension];
672 } else if (isset($this->phpcs->defaultFileExtensions[$extension]) === true) {
673 …okenizerClass = 'PHP_CodeSniffer_Tokenizers_'.$this->phpcs->defaultFileExtensions[$extension];
674 $this->tokenizerType = $this->phpcs->defaultFileExtensions[$extension];
/plugin/aceeditor/
H A DNEWS43 * PHP-JSON extension not required
/plugin/bootswrapper/exe/help/
H A Dcallout.txt9 …ootstrap documentation for //info//, //warning// and //danger// and the extension for //default//,…
/plugin/googleanalytics/
H A DREADME.md40 …he plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plug…
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js123 function basename(filePath, extension) { argument
127 : result.replace(RegExp(extension.replace(reSpecialChars, '\\$&') + '$'), '');
/plugin/latexport/
H A DREADME.md10 To develop extension to the plugin you need:
46 * http://localhost:8080/dokuwiki/doku.php?do=admin&page=extension
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js30 DropboxClient.prototype.extension = '.drawio'; method in DropboxClient
380 this.ui.convertFile(path, name, null, this.extension, success, error);
/plugin/authremoteuser/
H A DREADME.md31 <a href="https://www.dokuwiki.org/plugin:extension"
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md78 * Renamed to FreeDSx to avoid naming confusion with the phpds extension.
/plugin/barcodes/
H A DREADME.md9 … this plugin is to use the [DokuWiki Extension Manager](https://www.dokuwiki.org/plugin:extension).
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php583 foreach (self::$extensions as $extension) {
584 $filters['tbsCertificate']['extensions'][] = $extension;
2497 foreach ($rclist as $i => $extension) {
2549 foreach ($rclist as $i => $extension) {
3395 foreach ($exts as $extension) {
3396 $extensions[] = $extension['extnId'];
/plugin/authgooglesheets/
H A Dcomposer.lock743 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
744 …t-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
745 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
746 …"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog144 * Fixed: error in demo script on PHP 5 with curl extension
445 * New: API extension: events
544 * New: DOM extension check added to "system configuration check"
582 * New: if curl extension is present, it will be used for fetching
708 * Change: if GD extension is not loaded, script will still convert
791 verbose message instead of "Missing GD extension")
1044 * Fixed: fixed an incorrect path to Active-Link DOM XML extension.
1076 no 'iconv' extension present
1300 * Fixed: class name confict with Active-Link DOM XML extension
/plugin/drawio/
H A DREADME.md65 * You enabled svg extension in DokuWiki's Draw.io configuration
/plugin/sphinxsearch-was/
H A DINSTALL8 2. PHP >= 7.x with SQLite extension (it is enabled by default as of PHP 5)
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md23 * [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
/plugin/codemirror/dist/modes/
H A Dasterisk.min.js.map1extension\n stream.eatWhile(/\\w/);\n cur = stream.current();\n if(atoms.indexOf(cur) !==…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md130 fileName | amCharts | A file name to use for generated export files (an extension will be appended …
617 fileName | A file name to use for generated export files (an extension will be appended to it based…
618 extension | File extension for the generated export file (uses format default if not defined)
973 * Fixed: Generates true JPG file instead PNG with JPG extension
1091 * Fix: compabitily on array method extension such as PrototypeJS
/plugin/webcode/
H A DREADME.md69 * Added the possibility to show dokuwiki code if the language extension is dw
/plugin/farm/
H A Dstyle.css2 * admin farm extension - style additions
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki52 This extension mechanicsm is explained in the following by example:
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md16 FPDI can also be used as an extension for [TCPDF](https://github.com/tecnickcom/TCPDF) or

12345678910>>...15