ILIAS
release_4-4 Revision
◀ 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
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
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_mfl.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_MFL
extends
HFile
7
{
8
function
HFile_MFL
()
9
{
10
$this->
HFile
();
// Call the HFile constructor.
11
$this->colours = array(
"blue"
,
"brown"
,
"red"
);
12
$this->delimiters = array(
" "
,
" "
,
"("
,
")"
,
"."
);
13
$this->keywords = array(
14
"import"
=>
"1"
,
15
"function"
=>
"1"
,
16
"forall"
=>
"1"
,
17
"return"
=>
"2"
,
18
"print"
=>
"2"
,
19
"+"
=>
"3"
,
20
"="
=>
"3"
21
);
22
# $this->stringchars = array("\"", "'");
23
# $this->escchar = "\\";
24
}
25
}
26
?>
HFile_MFL\HFile_MFL
HFile_MFL()
Definition:
HFile_mfl.php:8
HFile\HFile
HFile()
Definition:
HFile.php:24
HFile
Definition:
HFile.php:21
$BEAUT_PATH
$BEAUT_PATH
Definition:
HFile_mfl.php:2
HFile_MFL
Definition:
HFile_mfl.php:6
Services
COPage
syntax_highlight
php
HFile
HFile_mfl.php
Generated on Mon Dec 21 2020 19:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)