Home
last modified time | relevance | path

Searched refs:mime (Results 1 – 25 of 178) sorted by last modified time

12345678

/plugin/pagelist/
H A Dsyntax.php77 list(, $mime) = mimetype($image);
78 if (!substr($mime, 0, 5) == 'image') $image = '';
/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/diagrams/action/
H A Daction.php54 $mime = getMimeTypes();
55 if (!array_key_exists('svg', $mime) || $mime['svg'] !== 'image/svg+xml') {
/plugin/struct/types/
H A DMedia.php10 'mime' => 'image/',
18 * Checks against the allowed mime types
27 if (!trim($this->config['mime'])) return $rawvalue;
28 $allows = explode(',', $this->config['mime']);
32 [, $mime, ] = mimetype($rawvalue, false);
34 if (strpos($mime, $allow) === 0) return $rawvalue;
37 throw new ValidationException('Media mime type', $mime, $this->config['mime']);
79 [, $mime, ]
[all...]
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
417 if(substr($mime, 0, 5) == 'image') {
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
40 if(substr($mime, 0, 5) == 'image') {
81 } elseif(media_supportedav($mime, 'video') || media_supportedav($mime, 'audio')) {
96 if(media_supportedav($mime, 'video')) {
100 if(media_supportedav($mime, 'audio')) {
105 } elseif($mime == 'application/x-shockwave-flash') {
/plugin/confmanager/lang/de/
H A Dmime.txt1 Welchen Dateityp Sie über den [[doku>media_manager]] hochladen können, ist durch die "conf/mime.con…
12 Mehr Informationen können unter [[doku>mime]].
/plugin/confmanager/lang/en/
H A Dmime.txt1 …an upload via the [[doku>media_manager]] is configured through the ''conf/mime.conf'' file. It als…
5 …e the [[doku>config:iexssprotect]] option additionally to adding the HTML mime type in the config …
9 You can find any file extension with it's mime at http://filext.com/
11 More information can be found at [[doku>mime]].
/plugin/confmanager/lang/ja/
H A Dmime.txt1 ユーザが[[doku>ja:media_manager|メディアマネージャー]]を利用してアップロードできるファイルのファイルタイプは、''conf/mime.conf'' ファイルによって設定され…
/plugin/confmanager/action/
H A Dregisterconfig.php59 …$mime = new ConfigManagerTwoLineLeftImageConfigCascade('mime', 'lib/images/fileicons/svg/', 'svg');
60 $mime->setName($this->getLang('MIME configuration'));
61 $mime->setDescription($this->getDescription('mime'));
62 $event->data[] = $mime;
/plugin/confmanager/lang/fr/
H A Dmime.txt1 …igurés dans le fichier ''conf/mime.conf''. Ce même fichier configure également les correspondances…
7 Si vous avez besoin d'icône pour un type mime, vous pourrez en trouver dans le style de DokuWiki su…
9 La liste de toutes les extensions avec leur type mime est disponible sur [[http://filext.com/].
11 Voir [[doku>fr:mime]] pour de plus amples informations.
/plugin/confmanager/lang/ko/
H A Dmime.txt1 [[doku>mediamanager]]을 통해서 어떤 파일 종류를 업로드 할 수 있을 지 ''conf/mime.conf'' 파일에서 지정합니다. 또한 파일 확장자와 mimetyp…
5 …e the [[doku>config:iexssprotect]] option additionally to adding the HTML mime type in the config …
10 또 파일 확장자와 mime의 관계는 http://filext.com/ 에서 알 수 있습니다.
12 더 자세한 내용은 [[doku>mime]] 페이지를 참조하세요.
/plugin/confmanager/lang/nl/
H A Dmime.txt1 …uploaden via de [[doku>nl:mediamanager]] is geconfigureerd met het ''conf/mime.conf'' bestand. Het…
11 Meer informatie kun je vinden op [[doku>nl:mime]].
/plugin/confmanager/lang/zh/
H A Dmime.txt1 您可以通过[[doku>mediamanager|媒体管理器]]上传哪些类型的文件是在 ''conf/mime.conf'' 文件配置的。它还可以用于配置文件扩展名 <-> MIME 类型的关联。
11 更多信息请查看 [[doku>mime]]。
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3066 …if(a2s(file.slice(0,13)).toLowerCase() != "mime-version:") throw new Error("Unsupported MAD header…
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
483 if (substr($mime, 0, 5) == 'image' && $render) {
485 } elseif ($mime == 'application/x-shockwave-flash' && $render) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php302 if ($file['mime']) {
303 $this->writer->write('/Subtype /' . $this->writer->escapeSlashes($file['mime']));
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php38 // extract the real media from a fetch.php uri and determine mime
44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
60 if (substr($mime, 0, 6) == 'image/') {
/plugin/combo/ComboStrap/
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
96 $mime = "unknown";
98 if (in_array($mime, $supportedMime)) {
H A DLocalFileSystem.php44 $mime = FileSystems::getMime($path);
45 if (!$mime->isTextBased()) {
46 LogUtility::error("This mime content ($mime) is not text based (for the path $path). We can't return a text.");
50 LogUtility::error("The mime is unknown for the path ($path). Trying to returning the content as text.");
H A DMime.php48 private $mime; variable in ComboStrap\\Mime
53 public function __construct(string $mime) argument
55 if (trim($mime) === "") {
56 LogUtility::msg("The mime should not be an empty string");
58 $this->mime = $mime;
61 public static function create(string $mime): Mime argument
63 return new Mime($mime);
119 throw new ExceptionNotFound("No mime was found for the extension ($extension)");
173 return $this->mime;
[all...]
H A DFetcherMarkupBuilder.php30 protected Mime $mime; variable in ComboStrap\\FetcherMarkupBuilder
159 public function setRequestedMime(Mime $mime): FetcherMarkupBuilder argument
161 $this->mime = $mime;
177 * Technically, you could set the mime to whatever you want
179 * Setting the mime to instructions will just not do any render processing.
187 throw new ExceptionRuntime("Internal error: the mime is internal and should be good");
229 if (!isset($this->mime)) {
230 throw new ExceptionRuntimeInternal("A mime is mandatory");
240 switch ($this->mime
[all...]
H A DFetcherSvg.php641 $mime = FileSystems::getMime($dokuPath);
645 if ($mime->toString() === Mime::SVG) {
H A DFetcherSystem.php52 $mime = FileSystems::getMime($dokuPath);
54 throw new ExceptionNotFound("No fetcher could be created. The mime is unknown for the path ($dokuPath). Error: {$e->getMessage()}");
56 switch ($mime->toString()) {
60 if ($mime->isImage()) {
/plugin/combo/action/
H A Dmetafacebook.php172 $mime = FileSystems::getMime($path);
177 if (!in_array($mime->toString(), $facebookMimes)) {
228 $facebookMeta["og:image:type"] = $mime->toString();

12345678