Lines Matching full:for
90 # Field names used for different entity types:
135 lineno = tuple((n - 1 for n in lineno))
157 for i, line in enumerate(lines):
170 # +2: correct for zero/one index, then increment by one.
233 # FIXME: ifcond for members
234 # TODO: features for members (documented at entity-level,
247 # FIXME - ifcond for features is not handled at all yet!
270 # FIXME: the formatting for errors may be inconsistent and may
277 Generate option lines for QAPI entity directives.
291 # into the options block for the entity. If, in the future, new
295 for feat in ent.features:
328 for variant in ent.branches.variants:
346 # documentation for "The members of ..." pointers. This should
359 for i, section in enumerate(sections):
399 # For now, translate our micro-format into rST. Code adapted
412 # Implicit +1 for heading in the containing .rst doc
512 """Return a unique new ID string suitable for use as a node's ID"""
526 for doc in schema.docs:
567 "writing intermediate rST for '%s' to '%s'",
576 for i, line in enumerate(content):
586 for lcol, rcol in outlines:
596 for doc in schema.docs:
630 Custom admonition for QMP code examples.
635 but this allows for intermingling explanatory paragraphs with
636 arbitrary rST syntax and code blocks for more involved examples.
651 """Return the current highlightlang setting for the document"""
657 for node in doc.findall(addnodes.highlightlang):
660 for elem in doc.traverse():
695 # Configure QMP highlighting for "::" blocks, if needed