Home
last modified time | relevance | path

Searched refs:mime (Results 76 – 100 of 178) sorted by relevance

12345678

/plugin/combo/ComboStrap/
H A DFileSystems.php31 * @throws ExceptionNotFound - if the file does not exists or the mime is unknown
237 * @throws ExceptionNotFound - if the mime is unknown and was not found
245 $mime = mimetype($path->getLastName(), true)[1];
246 if ($mime === null || $mime === false) {
247 throw new ExceptionNotFound("No mime found for path ($path). The mime type of the media is <a href=\"https://www.dokuwiki.org/mime\">unknown (not in the configuration file)</a>");
249 return new Mime($mime);
/plugin/combo/
H A Dyarn.lock86 mime-types "^2.1.12"
153 mime-db@1.52.0:
155 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
158 mime-types@^2.1.12:
160 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
163 mime-db "1.52.0"
/plugin/pagelist/
H A Dsyntax.php77 list(, $mime) = mimetype($image);
78 if (!substr($mime, 0, 5) == 'image') $image = '';
/plugin/projects/lib/
H A Dlayout.php171 $mime = file_mimetype($this->ID, $this->project);
172 if (substr($mime, 0, 5) == 'text/' || $mime == 'plain/text')
/plugin/dropfiles/action/
H A Dajax.php203 list(, $mime) = mimetype($id);
204 $ok = media_contentcheck($fn, $mime);
/plugin/combo/action/
H A Ddocustom.php181 $mime = $fetcher->getMime();
184 ->setBody($body, $mime)
/plugin/offline/
H A Drenderer.php170 list($ext,$mime) = mimetype($src);
171 if(substr($mime,0,5) == 'image'){
216 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/combo/syntax/
H A Dmedia.php102 $mime = $path->getMime();
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
108 if ($mime->isSupportedRasterImage()) {
114 if ($mime->toString() === Mime::SVG) {
/plugin/siteexport/renderer/
H A Dpdf.php241 list($ext,$mime,$dl) = mimetype($src);
242 if(substr($mime,0,5) == 'image' && $render){
244 if ( substr($mime,0,5) == 'image' && $linking='details' ) { $noLink = true;}
245 } elseif($mime == 'application/x-shockwave-flash' && $render){
/plugin/dokutexit/
H A Dlatex.php1319 list($ext,$mime) = mimetype($src);
1320 if(substr($mime,0,5) == 'image') {
1395 list($ext,$mime) = mimetype($src);
1396 if(substr($mime,0,5) == 'image') {
1505 list($ext,$mime) = mimetype($src);
1506 if(substr($mime,0,5) == 'image') {
1523 list($ext,$mime) = mimetype($src);
1524 if(substr($mime,0,5) == 'image') {
1539 }elseif($mime == 'application/x-shockwave-flash') {
1559 list($ext,$mime) = mimetype($src);
[all …]
/plugin/bibtex/
H A Dsyntax.php507 list($ext,$mime) = mimetype($src);
508 if(substr($mime,0,5) == 'image'){
537 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php203 $mime = $imageFetcher->getMime();
204 if (!$mime->isImage()) {
205 LogUtility::error("The background image ($mediaMarkup) is not an image but a $mime", self::CANONICAL);
/plugin/confmanager/lang/ja/
H A Dmime.txt1 ユーザが[[doku>ja:media_manager|メディアマネージャー]]を利用してアップロードできるファイルのファイルタイプは、''conf/mime.conf'' ファイルによって設定され…
/plugin/zip/pear/File/
H A DArchive.php705 * @param string $mime mime type of the file. Default will determine the
709 function readMemory($memory, $filename, $stat=array(), $mime=null) argument
712 return new File_Archive_Reader_Memory($memory, $filename, $stat, $mime);
748 * @param string $mime mime type of the file. Default will determine the
752 function readConcat(&$toConvert, $filename, $stat=array(), $mime=null) argument
760 return new File_Archive_Reader_Concat($source, $filename, $stat, $mime);
/plugin/file2dw/
H A Daction.php269 list( $ext, $mime ) = mimetype($this->userFile);
270 …if ( media_upload_finish($this->userFile, $destFile, $this->nsName, $mime, @file_exists($destFile)…
327 list( $ext, $mime ) = mimetype( $imgPath );
349 …$mediaReturn = media_upload_finish($imgPath, $destFile, $this->nsName, $mime, @file_exists($destFi…
/plugin/structodt/
H A Dhelper.php146 $mime = "application/$ext";
147 header("Content-Type: $mime");
156 http_rangeRequest($fp, filesize($tmp_file), $mime);
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php533 public $mime; variable in Google_Result
604 public function setMime( $mime) { argument
605 $this->mime = $mime;
608 return $this->mime;
/plugin/odt2dw/
H A Daction.php390 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
391 …this->uploadDir.'/'.$this->pictpath.'/'.$pict, $destFile, $this->nsName, $mime, @file_exists($dest…
395 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->odtFileName );
396 …inish($this->uploadDir.'/'.$this->odtFileName, $destFile, $this->nsName, $mime, @file_exists($dest…
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php82 $mime = $source->getMIME();
/plugin/txtconf/lang/en/
H A Dintro_mime.txt5 What are MimeTypes? refer to [[doku>wiki:mime]].\\
/plugin/swiftmail/Swift/Message/
H A DMime.php393 public function addChild(Swift_Message_Mime $mime, $id=null, $after=1) argument
403 if ($after == -1) $this->children = array_merge(array($id => $mime), $this->children);
404 else $this->children[$id] = $mime;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jar ... org/apache/commons/fileupload/util/mime/ META-INF/LICENSE.txt META- ...
/plugin/dlcount/
H A Dadmin.php71 list ($ext, $mime, $dl) = mimetype($mediafile);
73 if (substr($mime, 0, 5) == 'image') {
/plugin/gemini/
H A Dcli.php230 list($ext, $mime, $dl) = mimetype($file);
233 'mime' => $mime,
/plugin/txtconf/lang/fr/
H A Dintro_mime.txt5 Que sont les MimeType? Voir [[doku>wiki:mime]].

12345678