Searched refs:trace_dump (Results 1 – 4 of 4) sorted by relevance
114 protected static $trace_dump = 'syntax_plugin_creole_base - Trace-Dump:<br/>'; variable in helper_plugin_creole_eventhandler122 self::$trace_dump = 'syntax_plugin_creole_base - Trace-Dump:<br/>';199 return self::$trace_dump;203 self::$trace_dump .= $content;
21 public $trace_dump = NULL; variable in helper_plugin_odt_dwcssloader
59 public $trace_dump = ''; variable in ODTDocument790 if (!empty($this->trace_dump)) {794 $this->addPreformattedText($this->trace_dump);2078 $this->trace_dump .= $this->htmlStack->getDump();2264 $this->trace_dump .= 'newBaseSize: '.$newBaseSize."\n";2265 $this->trace_dump .= 'newBaseSizeInPt: '.$newBaseSizeInPt."\n";
13 static public $trace_dump = NULL; variable in ODTImport