/plugin/structodt/ |
H A D | script.js | 15 const filetype = $table.parents('.structaggregation').data('filetype'); 16 if (!filetype) return; 46 const icon = DOKU_BASE + 'lib/images/fileicons/' + filetype + '.png'; 55 url.searchParams.append('filetype', filetype); 58 const $btn = jQuery('<a href="'+url.href+'" title="' + title + '"><img src="'+icon+'" alt="'+filetype+'" class="icon"></a>');
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Generic.php | 467 return filetype($this->getStreamName()) == 'socket'; 477 return filetype($this->getStreamName()) == 'fifo'; 487 return filetype($this->getStreamName()) == 'char'; 497 return filetype($this->getStreamName()) == 'block'; 507 return filetype($this->getStreamName()) == 'unknown';
|
/plugin/structodt/meta/ |
H A D | AggregationTableOdt.php | 53 $filetype = $this->pdf ? 'pdf' : 'odt'; 57 data-template="' . $this->template . '" data-filetype="' . $filetype . '">';
|
H A D | AggregationEditorTableOdt.php | 64 $filetype = $this->pdf ? 'pdf' : 'odt'; 76 data-template=\"$template\" data-filetype=\"$filetype\"
|
/plugin/podcast/action/ |
H A D | feed.php | 111 $filetype = 'audio/mpeg'; } 133 'url' => $file_url, 'length' => $length, 'type' => $filetype ); }
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 35 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file); 214 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file); 372 if($comptype === self::COMPRESS_AUTO) $comptype = $this->filetype($file); 582 public function filetype($file) { function in VerboseTar
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Tar.php | 59 $this->setCompression($this->complevel, $this->filetype($file)); 242 $this->setCompression($this->complevel, $this->filetype($file)); 425 $this->setCompression($this->complevel, $this->filetype($file)); 692 public function filetype($file) function in splitbrain\\PHPArchive\\Tar
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 173 $TargetObjectType = filetype($TargetObject); // Check file type without examining extension
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 69 …['fileformat']=>string() // one of the standard filetype abbreviations ('mp3', 'riff',… 94 … ['dataformat']=>string() // one of the standard filetype abbreviations ('mp3', 'wma', etc) 105 …['dataformat']=>string() // one of the standard filetype abbreviations ('avi', 'mpeg', etc)
|
H A D | README.md | 208 confirm what data is actually returned for any particular filetype in
|
H A D | readme.txt | 219 confirm what data is actually returned for any particular filetype in
|
H A D | changelog.txt | 2557 extension, and shows the filetype in the displayed output. Files
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …me filectime filegroup fileinode filemtime fileowner fileperms filesize filetype file_exists is_wr…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 2863 public function filetype($path) function in phpseclib3\\Net\\SFTP
|
/plugin/codemirror/dist/keymaps/ |
H A D | vim.min.js.map | 1 …filetype', undefined, 'string', ['ft'], function(name, cm) {\n // Option is local. Do nothing…
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …me filectime filegroup fileinode filemtime fileowner fileperms filesize filetype ' +\n 'floatval …
|