Home
last modified time | relevance | path

Searched refs:mime (Results 151 – 175 of 178) sorted by last modified time

12345678

/plugin/tline/
H A DCHANGES.txt173 * Also need to set mime type to be text/xml for xml src files.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak54 import org.apache.http.entity.mime.MultipartEntity;
55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
/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/linkmanager/
H A Dfunctions.php114 list($ext,$mime) = mimetype($item['file']);
/plugin/nroff/
H A Drenderer.php717 list($ext,$mime) = mimetype($src);
718 if(substr($mime,0,5) == 'image'){
720 }elseif($mime == 'application/x-shockwave-flash'){
756 list($ext,$mime) = mimetype($src);
757 if(substr($mime,0,5) == 'image'){
760 }elseif($mime == 'application/x-shockwave-flash'){
965 list($ext,$mime) = mimetype($src);
966 if(substr($mime,0,5) == 'image'){
1001 }elseif($mime == 'application/x-shockwave-flash'){
/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/txtconf/lang/fr/
H A Dintro_mime.txt5 Que sont les MimeType? Voir [[doku>wiki:mime]].
/plugin/txtconf/lang/en/
H A Dintro_mime.txt5 What are MimeTypes? refer to [[doku>wiki:mime]].\\
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php91 $mime = "application/octet-stream") argument
H A DFiles.php174 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
199 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
213 return parent::newFromTempFile($tmpfile, $filename, $stat, $mime);
H A DAddBaseName.php56 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 DMemoryArchive.php82 $mime = "application/octet-stream") argument
H A DUniqueAppender.php74 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);
H A DAr.php151 $mime = "application/octet-stream") argument
H A DBzip2.php89 $mime = "application/octet-stream") argument
H A DMail.php45 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 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);
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
/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/zip/pear/File/Archive/Reader/
H A DConcat.php43 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;
H A DMemory.php53 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 DFile.php65 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;
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php82 $mime = $source->getMIME();
H A DMIME.php61 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 DReader.php285 $mime = $this->getMime();
287 $mime = null;
292 $mime

12345678