Home
last modified time | relevance | path

Searched refs:htmlon (Results 1 – 3 of 3) sorted by path

/plugin/authucenter/lib/api/
H A Duc.php74 function _serialize($arr, $htmlon = 0) { argument
78 return xml_serialize($arr, $htmlon);
344 function uc_serialize($arr, $htmlon = 0) { argument
346 return xml_serialize($arr, $htmlon);
/plugin/authucenter/lib/uc_client/
H A Dclient.php156 function uc_serialize($arr, $htmlon = 0) { argument
158 return xml_serialize($arr, $htmlon);
621 …e($uids, $emails, $subject, $message, $frommail = '', $charset = 'gbk', $htmlon = FALSE, $level = … argument
622 …> $message, 'frommail' => $frommail, 'charset' => $charset, 'htmlon' => $htmlon, 'level' => $level…
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) { argument
22 …$s .= $space."<item id=\"$k\">".($htmlon ? '<![CDATA[' : '').$v.($htmlon ? ']]>' : '')."</item>\r\…
24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…