Home
last modified time | relevance | path

Searched full:dbglog (Results 1 – 25 of 101) sorted by path

12345

/dokuwiki/inc/
H A Dinfoutils.php544 function dbglog($msg, $header = '')
463 function dbglog($msg,$header=''){ global() function
/plugin/alphalist/
H A Dhelper.php34 dbglog($string, 'alphalist helper::parse before');
35 dbglog($rendered, 'alphalist helper::parse after');
47 dbglog($string, 'alphalist helper::plain before');
48 dbglog(trim($plain), 'alphalist helper::plain after');
H A Dsyntax.php30 dbglog($match, 'alphalist syntax $match');
41 dbglog($match, 'alphalist syntax $match after processing');
71 dbglog($pages, 'alphalist syntax $pages');
122 dbglog($pages, 'alphalist syntax $list');
/plugin/authlinotp/
H A Dauth.php37 dbglog("Starting privacyIDEA auth with " . $escUsername . " and " . $escPassword);
59 dbglog("About to execute curl for url ". $url);
63 dbglog("Got response " . $response);
/plugin/authorstats/
H A Daction.php109 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
129 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
185dbglog("ERROR: " . __FUNCTION__ . " - Couldn't open file:" . var_export($change_file, true), "AUTH…
H A Dsyntax.php160 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
207 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
239 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
/plugin/authphpbb3/
H A Dauth.php89 $this->dbglog('PDO extension for PHP not found.');
116 public function dbglog($msg) { function in auth_plugin_authphpbb3
122 dbglog($msg);
164 $this->dbglog('error while preparing query for phpBB URL');
168 $this->dbglog('error while executing query for phpBB URL');
523 $this->dbglog('phpBB installation not found');
541 $this->dbglog('cannot get phpBB URL');
545 $this->dbglog('cannot get phpBB cookie name');
686 $this->dbglog('error while preparing query for cookie.');
759 $this->dbglog('invalid SID in user\'s cookie ' .
[all …]
/plugin/authsmf20/
H A Dauth.php158 dbglog('SMF not found in path' . $this->_smf_conf['path']);
238 dbglog($error);
283 dbglog("cannot get groups for user id: {$this->_smf_user_id}");
360 dbglog("No data found in database for user: {$user}");
425 dbglog("Cannot get SMF groups list");
/plugin/authwordpress/
H A Dauth.php381 dbglog($msg);
/plugin/autogroup/
H A Daction.php87 dbglog($msg);
145 dbglog($msg);
166 dbglog($msg);
/plugin/autogroup/conf/
H A Dsettings.class.php48 dbglog(print_r(urlencode($input),true));
50 dbglog(print_r($lines,true));
/plugin/backlinks/
H A Dsyntax.php100 dbglog($backlinks, "backlinks: all backlinks to: $match");
108 dbglog($filterNS, "backlinks: exluding all of namespace: $filterNS");
115 dbglog($filterNS, "backlinks: including namespace: $filterNS only");
124 dbglog($backlinks, "backlinks: all backlinks to be rendered");
/plugin/backlinks2/_test/
H A Dsyntax.test.php38 dbglog("\nset up class syntax_plugin_backlinks_test");
51 //dbglog($data, "pages for indexing");
133 dbglog($wikilinks->text(), 'found backlinks');
141 dbglog($lastlink->text(), "last backlink");
H A Dsyntax_exclude.test.php38 dbglog("\nset up class syntax_plugin_backlinks_test");
51 //dbglog($data, "pages for indexing");
102 dbglog($wikilinks->text(), 'found backlinks');
110 dbglog($lastlink->text(), "last backlink");
H A Dsyntax_include.test.php38 dbglog("\nset up class syntax_plugin_backlinks_test");
51 //dbglog($data, "pages for indexing");
94 dbglog($wikilinks->text(), 'found backlinks');
102 dbglog($lastlink->text(), "last backlink");
H A Dsyntax_include_deep.test.php38 dbglog("\nset up class syntax_plugin_backlinks_test");
51 //dbglog($data, "pages for indexing");
101 dbglog($wikilinks->text(), 'found backlinks');
109 dbglog($lastlink->text(), "last backlink");
/plugin/backlinks2/
H A Dsyntax.php103 dbglog($backlinks, "backlinks: all backlinks to: $match");
111 dbglog($filterNS, "backlinks: exluding all of namespace: $filterNS");
116 dbglog($filterNS, "backlinks: including namespace: $filterNS only");
123 dbglog($backlinks, "backlinks: all backlinks to be rendered");
/plugin/bez/action/
H A Ddefault.php241 dbglog('plugin_bez', $e);
246 dbglog('plugin_bez', $e);
292 dbglog('plugin_bez', $e);
295 dbglog('plugin_bez', $e);
/plugin/button/
H A Daction.php90 //dbglog("REWRITE : " . $match . " ----> " . $returnValue);
/plugin/clipboardutils/
H A Dsyntax.php12 //dbglog(sprintf("LOADING '%s'\n",__FILE__));
43 //dbglog(sprintf("%s('%s')\n",__METHOD__,$mode));
57 //dbglog(sprintf("%s('%s') %s\n",__METHOD__,$state,print_r($match,TRUE)));
/plugin/combo/ComboStrap/
H A DLogUtility.php118 * Adapted from {@link dbglog}
/plugin/crypto/
H A Dsyntax.php99 // dbglog("xml_property($xml, $name, $default)");
/plugin/dataplot/
H A Dsyntax.php274 dbglog($in,'no such dataplot input file');
299 dbglog(join("\n", $output), 'dataplot command failed: '.$cmd);
/plugin/davcal/
H A DauthBackendDokuwiki.php16 dbglog('---- DAVCAL authBackendDokuwiki.php init');
17 dbglog('checkPass called for username '.$username.' with result '.$ret);
H A DcalendarBackendDokuwiki.php122 dbglog($calendars);
255 dbglog($result);
280 dbglog($row);
312 dbglog($uris);
331 dbglog($result);
358 dbglog($calendarData);
360 dbglog($etag);
388 dbglog($etag);
466 dbglog($filters);
468 dbglog($result);
[all …]

12345