ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
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
?>
$BEAUT_PATH
$BEAUT_PATH
Definition:
HFile_mixedphp.php:2
HFile_plain
Definition:
HFile_mixedphp.php:6
HFile\HFile
HFile()
Definition:
HFile.php:24
HFile
Definition:
HFile.php:21
HFile_plain\HFile_plain
HFile_plain()
Definition:
HFile_mixedphp.php:8
Services
COPage
syntax_highlight
php
HFile
HFile_mixedphp.php
Generated on Mon Mar 31 2025 19:00:45 for ILIAS by
1.8.13 (using
Doxyfile
)