Home
last modified time | relevance | path

Searched refs:debug (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js17 function debug(msg) { function
67 debug('Failed to load surroundSelectedText');
/plugin/htmlokay/
H A Dadmin.php413 $this->debug(false,false);
525 function debug($users = false, $groups = false) function in admin_plugin_htmlOKay
/plugin/botbouncer/lib/
H A Dbotbouncer.php66 private $debug = false; variable in botBouncer
137 $this->debug = (bool)$setting;
287 if (!$this->debug) return;
/plugin/openlayersmapoverlays/
H A Dscript.js146 … OpenLayers.Console.debug('dropping max-results parameter, width is: ',
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php180 … $logger->debug('Checked CA file '.realpath($filename).': '.($isValid ? 'valid' : 'invalid'));
/plugin/ckgdoku/action/
H A Dedit.php19 var $debug = false; variable in action_plugin_ckgdoku_edit
800 <?php if($this->debug) { ?>
962 <?php if($this->debug) { ?>
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js320 EditorUi.debug('File.mergeFile', [this],
1451 EditorUi.debug('draft saved', this.draftId, draft);
1470 EditorUi.debug('draft deleted', '.draft_' + this.draftId);
2029 EditorUi.debug('DrawioFile.fileSaving', [this]);
2047 EditorUi.debug('DrawioFile.sendFileChanges', [this]);
2129 EditorUi.debug('DrawioFile.fileSaved', [this]);
H A DMenus.js1630 mxLog.debug('See console for uncompressed XML');
1642 mxLog.debug('Checksum: ', checksum);
1646 mxLog.debug('Error: ', e.message);
1651 mxLog.debug('No pages found for checksum');
1706 mxLog.debug(log + ' (see console)');
1710 mxLog.debug(pageId + ': Checked');
1735 mxLog.debug(pageId + ': Visited: ' + id);
1741 mxLog.debug(pageId + ': No root');
1897 mxLog.debug('leaving shape', state, stateCounter);
1907 mxLog.debug(mxUtils.getXml(root));
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte9 console.debug('Detecting diagram type based on the text ' + text);
/plugin/darcs/
H A Dadmin.php82 if ($conf['darcs']['debug']=='1') {
/plugin/sketchcanvas/script/
H A DSketchCanvas.js5 /// debug: A function with one argument to output debug string.
84 debug("clicked left");
100 debug("clicked right");
292 debug(menuno);
350 //if (1 == menuno) debug('x='+arr[0].x + 'y='+arr[0].y);
359 debug('idx='+idx);
1281 debug(e);
1343 debug(e);
1587 debug(xmlHtt
1644 function debug(msg) { global() function
[all...]
/plugin/authwordpress/
H A Dauth.php369 * Add message to debug log.
379 Logger::debug($msg);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php115 * @param bool $debug To disable/enable the debug mode
122 public static function validateXML($xml, $schema, $debug = false, $schemaPath = null) argument
153 if ($debug) {
/plugin/emoji/script/
H A Djquery.textcomplete.js1441 var debug = options && options.debug || false;
1442 if (debug) {
1462 if (!debug)
1497 if (debug) {
/plugin/tablelayout/
H A Dyarn.lock177 debug "~2.2.0"
449 debug@2.6.9, debug@^2.1.2:
451 …resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a53…
455 debug@^3.1.0:
457 …resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c…
461 debug@~2.2.0:
463 …resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f…
617 debug "^3.1.0"
739 debug "2.6.9"
1682 debug "^2.1.2"
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php223 public function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $useOTL = 0) argument
292 $this->readTableDirectory($debug);
293 $this->extractInfo($debug, $BMPonly, $useOTL);
298 function readTableDirectory($debug = false) argument
315 if ($debug) {
555 function getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false)
587 $this->readTableDirectory($debug);
672 function extractInfo($debug = false, $BMPonly = false, $useOTL = 0)
791 if ($debug) {
950 if ($debug) {
543 getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
660 extractInfo($debug = false, $BMPonly = false, $useOTL = 0) global() argument
3445 makeSubset($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
3938 makeSubsetSIP($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = 0) global() argument
4749 repackageTTF($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
[all...]
H A DHyphenator.php201 } elseif ($this->mpdf->debug) {
/plugin/imageflow/
H A Dstyle.css171 div.imageflow_wrapper div.debug {
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js409 function debug() { function
411 top.tracer.debug(arguments[0], arguments[1]);
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …on info(){inform(arguments[0],arguments[1]);}function debug(){if(top.tracer!=null)top.tracer.debug function
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php242 if ($c->debug)
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown10 + Assets are not minified (we cannot debug .min.js files).
/plugin/foldablelist/
H A DREADME.md68 Feel free to improve, share and debug!
/plugin/structsection/
H A Dyarn.lock26 debug "^4.1.0"
166 debug "^4.1.0"
190 debug "^4.1.1"
524 debug "^2.6.9"
1000 debug "^2.6.8"
1195 debug@^2.6.8, debug@^2.6.9:
1202 debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
1336 debug "^2.6.9"
1355 debug "^2.6.9"
1366 debug "^2.6.9"
[all …]
/plugin/ckgedit/action/
H A Dedit.php19 var $debug = false; variable in action_plugin_ckgedit_edit
859 <?php if($this->debug) { ?>
1021 <?php if($this->debug) { ?>

12345678910>>...14