Home
last modified time | relevance | path

Searched refs:debug (Results 251 – 275 of 337) sorted by last modified time

1...<<11121314

/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js36 str = oParaDel.debug();
/plugin/authsplit/
H A DREADME236 - debug: If enabled, authsplit will flood the screen with debugging messages
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/htmlokay/
H A Daction.php155 $this->debug();
257 function debug() function in action_plugin_htmlOKay
H A Dadmin.php413 $this->debug(false,false);
525 function debug($users = false, $groups = false) function in admin_plugin_htmlOKay
/plugin/cacherevisionseraser/
H A DREADME.md67 * Added debug list for checking some internal variables (must be enabled in configs)
/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/mapillary/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_mapillary --verbose --debug
/plugin/dir/
H A Dsyntax.php38 var $debug = false; variable in syntax_plugin_dir
72 $this->debug = true;
/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/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/authlinotp/
H A DREADME.md32 The auth plugin write some messages to the debug log.
/plugin/rater/scripts/
H A Djquery.tablesorter.js134 debug: false property in AnonymousFunctionb162a0010100.defaults
157 if (table.config.debug) {
195 if (table.config.debug) {
250 if (table.config.debug) {
287 if (table.config.debug) {
324 if (table.config.debug) {
363 if (table.config.debug) {
379 if (table.config.debug) {
408 if (table.config.debug) {
1019 if (table.config.debug) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17816 if (debug && debug.debuglog) {
17817 debug = debug.debuglog('stream');
18057 debug('read', n);
18127 debug('do read');
18290 debug('onunpipe');
18297 debug('onend');
18309 debug('cleanup');
18332 debug('ondata');
18376 debug('unpipe');
18499 debug('resume');
[all …]
H A Dpdfmake.min.js.map1debug","nextTick","emitReadable_","maybeReadMore_","pipeOnDrain","resumeScheduled","resume_","from…
/plugin/authshibboleth/
H A DREADME.md4 * License: [BSD 3 Clause](http://debug.cz/license/bsd-3-clause)
/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');
H A Dplugin.info.txt3 email ivan.novakov@debug.cz
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php37 $debug = isset($argv[3]) ? fopen($argv[3], 'w') : null; variable
160 …if ($debug) fwrite($debug, "Missing '" . $newProp->name . "' property in duplicate. Earlier vcard:…
/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/scrape/
H A DphpQuery-onefile.php
/plugin/graphviz/
H A Dsyntax.php178 if($conf['debug']){
193 if($conf['debug']){
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/ditaa/
H A Dsyntax.php251 if($conf['debug']) {
272 if($conf['debug']) {
293 if($conf['debug']) {
307 if($conf['debug']) {
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js17 function debug(msg) { function
67 debug('Failed to load surroundSelectedText');

1...<<11121314