Definition at line 7 of file HFile_clarion.php.
◆ donothing()
HFile_clarion::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_clarion()
HFile_clarion::HFile_clarion |
( |
| ) |
|
Definition at line 9 of file HFile_clarion.php.
References array.
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple",
"gray",
"brown");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"LOOP",
"IF",
"THEN",
"OF",
"ELSE");
32 $this->unindent =
array(
"END",
"UNTIL",
"WHILE");
36 $this->stringchars =
array(
"'");
37 $this->delimiters =
array(
"~",
"@",
"%",
"^",
"*",
"(",
")",
"-",
"+",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
".",
",");
42 $this->linecommenton =
array(
"!");
43 $this->blockcommenton =
array(
"OMIT");
44 $this->blockcommentoff =
array(
"ENDOM");
48 $this->keywords =
array(
143 "APPLICATION" =>
"4",
167 "COMPATIBILITY" =>
"4",
375 "COLORDIALOG" =>
"6",
379 "CONVERTANSITOOEM" =>
"6",
380 "CONVERTOEMTOANSI" =>
"6",
404 "FILEERRORCODE" =>
"6",
413 "GETPOSITION" =>
"6",
469 "PRINTERDIALOG" =>
"6",
475 "REGISTEREVENT" =>
"6",
494 "SETCLIPBOARD" =>
"6",
502 "SETPENCOLOR" =>
"6",
503 "SETPENSTYLE" =>
"6",
504 "SETPENWIDTH" =>
"6",
505 "SETPOSITION" =>
"6",
506 "SETPROPERTY" =>
"6",
521 "THREADLOCKED" =>
"6",
526 "UNLOCKTHREAD" =>
"6",
528 "UNREGISTEREVENT" =>
"6",
538 "DDEACKNOWLEDGE" =>
"7",
552 "OLEDIRECTORY" =>
"7",
553 "OCXGETPARAM" =>
"7",
554 "OCXGETPARAMCOUNT" =>
"7",
555 "OCXLOADIMAGE" =>
"7",
556 "OCXREGISTEREVENTPROC" =>
"7",
557 "OCXREGISTERPROPCHANGE" =>
"7",
558 "OCXREGISTERPROPEDIT" =>
"7",
559 "OCXSETPARAM" =>
"7",
560 "OCXSETPARAMOCXEVENT" =>
"7",
561 "OCXUNREGISTERPROPCHANGE" =>
"7",
562 "OCXUNREGISTERPROPEDIT" =>
"7",
563 "OCXUNREGISTEREVENTPROC" =>
"7",
623 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: