Lines Matching refs:debug
54 function debug($msg,$msgLevel) { // DEBUG function in syntax_plugin_runcommand
85 $this->debug("HANDLE:MATCH=".$match,3);
94 $this->debug("HANDLE:LINE=".$line,3);
119 $this->debug("HANDLE:argName=".$argName,2);
122 $this->debug("HANDLE:argLabel=".$argLabel,2);
125 $this->debug("HANDLE:argFlags=".$argFlags,2);
129 $this->debug("HANDLE:argType=".$argType,2);
159 $this->debug("HANDLE:---------- PARSING -------------------------------------",1);
160 $this->debug("HANDLE:".print_r($cmds,true),1);
214 $this->debug("RENDER:MODE=".$mode."\ncurrentCommand=".$currentCommand,2);
222 $this->debug("RENDER:Element:".print_r($element,true),2);
286 $this->debug("RENDER:buttonCancelText=".$buttonCancelText,3);
288 $this->debug("RENDER:Render di buttonCancelText",3);
307 $this->debug("RENDER:FORMBUTTON:".$name."=".$value,3);
316 $this->debug("RENDER:JQUERYBUTTON:".$name."=".$value,3);
327 $this->debug("RENDER:FORMHIDDEN:".$name."=".$value,3);
337 $this->debug("RENDER:FORMTEXTBOX:".$name."=".$value,3);
352 $this->debug("RENDER:FORMLISTBOX:".$name."=".$value,3);
371 $this->debug("RENDER:FORMAUTOCOMPLETE:".$name."=".$value,3);
412 $this->debug("RENDER:FORMSLIDER:".$name."=".$value,3);
436 $this->debug("RENDER:FORMSPINNER:".$name."=".$value,3);
463 $this->debug("RENDER:FORMDATE:".$name."=".$value,3);