Lines Matching refs:content
72 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None):
77 content = content if content is not None else []
83 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None):
88 content = content if content is not None else []
115 if not self.content:
117 'The "%s" directive is empty; content required.' % self.name,
124 self.state.nested_parse(self.content, self.content_offset, node)
220 'Error parsing content block for the "%s" directive: '
289 cspan, rspan, content = row[-1]
290 row[-1] = (cspan + x, rspan, content)
305 content = col[2][0].astext()
306 if len (content) > 30:
307 content = content[:30] + "..."
309 % (col[0], col[1], content))
338 'Error parsing content block for the "%s" directive: '