Home
last modified time | relevance | path

Searched refs:has_res (Results 1 – 5 of 5) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Daddressbooklist.py124 has_add, has_res,
132 if has_add and not has_res:
136 elif has_res and not has_add:
140 elif has_add and has_res:
H A Daddressbook.py68 def __init__(self, report, title, person_handle, has_add, has_res, has_url): argument
104 if has_res:
107 for res in has_res
H A Dbasepage.py2789 def dump_residence(self, has_res): argument
2795 if not has_res:
2805 place_handle = has_res.get_place_handle()
2811 descr = has_res.get_description()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dffact.spad120 has_res : Boolean := false
123 if has_res then
129 has_res := true
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DMODFACT.lsp135 ((|pow1| #1=(|U32Vector|)) (#2=#:G448 NIL) (|has_res| (|Boolean|))
151 (LETT |res| (GETREFV_U32 |m| 0)) (LETT |has_res| NIL)
159 (|has_res|
172 (EXIT (LETT |has_res| 'T)))))))