Home
last modified time | relevance | path

Searched refs:debugLog (Results 1 – 3 of 3) sorted by relevance

/plugin/calendar/
Daction.php56 private function debugLog($message) { function in action_plugin_calendar
136 $this->debugLog("Security token check failed. Received: '$sectok'");
245 $this->debugLog("=== Calendar saveEvent START ===");
246 …$this->debugLog("Calendar saveEvent: INPUT namespace='$namespace', eventId='$eventId', date='$date…
247 …$this->debugLog("Calendar saveEvent: Recurrence - type='$recurrenceType', interval=$recurrenceInte…
325 … $this->debugLog("Calendar saveEvent: Found existing event in namespace '$oldNamespace'");
327 $this->debugLog("Calendar saveEvent: Event $eventId not found in any namespace");
334 $this->debugLog("Calendar saveEvent: NEW event, received namespace='$namespace'");
337 … $this->debugLog("Calendar saveEvent: Namespace contains wildcard/multi, clearing to empty");
340 $this->debugLog("Calendar saveEvent: Namespace is clean, keeping as '$namespace'");
[all …]
/plugin/sqlraw/
Dsimple_html_dom.php339 … if (is_object($debugObject)) { $debugObject->debugLog(2, "Current tag is: " . $returnDom->tag); }
376 $debugObject->debugLog(1, 'Innertext of tag: ' . $this->tag . $text);
617 …if (is_object($debugObject)) {$debugObject->debugLog(2, "testing node: " . $node->tag . " for attr…
625 …if (is_object($debugObject)) {$debugObject->debugLog(2, "after match: " . ($check ? "true" : "fals…
647 if (is_object($debugObject)) {$debugObject->debugLog(1, "EXIT - ret: ", $ret);}
685 if (is_object($debugObject)) {$debugObject->debugLog(2, "Matches Array: ", $matches);}
779 …if (is_object($debugObject)) {$debugObject->debugLog(3, "source charset: " . $sourceCharset . " ta…
1200 …if (is_object($debugObject)) {$debugObject->debugLog(2, 'header content-type found charset of: ' .…
1211 …if (is_object($debugObject)) {$debugObject->debugLog(2, 'meta content-type tag found' . $fullvalue…
1223 …if (is_object($debugObject)) {$debugObject->debugLog(2, 'meta content-type tag couldn\'t be parsed…
[all …]
/plugin/abc/
Dsyntax.php95 $debugLog = $this->_createImgFile($abcFile, $curFileBase);
115 if ($debugLog) {
116 msg($debugLog);