/plugin/combo/ComboStrap/ |
H A D | Mime.php | 31 private $mime; variable in ComboStrap\\Mime 36 public function __construct(string $mime) argument 38 if (trim($mime) === "") { 41 $this->mime = $mime; 44 public static function create(string $mime): Mime argument 46 return new Mime($mime); 51 return $this->mime; 60 return array_search($this->mime, self::$knownTypes) !== false; 69 if (in_array($this->mime, [self::SVG, self::JSON])) { 77 return explode("/", $this->mime)[0]; [all …]
|
H A D | PathAbs.php | 47 $mime = mimetype($this->getLastName(), true)[1]; 48 if ($mime === null || $mime === false) { 51 return new Mime($mime);
|
H A D | LocalFs.php | 38 $mime = $path->getMime(); 39 if($mime === null){ 42 if ($mime->isTextBased()) { 50 …throw new ExceptionComboRuntime("This mime content ($mime) can not yet be retrieved for the path (…
|
/plugin/jdraw/lib/ |
H A D | httpmime-4.0.1.jar | ... value
}
org/apache/http/entity/mime/MIME.class
MIME.java
package org. ... |
/plugin/jcapture/lib/ |
H A D | httpmime-4.0.1.jar | ... value
}
org/apache/http/entity/mime/MIME.class
MIME.java
package org. ... |
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Memory.php | 50 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);
|
H A D | Mail.php | 45 var $mime; variable in File_Archive_Writer_Mail 93 $this->mime = new Mail_mime(); 94 $this->mime->setTXTBody($message); 96 $this->mime->setHTMLBody($htmlMessage); 113 return $this->mime->setHTMLBody($data, $isfile); 121 return $this->mime->addHTMLImage($file, $c_type, $name, $isfile); 144 $error = $this->mime->addAttachment( 155 function newFile($filename, $stat, $mime = "application/octet-stream") argument 163 $this->currentMime = $mime; 187 $body = $this->mime->get(); [all …]
|
H A D | AddBaseName.php | 56 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument 58 $this->writer->newFile($this->baseName.$filename, $stat, $mime); 64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument 66 $this->writer->newFromTempFile($tmpfilen $this->baseName.$filename, $stat, $mime);
|
H A D | UniqueAppender.php | 74 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument 80 return $this->writer->newFile($filename, $stat, $mime); 86 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument 92 return $this->writer->newFromTempFile($tmpfile, $filename, $stat, $mime);
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | Decorator.php | 139 foreach ($mime->headers->getList() as $name => $value) 143 $mime->headers->set($name, $replaced); 164 $body = $mime->getData(); 165 if ($this->isPermittedType($mime->getContentType()) 168 $mime->setData($replaced); 172 foreach ($mime->listChildren() as $id) 179 $child = $mime->getChild($id); 198 protected function recursiveRestore(Swift_Message_Mime $mime, &$store) argument 211 $mime->headers->setAttribute($name, $att_name, $att_value); 217 $mime->setData($store["body"]); [all …]
|
/plugin/zip/pear/File/Archive/ |
H A D | Writer.php | 44 * @param string $mime MIME type of the file 46 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument 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);
|
/plugin/scrape/ |
H A D | syntax.php | 92 list($mime,$charset) = explode(';',$http->resp_headers['content-type']); 93 $mime = trim(strtolower($mime)); 98 if(preg_match('/image\/(gif|png|jpe?g)/',$mime)){ 101 }elseif(preg_match('/text\//',$mime)){ 106 if(preg_match('/text\/html/',$mime)){ 116 $R->doc .= 'Failed to handle mime type '.hsc($mime); 139 list($ext,$mime) = mimetype($plink->attr('href'),true); 140 if($ext && $mime != 'text/html'){
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | File.php | 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 D | Memory.php | 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;
|
H A D | Concat.php | 43 var $mime; variable in File_Archive_Reader_Concat 48 $stat=array(), $mime=null) argument 53 $this->mime = $mime; 99 return $this->mime==null ? parent::getMime() : $this->mime;
|
/plugin/zip/pear/File/Archive/Predicate/ |
H A D | MIME.php | 61 foreach ($this->mimes as $mime) { 62 if (MIME_Type::isWildcard($mime)) { 63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME); 65 $result = ($mime == $sourceMIME);
|
/plugin/bez/renderer/ |
H A D | xhtmlmail.php | 39 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/ko/ |
H A D | mime.txt | 1 [[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/advanced/lang/en/config/ |
H A D | mime.txt | 3 …mime.conf'' file. Additional mimetypes should be added in ''mime.local.conf''. The file expects an… 5 === Example of mime.conf === 20 * [[doku>mime]]
|
/plugin/csstimeline/ |
H A D | feed.php | 30 $mime = 'text/xml'; variable 34 $mime = 'text/xml'; variable 38 $mime = 'application/xml'; variable 42 $mime = 'application/atom+xml'; variable 46 $mime = 'application/xml'; variable
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | Result.php | 66 public $mime; variable in Google\\Service\\CustomSearchAPI\\Result 237 public function setMime($mime) argument 239 $this->mime = $mime; 246 return $this->mime;
|
/plugin/godiag/ |
H A D | fetch.php | 19 $mime = 'image/png'; variable 22 $mime = 'application/sgf'; variable 34 header('Content-Type: '.$mime);
|
/plugin/confmanager/lang/fr/ |
H A D | mime.txt | 1 …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/odt/ODT/ |
H A D | ODTmanifest.php | 60 * @param string $mime 62 function add($name, $mime) { argument 63 $this->manifest[$name] = $mime;
|
/plugin/database2/ |
H A D | media.php | 92 $mime = $session['mime']; variable 101 if ( !$mime ) 243 $mime = 'text/html; charset=utf-8'; variable 275 $mime = 'text/csv; charset=utf-8'; variable 313 $mime = 'text/csv; charset=utf-8'; variable 326 $mime = substr( $data, 0, $sepPos ); variable 355 list( $major, $minor ) = explode( '/', $mime ); 424 $mime = 'image/png'; variable 437 header( 'Content-Type: ' . $mime );
|