Searched refs:anchordef (Results 1 – 13 of 13) sorted by relevance
/dports/www/moinmoin/moin-1.9.11/MoinMoin/formatter/ |
H A D | pagelinks.py | 31 macro = lang = anchordef = span = line_anchordef = sysmsg = null
|
H A D | groups.py | 70 macro = lang = anchordef = span = line_anchordef = sysmsg = null
|
H A D | dom_xml.py | 321 def anchordef(self, name): member in Formatter 329 return self.anchordef("line-%d" % lineno)
|
H A D | text_html.py | 425 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 D | text_xml.py | 183 def anchordef(self, id): member in Formatter
|
H A D | text_python.py | 252 def anchordef(self, id): member in Formatter
|
H A D | __init__.py | 149 def anchordef(self, name): member in FormatterBase
|
H A D | text_docbook.py | 362 def anchordef(self, name): member in Formatter
|
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/feaLib/ |
H A D | parser.py | 104 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__.py | 244 output.append(fmt.anchordef(anchor)) 364 return self.formatter.anchordef(anchor)
|
H A D | TableOfContents.py | 92 anchordef = _anything_return_empty variable in TOCFormatter
|
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/ |
H A D | parser.py | 144 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 D | text_creole.py | 332 return self.formatter.anchordef(url[1:])
|