ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
HFile_mixedphp.php
Go to the documentation of this file.
1
<?php
2
$BEAUT_PATH
= realpath(
"."
).
"/Services/COPage/syntax_highlight/php"
;
3
if
(!isset (
$BEAUT_PATH
))
return
;
4
require_once(
"$BEAUT_PATH/Beautifier/HFile.php"
);
5
6
class
HFile_plain
extends
HFile
{
7
8
function
HFile_plain
(){
9
10
$this->
HFile
();
11
12
13
/*************************************/
14
// Beautifier Highlighting Configuration File
15
// Plain with PHP
16
/*************************************/
17
// Flags
18
19
$this->nocase =
"1"
;
20
$this->notrim =
"0"
;
21
$this->perl =
"0"
;
22
23
$this->zones = array(
24
array(
"<?"
,
"?>"
,
"HFile_php3"
)
25
);
26
}
27
}
28
?>
Services
COPage
syntax_highlight
php
HFile
HFile_mixedphp.php
Generated on Wed Apr 27 2016 19:01:34 for ILIAS by
1.8.1.2 (using
Doxyfile
)