Lines Matching full:mime
153 NSString *MIME, *description;
156 while ((MIME = [keyEnumerator nextObject]) != nil) {
157 MIMEDictionary = [MIMETypes objectForKey:MIME];
159 // FIXME: Consider storing disabled MIME types.
168 MIME = [MIME lowercaseString];
170 [MIMEToExtensionsDictionary setObject:extensions forKey:MIME];
176 [MIMEToDescriptionDictionary setObject:description forKey:MIME];
234 // Check if the MIME types are claimed in a plist in the user's preferences directory.
249 // Pass the MIME dictionary to the superclass to parse it.
376 NSString *MIME, *extension;
379 while ((MIME = [MIMEEnumerator nextObject]) != nil) {
380 extensions = [MIMEToExtensions objectForKey:MIME];
385 [extensionToMIME setObject:MIME forKey:extension];