Home
last modified time | relevance | path

Searched refs:debug (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/plugin/odtplus2dw/
H A Daction.php110 //Set the debug lvl
111 $this->debug = $this->getConf( 'debugLvl' );
113 if ( $this->debug >= 2 ) {
304 if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err : '.$err.'</p>';
307 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
310 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
491 if ( $this->debug ) $this->err['ok'][] = $pict.' : '.$newFileName;
/plugin/keywords/action/
H A Dkeywords.php132 Logger::debug( "Chat GPT response", $keywords, __FILE__, __LINE__ );
134 … Logger::debug( "INVALID Chat GPT response", $data->choices[0]->message, __FILE__, __LINE__ );
/plugin/authsplit/
H A Dauth.php15 protected $debug; variable in auth_plugin_authsplit
18 * Show a debug message
27 if (!$this->debug)
78 /* Show debug messages? */
79 $this->debug = $this->getConf('debug', null);
80 if ($this->debug === null) {
81 msg(sprintf($this->getLang('nocfg'), 'debug'), -1);
/plugin/eventum/XML/
H A DRPC.php691 var $debug = 0; variable in XML_RPC_Client
799 $this->debug = 1;
801 $this->debug = 0;
861 $msg->debug = $this->debug;
904 if ($this->debug) {
1153 var $debug = 0; variable in XML_RPC_Message
1453 if ($this->debug) {
1507 if ($this->debug) {
/plugin/graphviz/
H A Dsyntax.php178 if($conf['debug']){
193 if($conf['debug']){
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php160 public $debug; variable in Google_Product
178 public function setDebug(Google_ShoppingModelDebugJsonV1 $debug) { argument
179 $this->debug = $debug;
182 return $this->debug;
233 public $debug; variable in Google_Products
284 public function setDebug(Google_ShoppingModelDebugJsonV1 $debug) { argument
285 $this->debug = $debug;
288 return $this->debug;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test13 return ['autoescape' => false, 'debug' => true]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddump.test11 return ['debug' => true, 'autoescape' => false]
H A Ddump_array.test10 return ['debug' => true, 'autoescape' => false]
/plugin/authshibboleth/plugin/authshibboleth/
H A Dplugin.info.txt3 email ivan.novakov@debug.cz
/plugin/publish/action/
H A Ddebug.php20 function debug(&$event, $param) { function in action_plugin_publish_debug
/plugin/pureldap/classes/
H A DADClient.php54 $this->debug('Searching ' . $filter->toString(), __FILE__, __LINE__);
122 $this->debug('Searching ' . $filter->toString(), __FILE__, __LINE__);
192 $this->debug('Searching ' . $filter->toString(), __FILE__, __LINE__);
/plugin/xcom/scripts/
H A Dxcom_save.php216 function xcom_connect($url,$user,$pwd, $debug=false) { argument
219 $client->debug = $debug; // enable for debugging
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile7 chag tag --sign --debug CHANGELOG.rst
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js202 var debug = document.createElement('div');
203 debug.id = 'stepper' + pageIndex;
204 debug.setAttribute('hidden', true);
205 debug.className = 'stepper';
206 stepperDiv.appendChild(debug);
212 var stepper = new Stepper(debug, pageIndex, initBreakPoints);
/plugin/twitter/
H A D.travis.yml25 - cd _test && PRESERVE_TMP=false ./phpunit.phar --stderr --group plugin_twitter --verbose --debug
/plugin/mantis/lib/
H A Dchangelog122 - wsdl: add WSDL request and response and transport debug to debug
253 - nusoap_base: provide additional debug functions
369 - nusoap_base: improve debug and comments
371 - soap_parser: improve debug and comments
375 - soapclient: improve debug and comments
381 - wsdl: improve debug and comments
382 - xmlschema: improve debug and comments
385 - nusoap_base: improve debug and comments
530 - nusoap_client: add debug
535 - wsdl: add debug
[all …]
/plugin/google_adsense2/
H A Dsyntax.php100 //$renderer->doc .= 'debug(id=' . $id . ' param1=' . $param1 . ')<br />';
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js18 getRequestObject:function(){if(xajaxConfig.debug)this.DebugMessage("Initializing Request Object..")…
30 if(xajaxConfig.debug&&!returnObj){this.DebugMessage("Element with the id \""+sId+"\" not found.");}
91 catch(e){if(xajaxConfig.debug)this.DebugMessage(e.name+": "+e.message);}
119 …r=setTimeout("xajax.runDelayEvents()",this.delayEventTime);if(xajaxConfig.debug)this.DebugMessage(…
134 if(xajaxConfig.debug)this.DebugMessage("Calling "+sFunction+" uri="+uri+" (post:"+postData+")");r.s…
135 readyStateChange:function(r){try{if(r.status==0||r.status==200){if(xajaxConfig.debug)xajax.DebugMes…
193 catch(e){if(xajaxConfig.debug)
/plugin/backlinks2/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php111 public function debug($message, array $context = array()); function
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php111 public function debug($message, array $context = array()); function
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php104 * Detailed debug information.
111 public function debug($message, array $context = array()); function
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerInterface.php111 public function debug($message, array $context = array()); function
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php104 * Detailed debug information.
111 public function debug($message, array $context = array()); function

12345678910>>...14