Definition at line 5 of file HFile_clarion.php.
◆ donothing()
HFile_clarion::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_clarion()
HFile_clarion::HFile_clarion |
( |
| ) |
|
Definition at line 6 of file HFile_clarion.php.
References array.
20 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple",
"gray",
"brown");
21 $this->quotecolour =
"blue";
22 $this->blockcommentcolour =
"green";
23 $this->linecommentcolour =
"green";
27 $this->indent =
array(
"LOOP",
"IF",
"THEN",
"OF",
"ELSE");
28 $this->unindent =
array(
"END",
"UNTIL",
"WHILE");
32 $this->stringchars =
array(
"'");
33 $this->delimiters =
array(
"~",
"@",
"%",
"^",
"*",
"(",
")",
"-",
"+",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
".",
",");
38 $this->linecommenton =
array(
"!");
39 $this->blockcommenton =
array(
"OMIT");
40 $this->blockcommentoff =
array(
"ENDOM");
44 $this->keywords =
array(
139 "APPLICATION" =>
"4",
163 "COMPATIBILITY" =>
"4",
371 "COLORDIALOG" =>
"6",
375 "CONVERTANSITOOEM" =>
"6",
376 "CONVERTOEMTOANSI" =>
"6",
400 "FILEERRORCODE" =>
"6",
409 "GETPOSITION" =>
"6",
465 "PRINTERDIALOG" =>
"6",
471 "REGISTEREVENT" =>
"6",
490 "SETCLIPBOARD" =>
"6",
498 "SETPENCOLOR" =>
"6",
499 "SETPENSTYLE" =>
"6",
500 "SETPENWIDTH" =>
"6",
501 "SETPOSITION" =>
"6",
502 "SETPROPERTY" =>
"6",
517 "THREADLOCKED" =>
"6",
522 "UNLOCKTHREAD" =>
"6",
524 "UNREGISTEREVENT" =>
"6",
534 "DDEACKNOWLEDGE" =>
"7",
548 "OLEDIRECTORY" =>
"7",
549 "OCXGETPARAM" =>
"7",
550 "OCXGETPARAMCOUNT" =>
"7",
551 "OCXLOADIMAGE" =>
"7",
552 "OCXREGISTEREVENTPROC" =>
"7",
553 "OCXREGISTERPROPCHANGE" =>
"7",
554 "OCXREGISTERPROPEDIT" =>
"7",
555 "OCXSETPARAM" =>
"7",
556 "OCXSETPARAMOCXEVENT" =>
"7",
557 "OCXUNREGISTERPROPCHANGE" =>
"7",
558 "OCXUNREGISTERPROPEDIT" =>
"7",
559 "OCXUNREGISTEREVENTPROC" =>
"7",
619 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: