Home
last modified time | relevance | path

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

/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/
H A DExcelFormulaParser.py37 FUNC_IF = 9 variable
249 …elif la1 and la1 in [TRUE_CONST,FALSE_CONST,STR_CONST,NUM_CONST,INT_CONST,FUNC_IF,FUNC_CHOOSE,NAME…
296 elif la1 and la1 in [FUNC_IF]:
298 self.match(FUNC_IF)
365 …lif la1 and la1 in [TRUE_CONST,FALSE_CONST,STR_CONST,NUM_CONST,INT_CONST,FUNC_IF,FUNC_CHOOSE,NAME,…
573 …elif la1 and la1 in [TRUE_CONST,FALSE_CONST,STR_CONST,NUM_CONST,INT_CONST,FUNC_IF,FUNC_CHOOSE,NAME…
602 …lif la1 and la1 in [TRUE_CONST,FALSE_CONST,STR_CONST,NUM_CONST,INT_CONST,FUNC_IF,FUNC_CHOOSE,NAME,…
H A DExcelFormulaLexer.py42 (if_pattern , ExcelFormulaParser.FUNC_IF),
H A Dexcel-formula.g43 FUNC_IF;
221 | FUNC_IF
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxexpr.cpp603 FUNC_IF, enumerator
654 { "if", 3, FUNC_IF, SPH_ATTR_NONE },
1738 case FUNC_IF: return new Expr_If_c ( dArgs[0], dArgs[1], dArgs[2] ); in CreateTree()
2797 if ( eFunc==FUNC_IF || eFunc==FUNC_BITDOT ) in AddNodeFunc()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxexpr.cpp1719 FUNC_IF, enumerator
1802 { "if", 3, FUNC_IF, SPH_ATTR_NONE },
3998 case FUNC_IF: return new Expr_If_c ( dArgs[0], dArgs[1], dArgs[2] ); in CreateTree()
5980 if ( eFunc==FUNC_IF || eFunc==FUNC_BITDOT ) in AddNodeFunc()