Definition at line 7 of file HFile_rexx.php.
◆ donothing()
HFile_rexx::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_rexx()
HFile_rexx::HFile_rexx |
( |
| ) |
|
Definition at line 9 of file HFile_rexx.php.
References array.
24 $this->colours =
array(
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
221 "RxFuncQuery" =>
"3",
223 "RxMessageBox" =>
"3",
225 "SysAddRexxMacro" =>
"3",
226 "SysBootDrive" =>
"3",
227 "SysClearRexxMacroSpace" =>
"3",
228 "SysCloseEventSem" =>
"3",
229 "SysCloseMutexSem" =>
"3",
231 "SysCreateEventSem" =>
"3",
232 "SysCreateMutexSem" =>
"3",
234 "SysCurState" =>
"3",
235 "SysDriveInfo" =>
"3",
236 "SysDriveMap" =>
"3",
237 "SysDropFuncs" =>
"3",
238 "SysDropRexxMacro" =>
"3",
239 "SysDumpVariables" =>
"3",
240 "SysFileDelete" =>
"3",
241 "SysFileSearch" =>
"3",
242 "SysFileSystemType" =>
"3",
243 "SysGetFileDateTime" =>
"3",
244 "SysFileTree" =>
"3",
247 "SysLoadFuncs" =>
"3",
248 "SysLoadRexxMacroSpace" =>
"3",
250 "SysOpenEventSem" =>
"3",
251 "SysOpenMutexSem" =>
"3",
252 "SysPostEventSem" =>
"3",
253 "SysPulseEventSem" =>
"3",
254 "SysQueryProcess" =>
"3",
255 "SysQueryRexxMacro" =>
"3",
256 "SysReleaseMutexSem" =>
"3",
257 "SysReorderRexxMacro" =>
"3",
258 "SysRequestMutexSem" =>
"3",
259 "SysResetEventSem" =>
"3",
261 "SysSaveRexxMacroSpace" =>
"3",
262 "SysSearchPath" =>
"3",
263 "SysSetFileDateTime" =>
"3",
264 "SysSetPriority" =>
"3",
266 "SysStemCopy" =>
"3",
267 "SysStemDelete" =>
"3",
268 "SysStemInsert" =>
"3",
269 "SysStemSort" =>
"3",
270 "SysSwitchSession" =>
"3",
271 "SysSystemDirectory" =>
"3",
272 "SysTempFileName" =>
"3",
273 "SysTextScreenRead" =>
"3",
274 "SysTextScreenSize" =>
"3",
275 "SysUtilVersion" =>
"3",
276 "SysVolumeLabel" =>
"3",
277 "SysWaitEventSem" =>
"3",
278 "SysWaitNamedPipe" =>
"3",
292 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: