Home
last modified time | relevance | path

Searched refs:extension (Results 326 – 350 of 369) sorted by last modified time

1...<<1112131415

/plugin/amcharts/assets/amcharts/plugins/export/
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 …]
/plugin/amcharts/assets/amcharts/
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/judge/
H A Daction.php283 $extension = $this->loadHelper('judge_numbers');
284 $answer = $extension->parseNumber(rawWiki("داوری:" . $problem_name));
285 if ($answer == $extension->parseNumber($user_output)) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.TidyFormat.txt
/plugin/badbehaviour/
H A Dbadbehavior.readme68 follow the generic instructions for installing any plugin or extension
72 when installing the extension. Your LocalSettings.php should include
/plugin/orphanmedia/
H A Dsyntax.php400 $extension = ltrim($extension, ".");
441 $extension = ltrim($extension, ".");
639 $extension = end($parts);
640 $extension = ltrim($extension, ".");
658 $extension = end($parts);
659 $extension = ltrim($extension, ".");
680 $extension = end($parts);
681 $extension = ltrim($extension, ".");
702 $extension = end($parts);
703 $extension = ltrim($extension, ".");
[all …]
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt42 This document proposes an extension to PGN designed to offer an immediate 'work
/plugin/mediasyntax/syntax/
H A Dmedia.php48 $extension=preg_replace("/.*\./","",$filename); // e.g. png
55 if (in_array(strtolower($extension), $img_exts))
/plugin/directorylist/
H A Dreadme.md18 * PHP fileinfo extension
/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
H A Dcontent_type.class.php6 function ContentType($extension, $mime) { argument
7 $this->default_extension = $extension;
/plugin/alertbox/
H A DREADME.md1 Alert Box Dokuwiki extension
/plugin/mantis/lib/
H A Dchangelog306 - wsdl: serialize elements from complexType extension base
308 - xmlschema: record extension base if present for a complexType
318 - wsdl: fix serialization of attributes for complexType that is an extension
467 - soapclient: declare as nusoapclient, then also subclass soapclient if SOAP extension not loaded
468 - soapclientmime: declare as nusoapclientmime, then also subclass soapclientmime if SOAP 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/sphinxsearch/
H A DINSTALL5 2. PHP5 with SQLite extension (it is enabled by default as of PHP 5)
/plugin/aceeditor/
H A DNEWS43 * PHP-JSON extension not required
/plugin/flowplayer/player/
H A DREADME.txt98 - #423 add the . to clip type extension checks or else files with known extension postfixes within …
163 …ollowing kind of urls as audio clips: 'mp3:audiostreamname' (ulrs with mp3 prefix and no 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/projects/syntax/
H A Dcontent.php30 $extension = array_pop($parts);
31 $lang = GeSHi::get_language_name_from_extension($extension);
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php368 foreach ($exts as $extension) {
369 if (extension_loaded($extension['extension'])) {
370 return $extension;
/plugin/fedauth/Auth/Yadis/
H A DXML.php339 foreach(Auth_Yadis_getSupportedExtensions() as $extension => $classname)
341 if (extension_loaded($extension))
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java42 public DefaultFileFilter(String extension, String description) in DefaultFileFilter() argument
44 ext = extension.toLowerCase(); in DefaultFileFilter()
87 public void setExtension(String extension) in setExtension() argument
89 this.ext = extension; in setExtension()

1...<<1112131415