Lines Matching refs:debug
74 $this->debug("#### STARTING ####");
98 $this->functions->debug->message("EXISTS previously not set.", $elem, 1);
127 $this->debug("no name, get site title " . $elem['name']);
128 $this->debug($elem);
140 $this->functions->debug->message("This will be the TOC elements data:", $elem, 1);
145 $this->debug("#### Writing TOC Tree ####");
147 $this->debug("#### DONE: Writing TOC Tree ####");
150 $this->debug($DATA);
151 $this->debug($TOCXML);
152 $this->debug($MAPXML);
189 $this->debug("creating toc item");
190 $this->debug($item);
194 $this->debug("no map ID, using: " . $targetID);
248 $this->debug("-- This is the current node --");
249 $this->debug($CURRENTNODE);
453 public function debug($data, $final = false) { function in siteexport_toc