Home
last modified time | relevance | path

Searched refs:no_thesaurus (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dft_util.h86 if ( !t->no_thesaurus() ) in get_thesaurus_option()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dftnode.h301 bool no_thesaurus
314 bool no_thesaurus() const { return no_thesaurus_; } in no_thesaurus() function
H A Dftnode.cpp1078 PUT_BOOL( o, no_thesaurus ); in put()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xml_visitor.cpp1020 << " no-thesaurus='" << (n.no_thesaurus() ? 'T' : 'F') << "'" in END_TAG()
H A Dparsenodes.cpp5251 bool no_thesaurus in FTThesaurusOption() argument
5255 no_thesaurus_( no_thesaurus ) in FTThesaurusOption()
H A Dparsenodes.h6303 bool no_thesaurus = false
6311 bool no_thesaurus() const { return no_thesaurus_; } in no_thesaurus() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14358 new ftthesaurus_option( loc, default_tid, list, v.no_thesaurus() ); in end_visit()