Home
last modified time | relevance | path

Searched refs:syntax_plugin_webcomponent_math (Results 1 – 3 of 3) sorted by relevance

/plugin/webcomponent/_test/
H A Dmath.test.php20 $componentName = syntax_plugin_webcomponent_math::getComponentName();
32 $elements = syntax_plugin_webcomponent_math::getElements();
65 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
88 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
/plugin/webcomponent/action/
H A Dmath.php54 $isMathExpression = p_get_metadata($ID, syntax_plugin_webcomponent_math::MATH_EXPRESSION);
57 …$math_div_id = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName…
/plugin/webcomponent/syntax/
H A Dmath.php10 class syntax_plugin_webcomponent_math extends DokuWiki_Syntax_Plugin class
104 p_set_metadata($ID,array(syntax_plugin_webcomponent_math::MATH_EXPRESSION =>false));