Searched refs:comment_start (Results 1 – 7 of 7) sorted by relevance
42 comment_start = css.find("/*")43 while comment_start >= 0:46 preserve = css[comment_start + 2:comment_start + 3] == "!"48 comment_end = css.find("*/", comment_start + 2)51 css = css[:comment_start]53 elif comment_end >= (comment_start + 2):57 comment_start = comment_end + 260 comment_start = comment_end + 263 css = css[:comment_start] + css[comment_end + 2:]65 comment_start = comment_end + 2[all …]
276 comment_start = None289 comment_start = i + 2295 comment_start = i + 2303 if comment_start is not None and comment_end is not None:305 args_str[comment_start:comment_end])310 comment_start = None314 if comment_start is not None and comment_end is not None:316 args_str[comment_start:comment_end])
1015 comment_start = sys.maxsize1018 while comment_start == sys.maxsize and inline_prefixes:1026 comment_start = min(comment_start, index)1031 comment_start = 01033 if comment_start == sys.maxsize:1034 comment_start = None1035 value = line[:comment_start].strip()1040 if (comment_start is None and
273 Optional<StringPiece> comment_start = ConsumeChars(2); in EatComment() local274 if (!comment_start) in EatComment()277 if (comment_start == "//") { in EatComment()284 } else if (comment_start == "/*") { in EatComment()
469 comment_start = line.find("#")470 if comment_start != -1:471 line = line[:comment_start]
175 const char* comment_start = current_ptr_; in LexToken() local187 current_ptr_ = comment_start; in LexToken()
142 {command->comment} comment_start = '#';194 | {comment} cs_open comment_start comment? cs_close