ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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_mixedphp
extends
HFile
{
7
8
function
HFile_mixedphp
(){
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_mixedphp
Definition:
HFile_mixedphp.php:6
HFile_mixedphp\HFile_mixedphp
HFile_mixedphp()
Definition:
HFile_mixedphp.php:8
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
HFile
Definition:
HFile.php:21
php
Services
COPage
syntax_highlight
php
HFile
HFile_mixedphp.php
Generated on Fri Jan 24 2025 19:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)