Searched refs:lstrip (Results 1 – 25 of 115) sorted by relevance
12345
12 static inline const char *lstrip(const char *str) in lstrip() function17 const char *bas(void) { return lstrip("abc"); } in bas()18 const char *qus(void) { return lstrip(messg); } in qus()
62 """.lstrip("\n"))82 """.lstrip("\n")157 """.lstrip("\n").format(f=func, retStr=retStr)
57 return int(name.lstrip('[').rstrip(']'))103 return int(name.lstrip('[').rstrip(']'))152 return int(name.lstrip('[').rstrip(']'))
197 bug = line.lstrip('Closes:').strip()202 issues.extend([b.strip().lstrip('#') for b in bug.split(',')])204 issues.append(bug.lstrip('#'))246 yield l.lstrip(), False
130 line = line.lstrip()154 name = line[9:].lstrip()163 name = line[7:].lstrip()
226 line = line.lstrip()251 line = line.lstrip()
121 line = before.rstrip() + ' ' + after.lstrip()137 line = line[1:].lstrip()
111 L.append(s.lstrip())115 L.append(s.lstrip())
92 unencoded = unencoded.lstrip()377 formatter.feed(self._continuation_ws, ' ' + line.lstrip(),380 sline = line.lstrip()
72 return [path.lstrip("/").replace(":", "/") for path in paths]140 SPEC_TEMPLATE).lstrip()
107 """.lstrip("\n"))192 """).lstrip("\n").format(f=func, ef=eglFunc)
114 if line.lstrip()[0] not in '+|' and \116 not line.lstrip().startswith(('.. function',
24 if buffer.lstrip().upper().startswith("SELECT"):
124 name_prefix = name_prefix[len(classname):].lstrip('.')457 title = title.lstrip('.') # only has a meaning for the target458 title = title.lstrip('#')461 target = target.lstrip('~') # only has a meaning for the title
24 version = args.tag.lstrip("v")
22 '''.lstrip()
82 '''.lstrip()
16 """.lstrip()
262 if len(indent) + len(self.placeholder.lstrip()) > self.width:339 lines.append(indent + self.placeholder.lstrip())
36 '''.lstrip()
13 text = '\n' + indent + text.lstrip()
20 stripamt = len(lines[0]) - len(lines[0].lstrip())
86 return m.group(1).lstrip()
78 split = [binascii.hexlify(input_data[i:i + 4][::step]).decode('ascii').upper().lstrip('0')