Home
last modified time | relevance | path

Searched refs:extension (Results 51 – 75 of 369) sorted by last modified time

12345678910>>...15

/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock560 "description": "Wrapper around PHP's tokenizer extension.",
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt3 The extension manager is disabled in all Animals. Plugins can only be installed in the Farmer and only the Farmer
/plugin/openid/Auth/Yadis/
H A DXML.php374 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
376 if (extension_loaded($extension))
/plugin/openid/Auth/OpenID/
H A DBigMath.php421 foreach ($exts as $extension) {
422 if (extension_loaded($extension['extension'])) {
423 return $extension;
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md23 Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins…
69 Further you can specify a filter to limit the output to then specified file-extension according \\
H A Dsyntax.php401 $extension = ltrim($extension, ".");
442 $extension = ltrim($extension, ".");
640 $extension = end($parts);
641 $extension = ltrim($extension, ".");
659 $extension = end($parts);
660 $extension = ltrim($extension, ".");
681 $extension = end($parts);
682 $extension = ltrim($extension, ".");
703 $extension = end($parts);
704 $extension = ltrim($extension, ".");
[all …]
/plugin/barcodes/
H A DREADME.md9 … this plugin is to use the [DokuWiki Extension Manager](https://www.dokuwiki.org/plugin:extension).
/plugin/edittable/lib/
H A Dhandsontable.full.js1225 function extendArray(arr, extension) {
1227 ilen = extension.length;
1230 arr.push(extension[i]);
1529 function extend(target, extension) {
1530 objectEach(extension, function (value, key) {
1543 function deepExtend(target, extension) {
1545 if (extension[key] && _typeof(extension[key]) === 'object') {
1547 if (Array.isArray(extension[key])) {
1550 target[key] = extension[key];
1555 deepExtend(target[key], extension[key]);
[all …]
/plugin/pubmed2020/classes/
H A Dcache.php18 var $extension =''; variable in pubmed2020_cache
38 $this->extension = strtolower($_ext);
46 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
115 $patten = array($this->prefix,'.'.$this->extension);
118 if (strpos($name,$this->extension)!==false){
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …l mimetypes should be added in ''mime.local.conf''. The file expects an extension (without the dot…
15 File type icons can be added by placing an image file (PNG or GIF) named after the file extension i…
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …tre ajoutés dans le fichier ''mime.local.conf''. On y indique alors une extension (sans le point) …
15 …nt être ajoutées dans le répertoire ''lib/images/fileicons/'' avec pour nom l'extension du fichier.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc8 * http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for
20 libcurl extension, but it is not technically required for the client to operate.
23 libcurl extension is much faster.
/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/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/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile10 # Install zip extension for PHP
17 # Install yaml extension for PHP
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md150 extension to be version 1.3.7 or higher.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md25 …in-wsc/issues/56): [Chrome] Fixed: SCAYT/WSC throws errors when running inside a Chrome extension.
1388 * [#10855](https://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode…
H A Dconfig.js.unc403 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified787 …FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upl…
H A Den.js-4.9.merged39 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A Den.js.ckgedit38 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A Den.js.unc39 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A Dfr.js.unc704 …FileBrowserError_308: "PHP ne fournit aucun moyen de savoir quelle extension a stoppé l'envoi. ; E…
778 …'Cet outil fonctionne avec l\'extension Font et est utilisé pour mettre à jour la syntaxe ou voir …
780 …'<br /><br />Vous pouvez mettre à jour la syntaxe de l\'extension. Sélectionnez les deux éléments …
H A Dlang_array.txt699 …FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upl…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php184 * @param string $extension file extension
188 function IsImageValid( $filePath, $extension ) argument
216 if ( !in_array( $extension, $imageCheckExtensions ) ) {

12345678910>>...15