Home
last modified time | relevance | path

Searched refs:anchordef (Results 1 – 13 of 13) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/formatter/
H A Dpagelinks.py31 macro = lang = anchordef = span = line_anchordef = sysmsg = null
H A Dgroups.py70 macro = lang = anchordef = span = line_anchordef = sysmsg = null
H A Ddom_xml.py321 def anchordef(self, name): member in Formatter
329 return self.anchordef("line-%d" % lineno)
H A Dtext_html.py425 result.append(self.anchordef('top'))
438 result.append(self.anchordef('bottom'))
555 def anchordef(self, id): member in Formatter
571 return self.anchordef("line-%d" % lineno)
H A Dtext_xml.py183 def anchordef(self, id): member in Formatter
H A Dtext_python.py252 def anchordef(self, id): member in Formatter
H A D__init__.py149 def anchordef(self, name): member in FormatterBase
H A Dtext_docbook.py362 def anchordef(self, name): member in Formatter
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/feaLib/
H A Dparser.py104 anchordef = self.anchors_.resolve(name)
105 if anchordef is None:
110 return self.ast.Anchor(anchordef.x, anchordef.y,
112 contourpoint=anchordef.contourpoint,
158 anchordef = self.ast.AnchorDefinition(name, x, y,
161 self.anchors_.define(name, anchordef)
162 return anchordef
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A D__init__.py244 output.append(fmt.anchordef(anchor))
364 return self.formatter.anchordef(anchor)
H A DTableOfContents.py92 anchordef = _anything_return_empty variable in TOCFormatter
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/
H A Dparser.py144 anchordef = self.anchors_.resolve(name)
145 if anchordef is None:
151 anchordef.x,
152 anchordef.y,
154 contourpoint=anchordef.contourpoint,
207 anchordef = self.ast.AnchorDefinition(
210 self.anchors_.define(name, anchordef)
211 return anchordef
/dports/www/moinmoin/moin-1.9.11/MoinMoin/parser/
H A Dtext_creole.py332 return self.formatter.anchordef(url[1:])