Home
last modified time | relevance | path

Searched refs:fileType (Results 26 – 42 of 42) sorted by path

12

/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ReadersCifPdb.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1790 this.fileType = this.stream.readString(4);
1792 if ((_ref = this.fileType) !== 'AIFF' && _ref !== 'AIFC') {
1817 if (this.fileType === 'AIFC') {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DCopyProcess.php45 $fileType = array('scripts', 'styles', 'files');
46 foreach ($fileType as $type) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js35277 var fileType, fileSubtype;
35281 fileType = 'CIDFontType2';
35283 fileType = 'TrueType';
35287 fileType = 'CIDFontType2';
35289 fileType = 'OpenType';
35293 fileType = 'CIDFontType0';
35295 fileType = type === 'MMType1' ? 'MMType1' : 'Type1';
35299 fileType = 'CIDFontType0';
35302 fileType = type === 'MMType1' ? 'MMType1' : 'Type1';
35307 fileType = type;
[all …]
H A Dpdf.worker.js.map1fileType","isOpenTypeFile","isType1File","isCFFFile","fileSubtype","toFontChar","newMap","privateU…
/plugin/siteexport/action/
H A Dajax.php183 $this->functions->settings->fileType = 'pdf';
942 …$DATA[2] .= ':' . $fileIDPart . '.' . $this->functions->settings->fileType; // add namespace and s…
952 …} else if (preg_match("%" . preg_quote(DOKU_BASE, '%') . "_export/(.*?)/%", $DATA[2], $fileType)) {
959 $DATA[2] .= (empty($PARAMS) ? '' : '/' . $PARAMS) . '.' . $fileType[1];
966 …leanID(preg_replace("/(=|\?|&)/", ".", $PARAMS))) . '.' . $this->functions->settings->fileType;
1276 …->cleanID($internalParams)) . ($EXT == '.php' ? '.' . $this->functions->settings->fileType : $EXT);
/plugin/siteexport/inc/
H A Dfunctions.php104 return $this->shortenName($uri['path'] . '.' . $this->settings->fileType);
H A Dpdfgenerator.php21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
H A Dsettings.php6 public $fileType = 'html'; variable in settings_plugin_siteexport_settings
/plugin/watermark/action/
H A Dwatermark.php45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3));
49 switch($fileType) {
77 switch($fileType) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2033 if(_opts.fileType == 'mad') return write_mad(cfb, _opts);
2035 switch(_opts.fileType) {
25829 …var out = z.FullPaths ? CFB.write(z, {fileType:"zip", type: /*::(*/{"nodebuffer": "buffer", "strin…

12