Home
last modified time | relevance | path

Searched refs:debug (Results 201 – 225 of 337) sorted by relevance

12345678910>>...14

/plugin/authshibboleth/
H A DREADME.md4 * License: [BSD 3 Clause](http://debug.cz/license/bsd-3-clause)
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js212 mxLog.debug('edit ignored for page ' + newValue[i].pageid);
/plugin/dir/
H A Dsyntax.php38 var $debug = false; variable in syntax_plugin_dir
72 $this->debug = true;
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
147 * debug
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst16 debug:
/plugin/elasticsearch/action/
H A Dindexing.php325 * Log something to the debug log
332 \dokuwiki\Logger::debug($txt, $info);
/plugin/combo/ComboStrap/
H A DLogUtility.php39 0 => "debug",
155 $file = $conf['cachedir'] . '/debug.log';
413 public static function debug(string $message, string $canonical = self::SUPPORT_CANONICAL, $e = null) function in ComboStrap\\LogUtility
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAppengine.php738 'debug' => [
739 …h' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php512 public function debug($message, array $context = []): void function in Monolog\\Logger
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md4 …FYIFnoAVRbsb4xJbOAD1FtQJAVcATVMIitFYSYQnPRs7B55AoiiMvyLu2BkMWeeU0CugXAQAA&debug=false&forceAllTran…
/plugin/sqlite/
H A DSQLiteDB.php77 // this is not critical, but we log it as error. FIXME might be degraded to debug later
167 Logger::debug('[sqlite] slow query: (' . $time . 's)', [
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php171 function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null) argument
222 $this->readTableDirectory($debug);
223 $this->extractInfo($debug, $BMPonly, $kerninfo, $useOTL);
227 function readTableDirectory($debug = false) argument
242 if ($debug) {
465 function extractInfo($debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0) argument
541 if ($debug) {
580 if ($debug) {
684 if ($debug) {
714 if ($debug) {
[all...]
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example31 /* This option enables debug messages in the mysql module. It is
34 $conf['auth']['mysql']['debug'] = 0;
/plugin/quickstats/
H A Dadmin.php306 function debug() { function in admin_plugin_quickstats
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php144 $debug = PHP_CodeSniffer::getConfigData('scope_indent_debug');
145 if ($debug !== null) {
146 $this->_debug = (bool) $debug;
/plugin/chordsheets/js/
H A Djtab.min.js1debug=!1,Raphael.fn.scale=1,Raphael.fn.margin_top=36,Raphael.fn.margin_bottom=10,Raphael.fn.margin…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php417 $debug = $this->_settings->isDebugActive();
418 if ($debug) {
/plugin/imageflow/
H A Dscript.js51 this.debug = false;
96 if ( _self.debug ) {
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js104 Bridge.Console.debug = console.debug;
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default43 …(debug messages enabled) then debug mode will be FORCED -- ONLY debug output will be presented, no…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt74 --debug Display debugging information during test execution.
H A Dhelp2.phpt75 --debug Display debugging information during test execution.
/plugin/combo/syntax/
H A Diterator.php464 LogUtility::debug("The physical query (Sql: {$pageSql->getExecutableSql()}, Parameters: $parametersString) does not return any data", syntax_plugin_combo_iterator::CANONICAL);
/plugin/fetchmedia/
H A Dyarn.lock210 debug "^2.1.1"
643 debug "^2.2.0"
1045 debug@^2.1.1, debug@^2.2.0, debug@^2.6.8:
1047 …resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68…
1244 debug "^2.6.8"
1261 debug "^2.6.8"
1270 debug "^2.6.8"
1299 debug "^2.6.8"
2923 debug "^2.2.0"
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js76 …env.debug = document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue !=…
376 el.firebugIcon.environment.addStyle({ "display": env.debug&&'none'||'block' });
395 el.main.environment.addStyle({ "display":env.debug&&'block'||'none' });
396 el.mainiframe.environment.addStyle({ "display":env.debug&&'block'||'none' });
453 fe.debug=elSet.cbxDebug.element.checked;
510 debug=value=="true";
555 values='debug:'+debug+',';
593 elSet.cbxDebug.element.checked=fe.debug;
994 debug: function(_value){

12345678910>>...14