Lines Matching full:title
96 title: str,
102 # Cross-references that begin with a tilde adjust the title to
125 # Don't mess with the title at all if it was explicitly set.
126 # Explicit title syntax for references is e.g.
127 # :qapi:type:`target <explicit title>`
128 # and this explicit title overrides everything else here.
129 return title, target
131 title = target
133 title = target.split(".")[-1]
135 return title, target
330 KeywordNode("", self.objtype.title()),
705 category = obj.objtype.title() + "s"