Home
last modified time | relevance | path

Searched refs:extension (Results 326 – 350 of 369) sorted by path

1...<<1112131415

/plugin/rrdgraph/inc/
H A Dcontenttypes.php26 $extension = strtolower(ltrim(strrchr($fileName, '.'), '.'));
28 if (array_key_exists($extension, self::contentTypes)) {
29 return self::contentTypes[$extension];
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.TidyFormat.txt
/plugin/securelogin/
H A DREADME.md50 …or and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension).
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9657 For more information on Chrome extension sandboxes see
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js123 function basename(filePath, extension) { argument
127 : result.replace(RegExp(extension.replace(reSpecialChars, '\\$&') + '$'), '');
/plugin/siteexport/action/
H A Dajax.php535 $extension = explode('.', $fileName);
536 $extension = array_pop($extension);
539 …$dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' . $extension;
627 $extension = explode(';', $http->resp_headers['content-type'], 2);
628 $extension = array_shift($extension);
629 $extension = explode('/', $extension, 2);
630 if ( $extension[0] == 'image' && preg_match("/^[a-zA-Z0-9]{3,}$/", $extension[1]) ) {
631 $extension = strtolower($extension[1]);
632 $this->functions->debug->message("Found new image extension:", $extension, 2);
634 unset($extension);
[all …]
/plugin/sketchcanvas/
H A DREADME.md92 has a PHP running with GD extension.
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock560 "description": "Wrapper around PHP's tokenizer extension.",
/plugin/source/
H A Dstyle.css2 * source plugin extension - style additions
/plugin/sphinxsearch-was/
H A DINSTALL8 2. PHP >= 7.x with SQLite extension (it is enabled by default as of PHP 5)
/plugin/sphinxsearch/
H A DINSTALL5 2. PHP5 with SQLite extension (it is enabled by default as of PHP 5)
/plugin/sqlite/
H A DREADME5 The plugin detects whether PHPs PDO extension is available otherwise it
6 will look for the PHP sqlite extension.
8 PDO supports sqlite3 only, and this plugin will look for db files with extension *.sqlite3
9 The sqlite extension supports sqlite2 only, here this plugin will look for *.sqlite files.
/plugin/src/
H A Dstyle.css4 * source plugin extension - style additions
/plugin/structcondstyle/
H A DREADME.md3 A small struct extension plugin that allows the user to style parts of aggregations with plain CSS …
H A Dplugin.info.txt6 desc A small struct extension plugin that allows the user to style parts of agregations with plai…
/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh165 for extension in "${extensions[@]}" ; do
166 echo >&2 "DEBUG: Installing extension ${extension}"
168 php "${paths[cli]}" extension install "$extension"
/plugin/swiftmail/
H A DSwift.php276 $extension = substr($list[$i], 4);
277 $attributes = split("[ =]", $extension);
/plugin/swiftmail/Swift/Connection/
H A DMulti.php143 public function setExtension($extension, $attributes=array()) argument
145 $this->connections[$this->active]->setExtension($extension, $attributes);
H A DRotator.php176 public function setExtension($extension, $attributes=array()) argument
178 $this->connections[$this->active]->setExtension($extension, $attributes);
/plugin/swiftmail/Swift/
H A DConnectionBase.php68 public function getAttributes($extension) argument
70 if ($this->hasExtension($extension))
72 return $this->extensions[$extension];
77 …"Unable to locate any attributes for the extension '" . $extension . "' since the extension cannot…
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki52 This extension mechanicsm is explained in the following by example:
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1extension|return(ed)?|second(?! item)(s)?|list (disks|folder)|(Unicode )?text|(disk )?item(s)?|((c…
/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/toolbox/extension/
H A Dcontent.js17 script.src = (chrome || browser).extension.getURL('script.js');
/plugin/upgrade/lang/fr/
H A Dstep0.txt

1...<<1112131415