Home
last modified time | relevance | path

Searched refs:templatefunc (Results 1 – 3 of 3) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dtemplatefuncs.py48 templatefunc = registrar.templatefunc(funcs) variable
51 @templatefunc(b'date(date[, fmt])')
97 @templatefunc(
124 @templatefunc(
253 @templatefunc(
318 @templatefunc(b'get(dict, key)')
426 @templatefunc(b'join(list, sep)')
509 @templatefunc(b'max(iterable)')
525 @templatefunc(b'min(iterable)')
541 @templatefunc(b'mod(a, b)')
[all …]
H A Dregistrar.py416 class templatefunc(_templateregistrarbase): class
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-template-basic.t1075 > templatefunc = registrar.templatefunc()
1077 > @templatefunc(b'custom()')