Home
last modified time | relevance | path

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

/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dredisearch_api.c63 int txtId = IndexSpec_CreateTextId(sp); in RediSearch_CreateField() local
64 if (txtId < 0) { in RediSearch_CreateField()
68 fs->ftId = txtId; in RediSearch_CreateField()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/storage/
H A Dmymoneystoragemgr_p.h423 ulong extractId(const QRegularExpression& exp, const QString& txtId) const in extractId() argument
425 …const auto match = exp.match(txtId, 0, QRegularExpression::NormalMatch, QRegularExpression::Anchor… in extractId()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dredisearch_api.c91 int txtId = IndexSpec_CreateTextId(sp); in RediSearch_CreateField() local
92 if (txtId < 0) { in RediSearch_CreateField()
96 fs->ftId = txtId; in RediSearch_CreateField()
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dredisearch_api.c93 int txtId = IndexSpec_CreateTextId(sp); in RediSearch_CreateField() local
94 if (txtId < 0) { in RediSearch_CreateField()
98 fs->ftId = txtId; in RediSearch_CreateField()
/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DMSPUBParser2k.cpp710 unsigned txtId = readU16(input); in parseShapeType() local
711 m_collector->addTextShape(txtId, seqNum); in parseShapeType()