Definition at line 7 of file HFile_lotusscript.php.
◆ donothing()
HFile_lotusscript::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_lotusscript()
HFile_lotusscript::HFile_lotusscript |
( |
| ) |
|
Definition at line 9 of file HFile_lotusscript.php.
References array.
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown");
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(
"%REM");
44 $this->blockcommentoff =
array(
"%END REM");
48 $this->keywords =
array(
128 "FileDateTime" =>
"1",
135 "FromFunction" =>
"1",
137 "GetFileAttr" =>
"1",
253 "SetFileAttr" =>
"1",
325 "NotesACLNotesACLEntry" =>
"4",
327 "NotesDatabase" =>
"4",
328 "NotesDateRange" =>
"4",
329 "NotesDateTime" =>
"4",
330 "NotesDbDirectory" =>
"4",
331 "NotesDocument" =>
"4",
332 "NotesDocumentCollection" =>
"4",
333 "NotesEmbeddedObject" =>
"4",
335 "NotesInternational" =>
"4",
339 "NotesNewsLetter" =>
"4",
340 "NotesRegistration" =>
"4",
341 "NotesRichTextItem" =>
"4",
342 "NotesRichTextStyle" =>
"4",
343 "NotesSession" =>
"4",
346 "NotesViewColumn" =>
"4",
347 "NotesUIDatabase" =>
"4",
348 "NotesUIDocument" =>
"4",
349 "NotesUIView" =>
"4",
350 "NotesUIWorkspace" =>
"4",
352 "notesaclnotesaclentry" =>
"4",
354 "notesdatabase" =>
"4",
355 "notesdaterange" =>
"4",
356 "notesdatetime" =>
"4",
357 "notesdbdirectory" =>
"4",
358 "notesdocument" =>
"4",
359 "notesdocumentcollection" =>
"4",
360 "notesembeddedobject" =>
"4",
362 "notesinternational" =>
"4",
366 "notesnewsletter" =>
"4",
367 "notesregistration" =>
"4",
368 "notesrichtextitem" =>
"4",
369 "notesrichtextstyle" =>
"4",
370 "notessession" =>
"4",
373 "notesviewcolumn" =>
"4",
374 "notesuidatabase" =>
"4",
375 "notesuidocument" =>
"4",
376 "notesuiview" =>
"4",
377 "notesuiworkspace" =>
"4",
387 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: