Lines Matching full:plain
46 BRILLO_EXPORT extern const char kPlain[]; // text/plain
74 // e.g. Combine("text", "plain", {{"charset", "utf-8"}}) will give:
75 // "text/plain; charset=utf-8"
82 // "text/plain;charset=utf-8" => ("text", "plain")
88 // "text/plain;charset=utf-8" => ("text", "plain", {{"charset","utf-8"}})
95 // "text/plain;charset=utf-8" => "text"
99 // "text/plain;charset=utf-8" => "plain"
103 // "text/plain;charset=utf-8" => {{"charset","utf-8"}}
107 // "text/plain;charset=utf-8" => "text/plain"
112 // "text/plain" => "text/plain; charset=utf-8"
119 // ("text/plain;charset=utf-8","charset") => "utf-8"