Lines Matching full:mime
60 *.txt = svn:mime-type=text/plain;svn:eol-style=native
61 *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
63 *.html = svn:eol-style=native;svn:mime-type=text/html
64 *.htm = svn:eol-style=native;svn:mime-type=text/html
70 *.png = svn:mime-type=image/png
71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
73 *.bin = svn:mime-type=application/octet-stream
74 *.brk = svn:mime-type=application/octet-stream
75 *.cnv = svn:mime-type=application/octet-stream
76 *.dat = svn:mime-type=application/octet-stream
77 *.icu = svn:mime-type=application/octet-stream
78 *.res = svn:mime-type=application/octet-stream
79 *.spp = svn:mime-type=application/octet-stream
81 *.rtf = mime-type=text/rtf
82 *.pdf = mime-type=application/pdf
83 # changed 2008-04-08: modified .txt, above, adding mime-type
84 # changed 2010-11-09: modified .java, adding mime-type
130 # unescape any ";;" in a property value, e.g. the mime-type from
131 # *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
154 # UTF-8 file check. For text files, add a charset to the mime-type if their contents are UTF-8
156 # base_mime_type: svn:mime-type property value from the auto-props file (no charset= part)
157 # actual_mime_type: existing svn:mime-type property value for the file.
158 # return: svn:mime-type property value, with charset added when appropriate.
162 # If the file already has a charset in its mime-type, don't make any change.
226 if propname == "svn:mime-type" and propval.find("text/") == 0:
227 # check for UTF-8 text files, should have svn:mime-type=text/something; charset=utf8