Home
last modified time | relevance | path

Searched refs:dbglog (Results 26 – 50 of 80) sorted by last modified time

1234

/plugin/authorstats/
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/include/
H A Daction.php134 dbglog('---- PLUGIN INCLUDE META DATA START ----');
135 dbglog($event->data);
136 dbglog('---- PLUGIN INCLUDE META DATA END ----');
222 dbglog('---- PLUGIN INCLUDE CACHE DEPENDS START ----');
223 dbglog($depends);
224 dbglog('---- PLUGIN INCLUDE CACHE DEPENDS END ----');
237 dbglog('---- PLUGIN INCLUDE: REQUESTING CACHE PURGE ----');
238 dbglog('---- PLUGIN INCLUDE CACHE PAGES FROM META START ----');
239 dbglog($depends['pages']);
240 dbglog('
[all...]
/plugin/survey/helper/
H A Dsurvey.php82 dbglog(
/plugin/yearbox/
H A Dsyntax.php119 dbglog("Yearbox Plugin: Unknown key '$key' in '$match'");
/plugin/webdav/core/
H A DUtils.php230 * @see dbglog()
240 dbglog(self::interpolate("{category} {user} [{level}] {message}", [
/plugin/issuelinks/services/
H A DGitHub.service.php136 dbglog('Error repeats. Aborting Requests.', -1);
141dbglog("Server Error occured. Waiting $waittime ms between requests and repeating request.", -1);
H A DGitLab.service.php436 dbglog($e->getMessage());
437 dbglog($issueData);
453 dbglog($e->getMessage());
454 dbglog($mrData);
512 dbglog($data, __FILE__ . ': ' . __LINE__);
/plugin/issuelinks/
H A DWebhook.php21 dbglog($userAgent);
22 dbglog($INPUT->server);
37 dbglog('webhook could not be indentified', __FILE__ . ': ' . __LINE__);
38 dbglog('user agent: ' . $userAgent);
39 dbglog(json_decode($body, true));
/plugin/issuelinks/helper/
H A Ddata.php41 dbglog('start import. $lockfileKey: ' . $lockfileKey);
46 dbglog($services);
47 dbglog($serviceName);
49 dbglog($serviceClass);
79 dbglog(
85 dbglog($e->getUrl());
86 dbglog($e->getHttpError());
87 dbglog($e->getMessage());
88 dbglog($e->getCode());
89 dbglog($e->getResponseBody());
[all …]
/plugin/dataplot/
H A Dsyntax.php274 dbglog($in,'no such dataplot input file');
299 dbglog(join("\n", $output), 'dataplot command failed: '.$cmd);
/plugin/sentry/
H A Dhelper.php220 if (!$ok) dbglog($http->resp_body, 'Sentry returned Error');
/plugin/webdavclient/
H A Dcron.php23 dbglog('Error loading helper plugin');
31 dbglog('CRON support is disabled');
H A Dhelper.php538 dbglog('queryServer: '.$uri);
593 dbglog('Found!');
806 dbglog('Connection not active.');
841 dbglog('Sync ICS Feed');
851 dbglog($caldata);
914 dbglog($remoteEtags);
941 dbglog($localEtags);
949 dbglog($worklist);
963 dbglog($objects);
1221 dbglog($this->client->status);
[all …]
/plugin/webcomponent/_test/
H A Drelated.test.php89dbglog("\nTest Plugin" . webcomponent::PLUGIN_NAME.".".syntax_plugin_webcomponent_related::getElem…
121dbglog("\nSetup was called- Test Plugin" . webcomponent::PLUGIN_NAME." - Compo".syntax_plugin_webc…
/plugin/webcomponent/syntax/
H A Drelated.php161 dbglog("No Backlinks", "Related plugins: all backlinks for page: $id");
167dbglog($relatedPages, self::getElementName()." plugins: all backlinks for page: $id");
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php18 dbglog($_SERVER);
102 dbglog($errorMessage);
163 dbglog(DateTime::getLastErrors());
H A DZapier.php14 dbglog($_SERVER);
86 dbglog($errorMessage);
/plugin/swarmwebhook/
H A Dhelper.php49 dbglog('Please update your struct 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/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/backlinks2/_test/
H A Dsyntax.test.php38 dbglog("\nset up class syntax_plugin_backlinks_test");
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");
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");
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");
101 dbglog($wikilinks->text(), 'found backlinks');
109 dbglog($lastlink->text(), "last backlink");

1234