Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 369) sorted by path

12345678910>>...15

/plugin/aceeditor/
H A DNEWS43 * PHP-JSON extension not required
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt138 - Attempt to use mhash when hash extension is not present. (Alfredo Cubitos).
/plugin/admnote/
H A DREADME.md21 …stallation. It will create a directory named admnote there. You can also use the extension manager.
/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/aichat/vendor/erusev/parsedown/
H A DREADME.md23 * [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
/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)
H A Dcomposer.lock3289 "description": "Symfony polyfill for the Mbstring extension",
/plugin/alertbox/
H A DREADME.md1 Alert Box Dokuwiki extension
/plugin/amcharts/assets/amcharts/
H A Damcharts.js110 …idth,this.realHeight,this);this.container=a;this.extension=".png";this.svgIcons&&d.SVG&&(this.exte…
231 …on.replace(/\.[a-z]*$/i,"");c?(k=f+g+"H"+e.extension,f=a.dragIconWidth,c=a.dragIconHeight):(k=f+g+…
H A Dserial.js8 …m=0;void 0!==a.pathToImages&&h&&(n=a.container.image(a.pathToImages+h+a.extension,0,0,g,g),e.setCN…
H A Dxy.js8 …l=0;void 0!==a.pathToImages&&h&&(q=a.container.image(a.pathToImages+h+a.extension,0,0,g,g),e.setCN…
/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
H A Dexport.js437 extension: "jpg", property in AmCharts._this.defaults.formats.JPG
442 extension: "png", property in AmCharts._this.defaults.formats.PNG
447 extension: "svg", property in AmCharts._this.defaults.formats.SVG
452 extension: "pdf", property in AmCharts._this.defaults.formats.PDF
457 extension: "csv" property in AmCharts._this.defaults.formats.CSV
461 extension: "json" property in AmCharts._this.defaults.formats.JSON
465 extension: "xlsx" property in AmCharts._this.defaults.formats.XLSX
2594 extension: _this.config.formats[ item.format ].extension,
2705 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
2722 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
[all …]
H A Dexport.min.js1extension:"jpg",capture:!0},PNG:{mimeType:"image/png",extension:"png",capture:!0},SVG:{mimeType:"t…
2extension:c.config.formats[i.format].extension,capture:c.config.formats[i.format].capture,action:c…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1extension */\n\tPdfPrinter.prototype.fs = __webpack_require__(44);\n\n\n/***/ },\n/* 7 */\n/***/ f…
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php966 * @param string $extension File extension
970 public function fromExtension($extension) argument
972 $extension = strtolower($extension);
974 return isset($this->mimetypes[$extension]) ? $this->mimetypes[$extension] : null;
/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/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementHierarchyControllerDeploymentState.php25 public $extension; variable in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerDeploymentState
34 public function setExtension($extension) argument
36 $this->extension = $extension;
43 return $this->extension;
H A DConfigManagementHierarchyControllerVersion.php25 public $extension; variable in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerVersion
34 public function setExtension($extension) argument
36 $this->extension = $extension;
43 return $this->extension;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php32 public function setExtension(GoogleCloudPaymentsResellerSubscriptionV1Extension $extension) argument
34 $this->extension = $extension;
41 return $this->extension;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1050 * Added PECL URI template extension and using as default parser if available
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md108 Allows for easy testing and extension of a provided stream without needing
109 to create a concrete class for a simple extension point.
546 Determines the mimetype of a file by looking at its extension.
551 `public static function fromExtension(string $extension): string|null`
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMimeType.php22 * @param string $extension string The file extension.
28 public static function fromExtension($extension) argument
134 $extension = strtolower($extension);
136 return isset($mimetypes[$extension])
137 ? $mimetypes[$extension]
H A Dfunctions.php349 function mimetype_from_extension($extension) argument
351 return MimeType::fromExtension($extension);

12345678910>>...15