/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | lighttpd.conf | 14 mimetype.assign = ( 36 mimetype.use-xattr = "enable" 75 mimetype.assign = ( 81 mimetype.assign = ( ".txt" => "text/plain; charset=koi8-r" ) 87 mimetype.assign = ( ".manifest" => "text/plain" )
|
/external/chromium/webkit/glue/ |
D | mimetype_unittest.cc | 26 void CheckMimeType(const char* mimetype, const std::string& expected) { in CheckMimeType() argument 28 GURL url(test_server_.GetURL(path + mimetype)); in CheckMimeType()
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
D | VCardProvider.java | 132 String mimetype = null; in setupPhoto() local 155 mimetype = value; in setupPhoto() 159 if (binval == null || mimetype == null) in setupPhoto() 162 vCard.setAvatar(binval, mimetype); in setupPhoto()
|
/external/libvpx/libvpx/third_party/googletest/src/scripts/ |
D | upload.py | 715 mimetype = mimetypes.guess_type(filename)[0] 716 if not mimetype: 718 return mimetype.startswith("image/") 910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename], 913 is_binary = mimetype and not mimetype.startswith("text/") 927 mimetype, returncode = RunShellWithReturnCode(cmd) 931 mimetype = "" 933 is_binary = mimetype and not mimetype.startswith("text/")
|
/external/chromium/testing/gtest/scripts/ |
D | upload.py | 715 mimetype = mimetypes.guess_type(filename)[0] 716 if not mimetype: 718 return mimetype.startswith("image/") 910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename], 913 is_binary = mimetype and not mimetype.startswith("text/") 927 mimetype, returncode = RunShellWithReturnCode(cmd) 931 mimetype = "" 933 is_binary = mimetype and not mimetype.startswith("text/")
|
/external/chromium/testing/gmock/scripts/ |
D | upload.py | 715 mimetype = mimetypes.guess_type(filename)[0] 716 if not mimetype: 718 return mimetype.startswith("image/") 910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename], 913 is_binary = mimetype and not mimetype.startswith("text/") 927 mimetype, returncode = RunShellWithReturnCode(cmd) 931 mimetype = "" 933 is_binary = mimetype and not mimetype.startswith("text/")
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 453 mimetype=None): argument 462 if not mimetype: 464 mimetype, _ = mimetypes.guess_type(filename) 465 if not mimetype: 466 mimetype = "text/plain" # Bugzilla might auto-guess for us and we might not need this? 467 self.browser.add_file(file_object, mimetype, filename, 'data')
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.cpp | 1547 gchar** mimetype = g_strsplit(name, "/", 2); in mimeTypeCache() local 1548 if (g_str_equal(mimetype[0], "audio") in mimeTypeCache() 1549 || g_str_equal(mimetype[0], "video") in mimeTypeCache() 1550 || (g_str_equal(mimetype[0], "application") in mimeTypeCache() 1551 && handledApplicationSubtypes.contains(String(mimetype[1])))) in mimeTypeCache() 1557 g_strfreev(mimetype); in mimeTypeCache()
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.h | 137 …tring& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"…
|
D | WebFrame.cpp | 157 …xWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) in SetPageSource() argument 166 …WebCore::SubstituteData substituteData(sharedBuffer, mimetype, WTF::String("UTF-8"), WebCore::blan… in SetPageSource()
|
D | WebView.cpp | 464 …wxWebView::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) in SetPageSource() argument 467 m_mainFrame->SetPageSource(source, baseUrl, mimetype); in SetPageSource()
|
D | WebView.h | 159 …tring& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"…
|
D | ChangeLog | 713 2. Add the mimetype as an argument to SetPageSource to allow XHTML documents to be loaded.
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 56 webkit_test_plugin_new_instance(NPMIMEType mimetype, in webkit_test_plugin_new_instance() argument 107 return obj->pluginTest->NPP_New(mimetype, mode, argc, argn, argv, savedData); in webkit_test_plugin_new_instance()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebCoreFrameBridge.h | 119 …g& userAgent, const std::string& contentDisposition, const std::string& mimetype, const std::strin…
|
D | WebCoreFrameBridge.cpp | 840 …g& userAgent, const std::string& contentDisposition, const std::string& mimetype, const std::strin… in downloadStart() argument 849 jstring jMimetype = stdStringToJstring(env, mimetype, true); in downloadStart()
|
/external/icu4c/tools/genrb/ |
D | wrtxml.cpp | 536 …SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, … in printContainer() argument 559 if (mimetype != NULL) { in printContainer() 560 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
|
/external/libvorbis/ |
D | CHANGES | 84 * application/ogg mimetype is now official
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.cpp | 827 String mimetype("x-apple-web-kit/"); in generatedMIMETypeForURLScheme() local 828 mimetype.append(URLScheme.lower()); in generatedMIMETypeForURLScheme() 829 return mimetype; in generatedMIMETypeForURLScheme()
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 3319 mimetype = mimetypes.guess_type(filename)[0] 3320 if not mimetype: 3322 return mimetype.startswith("image/") 3326 mimetype = mimetypes.guess_type(filename)[0] 3327 if not mimetype: 3330 if mimetype in TEXT_MIMETYPES: 3332 return not mimetype.startswith("text/")
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog | 1092 Chromium DevTools: recognize WebP as a valid mimetype in the Chromium port.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 5501 Test: fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html 5652 Test: fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html 30563 Allow plugins implemented by the application, such as mimetype 'x-qt-plugin', 30578 Allow plugins implemented by the application, such as mimetype 'x-qt-plugin', 30591 Currently, only Qt has application-implemented plugins: these use the mimetype
|
D | ChangeLog-2009-06-16 | 4605 … Fix regression, local WML files won't load anymore, as the mimetype isn't correctly detected. 12897 returns the application/octet-stream mimetype when it can't associate 12898 extension with any mimetype, it can happen that the application/octet-stream 12899 mimetype will hit the list of supported image formats. For instance, 12903 Make sure that this mimetype is not treated as displayable image type. 90294 Fix plugin extension info. It was returning the mimetype where the
|
D | ChangeLog-2011-02-16 | 9340 (WebCore::mimeTypeCache): Add audio/x-m4a mimetype in the cache. 15571 (WebCore::mimeTypeCache): Add audio/x-m4a mimetype in the cache.
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 3658 The main resource for a standalone image webarchive has the same mimetype as the
|