Home
last modified time | relevance | path

Searched +full:debug +(+path:plugin +path:xcom) -(+path:plugin +path:xcom +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/xcom/scripts/
H A Dxml.php12 if($_REQUEST['debug'] == 'false'){
13 $debug = 0; variable
15 elseif ($_REQUEST['debug'] == 'true') {
16 $debug = 1; variable
19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug);
116 function xcom_connect($url,$user,$pwd, $debug=false) { argument
119 $client->debug = $debug; // enable for debugging
H A Dxcom_save.php216 function xcom_connect($url,$user,$pwd, $debug=false) { argument
219 $client->debug = $debug; // enable for debugging
/plugin/xcom/
H A Dadmin.php101 …ptln('&nbsp;&nbsp;' . $this->getLang('debug') . ' <input type = "checkbox" name = "xcom_debug" id …
H A Dscript.js90 params += '&debug=' + document.getElementById('xcom_debug').checked;