Lines Matching refs:debug

94         $this->functions->debug->message("========================================", null, 1);
95 $this->functions->debug->message("Starting export from URL call", null, 1);
96 $this->functions->debug->message("----------------------------------------", null, 1);
133 … $this->functions->debug->message("----------------------------------------", null, 1);
134 … $this->functions->debug->message("Errors during export from URL call", null, 1);
135 … $this->functions->debug->message("========================================", null, 1);
136 print $this->functions->debug->runtimeErrors;
144 $this->functions->debug->message("Will Redirect", null, 1);
150 $this->functions->debug->message("----------------------------------------", null, 1);
151 $this->functions->debug->message("Finishing export from URL call", null, 1);
152 $this->functions->debug->message("========================================", null, 1);
157 $this->functions->debug->message("Redirecting to final file", $URL, 2);
166 if (!empty($this->functions->debug->runtimeErrors))
168 …$this->filewriter->__moveDataToZip($this->functions->debug->runtimeErrors, '_runtime_error/' . tim…
198 $this->functions->debug->message("Prepared URL and POST from Request:", $_REQUEST, 2);
204 $this->functions->debug->message("Prepared URL and POST data:", $return, 2);
224 $this->functions->debug->message("Generating Direct Download URL", $url, 2);
227 if (!$this->functions->debug->firstRE()) {
228 …$this->functions->debug->message("There have been errors while generating the download URLs.", nul…
242 $this->functions->debug->message("Checking for Cron parameters: ", $combined, 1);
263 … $this->functions->debug->runtimeException("No data generated. List of Files is 'false'.");
269 $this->functions->debug->runtimeException("Generated list is empty.");
274 if (!$this->functions->debug->firstRE())
276 … $this->functions->debug->message("There have been errors while generating site list.", null, 4);
293 $this->functions->debug->message("Had a valid cache file and will use it.", null, 2);
300 $this->functions->debug->message("Will create a new cache thing.", null, 2);
316 $this->functions->debug->message("========================================", null, 1);
317 $this->functions->debug->message("Starting export from AJAX call", null, 1);
318 $this->functions->debug->message("----------------------------------------", null, 1);
322 $this->functions->debug->message("----------------------------------------", null, 1);
323 $this->functions->debug->message("Errors during export from AJAX call", null, 1);
324 $this->functions->debug->message("========================================", null, 1);
328 $this->functions->debug->message("----------------------------------------", null, 1);
329 $this->functions->debug->message("Finishing export from AJAX call", null, 1);
330 $this->functions->debug->message("========================================", null, 1);
336 if (!$this->functions->debug->firstRE()) {
337 $this->functions->debug->message("There have been errors during the export.", null, 4);
353 …$this->functions->debug->message("ROOT Namespace to export from: '{$NS}' / {$this->namespace}", nu…
368 $this->functions->debug->message("Checking for Cache, depthType:0", null, 2);
374 $this->functions->debug->message("Exporting the following sites: ", $data, 2);
386 $this->functions->debug->message("Options", $opts, 2);
395 $this->functions->debug->message("Using TOC for data", null, 2);
418 $this->functions->debug->message("Checking for Cache after lookup of pages", null, 2);
424 $this->functions->debug->message("Exporting the following sites: ", $data, 2);
432 $this->functions->debug->runtimeException("Can't remove old files.");
440 $this->functions->debug->message("List is empty I guess. Used NS: '{$NS}' ", null, 1);
451 $this->functions->debug->message("Generating eclipseDocZip", null, 2);
478 $this->functions->debug->message("========================================", null, 2);
479 $this->functions->debug->message("Adding Site: '$ID'", null, 2);
480 $this->functions->debug->message("----------------------------------------", $_REQUEST, 2);
511 $this->functions->debug->message("REQUEST for add_site:", $request, 2);
518 $this->functions->debug->message("Filename could be:", $fileName, 2);
526 …$this->functions->debug->runtimeException("Creating temporary download file failed for '$url'. See…
534 … $this->functions->debug->message("Will replace old filename '{$fileName}' with {$ID}", null, 1);
542 …$this->functions->debug->message("Will replace old filename '{$fileName}' with {$dirname}/{$tmpFil…
550 $this->functions->debug->message("Could not remove temporary file", $tmpFile[0], 1);
567 $this->functions->debug->message("Checking for exclude: ", array(
582 $this->functions->debug->message("Fetching URL: '$URL'", null, 2);
588 …$this->functions->debug->message("HTTP status was '{$http->status}' - but I was told to ignore it …
592 …$this->functions->debug->message("Sending request failed with error, HTTP status was '{$http->stat…
597 $this->functions->debug->message("No data fetched", $URL, 4);
601 $this->functions->debug->message("Headers received", $http->resp_headers, 2);
605 $this->functions->debug->message("========================================", null, 1);
606 $this->functions->debug->message("Starting to recurse file '$URL'", null , 1);
607 $this->functions->debug->message("----------------------------------------", null, 1);
609 $this->functions->debug->message("----------------------------------------", null, 1);
610 $this->functions->debug->message("Finished to recurse file '$URL'", null , 1);
611 $this->functions->debug->message("========================================", null, 1);
615 $this->functions->debug->message("Temporary filename", $tmpFile, 1);
619 $this->functions->debug->message("Can't open temporary File '$tmpFile'.", null , 4);
632 $this->functions->debug->message("Found new image extension:", $extension, 2);
667 $this->functions->debug->message("SRCSET", $DATA, 2);
677 $this->functions->debug->message("SRCSET: URL before: '$url'", null, 2);
680 $this->functions->debug->message("SRCSET: URL after: '$url'", null, 2);
702 …$this->functions->debug->message("Starting Link Replacement", array('data' => $DATA, 'additional P…
712 $this->functions->debug->message("OrigDATA is:", $ORIGDATA2, 1);
739 …$this->functions->debug->message("URL before rewriting option for others than 1", array($DATA, $PA…
745 $this->functions->debug->message("URL before rewriting option", array($DATA, $PARAMS), 2);
771 $this->functions->debug->message("Resolving ID: '$ID'", null, 2);
775 … $this->functions->debug->message("Current mediaID to filename: '" . mediaFN($ID) . "'", null, 2);
779 … $this->functions->debug->message("Current ID to filename: '" . wikiFN($ID) . "'", null, 2);
782 …$this->functions->debug->message("Current ID after resolvement: '$ID' the ID does exist: '" . ($ID…
800 $this->functions->debug->message("URL from ID: '$url'", null, 2);
806 $this->functions->debug->message("DATA after parsing.", $DATA, 2);
815 …$this->functions->debug->message("DATA after second rewrite with UseRewrite = 2", array($DATA, $ma…
828 …$this->functions->debug->message("DATA after SWITCH CASE decision", array($DATA, $noDeepReplace, $…
836 $this->functions->debug->message("Creating PDF with URL '$url'", null, 2);
859 …$this->functions->debug->message("This is CSS file", array($DATA, $noDeepReplace, $fileName, $newD…
873 …$this->functions->debug->message("This is JS file", array($DATA, $url, $newAdditionalParameters), …
878 $this->functions->debug->message("Skipping indexer", null, 2);
891 …$this->functions->debug->message("This is detail.php file with addParams", array($DATA, $ID, $file…
899 …$this->functions->debug->message("Current ID to filename (doku.php): '" . wikiFN($ID) . "'", null,…
908 …$this->functions->debug->message("This is doku.php file with addParams", array($DATA, $ID, $fileNa…
926 … $this->functions->debug->message("This is fetch.php file", array($DATA, $ID, $PARAMS), 2);
951 …$this->functions->debug->message("This is something with '_detail' file", array($DATA, $backlinkID…
962 … $this->functions->debug->message("This is something with '_export' file", $DATA, 2);
973 $this->functions->debug->message("This page really exists", $DATA, 1);
1000 … $this->functions->debug->message("File has been checked before.", array($DATA, $url), 2);
1006 $this->functions->debug->message("File with DATA exists in ZIP.", $DATA, 3);
1021 …$this->functions->debug->message("Going to get the file", array($url, $noDeepReplace, $newAddition…
1023 …$this->functions->debug->message("The getHTTPFile result is still empty", $tmpFile === false ? 'YE…
1032 $this->functions->debug->message("The fetched file '$url' is 'false'", null, 3);
1034 … $this->functions->debug->message("The file does not exist, fallback to ORIGDATA", $ORIGDATA2, 2);
1040 $this->functions->debug->message("Final Link after empty file from '$url'", null, 2);
1045 $this->functions->debug->message("The fetched file looks good.", $tmpFile, 2);
1052 $this->functions->debug->message("Changed filename.", $DATA[2], 2);
1058 $this->functions->debug->message("Added extension provided from Server.", $DATA[2], 2);
1066 $this->functions->debug->message("Could not delete temporary file.", $tmpFile[0], 2);
1070 $this->functions->debug->message("Returning final Link to document: '$newURL'", null, 2);
1079 …$this->functions->debug->message("Don't like http, mailto, data or javascript links here", null, 1…
1086 $this->functions->debug->message("This is an HTTP like somewhere else", $DATA, 1);
1091 $this->functions->debug->message("This is a refercence only", null, 1);
1102 …$this->functions->debug->message("Did not match '$^(" . DOKU_BASE . ")?lib/$' userewrite == {$conf…
1109 $this->functions->debug->message("This file must be inside lib ...", null, 2);
1128 …$this->functions->debug->message("OK, this is not to be absolute: ", array($intermediateURL, $CURR…
1133 $this->functions->debug->message("Re-created URL: '$newURL'", $DEPTH, 2);
1278 $this->functions->debug->message("Rebuilding Data for normal file.", $DATA[2], 1);
1308 $this->functions->debug->message('Could not remove file', $cache, 1 );
1312 $this->functions->debug->message('Could not remove file', $cache . '.gz', 1 );