Lines Matching full:s
16 specific to the Linux kernel's standard "MAINTAINERS" file, in an
50 # Poor man's state machine.
80 pat = r'(Documentation/([^\s\?\*]*)\.rst)'
84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line)
90 output = "| %s" % (line.replace("\\", "\\\\"))
93 m = re.search(r"\s(\S):\s", line)
115 heading = re.sub(r"\s+", " ", line)
116 output = output + "%s\n%s" % (heading, "~" * len(heading))
130 details = '``%s``' % (details)
140 field_content = ":%s:" % (fields.get(field, field))
141 field_content = field_content + "\n\t%s" % (details)
176 raise self.warning('"%s" directive disabled.' % self.name)
192 raise self.severe('Problems with "%s" directive path:\n%s.' %