Home
last modified time | relevance | path

Searched refs:allowAttribute (Results 1 – 6 of 6) sorted by relevance

/plugin/adhoctags/syntax/
H A Dtime.php18 function allowAttribute(&$name, &$value) { function in syntax_plugin_adhoctags_time
19 //dbg('<time>:allowAttribute(' . $name . ', "' . $value . '")');
H A Ddetails.php18 function allowAttribute(&$name, &$value) { function in syntax_plugin_adhoctags_details
19 //dbg('<details>:allowAttribute(' . $name . ', "' . $value . '")');
H A Da.php18 function allowAttribute(&$name, &$value) { function in syntax_plugin_adhoctags_a
H A Dabstract.php45 function allowAttribute(&$name, &$value) { function in syntax_plugin_adhoctags_abstract
/plugin/adhocmathml/
H A Dabstract.php24 function allowAttribute(&$name, &$value) { function in syntax_plugin_adhocmathml_abstract
/plugin/adhoctags/
H A Dhelper.php107 if ($myObj->allowAttribute($key, $val)) {