Searched refs:StripComments (Results 1 – 5 of 5) sorted by relevance
52 StripComments($params);53 StripComments($param_list);102 sub StripComments subroutine
236 changelog_entry = StripComments(changelog_entry)
120 StripComments(" Line 1\n# Line 2\n Line 3\n#\n"))122 StripComments("###\n# \n\n# Line 1\nLine 2 ### Test\n #"))
93 def StripComments(text): function
301 class StripComments { class303 StripComments(const String& str) in StripComments() function in blink::__anonca30d2370111::StripComments396 void StripComments::process(UChar c) in process()3238 String stringWithoutComments = StripComments(string).result(); in shaderSource()