MediaWiki REL1_32
|
Go to the source code of this file.
Classes | |
class | ExprParser |
Variables | |
const | EXPR_ABS 31 |
const | EXPR_AND 12 |
const | EXPR_ARCCOS 27 |
const | EXPR_ARCSINE 26 |
const | EXPR_ARCTAN 28 |
const | EXPR_CEIL 34 |
const | EXPR_CLOSE 11 |
const | EXPR_COSINE 24 |
const | EXPR_DIVIDE 8 |
const | EXPR_EQUALITY 15 |
const | EXPR_EXP 29 |
const | EXPR_EXPONENT 22 |
const | EXPR_FLOOR 32 |
const | EXPR_FMOD 37 |
const | EXPR_GREATER 17 |
const | EXPR_GREATEREQ 19 |
const | EXPR_LESS 16 |
const | EXPR_LESSEQ 18 |
const | EXPR_LN 30 |
const | EXPR_MINUS 6 |
const | EXPR_MOD 9 |
const | EXPR_NEGATIVE 3 |
const | EXPR_NOT 14 |
const | EXPR_NOTEQ 20 |
const | EXPR_NUMBER 2 |
const | EXPR_NUMBER_CLASS '0123456789.' |
const | EXPR_OPEN 10 |
const | EXPR_OR 13 |
const | EXPR_PI 36 |
const | EXPR_PLUS 5 |
const | EXPR_POSITIVE 4 |
const | EXPR_POW 35 |
const | EXPR_ROUND 21 |
const | EXPR_SINE 23 |
const | EXPR_SQRT 38 |
const | EXPR_TANGENS 25 |
const | EXPR_TIMES 7 |
const | EXPR_TRUNC 33 |
const | EXPR_WHITE 1 |
const | EXPR_WHITE_CLASS " \t\r\n" |
const EXPR_ABS 31 |
Definition at line 56 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_AND 12 |
Definition at line 37 of file ExprParser.php.
Referenced by ExprParser\doOperation().
const EXPR_ARCCOS 27 |
Definition at line 52 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_ARCSINE 26 |
Definition at line 51 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_ARCTAN 28 |
Definition at line 53 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_CEIL 34 |
Definition at line 59 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_CLOSE 11 |
Definition at line 36 of file ExprParser.php.
const EXPR_COSINE 24 |
Definition at line 49 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_DIVIDE 8 |
Definition at line 33 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_EQUALITY 15 |
Definition at line 40 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_EXP 29 |
Definition at line 54 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_EXPONENT 22 |
Definition at line 47 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_FLOOR 32 |
Definition at line 57 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_FMOD 37 |
Definition at line 62 of file ExprParser.php.
Referenced by ExprParser\doOperation().
const EXPR_GREATER 17 |
Definition at line 42 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_GREATEREQ 19 |
Definition at line 44 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_LESS 16 |
Definition at line 41 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_LESSEQ 18 |
Definition at line 43 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_LN 30 |
Definition at line 55 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_MINUS 6 |
Definition at line 31 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_MOD 9 |
Definition at line 34 of file ExprParser.php.
Referenced by ExprParser\doOperation().
const EXPR_NEGATIVE 3 |
Definition at line 28 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_NOT 14 |
Definition at line 39 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_NOTEQ 20 |
Definition at line 45 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_NUMBER 2 |
Definition at line 27 of file ExprParser.php.
const EXPR_NUMBER_CLASS '0123456789.' |
Definition at line 23 of file ExprParser.php.
Referenced by ExprParser\doExpression().
const EXPR_OPEN 10 |
Definition at line 35 of file ExprParser.php.
Referenced by ExprParser\doExpression().
const EXPR_OR 13 |
Definition at line 38 of file ExprParser.php.
Referenced by ExprParser\doOperation().
const EXPR_PI 36 |
Definition at line 61 of file ExprParser.php.
Referenced by ExprParser\doExpression().
const EXPR_PLUS 5 |
Definition at line 30 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_POSITIVE 4 |
Definition at line 29 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_POW 35 |
Definition at line 60 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_ROUND 21 |
Definition at line 46 of file ExprParser.php.
Referenced by ExprParser\doOperation().
const EXPR_SINE 23 |
Definition at line 48 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_SQRT 38 |
Definition at line 63 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_TANGENS 25 |
Definition at line 50 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_TIMES 7 |
Definition at line 32 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_TRUNC 33 |
Definition at line 58 of file ExprParser.php.
Referenced by ExprParser\doExpression(), and ExprParser\doOperation().
const EXPR_WHITE 1 |
Definition at line 26 of file ExprParser.php.
const EXPR_WHITE_CLASS " \t\r\n" |
Definition at line 22 of file ExprParser.php.
Referenced by ExprParser\doExpression().