Home | History | Annotate | Download | only in utils

Lines Matching full:spec

599     # FIXME: Fix for named spec references
618 spec = SpecIndex.fromstring(section)
620 spec = None
623 if spec is not None:
624 dist = spec - target
832 spec = specs[ref.name] = specs.get(ref.name,{})
833 items = spec[ref.section] = spec.get(ref.section,[])
849 print >>f, '<a href="#spec%d">%s</a><br>'%(i,specName)
853 print >>f, '<a name="spec%d">'%(i,)