ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_ibmnetdata Class Reference
+ Inheritance diagram for HFile_ibmnetdata:
+ Collaboration diagram for HFile_ibmnetdata:

Public Member Functions

 HFile_ibmnetdata ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 __construct ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 7 of file HFile_ibmnetdata.php.

Member Function Documentation

◆ donothing()

HFile_ibmnetdata::donothing (   $keywordin)

Definition at line 687 of file HFile_ibmnetdata.php.

688  {
689  return $keywordin;
690  }

◆ HFile_ibmnetdata()

HFile_ibmnetdata::HFile_ibmnetdata ( )

Definition at line 9 of file HFile_ibmnetdata.php.

References array.

10  {
11  $this->HFile();
12  /*************************************/
13  // Beautifier Highlighting Configuration File
14  // IBM Net.Data
15  /*************************************/
16  // Flags
17 
18  $this->nocase = "1";
19  $this->notrim = "0";
20  $this->perl = "0";
21 
22  // Colours
23 
24  $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple");
25  $this->quotecolour = "blue";
26  $this->blockcommentcolour = "green";
27  $this->linecommentcolour = "green";
28 
29  // Indent Strings
30 
31  $this->indent = array();
32  $this->unindent = array();
33 
34  // String characters and delimiters
35 
36  $this->stringchars = array("\"", "'");
37  $this->delimiters = array("~", "!", "$", "^", "&", "*", "(", ")", "+", "=", "|", "\\", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", " ", ".", "?");
38  $this->escchar = "";
39 
40  // Comment settings
41 
42  $this->linecommenton = array("//");
43  $this->blockcommenton = array("%{");
44  $this->blockcommentoff = array("%}");
45 
46  // Keywords (keyword mapping to colour number)
47 
48  $this->keywords = array(
49  "%html_report" => "1",
50  "%html_input" => "1",
51  "%function" => "1",
52  "%html" => "1",
53  "%envvar" => "1",
54  "%report" => "1",
55  "%if" => "1",
56  "%endif" => "1",
57  "%elif" => "1",
58  "%include" => "1",
59  "%define" => "1",
60  "%message" => "1",
61  "%row" => "1",
62  "%else" => "1",
63  "%list" => "1",
64  "%include_url" => "1",
65  "%exec" => "1",
66  "%table" => "1",
67  "%sql" => "1",
68  "%sql_message" => "1",
69  "%sql_report" => "1",
70  "%sql_code" => "1",
71  "align" => "2",
72  "database" => "2",
73  "db2plan" => "2",
74  "db2ssid" => "2",
75  "db_case" => "2",
76  "default" => "2",
77  "dtw_applet" => "2",
78  "dtw_applet_alttext" => "2",
79  "dtw_current_filename" => "2",
80  "dtw_current_last_modified" => "2",
81  "dtw_default" => "2",
82  "dtw_default_report" => "2",
83  "dtw_ffi" => "2",
84  "dtw_html_table" => "2",
85  "dtw_javapps" => "2",
86  "dtw_macro_filename" => "2",
87  "dtw_macro_last_modified" => "2",
88  "dtw_mp_path" => "2",
89  "dtw_mp_version" => "2",
90  "dtw_odbc" => "2",
91  "dtw_ora" => "2",
92  "dtw_perl" => "2",
93  "dtw_print_header" => "2",
94  "dtw_rexx" => "2",
95  "dtw_save_table_in" => "2",
96  "dtw_set_total_rows" => "2",
97  "dtw_sql" => "2",
98  "dtw_syb" => "2",
99  "dtw_system" => "2",
100  "dtw_webreg" => "2",
101  "in" => "2",
102  "inout" => "2",
103  "location" => "2",
104  "login" => "2",
105  "nlist" => "2",
106  "num_columns" => "2",
107  "password" => "2",
108  "return_code" => "2",
109  "row_num" => "2",
110  "rpt_max_rows" => "2",
111  "showsql" => "2",
112  "total_rows" => "2",
113  "transaction_scope" => "2",
114  "out" => "2",
115  "vlist" => "2",
116  "@dtw_addquote" => "3",
117  "@dtw_raddquote" => "3",
118  "@dtw_maddquote" => "3",
119  "@dtw_date" => "3",
120  "@dtw_rdate" => "3",
121  "@dtw_getenv" => "3",
122  "@dtw_rgetenv" => "3",
123  "@dtw_getinidata" => "3",
124  "@dtw_rgetinidata" => "3",
125  "@dtw_htmlencode" => "3",
126  "@dtw_rhtmlencode" => "3",
127  "@dtw_qhtmlencode" => "3",
128  "@dtw_rqhtmlencode" => "3",
129  "@dtw_setenv" => "3",
130  "@dtw_rsetenv" => "3",
131  "@dtw_time" => "3",
132  "@dtw_rtime" => "3",
133  "@dtw_urlescseq" => "3",
134  "@dtw_rurlescseq" => "3",
135  "@dtw_add" => "3",
136  "@dtw_radd" => "3",
137  "@dtw_divide" => "3",
138  "@dtw_rdivide" => "3",
139  "@dtw_divrem" => "3",
140  "@dtw_rdivrem" => "3",
141  "@dtw_format" => "3",
142  "@dtw_rformat" => "3",
143  "@dtw_intdiv" => "3",
144  "@dtw_rintdiv" => "3",
145  "@dtw_multiply" => "3",
146  "@dtw_rmultiply" => "3",
147  "@dtw_power" => "3",
148  "@dtw_rpower" => "3",
149  "@dtw_subtract" => "3",
150  "@dtw_rsubtract" => "3",
151  "@dtw_assign" => "3",
152  "@dtw_concat" => "3",
153  "@dtw_rconcat" => "3",
154  "@dtw_delstr" => "3",
155  "@dtw_rdelstr" => "3",
156  "@dtw_insert" => "3",
157  "@dtw_rinsert" => "3",
158  "@dtw_lastpos" => "3",
159  "@dtw_rlastpos" => "3",
160  "@dtw_length" => "3",
161  "@dtw_rlength" => "3",
162  "@dtw_lowercase" => "3",
163  "@dtw_rlowercase" => "3",
164  "@dtw_mlowercase" => "3",
165  "@dtw_pos" => "3",
166  "@dtw_rpos" => "3",
167  "@dtw_reverse" => "3",
168  "@dtw_rreverse" => "3",
169  "@dtw_strip" => "3",
170  "@dtw_rstrip" => "3",
171  "@dtw_substr" => "3",
172  "@dtw_rsubstr" => "3",
173  "@dtw_translate" => "3",
174  "@dtw_rtranslate" => "3",
175  "@dtw_uppercase" => "3",
176  "@dtw_ruppercase" => "3",
177  "@dtw_muppercase" => "3",
178  "@dtw_delword" => "3",
179  "@dtw_rdelword" => "3",
180  "@dtw_subword" => "3",
181  "@dtw_rsubword" => "3",
182  "@dtw_word" => "3",
183  "@dtw_rword" => "3",
184  "@dtw_wordindex" => "3",
185  "@dtw_rwordindex" => "3",
186  "@dtw_wordlength" => "3",
187  "@dtw_rwordlength" => "3",
188  "@dtw_wordpos" => "3",
189  "@dtw_rwordpos" => "3",
190  "@dtw_words" => "3",
191  "@dtw_rwords" => "3",
192  "@dtw_tb_dlist" => "3",
193  "@dtw_tb_dumph" => "3",
194  "@dtw_tb_dumpv" => "3",
195  "@dtw_tb_htmlencode" => "3",
196  "@dtw_tb_input_checkbox" => "3",
197  "@dtw_tb_input_radio" => "3",
198  "@dtw_tb_input_text" => "3",
199  "@dtw_tb_list" => "3",
200  "@dtw_tb_select" => "3",
201  "@dtw_tb_table" => "3",
202  "@dtw_tb_textarea" => "3",
203  "@dtwf_append" => "3",
204  "@dtwf_close" => "3",
205  "@dtwf_delete" => "3",
206  "@dtwf_insert" => "3",
207  "@dtwf_open" => "3",
208  "@dtwf_read" => "3",
209  "@dtwf_remove" => "3",
210  "@dtwf_search" => "3",
211  "@dtwf_update" => "3",
212  "@dtwf_write" => "3",
213  "@dtwr_addentry" => "3",
214  "@dtwr_clearreg" => "3",
215  "@dtwr_createreg" => "3",
216  "@dtwr_delentry" => "3",
217  "@dtwr_delreg" => "3",
218  "@dtwr_listreg" => "3",
219  "@dtwr_listsub" => "3",
220  "@dtwr_rtventry" => "3",
221  "@dtwr_rrtventry" => "3",
222  "@dtwr_updateentry" => "3",
223  "and" => "4",
224  "as" => "4",
225  "asc" => "4",
226  "avg" => "4",
227  "all" => "4",
228  "any" => "4",
229  "by" => "4",
230  "begin" => "4",
231  "between" => "4",
232  "count" => "4",
233  "create" => "4",
234  "cross" => "4",
235  "desc" => "4",
236  "distinct" => "4",
237  "drop" => "4",
238  "exists" => "4",
239  "escape" => "4",
240  "from" => "4",
241  "group" => "4",
242  "having" => "4",
243  "inner" => "4",
244  "insert" => "4",
245  "into" => "4",
246  "join" => "4",
247  "like" => "4",
248  "lower" => "4",
249  "max" => "4",
250  "min" => "4",
251  "null" => "4",
252  "not" => "4",
253  "or" => "4",
254  "order" => "4",
255  "outer" => "4",
256  "select" => "4",
257  "sum" => "4",
258  "table" => "4",
259  "to" => "4",
260  "unique" => "4",
261  "update" => "4",
262  "union" => "4",
263  "values" => "4",
264  "view" => "4",
265  "where" => "4",
266  "<A" => "5",
267  "</A>" => "5",
268  "<ABBR>" => "5",
269  "<ABBR" => "5",
270  "</ABBR>" => "5",
271  "<ABOVE>" => "5",
272  "<ACRONYM>" => "5",
273  "<ACRONYM" => "5",
274  "</ACRONYM>" => "5",
275  "<ADDRESS>" => "5",
276  "<ADDRESS" => "5",
277  "</ADDRESS>" => "5",
278  "<APPLET" => "5",
279  "</APPLET>" => "5",
280  "<ARRAY>" => "5",
281  "<AREA" => "5",
282  "</AREA" => "5",
283  "<B>" => "5",
284  "<B" => "5",
285  "</B>" => "5",
286  "<BASE" => "5",
287  "<BASEFONT" => "5",
288  "<BDO>" => "5",
289  "<BDO" => "5",
290  "</BDO>" => "5",
291  "<BGSOUND" => "5",
292  "<BIG>" => "5",
293  "<BIG" => "5",
294  "</BIG>" => "5",
295  "<BLINK>" => "5",
296  "</BLINK>" => "5",
297  "<BLOCKQUOTE>" => "5",
298  "<BLOCKQUOTE" => "5",
299  "</BLOCKQUOTE>" => "5",
300  "<BODY" => "5",
301  "<BODY>" => "5",
302  "</BODY>" => "5",
303  "<BOX>" => "5",
304  "<BR" => "5",
305  "<BR>" => "5",
306  "<BLINK" => "5",
307  "<BUTTON>" => "5",
308  "</BUTTON>" => "5",
309  "<CAPTION>" => "5",
310  "<CAPTION" => "5",
311  "</CAPTION>" => "5",
312  "<CENTER>" => "5",
313  "<CENTER" => "5",
314  "</CENTER>" => "5",
315  "<CITE>" => "5",
316  "<CITE" => "5",
317  "</CITE>" => "5",
318  "<CODE>" => "5",
319  "<CODE" => "5",
320  "</CODE>" => "5",
321  "<COL>" => "5",
322  "</COL>" => "5",
323  "<COLGROUP>" => "5",
324  "</COLGROUP>" => "5",
325  "<COMMENT>" => "5",
326  "</COMMENT>" => "5",
327  "<DD>" => "5",
328  "<DD" => "5",
329  "</DD>" => "5",
330  "<DEL>" => "5",
331  "<DEL" => "5",
332  "</DEL>" => "5",
333  "<DFN>" => "5",
334  "<DFN" => "5",
335  "</DFN>" => "5",
336  "<DIR>" => "5",
337  "<DIR" => "5",
338  "</DIR>" => "5",
339  "<DIV>" => "5",
340  "<DIV" => "5",
341  "</DIV>" => "5",
342  "<DL>" => "5",
343  "<DL" => "5",
344  "</DL>" => "5",
345  "<DT>" => "5",
346  "<DT" => "5",
347  "</DT>" => "5",
348  "<EM>" => "5",
349  "<EM" => "5",
350  "</EM>" => "5",
351  "<EMBED" => "5",
352  "<FIELDSET>" => "5",
353  "<FIELDSET" => "5",
354  "</FIELDSET>" => "5",
355  "<FIG>" => "5",
356  "<FONT" => "5",
357  "</FONT>" => "5",
358  "<FORM>" => "5",
359  "<FORM" => "5",
360  "</FORM>" => "5",
361  "<FRAME" => "5",
362  "<FRAMESET" => "5",
363  "</FRAMESET>" => "5",
364  "<H1>" => "5",
365  "<H1" => "5",
366  "</H1>" => "5",
367  "<H2>" => "5",
368  "<H2" => "5",
369  "</H2>" => "5",
370  "<H3>" => "5",
371  "<H3" => "5",
372  "</H3>" => "5",
373  "<H4>" => "5",
374  "<H4" => "5",
375  "</H4>" => "5",
376  "<H5>" => "5",
377  "<H5" => "5",
378  "</H5>" => "5",
379  "<H6>" => "5",
380  "<H6" => "5",
381  "</H6>" => "5",
382  "<HEAD>" => "5",
383  "<HEAD" => "5",
384  "</HEAD>" => "5",
385  "<HR>" => "5",
386  "<HR" => "5",
387  "<HTML>" => "5",
388  "<HTML" => "5",
389  "</HTML>" => "5",
390  "<I>" => "5",
391  "<I" => "5",
392  "</I>" => "5",
393  "<IFRAME>" => "5",
394  "</IFRAME>" => "5",
395  "<ILAYER>" => "5",
396  "</ILAYER>" => "5",
397  "<IMG" => "5",
398  "<INPUT>" => "5",
399  "<INPUT" => "5",
400  "<INS>" => "5",
401  "<INS" => "5",
402  "</INS>" => "5",
403  "<ISINDEX>" => "5",
404  "<ISINDEX" => "5",
405  "<KBD>" => "5",
406  "<KBD" => "5",
407  "</KBD>" => "5",
408  "<LABEL>" => "5",
409  "<LABEL" => "5",
410  "</LABEL>" => "5",
411  "<LAYER>" => "5",
412  "<LEGEND>" => "5",
413  "<LEGEND" => "5",
414  "</LEGEND>" => "5",
415  "<LI>" => "5",
416  "<LI" => "5",
417  "</LI>" => "5",
418  "<LINK" => "5",
419  "<LISTING>" => "5",
420  "</LISTING>" => "5",
421  "<MAP" => "5",
422  "</MAP>" => "5",
423  "<MARQUEE" => "5",
424  "</MARQUEE>" => "5",
425  "<MENU>" => "5",
426  "<MENU" => "5",
427  "</MENU>" => "5",
428  "<META" => "5",
429  "<MULTICOL>" => "5",
430  "</MULTICOL>" => "5",
431  "<NEXTID" => "5",
432  "<NOBR>" => "5",
433  "</NOBR>" => "5",
434  "<NOFRAMES>" => "5",
435  "</NOFRAMES>" => "5",
436  "<NOLAYER>" => "5",
437  "</NOLAYER>" => "5",
438  "<NOTE>" => "5",
439  "</NOTE>" => "5",
440  "<NOSCRIPT>" => "5",
441  "</NOSCRIPT>" => "5",
442  "<OBJECT>" => "5",
443  "<OBJECT" => "5",
444  "<OL>" => "5",
445  "<OL" => "5",
446  "</OL>" => "5",
447  "<OPTION>" => "5",
448  "<OPTION" => "5",
449  "<OPTGROUP>" => "5",
450  "<OPTGROUP" => "5",
451  "</OPTGROUP>" => "5",
452  "<P" => "5",
453  "<P>" => "5",
454  "</P>" => "5",
455  "<PARAM" => "5",
456  "<PRE>" => "5",
457  "<PRE" => "5",
458  "</PRE>" => "5",
459  "<Q>" => "5",
460  "<Q" => "5",
461  "</Q>" => "5",
462  "<QUOTE>" => "5",
463  "<RANGE>" => "5",
464  "<ROOT>" => "5",
465  "<S>" => "5",
466  "<S" => "5",
467  "</S>" => "5",
468  "<SAMP>" => "5",
469  "<SAMP" => "5",
470  "</SAMP>" => "5",
471  "<SCRIPT" => "5",
472  "<SCRIPT>" => "5",
473  "</SCRIPT>" => "5",
474  "<SELECT" => "5",
475  "</SELECT>" => "5",
476  "<SMALL>" => "5",
477  "<SMALL" => "5",
478  "</SMALL>" => "5",
479  "<SOUND" => "5",
480  "<SPACER>" => "5",
481  "<SPAN>" => "5",
482  "<SPAN" => "5",
483  "</SPAN>" => "5",
484  "<SQRT>" => "5",
485  "<STRIKE>" => "5",
486  "<STRIKE" => "5",
487  "</STRIKE>" => "5",
488  "<STRONG>" => "5",
489  "<STRONG" => "5",
490  "</STRONG>" => "5",
491  "<STYLE>" => "5",
492  "<STYLE" => "5",
493  "</STYLE>" => "5",
494  "<SUB>" => "5",
495  "<SUB" => "5",
496  "</SUB>" => "5",
497  "<SUP>" => "5",
498  "<SUP" => "5",
499  "</SUP>" => "5",
500  "<TABLE>" => "5",
501  "<TABLE" => "5",
502  "</TABLE>" => "5",
503  "<TBODY>" => "5",
504  "<TBODY" => "5",
505  "</TBODY>" => "5",
506  "<TD" => "5",
507  "<TD>" => "5",
508  "</TD>" => "5",
509  "<TEXT>" => "5",
510  "<TEXTAREA" => "5",
511  "<TEXTAREA>" => "5",
512  "</TEXTAREA>" => "5",
513  "<TFOOT>" => "5",
514  "<TFOOT" => "5",
515  "</TFOOT>" => "5",
516  "<TH" => "5",
517  "<TH>" => "5",
518  "</TH>" => "5",
519  "<THEAD>" => "5",
520  "<THEAD" => "5",
521  "</THEAD>" => "5",
522  "<TITLE>" => "5",
523  "</TITLE>" => "5",
524  "<TR" => "5",
525  "<TR>" => "5",
526  "</TR>" => "5",
527  "<TT>" => "5",
528  "</TT>" => "5",
529  "<TT" => "5",
530  "<U>" => "5",
531  "<U" => "5",
532  "</U>" => "5",
533  "<UL>" => "5",
534  "<UL" => "5",
535  "</UL>" => "5",
536  "<VAR>" => "5",
537  "</VAR>" => "5",
538  "<VAR" => "5",
539  "<WBR>" => "5",
540  "<XMP>" => "5",
541  "</XMP>" => "5",
542  "ABBR=" => "6",
543  "ACCEPT-CHARSET=" => "6",
544  "ACCEPT=" => "6",
545  "ACCESSKEY=" => "6",
546  "ACTION=" => "6",
547  "ALIGN=" => "6",
548  "ALINK=" => "6",
549  "ALT=" => "6",
550  "ARCHIVE=" => "6",
551  "AXIS=" => "6",
552  "BACKGROUND=" => "6",
553  "BEHAVIOR" => "6",
554  "BELOW" => "6",
555  "BGCOLOR=" => "6",
556  "BORDER=" => "6",
557  "CELLPADDING=" => "6",
558  "CELLSPACING=" => "6",
559  "CHAR=" => "6",
560  "CHAROFF=" => "6",
561  "CHARSET=" => "6",
562  "CHECKED" => "6",
563  "CITE=" => "6",
564  "CLASS=" => "6",
565  "CLASSID=" => "6",
566  "CLEAR=" => "6",
567  "CODE=" => "6",
568  "CODEBASE=" => "6",
569  "CODETYPE=" => "6",
570  "COLOR=" => "6",
571  "COLS=" => "6",
572  "COLSPAN=" => "6",
573  "COMPACT" => "6",
574  "CONTENT=" => "6",
575  "COORDS=" => "6",
576  "DATA=" => "6",
577  "DATETIME=" => "6",
578  "DECLARE" => "6",
579  "DEFER" => "6",
580  "DIR=" => "6",
581  "DISABLED" => "6",
582  "ENCTYPE=" => "6",
583  "FACE=" => "6",
584  "FOR=" => "6",
585  "FRAME=" => "6",
586  "FRAMEBORDER=" => "6",
587  "FRAMESPACING=" => "6",
588  "HEADERS=" => "6",
589  "HEIGHT=" => "6",
590  "HIDDEN=" => "6",
591  "HREF=" => "6",
592  "HREFLANG=" => "6",
593  "HSPACE=" => "6",
594  "HTTP-EQUIV=" => "6",
595  "ID=" => "6",
596  "ISMAP=" => "6",
597  "LABEL=" => "6",
598  "LANG=" => "6",
599  "LANGUAGE=" => "6",
600  "LINK=" => "6",
601  "LOOP=" => "6",
602  "LONGDESC=" => "6",
603  "MAILTO=" => "6",
604  "MARGINHEIGHT=" => "6",
605  "MARGINWIDTH=" => "6",
606  "MAXLENGTH=" => "6",
607  "MEDIA=" => "6",
608  "METHOD=" => "6",
609  "MULTIPLE" => "6",
610  "NAME=" => "6",
611  "NOHREF" => "6",
612  "NORESIZE" => "6",
613  "NOSHADE" => "6",
614  "OBJECT=" => "6",
615  "ONBLUR=" => "6",
616  "ONCHANGE=" => "6",
617  "ONFOCUS=" => "6",
618  "ONKEYDOWN=" => "6",
619  "ONKEYPRESS=" => "6",
620  "ONKEYUP=" => "6",
621  "ONLOAD=" => "6",
622  "ONRESET=" => "6",
623  "ONSELECT=" => "6",
624  "ONSUBMIT=" => "6",
625  "ONUNLOAD=" => "6",
626  "ONCLICK=" => "6",
627  "ONDBLCLICK=" => "6",
628  "ONMOUSEDOWN=" => "6",
629  "ONMOUSEMOVE=" => "6",
630  "ONMOUSEOUT=" => "6",
631  "ONMOUSEOVER=" => "6",
632  "ONMOUSEUP=" => "6",
633  "PROFILE=" => "6",
634  "PROMPT=" => "6",
635  "READONLY" => "6",
636  "REL=" => "6",
637  "REV=" => "6",
638  "ROWS=" => "6",
639  "ROWSPAN=" => "6",
640  "RULES=" => "6",
641  "SCHEME=" => "6",
642  "SCOPE=" => "6",
643  "SCROLLING=" => "6",
644  "SELECTED" => "6",
645  "SHAPE=" => "6",
646  "SIZE=" => "6",
647  "SPAN=" => "6",
648  "SRC=" => "6",
649  "STANDBY=" => "6",
650  "START=" => "6",
651  "STYLE=" => "6",
652  "SUMMARY=" => "6",
653  "TABINDEX=" => "6",
654  "TARGET=" => "6",
655  "TEXT=" => "6",
656  "TITLE=" => "6",
657  "TOPMARGIN=" => "6",
658  "TYPE=" => "6",
659  "URL=" => "6",
660  "USEMAP=" => "6",
661  "VALIGN=" => "6",
662  "VALUE=" => "6",
663  "VALUETYPE=" => "6",
664  "VERSION=" => "6",
665  "VLINK=" => "6",
666  "VSPACE=" => "6",
667  "WIDTH=" => "6",
668  "=" => "6");
669 
670  // Special extensions
671 
672  // Each category can specify a PHP function that returns an altered
673  // version of the keyword.
674 
675 
676 
677  $this->linkscripts = array(
678  "1" => "donothing",
679  "2" => "donothing",
680  "3" => "donothing",
681  "4" => "donothing",
682  "5" => "donothing",
683  "6" => "donothing");
684  }
Create styles array
The data for the language used.
Definition: HFile.php:21

The documentation for this class was generated from the following file: