| D | block.php | 12 var $geshi = false; variable in syntax_plugin_codedoc_block 98 list($match, $this->geshi) = explode(':',$match); 99 $match = "$match " . $this->geshi; 105 if($this->geshi) { 106 $renderer->doc .= p_xhtml_cached_geshi($match, $this->geshi,'');
|