Home
last modified time | relevance | path

Searched refs:trace_dump (Results 1 – 4 of 4) sorted by path

/plugin/creole/helper/
H A Deventhandler.php114 protected static $trace_dump = 'syntax_plugin_creole_base - Trace-Dump:<br/>'; variable in helper_plugin_creole_eventhandler
122 self::$trace_dump = 'syntax_plugin_creole_base - Trace-Dump:<br/>';
199 return self::$trace_dump;
203 self::$trace_dump .= $content;
/plugin/odt/ODT/
H A DODTDocument.php59 public $trace_dump = ''; variable in ODTDocument
790 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";
H A DODTImport.php13 static public $trace_dump = NULL; variable in ODTImport
/plugin/odt/helper/
H A Ddwcssloader.php21 public $trace_dump = NULL; variable in helper_plugin_odt_dwcssloader