Home
last modified time | relevance | path

Searched refs:debug (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js122 EditorUi.debug('Sync.message', [this], msg, data.length, 'bytes');
272 …EditorUi.debug('Sync.start', [this, 'v' + DrawioFileSync.PROTOCOL], 'rev', this.file.getCurrentRev…
645 EditorUi.debug('Sync.optimisticSync', [this], 'retryCount', retryCount);
1100 EditorUi.debug('Sync.merge', [this],
1368 EditorUi.debug('Sync.fileSaved', [this], 'from', etag, 'to', current,
1422 EditorUi.debug('Sync.fileSaved', [this],
1514 EditorUi.debug('Sync.stop', [this]);
/plugin/freechat/
H A Dsyntax.php124 // $params['debug'] = true;
/plugin/tgnotify/
H A DCHANGELOG.rst53 * Feature: Plugin debug mode is added. May be activated at settings page.
H A Daction.php131 if ( $this->getConf('debug') ) {
/plugin/register/
H A Dsyntax.php51 private $debug = 0; variable in syntax_plugin_register
59 private function dbg(&$renderer, $msg) { if ($this->debug) $this->_msg($renderer, "debug", $msg); }
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO17 Completely debug PNG output
H A Doutput._generic.class.php276 function set_debug_boxes($debug) { argument
277 $this->debug_boxes = $debug;
/plugin/passwordgrey/
H A Dscript.js20 console.debug("adding");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsServicesVersionsInstances.php52 …public function debug($appsId, $servicesId, $versionsId, $instancesId, DebugInstanceRequest $postB… function in Google\\Service\\Appengine\\Resource\\AppsServicesVersionsInstances
/plugin/googleanalytics/
H A Dscript.js56 if (JSINFO.ga.debug) {
/plugin/authlinotp/
H A DREADME.md32 The auth plugin write some messages to the debug log.
/plugin/linebreak/
H A Daction.php113 global $debug;
/plugin/snippets/
H A Dscript.js244 var debug = false;
256 if(debug) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md96 - Setting debug to `false` does not enable debug output. error occurs.
/plugin/webcomponent/_test/
H A DREADME.md32 $conf['allowdebug'] = 1; // log in cachedir+debug.log
/plugin/noiewarning/
H A DChangeLog26 * action.php: added debug handler (disabled by default)
/plugin/metadisplay/
H A DREADME.md33debug, info, notice, success, warning, error, critical, alert, emergency.
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php423 $debug = $this->_settings->isDebugActive();
424 if ($debug) {
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js12 FCK.breakDelObject.prototype.debug = function() { method in FCK.breakDelObject
83 FCK.paraDelObject.prototype.debug = function() { method in FCK.paraDelObject
162 FCK.rangeObject.prototype.debug = function() { method in FCK.rangeObject
/plugin/siteexport/inc/
H A Ddebug.php89 case 1: $this->logger->debug( $info, $var ); break;
/plugin/elwikiupgrade/
H A DHTTPClient.php42 var $debug; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
88 $this->debug = false;
702 if(!$this->debug) return;
909 $this->debug = true;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst41 As you can see, we also added a call to the ``setDebug`` method. In debug mode, the serializer will…
44 debug setting allows you to make the behavior environment specific.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst101 $debug = true
104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
120 $debug = true
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
/plugin/combo/.travis/
H A D.travis.yml47 - cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/plugins/combo/_test/bootstrap.php

12345678910>>...14