• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_mixedphp.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005 
00006 class HFile_plain extends HFile{
00007 
00008  function HFile_plain(){
00009 
00010     $this->HFile();     
00011 
00012 
00013 /*************************************/
00014 // Beautifier Highlighting Configuration File 
00015 // Plain with PHP
00016 /*************************************/
00017 // Flags
00018 
00019 $this->nocase                   = "1";
00020 $this->notrim                   = "0";
00021 $this->perl                     = "0";
00022 
00023 $this->zones                    = array(
00024                                         array("<?", "?>", "HFile_php3")
00025                                 );
00026 }
00027 }
00028 ?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1