Home
last modified time | relevance | path

Searched full:dbglog (Results 26 – 50 of 101) sorted by relevance

12345

/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/editsections/action/
H A Des.php52 dbglog('HTML_SECEDIT_BUTTON hook', 'editsections plugin');
55 dbglog('cache in use, reset edit section name');
86 dbglog('ERROR (plugin editsections): section editing type unknown ('.$order.')');
92 dbglog('PARSER_CACHE_USE hook', 'editsections plugin');
100 dbglog('PARSER_HANDLER_DONE hook', 'editsections plugin');
/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!');
841 dbglog('Sync ICS Feed');
851 dbglog($caldata);
914 dbglog($remoteEtags);
941 dbglog($localEtags);
949 dbglog($worklist);
963 dbglog($objects);
1222 dbglog($this->client->error);
1462 dbglog($response);
[all …]
/plugin/plantuml/
H A Dsyntax.php184 dbglog($in, 'No such plantuml input file');
216 dbglog(join("\n", $output), "Encoding url failed: $command");
241 dbglog($in, 'No such plantuml input file');
265 dbglog(join("\n", $output), "PlantUML execution failed: $command");
/plugin/ditaa/
H A Dsyntax.php216 dbglog($in, 'no such ditaa input file');
252 dbglog($in, 'no such ditaa input file');
273 dbglog(join("\n", $output), 'ditaa command failed: ' . $cmd);
294 dbglog($in, 'no such ditaa input file');
308 dbglog(join("\n", $output), 'ditaa command failed: ' . $cmd);
/plugin/graphviz/
H A Dsyntax.php153 dbglog($in,'no such graphviz input file');
179 dbglog($in,'no such graphviz input file');
194 dbglog(join("\n",$output),'graphviz command failed: '.$cmd);
/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/swarmwebhook/webhooks/
H A DZapier.php14 dbglog($_SERVER);
86 dbglog($errorMessage);
/plugin/autogroup/
H A Daction.php87 dbglog($msg);
145 dbglog($msg);
166 dbglog($msg);
/plugin/twitter/
H A Dsyntax.php28 // dbglog($data->errors,"error data");
40 // dbglog($entry, "=================entry=================");
247 dbglog($this->getLang('configerror'), "TWITTER PLUGIN");
268 …// dbglog($decode, "=======================decoded json from Twitter============================");
288 // dbglog($url, "Getting url from Twitter");
/plugin/openlayersmap/helper/
H A Dstaticmap.php
/plugin/autogroup/conf/
H A Dsettings.class.php48 dbglog(print_r(urlencode($input),true));
50 dbglog(print_r($lines,true));
/plugin/issuelinks/services/
H A DGitLab.service.php436 dbglog($e->getMessage());
437 dbglog($issueData);
453 dbglog($e->getMessage());
454 dbglog($mrData);
512 dbglog($data, __FILE__ . ': ' . __LINE__);
/plugin/spatialhelper/
H A Daction.php
/plugin/openlayersmap/
H A DStaticMap.php
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak199 dbglog(date(DATE_ATOM));
200 dbglog($json_link);
213 dbglog(($event_time['start_time']));
214 dbglog(strtotime($event_time['start_time']));
/plugin/ghissues/syntax/
H A Dsyntax.php127 //dbglog("In render metadata");
139 //dbglog("ghissues: In render xhtml");
/plugin/spatialhelper/helper/
H A Dsearch.php
/plugin/gitbacked/action/
H A Deditcommit.php298 …//dbglog("GitBacked - notifyByMail: [subject_id=".$subject_id.", template_id=".$template_id.", tem…
309 //dbglog("GitBacked - lang check['".$subject_id."']: ".$this->getLang($subject_id));
310 //dbglog("GitBacked - template text['".$template_id."']: ".$template_text);
311 //dbglog("GitBacked - template html['".$template_id."']: ".$template_html);
/plugin/rst/
H A Dsyntax.php46 dbglog("mode is $mode, data[0] is $data[0]");
93 dbglog("In render, $match is:" . $match);
/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/webdav/core/
H A DUtils.php230 * @see dbglog()
240 dbglog(self::interpolate("{category} {user} [{level}] {message}", [
/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/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)));

12345