Lines Matching refs:content
83 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
88 content = content if content is not None else []
94 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
99 content = content if content is not None else []
126 if not self.content:
135 self.state.nested_parse(self.content, self.content_offset, node)
300 cspan, rspan, content = row[-1]
301 row[-1] = (cspan + x, rspan, content)
316 content = col[2][0].astext()
317 if len (content) > 30:
318 content = content[:30] + "..."
320 % (col[0], col[1], content))