Home
last modified time | relevance | path

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

/plugin/revealjs/syntax/
H A Dfragmentblock.php46 if ($this->_is_valid_style($param1)) $style = $param1;
51 elseif ($this->_is_valid_style($param2)) $style = $param2;
104 private function _is_valid_style($style) { function in syntax_plugin_revealjs_fragmentblock
H A Dfragment.php50 if ($this->_is_valid_style($param1)) $style = $param1;
55 elseif ($this->_is_valid_style($param2)) $style = $param2;
106 private function _is_valid_style($style) { function in syntax_plugin_revealjs_fragment