Home
last modified time | relevance | path

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

/plugin/crypto/
H A Dsyntax.php58 $id = $this->xml_property($match, "id", uniqid(""));
59 $inline = $this->xml_property($match, "inline", "true");
60 $hint = $this->xml_property($match, "hint", $this->getLang('standard_hint'));
98 function xml_property($xml, $name, $default = "") { function in syntax_plugin_crypto