Searched refs:rawtext (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 124 rawtext = ''.join(lines[startline:endline]) 126 rawtext = include_file.read() 134 # skip content in rawtext before *and incl.* a matching text 135 after_index = rawtext.find(after_text) 139 rawtext = rawtext[after_index + len(after_text):] 142 # skip content in rawtext after *and incl.* a matching text 143 before_index = rawtext.find(before_text) 147 rawtext = rawtext[ [all...] |
H A D | rstFlatTable.py | 72 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 83 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|