Home
last modified time | relevance | path

Searched full:mime (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/plugin/combo/ComboStrap/
H A DMime.php9 class Mime class
28 Mime::BMP,
29 Mime::WEBP,
30 Mime::JPEG,
31 Mime::GIF,
32 MIME::PNG
48 private $mime; variable in ComboStrap\\Mime
51 * Mime constructor.
53 public function __construct(string $mime) argument
55 if (trim($mime)
61 create(string $mime) global() argument
[all...]
H A DFetcherVignette.php46 private Mime $mime; variable in ComboStrap\\FetcherVignette
56 * @throws ExceptionBadArgument - if the mime is not supported or the path of the page is not a wiki path
58 public static function createForPage(MarkupPath $page, Mime $mime = null): FetcherVignette argument
62 if ($mime === null) {
63 $mime = Mime::create(Mime::WEBP);
65 $fetcherVignette->setMime($mime);
383 setMime(Mime $mime) global() argument
[all...]
H A DHttpResponse.php48 private Mime $mime; variable in ComboStrap\\HttpResponse
102 $mime = Mime::create($contentTypeValue);
104 $mime = Mime::getBinary();
108 ->setBody($response->getContent(), $mime)
134 if (isset($this->mime)) {
135 Http::setMime($this->mime->toString());
137 Http::setMime(Mime
258 setBody(string $body, Mime $mime) global() argument
[all...]
H A DFetcherMarkupBuilder.php30 protected Mime $mime; variable in ComboStrap\\FetcherMarkupBuilder
159 public function setRequestedMime(Mime $mime): FetcherMarkupBuilder argument
161 $this->mime = $mime;
168 return $this->setRequestedMime(Mime::createFromExtension("xhtml"));
177 * Technically, you could set the mime to whatever you want
179 * Setting the mime to instructions will just not do any render processing.
185 $this->setRequestedMime(Mime
[all...]
H A DMessage.php63 function addContent($message, $mime): Message argument
65 if (!isset($this->content[$mime])) {
66 $this->content[$mime] = [];
68 $this->content[$mime][] = $message;
85 return $this->addContent($message, Mime::HTML);
103 function getContent($mime = null): string argument
105 if ($mime != null) {
106 return implode(DOKU_LF, $this->content[$mime]);
118 $plainTextLines = $this->content[Mime::PLAIN_TEXT];
164 $htmlContent = $this->getContent(Mime
[all...]
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... value } org/apache/http/entity/mime/MIME.class MIME.java package org. ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... value } org/apache/http/entity/mime/MIME.class MIME.java package org. ...
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php36 * A list of allowed mime types to replace bodies for.
72 * @param string The mime type (e.g. text/plain)
81 * @param string The mime type
97 * @param string The mime type
143 $mime->headers->set($name, $replaced);
164 $body = $mime->getData();
168 $mime->setData($replaced);
172 foreach ($mime->listChildren() as $id)
179 $child = $mime->getChild($id);
217 $mime->setData($store["body"]);
[all …]
/plugin/zip/pear/MIME/
H A DType.php27 * Class for working with MIME types
35 * The MIME media type
42 * The MIME media sub-type
49 * Optional MIME parameters
78 * @param string $type MIME type
90 * Parse a mime-type
126 * Get a MIME type's parameters
160 * Get a MIME type's media
175 * Get a MIME type's subtype
228 * Is this a vendor MIME type?
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DMail.php34 require_once "Mail/mime.php";
45 var $mime; variable in File_Archive_Writer_Mail
78 * @var String MIME of the file being attached
93 $this->mime = new Mail_mime();
94 $this->mime->setTXTBody($message);
96 $this->mime->setHTMLBody($htmlMessage);
113 return $this->mime->setHTMLBody($data, $isfile);
144 $error = $this->mime->addAttachment(
163 $this->currentMime = $mime;
187 $body = $this->mime->get();
[all …]
H A DMemory.php50 var $mime; variable in File_Archive_Writer_Memory
73 function newFile($filename, $stat, $mime = "application/octet-stream") argument
77 $this->mime = $mime;
111 * @param string $mime Mime type of the file provided by the reader
116 function makeReader($filename = null, $stat = null, $mime = null) argument
123 $mime === null ? $this->mime : $mime);
/plugin/swiftmail/Swift/Message/
H A DMime.php4 * Swift Mailer MIME Library central component
34 * Constant for miscellaneous mime type
62 * The header part of this MIME document
77 * Nested mime parts
82 * The boundary used to separate mime parts
97 * A list of used MIME boundaries after they're generated.
180 * Set the content type of this MIME document
189 * The MIME 1.0 Content-Type is provided as a string
387 * Nest a child mime part in this document
404 else $this->children[$id] = $mime;
[all …]
/plugin/advanced/lang/en/config/
H A Dmime.txt1 ==== MIME Types ====
3mime.conf'' file. Additional mimetypes should be added in ''mime.local.conf''. The file expects an…
5 === Example of mime.conf ===
20 * [[doku>mime]]
/plugin/zip/pear/File/Archive/Predicate/
H A DMIME.php5 * Keep only the files that have a specific MIME type
28 * @version CVS: $Id: MIME.php,v 1.5 2005/04/21 10:01:46 vincentlascaux Exp $
33 require_once "MIME/Type.php";
36 * Keep only the files that have a specific MIME type
61 foreach ($this->mimes as $mime) {
62 if (MIME_Type::isWildcard($mime)) {
63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME);
65 $result = ($mime == $sourceMIME);
/plugin/zip/pear/File/Archive/
H A DWriter.php44 * @param string $mime MIME type of the file
46 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
53 * newFromTempFile($tmpfile, $filename, $stat, $mime) is equivalent to
54 * newFile($filename, $stat, $mime); writeFile($tmpfile); unlink($tmpfile);
62 * @param string $mime MIME type of the file
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
66 $this->newFile($filename, $stat, $mime);
72 * Returns whether the writer newFile function needs the $mime parameter
/plugin/scrape/
H A Dsyntax.php98 // determine mime type
99 [$mime, $charset] = sexplode(';', $http->resp_headers['content-type'], 2);
100 $mime = trim(strtolower($mime));
104 if (preg_match('/image\/(gif|png|jpe?g)/', $mime)) {
107 } elseif (preg_match('/text\//', $mime)) {
112 if (preg_match('/text\/html/', $mime)) {
122 $R->doc .= 'Failed to handle mime type ' . hsc($mime);
147 [$ext, $mime]
[all...]
/plugin/odtplus2dw/lang/fr/
H A Dsettings.php23 $lang['parserMimeTypeAuthorized'] = "<div>Types MIME autorisés pour l'envoi</div>
34 <div><b>application/octetstream</b> Type Mime utilisé par Chrome sur Windows XP pour les fichiers .odt</div>
36 <div><b>application/msword</b> type mime des fichiers .doc</div>
37 <div>Ajouter les types mime manquants si nécessaire</div>
39 $lang['parserMimeTypePandoc'] = "<div>Type mime des fichiers pour lesquels une convertion Pandoc est nécessaire.</div>
46 <div>Ajouter les types mime manquants si nécessaire. Penser à les ajouter également à 'parserMimeTypeAuthorized' (si utilisé).</div>";
47 $lang['parserMimeTypeSOffice'] = "<div>Type mime des fichiers pour lesquels une convertion SOffice est nécessaire</div>
54 <div>Ajouter les types mime manquants si nécessaire. Penser à les ajouter également à 'parserMimeTypeAuthorized' (si utilisé).</div>";
/plugin/advanced/lang/fr/config/
H A Dmime.txt1 ==== Types MIME ====
3mime.conf''. Les types supplémentaires doivent être ajoutés dans le fichier ''mime.local.conf''. O…
5 === Exemple de fichier mime.conf ===
20 * [[doku>mime]]
/plugin/confmanager/lang/zh/
H A Dmime.txt1 您可以通过[[doku>mediamanager|媒体管理器]]上传哪些类型的文件是在 ''conf/mime.conf'' 文件配置的。它还可以用于配置文件扩展名 <-> MIME 类型的关联。
5 …可能引入通过 JavaScript 的跨站脚本漏洞。只对受信任的用户启用。你需要禁用 [[doku>config:iexssprotect]] 选项,另外在配置文件中添加 HTML MIME 类型。
9 你可以在 http://filext.com/ 找到任何文件扩展名及它的 MIME 类型
11 更多信息请查看 [[doku>mime]]。
/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/confmanager/lang/ja/
H A Dmime.txt1 ユーザが[[doku>ja:media_manager|メディアマネージャー]]を利用してアップロードできるファイルのファイルタイプは、''conf/mime.conf'' ファイルによって設定され…
2 この設定ファイルでは、ファイルの拡張子 <-> MIME タイプの対応付けも設定します。
9 MIME 設定ファイルに HTML ファイルタイプを追加して HTML のアップロードを許可する場合は、[[doku>ja:config:iexssprotect|設定項目: iexssprotec…
13 http://filext.com/ で MIME タイプとファイルの拡張子を探すことができます。
15 詳細な情報は [[doku>ja:mine|MIME の設定]] にあります。
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php33 require_once "MIME/Type.php";
62 * @var string Mime type of the file
65 var $mime = null; variable in File_Archive_Reader_File
77 function File_Archive_Reader_File($filename, $symbolic = null, $mime = null) argument
80 $this->mime = $mime;
147 if ($this->mime === null) {
149 $this->mime = MIME_Type::autoDetect($this->getDataFilename());
152 if (PEAR::isError($this->mime)) {
153 $this->mime = parent::getMime();
156 return $this->mime;
H A DMemory.php50 * @var String MIME type of the file exported by this reader
53 var $mime; variable in File_Archive_Reader_Memory
77 * @param string $mime is the mime type of the file
80 $stat=array(), $mime=null) argument
86 $this->mime = $mime;
116 return $this->mime==null ? parent::getMime() : $this->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/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;

12345678910>>...22