Home
last modified time | relevance | path

Searched refs:debug (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php35 public $debug = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
162 if ($this->debug) {
180 if ($this->debug) {
189 if ($this->debug) {
202 if ($this->debug) {
276 if ($this->debug && $target !== null) {
379 if ($this->debug) {
425 if ($this->debug) {
481 if ($this->debug) {
486 if ($this->debug) {
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcustom-printer-debug.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --debug BankAccountTest ../_files/BankAccount…
7 $_SERVER['argv'][3] = '--debug';
H A Ddataprovider-debug.phpt2 phpunit --debug DataProviderDebugTest ../_files/DataProviderDebugTest.php
6 $_SERVER['argv'][2] = '--debug';
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... avalon.framework.logger.Logger logger public void debug (java.lang.Object, java.lang ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... avalon.framework.logger.Logger logger public void debug (java.lang.Object, java.lang ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... avalon.framework.logger.Logger logger public void debug (java.lang.Object, java.lang ...
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php54 $debug = $this->getAttribute('debug');
56 if (null === $combine && null !== $debug) {
57 $combine = !$debug;
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php52 var pfc_debug = <?php echo $json->encode($debug); ?>;
76 <?php if ($debug) { ?>
130 <?php if ($debug) { ?>
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php52 var pfc_debug = <?php echo $json->encode($debug); ?>;
76 <?php if ($debug) { ?>
130 <?php if ($debug) { ?>
/plugin/siteexport/inc/
H A Dhttpproxy.php48 $this->debugClass = $functions->debug;
55 $this->debug = true;
154 protected function debug($info, $var = null) { function in HTTPProxy
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php94 protected $debug = false; variable in PHPUnit_TextUI_ResultPrinter
122 * @param bool $debug
128 …_construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug = false, $numberOf… argument
145 if (!is_bool($debug)) {
166 $this->debug = $debug;
517 if ($this->debug) {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php294 $this->debug('Checking for DokuWiki session...');
301 $this->debug(sprintf("Checking for Shibboleth session [%s] ...", $sessionVarName));
344 $this->debug(sprintf("Logout redirect: %s", $url));
615 $this->debug(sprintf("Resolving groups from source '%s' (%s)", $sourceName, $sourceType));
635 …$this->debug(sprintf("Resolved groups from source '%s' (%s): %s", $sourceName, $sourceType, implod…
899 protected function debug($message) function in auth_plugin_authshibboleth
936 $this->debug(sprintf("Log file '%s' not writable", $logFile));
944 $this->debug(sprintf("Error writing to log file '%s'", $logFile));
947 $this->debug('Log enabled, but log file not set');
/plugin/google_adsense2/
H A Dadmin.php88 $gads_settings['debug'] = $this->googleads['debug'] == 'on' ? 'checked' : '';
113 …' </td><td><input type="checkbox" name="googleads[debug]" '.$gads_settings['debug'].'/></td></tr>';
/plugin/ditaa/
H A Dsyntax.php251 if($conf['debug']) {
272 if($conf['debug']) {
293 if($conf['debug']) {
307 if($conf['debug']) {
/plugin/phpipam/
H A Dphpipam-api.php19 public $debug = false; variable in phpipam_api_client
391 * @param bool $debug (default: false)
394 public function set_debug ($debug = false) { argument
395 if(is_bool($debug)) {
396 $this->debug = $debug;
665 CURLOPT_VERBOSE => $this->debug,
/plugin/numbering/
H A Dscript.js45 var debug = false;
54 if(debug) {
/plugin/mantis/lib/
H A Dclass.xmlschema.php56 $this->debug('nusoap_xmlschema class instantiated, inside constructor');
67 $this->debug('initial schema file: '.$schema);
73 $this->debug('initial xml file: '.$xml);
94 $this->debug($msg);
97 $this->debug("parsing $xml");
99 $this->debug("done parsing $xml");
141 $this->debug($errstr);
142 $this->debug("XML payload:\n" . $xml);
148 $this->debug('no xml passed to parseString()!!');
639 $this->debug('<' . $this->schemaTargetNamespace . '> '.$string);
/plugin/linkback/
H A Dhttp.php128 $this->debug('request', $request);
147 $this->debug('response headers', $r_headers);
175 $this->debug('Object headers', $this->resp_headers);
272 $this->debug('response body', $this->resp_body);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php111 $debug = isset($options['debug']) ? $options['debug'] : $_assetic->factory->isDebug();
112 $combine = isset($options['combine']) ? $options['combine'] : !$debug;
/plugin/abc/
H A Dsyntax.php55 $debug = $conf['allowdebug'];
79 if($debug || $_REQUEST['purge']) $renderList = $transSrc;
109 if (($this->getConf('displayErrorlog') || $debug) && $errorLog) {
273 $debug = $conf['allowdebug'];
280 if($debug) {
292 if($debug) {
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php220 if ($c->debug) ob_start(); // capture output
289 if ($c->debug)
303 if ($c->debug)
324 if ($c->debug)
330 if ($c->debug)
/plugin/strata/driver/
H A Ddriver.php18 * Whether the driver should generate debug output.
35 * @param debug boolean whether the created driver should generate debug output.
37 function __construct($debug=false) { argument
38 $this->_debug = $debug;
/plugin/odt2dw/
H A Daction.php94 $this->debug = $this->getConf( 'debugLvl' );
96 if ( $this->debug >= 2 ) {
287 …if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err…
290 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
293 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
428 if ( $this->debug ) $this->err['ok'][] = $pict.' : '.$newname;
/plugin/snippets/
H A Dadmin.php18 private $debug; variable in admin_plugin_snippets
23 $this->debug = false;
214 if(!$this->debug) return;
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat8 my $debugDir = "debug";
37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…

12345678910>>...14