Searched refs:rawtext (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 123 rawtext = ''.join(lines[startline:endline]) 125 rawtext = include_file.read() 134 after_index = rawtext.find(after_text) 138 rawtext = rawtext[after_index + len(after_text):] 142 before_index = rawtext.find(before_text) 146 rawtext = rawtext[:before_index] 148 include_lines = statemachine.string2lines(rawtext, tab_width, 153 text = rawtext.expandtabs(tab_width) 155 text = rawtext 156 literal_block = nodes.literal_block(rawtext, source=path,
|
H A D | rstFlatTable.py | 71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 121 rawtext = ''.join(lines[startline:endline]) 123 rawtext = include_file.read() 132 after_index = rawtext.find(after_text) 136 rawtext = rawtext[after_index + len(after_text):] 140 before_index = rawtext.find(before_text) 144 rawtext = rawtext[:before_index] 146 include_lines = statemachine.string2lines(rawtext, tab_width, 151 text = rawtext.expandtabs(tab_width) 153 text = rawtext 154 literal_block = nodes.literal_block(rawtext, source=path,
|
H A D | rstFlatTable.py | 83 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 94 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 196 rawtext = '%s %s "%s"%s' % (name, op, value, newline) 204 addlines.append(rawtext) 211 addlines.append(rawtext) 213 wrapped = textwrap.wrap(rawtext)
|