Home
last modified time | relevance | path

Searched refs:ESET_WT (Results 1 – 24 of 24) sorted by relevance

/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/
H A Dutil.i174 #define ESET_WT 1 macro
237 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
H A Dsmoketest2.py240 expect(eset.items[-1][xapian.ESET_WT] < 1.9, True, "test get_eset() without min_wt")
242 expect(eset.items[-1][xapian.ESET_WT] >= 1.9, True, "test get_eset() min_wt")
/dports/databases/py-xapian/xapian-bindings-1.4.18/python/
H A Dutil.i103 #define ESET_WT 1 macro
162 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
H A Dsmoketest.py271 expect(eset.items[-1][xapian.ESET_WT] < 1.9, True, "test get_eset() without min_wt")
273 expect(eset.items[-1][xapian.ESET_WT] >= 1.9, True, "test get_eset() min_wt")
H A Dxapian.py101 ESET_WT = _xapian.ESET_WT variable
H A Dxapian_wrap.cc4519 #define ESET_WT 1 macro
4581 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
/dports/databases/php-xapian/xapian-bindings-1.4.18/python/
H A Dutil.i103 #define ESET_WT 1 macro
162 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
H A Dsmoketest.py271 expect(eset.items[-1][xapian.ESET_WT] < 1.9, True, "test get_eset() without min_wt")
273 expect(eset.items[-1][xapian.ESET_WT] >= 1.9, True, "test get_eset() min_wt")
H A Dxapian.py101 ESET_WT = _xapian.ESET_WT variable
H A Dxapian_wrap.cc4519 #define ESET_WT 1 macro
4581 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python/
H A Dutil.i103 #define ESET_WT 1 macro
162 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
H A Dsmoketest.py271 expect(eset.items[-1][xapian.ESET_WT] < 1.9, True, "test get_eset() without min_wt")
273 expect(eset.items[-1][xapian.ESET_WT] >= 1.9, True, "test get_eset() min_wt")
H A Dxapian.py101 ESET_WT = _xapian.ESET_WT variable
H A Dxapian_wrap.cc4519 #define ESET_WT 1 macro
4581 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python/
H A Dutil.i103 #define ESET_WT 1 macro
162 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
H A Dsmoketest.py271 expect(eset.items[-1][xapian.ESET_WT] < 1.9, True, "test get_eset() without min_wt")
273 expect(eset.items[-1][xapian.ESET_WT] >= 1.9, True, "test get_eset() min_wt")
H A Dxapian.py101 ESET_WT = _xapian.ESET_WT variable
H A Dxapian_wrap.cc4519 #define ESET_WT 1 macro
4581 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()
/dports/databases/py-xapian/xapian-bindings-1.4.18/python/docs/
H A Dintroduction.rst251 | ``xapian.ESET_WT`` | weight | Weight |
/dports/databases/php-xapian/xapian-bindings-1.4.18/python/docs/
H A Dintroduction.rst251 | ``xapian.ESET_WT`` | weight | Weight |
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python/docs/
H A Dintroduction.rst251 | ``xapian.ESET_WT`` | weight | Weight |
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python/docs/
H A Dintroduction.rst251 | ``xapian.ESET_WT`` | weight | Weight |
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/modern/
H A Dxapian.py125 ESET_WT = _xapian.ESET_WT variable
H A Dxapian_wrap.cc4233 #define ESET_WT 1 macro
4299 PyTuple_SET_ITEM(t, ESET_WT, PyFloat_FromDouble(i.get_weight())); in Xapian_ESet_items_get()