Home
last modified time | relevance | path

Searched refs:MATH_EXPRESSION (Results 1 – 2 of 2) sorted by relevance

/plugin/webcomponent/syntax/
H A Dmath.php13 public const MATH_EXPRESSION = 'math_expression'; define in syntax_plugin_webcomponent_math
104 p_set_metadata($ID,array(syntax_plugin_webcomponent_math::MATH_EXPRESSION =>false));
145 $renderer->meta[self::MATH_EXPRESSION]=true;
146 $renderer->persistent[self::MATH_EXPRESSION]=true;
/plugin/webcomponent/action/
H A Dmath.php54 $isMathExpression = p_get_metadata($ID, syntax_plugin_webcomponent_math::MATH_EXPRESSION);