Home
last modified time | relevance | path

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

/plugin/eventum/XML/
H A DRPC.php1572 $this->addScalar($val, $type);
1584 function addScalar($val, $type = 'string') function in XML_RPC_Value
2009 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_Int']);
2013 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_Double']);
2019 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_DateTime']);
2025 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_Base64']);
2027 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_String']);
2035 $XML_RPC_val->addScalar($php_val, $GLOBALS['XML_RPC_Boolean']);
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js784 _color.setRGB( _normal.x, _normal.y, _normal.z ).multiplyScalar( 0.5 ).addScalar( 0.5 );
H A Dthree.min.js2addScalar=function(t){return this.x+=t,this.y+=t,this},e.addVectors=function(t,e){return this.x=t.… function