Home
last modified time | relevance | path

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

/plugin/eventum/
H A Dclass.Eventum_RPC.php84 * @return XML_RPC_Value
88 return new XML_RPC_Value($value, 'base64');
109 if ($arg instanceof XML_RPC_Value) {
/plugin/eventum/XML/
H A DRPC.php455 $temp = new XML_RPC_Value($XML_RPC_xh[$parser]['value'], $XML_RPC_xh[$parser]['vt']);
1552 class XML_RPC_Value extends XML_RPC_Base class
1560 function XML_RPC_Value($val = -1, $type = '') function in XML_RPC_Value
1612 $ar[] = new XML_RPC_Value($val, $type);
1981 $XML_RPC_val = new XML_RPC_Value;