57b2500df1ef74fc2ab7b6fd33e1f597ebf426a2
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / DOM / earthli / options.ini
1 preservedocbooktags = false\r
2 \r
3 ;; used to highlight the {@source} inline tag, @filesource tag, and @example tag\r
4 [highlightSourceTokens]\r
5 ;; format:\r
6 ;; T_CONSTANTNAME = open\r
7 ;; /T_CONSTANTNAME = close\r
8 \r
9 T_INCLUDE = <span class="src-inc">\r
10 /T_INCLUDE = </span>\r
11 T_INCLUDE_ONCE = <span class="src-inc">\r
12 /T_INCLUDE_ONCE = </span>\r
13 T_REQUIRE_ONCE = <span class="src-inc">\r
14 /T_REQUIRE_ONCE = </span>\r
15 T_REQUIRE_ONCE = <span class="src-inc">\r
16 /T_REQUIRE_ONCE = </span>\r
17 \r
18 T_CONSTANT_ENCAPSED_STRING = <span class="src-str">\r
19 /T_CONSTANT_ENCAPSED_STRING = </span>\r
20 T_STRING_VARNAME = <span class="src-str">\r
21 /T_STRING_VARNAME = </span>\r
22 \r
23 T_STRING = <span class="src-id">\r
24 /T_STRING = </span>\r
25 \r
26 T_DNUMBER = <span class="src-num">\r
27 /T_DNUMBER = </span>\r
28 T_LNUMBER = <span class="src-num">\r
29 /T_LNUMBER = </span>\r
30 \r
31 T_VARIABLE = <span class="src-var">\r
32 /T_VARIABLE = </span>\r
33 \r
34 T_COMMENT = <span class="src-comm">\r
35 /T_COMMENT = </span>\r
36 T_ML_COMMENT = <span class="src-comm">\r
37 /T_ML_COMMENT = </span>\r
38 \r
39 T_OBJECT_OPERATOR = <span class="src-sym">\r
40 /T_OBJECT_OPERATOR = </span>\r
41 \r
42 T_ABSTRACT = <span class="src-key">\r
43 /T_ABSTRACT = </span>\r
44 T_CLONE = <span class="src-key">\r
45 /T_CLONE = </span>\r
46 T_HALT_COMPILER = <span class="src-key">\r
47 /T_HALT_COMPILER = </span>\r
48 T_ARRAY = <span class="src-key">\r
49 /T_ARRAY = </span>\r
50 T_AS = <span class="src-key">\r
51 /T_AS = </span>\r
52 T_BREAK = <span class="src-key">\r
53 /T_BREAK = </span>\r
54 T_CLASS = <span class="src-key">\r
55 /T_CLASS = </span>\r
56 T_CASE = <span class="src-key">\r
57 /T_CASE = </span>\r
58 T_CONST = <span class="src-key">\r
59 /T_CONST = </span>\r
60 T_CONTINUE = <span class="src-key">\r
61 /T_CONTINUE = </span>\r
62 T_DECLARE = <span class="src-key">\r
63 /T_DECLARE = </span>\r
64 T_DEFAULT = <span class="src-key">\r
65 /T_DEFAULT = </span>\r
66 T_ELSE = <span class="src-key">\r
67 /T_ELSE = </span>\r
68 T_ELSEIF = <span class="src-key">\r
69 /T_ELSEIF = </span>\r
70 T_EMPTY = <span class="src-key">\r
71 /T_EMPTY = </span>\r
72 T_ENDDECLARE = <span class="src-key">\r
73 /T_ENDDECLARE = </span>\r
74 T_ENDFOR = <span class="src-key">\r
75 /T_ENDFOR = </span>\r
76 T_ENDSWITCH = <span class="src-key">\r
77 /T_ENDSWITCH = </span>\r
78 T_ENDFOREACH = <span class="src-key">\r
79 /T_ENDFOREACH = </span>\r
80 T_ENDIF = <span class="src-key">\r
81 /T_ENDIF = </span>\r
82 T_ENDWHILE = <span class="src-key">\r
83 /T_ENDWHILE = </span>\r
84 T_EXIT = <span class="src-key">\r
85 /T_EXIT = </span>\r
86 T_EXTENDS = <span class="src-key">\r
87 /T_EXTENDS = </span>\r
88 T_FINAL = <span class="src-key">\r
89 /T_FINAL = </span>\r
90 T_FOR = <span class="src-key">\r
91 /T_FOR = </span>\r
92 T_FOREACH = <span class="src-key">\r
93 /T_FOREACH = </span>\r
94 T_FUNCTION = <span class="src-key">\r
95 /T_FUNCTION = </span>\r
96 T_GLOBAL = <span class="src-key">\r
97 /T_GLOBAL = </span>\r
98 T_IF = <span class="src-key">\r
99 /T_IF = </span>\r
100 T_IMPLEMENTS = <span class="src-key">\r
101 /T_IMPLEMENTS = </span>\r
102 T_INTERFACE = <span class="src-key">\r
103 /T_INTERFACE = </span>\r
104 T_LOGICAL_AND = <span class="src-key">\r
105 /T_LOGICAL_AND = </span>\r
106 T_LOGICAL_OR = <span class="src-key">\r
107 /T_LOGICAL_OR = </span>\r
108 T_LOGICAL_XOR = <span class="src-key">\r
109 /T_LOGICAL_XOR = </span>\r
110 T_NEW = <span class="src-key">\r
111 /T_NEW = </span>\r
112 T_PRIVATE = <span class="src-key">\r
113 /T_PRIVATE = </span>\r
114 T_PROTECTED = <span class="src-key">\r
115 /T_PROTECTED = </span>\r
116 T_PUBLIC = <span class="src-key">\r
117 /T_PUBLIC = </span>\r
118 T_RETURN = <span class="src-key">\r
119 /T_RETURN = </span>\r
120 T_STATIC = <span class="src-key">\r
121 /T_STATIC = </span>\r
122 T_SWITCH = <span class="src-key">\r
123 /T_SWITCH = </span>\r
124 T_VAR = <span class="src-key">\r
125 /T_VAR = </span>\r
126 T_WHILE = <span class="src-key">\r
127 /T_WHILE = </span>\r
128 \r
129 T_DOUBLE_COLON = <span class="src-sym">\r
130 /T_DOUBLE_COLON = </span>\r
131 \r
132 T_OPEN_TAG = <span class="src-php">\r
133 /T_OPEN_TAG = </span>\r
134 T_OPEN_TAG_WITH_ECHO = <span class="src-php">\r
135 /T_OPEN_TAG_WITH_ECHO = </span>\r
136 T_CLOSE_TAG = <span class="src-php">\r
137 /T_CLOSE_TAG = </span>\r
138 \r
139 \r
140 [highlightSource]\r
141 ;; this is for highlighting things that aren't tokens like "&"\r
142 ;; format:\r
143 ;; word = open\r
144 ;; /word = close\r
145 @ = <span class="src-sym">\r
146 /@ = </span>\r
147 & = <span class="src-sym">\r
148 /& = </span>\r
149 [ = <span class="src-sym">\r
150 /[ = </span>\r
151 ] = <span class="src-sym">\r
152 /] = </span>\r
153 ! = <span class="src-sym">\r
154 /! = </span>\r
155 ";" = <span class="src-sym">\r
156 /; = </span>\r
157 ( = <span class="src-sym">\r
158 /( = </span>\r
159 ) = <span class="src-sym">\r
160 /) = </span>\r
161 , = <span class="src-sym">\r
162 /, = </span>\r
163 { = <span class="src-sym">\r
164 /{ = </span>\r
165 } = <span class="src-sym">\r
166 /} = </span>\r
167 """ = <span class="src-str">\r
168 /" = </span>\r
169 \r
170 [highlightDocBlockSourceTokens]\r
171 ;; this is for docblock tokens, using by phpDocumentor_HighlightParser\r
172 ;; tagphptype is for "string" in @param string description, for example\r
173 docblock = <span class="src-doc">\r
174 /docblock = </span>\r
175 tagphptype = <span class="src-doc-type">\r
176 /tagphptype = </span>\r
177 tagvarname = <span class="src-doc-var">\r
178 /tagvarname = </span>\r
179 coretag = <span class="src-doc-coretag">\r
180 /coretag = </span>\r
181 tag = <span class="src-doc-tag">\r
182 /tag = </span>\r
183 inlinetag = <span class="src-doc-inlinetag">\r
184 /inlinetag = </span>\r
185 internal = <span class="src-doc-internal">\r
186 /internal = </span>\r
187 closetemplate = <span class="src-doc-close-template">\r
188 /closetemplate = </span>\r
189 docblocktemplate = <span class="src-doc-template">\r
190 /docblocktemplate = </span>\r
191 \r
192 [highlightTutorialSourceTokens]\r
193 ;; this is for XML DocBook-based tutorials, highlighted by phpDocumentor_TutorialHighlightParser\r
194 ;; <tag>\r
195 opentag = <span class="tute-tag">\r
196 /opentag = </span>\r
197 ;; </tag>\r
198 closetag = <span class="tute-tag">\r
199 /closetag = </span>\r
200 ;; <tag attribute="value">\r
201 attribute = <span class="tute-attribute-name">\r
202 /attribute = </span>\r
203 ;; <tag attribute="value">\r
204 attributevalue = <span class="tute-attribute-value">\r
205 /attributevalue = </span>\r
206 ;; &entity;\r
207 entity = <span class="tute-entity">\r
208 /entity = </span>\r
209 ;; <!-- comment -->\r
210 comment = <span class="tute-comment">\r
211 /comment = </span>\r
212 ;; {@inline tag}\r
213 itag = <span class="tute-inline-tag">\r
214 /itag = </span>\r
215 \r
216 ;; used for translation of html in DocBlocks\r
217 [desctranslate]\r
218 ul = <ul>\r
219 /ul = </ul>\r
220 ol = <ol>\r
221 /ol = </ol>\r
222 li = <li>\r
223 /li = </li>\r
224 code = \r
225 /code = \r
226 var = <var>\r
227 /var = </var>\r
228 samp = <samp>\r
229 /samp = </samp>\r
230 kbd = <kbd>\r
231 /kbd = </kbd>\r
232 pre = <pre>\r
233 /pre = </pre>\r
234 p = <p>\r
235 /p = </p>\r
236 b = <strong>\r
237 /b = </strong>\r
238 i = <em>\r
239 /i = </em>\r
240 br = <br />\r
241 \r
242 [ppage]\r
243 ;; this is the DocBook package page translation section.  All DocBook tags\r
244 ;; that have a corresponding html tag must be listed here.  Entities should\r
245 ;; also be listed here\r
246 ;;\r
247 ;; examples:\r
248 ;; 1)\r
249 ;; tagname = newtagname\r
250 ;;\r
251 ;; This is the simplest case, where all attributes will be added into the\r
252 ;; starting tag and the ending tag will be html/xml style </tranlatedtagname>\r
253 ;; <tagname></tagname> becomes <newtagname></newtagname> and\r
254 ;; <tagname attr="value"></tagname> becomes\r
255 ;; <newtagname attr="value"></newtagname>\r
256 ;;\r
257 ;; 2)\r
258 ;; tagname = newtagname\r
259 ;; tagname->attr = newattrname\r
260 ;;\r
261 ;; in this case, everything will be like the first case, except tags like:\r
262 ;; <tagname attr="value"></tagname> will become\r
263 ;; <newtagname newattrname="value"></newtagname>\r
264 ;;\r
265 ;; 3)\r
266 ;; tagname = newtagname\r
267 ;; tagname->attr = newattrname\r
268 ;; tagname->attr+value = newvalue\r
269 ;;\r
270 ;; in this case, the value is also translated to another.  This can be useful\r
271 ;; for instances such as focus="middle" changing to align="center" or something\r
272 ;; of that nature.\r
273 ;; <tagname attr="value"></tagname> will become\r
274 ;; <newtagname newattrname="newvalue"></newtagname>\r
275 ;;\r
276 ;; 4)\r
277 ;; tagname = newtagname\r
278 ;; tagname->attr1 = newattrname\r
279 ;; tagname->attr2 = newattrname\r
280 ;; tagname->attr1+value|attr2+value = newvalue\r
281 ;;\r
282 ;; in this case, two attributes combine to make one new attribute, and the combined\r
283 ;; value is translated into a new value\r
284 ;; <tagname attr1="value1" attr2="value2"></tagname> will become\r
285 ;; <newtagname newattrname="newvalue"></newtagname>\r
286 ;;\r
287 ;; 5)\r
288 ;; tagname = newtagname\r
289 ;; tagname!attr = dummy\r
290 ;;\r
291 ;; here, the attribute will be ignored.  dummy is not used and may be any value\r
292 ;; <tagname attr="value"></tagname> will become\r
293 ;; <newtagname></newtagname>\r
294 ;;\r
295 ;; 6)\r
296 ;; tagname = newtagname\r
297 ;; tagname! = dummy\r
298 ;;\r
299 ;; here, all attributes will be ignored.  dummy is not used and may be any value\r
300 ;; <tagname attr1="value" attr2="foo"></tagname> will become\r
301 ;; <newtagname></newtagname>\r
302 ;;\r
303 ;; 7)\r
304 ;; tagname = newtagname\r
305 ;; tagname/ = 1\r
306 ;;\r
307 ;; here, the tag will be translated as a single tag with no closing tag, and all\r
308 ;; attributes\r
309 ;; <tagname attr="val">{text text}</tagname> will become\r
310 ;; <newtagname attr="val" />\r
311 ;;\r
312 ;; 8)\r
313 ;; tagname = <starttaginfo />\r
314 ;; /tagname = closetagtext\r
315 ;;\r
316 ;; in this case, the text <starttaginfo> will be inserted exactly as entered for\r
317 ;; <tagname> and closetagtext for </tagname>\r
318 ;; <tagname attr="val"></tagname> will become\r
319 ;; <starttaginfo />closetagtext\r
320 ;;\r
321 ;; 9)\r
322 ;; $attr$my_attribute = newattrname\r
323 ;;\r
324 ;; tagname = newtagname\r
325 ;;\r
326 ;; in this case, all occurences of my_attribute in any tag will be changed to\r
327 ;; newattrname.  This is useful for changing things like role="php" to\r
328 ;; class="php," for example.  Note that the text "$attr$" MUST be on the line\r
329 ;; start for phpDocumentor to recognize it.\r
330 ;;\r
331 ;; 10)\r
332 ;; &entity; = translation text\r
333 ;; &quot; = &quot;\r
334 ;; &quot; = """\r
335 ;; &lt; = <\r
336 ;;\r
337 ;; Use this to control translation of entities to their appropriate values\r
338 \r
339 &nbsp; = &nbsp;\r
340 &quot; = &quot;\r
341 &rdquo; = &rdquo;\r
342 &ldquo; = &ldquo;\r
343 &amp; = &amp;\r
344 &lt; = &lt;\r
345 &gt; = &gt;\r
346 &copy; = &copy;\r
347 \r
348 \r
349 $attr$role = class\r
350 \r
351 abbrev = abbr\r
352 \r
353 blockquote = blockquote\r
354 \r
355 arg = span\r
356 arg->choice = class\r
357 \r
358 author = <span class="author">\r
359 /author = </span>\r
360 author! = 0\r
361 \r
362 authorblurb = <div class="author-blurb">\r
363 /authorblurb = </div>\r
364 \r
365 authorgroup = <div class="authors"><h2 class="title">Authors</h2>\r
366 /authorgroup = </div>\r
367 authorgroup! = 0\r
368 \r
369 caution = <span class="warning">\r
370 /caution = </span>\r
371 caution! = 0\r
372 \r
373 cmdsynopsis = <div class="cmd-synopsis">\r
374 /cmdsynopsis = </div>\r
375 \r
376 command = <span class="cmd-title">\r
377 /command = </span>\r
378 \r
379 copyright = <div class="notes">\r
380 /copyright = </div>\r
381 \r
382 emphasis = em\r
383 \r
384 example = <div class="src-code">\r
385 /example = </div>\r
386 example! = 0\r
387 \r
388 function =\r
389 /function = ()\r
390 \r
391 formalpara = p\r
392 \r
393 graphic = img\r
394 graphic->fileref = src\r
395 graphic/ =\r
396 \r
397 important = strong\r
398 \r
399 informalequation = blockquote\r
400 \r
401 informalexample = div\r
402 \r
403 inlineequation = em\r
404 \r
405 itemizedlist = ul\r
406 \r
407 listitem = li\r
408 \r
409 literal = code\r
410 \r
411 literallayout = span\r
412 \r
413 option = " "\r
414 /option = \r
415 \r
416 orderedlist = ol\r
417 \r
418 para = p\r
419 \r
420 programlisting = <div class="src-code">\r
421 /programlisting = </div>\r
422 programlisting! = 0\r
423 \r
424 refentry = div\r
425 \r
426 refnamediv = <div class="ref-title-box">\r
427 /refnamediv = </div>\r
428 refnamediv! = 0\r
429 \r
430 refname = <h1 class="ref-title">\r
431 /refname = </h1>\r
432 \r
433 refpurpose = <h2 class="ref-purpose">\r
434 /refpurpose = </h2>\r
435 \r
436 refsynopsisdiv = <div class="ref-synopsis">\r
437 /refsynopsisdiv = </div>\r
438 refsynopsisdiv! = 0\r
439 \r
440 refsect1 = span\r
441 \r
442 refsect2 = span\r
443 \r
444 refsect3 = \r
445 /refsect3 = <br />\r
446 \r
447 releaseinfo = <div class="release-info">(\r
448 /releaseinfo = )</div>\r
449 \r
450 simpara = \r
451 /simpara = <br />\r
452 simpara! = 0\r
453 \r
454 subscript = sub\r
455 \r
456 superscript = super\r
457 \r
458 table = table\r
459 \r
460 table->colsep = rules\r
461 table->rowsep = rules\r
462 table->colsep+1|rowsep+1 =all\r
463 table->colsep+1|rowsep+0 =cols\r
464 table->colsep+0|rowsep+1 =rows\r
465 \r
466 table->frame =frame\r
467 table->frame+all =border\r
468 table->frame+none =void\r
469 table->frame+sides =vsides\r
470 table->frame+top =above\r
471 table->frame+topbot =hsides\r
472 \r
473 thead = thead\r
474 \r
475 tfoot = tfoot\r
476 \r
477 tbody = tbody\r
478 \r
479 colspec = col\r
480 \r
481 tgroup = colgroup\r
482 tgroup/ = 1\r
483 tgroup->cols = span\r
484 \r
485 row = tr\r
486 \r
487 entry = td\r
488 entry->morerows = colspan\r
489 entry->morerows+1 =2\r
490 entry->morerows+2 =3\r
491 entry->morerows+3 =4\r
492 entry->morerows+4 =5\r
493 entry->morerows+5 =6\r
494 entry->morerows+6 =7\r
495 entry->morerows+7 =8\r
496 entry->morerows+8 =9\r
497 entry->morerows+9 =10\r
498 entry->morerows+10 =11\r
499 ;; add more if you need more colspans\r
500 \r
501 warning = <span class="warning">\r
502 /warning = </span>\r
503 warning! = 0\r
504 \r
505 ;; now begins the attributes that should be tags in cdata\r
506 [$attr$id]\r
507 open = a\r
508 ;close = /a\r
509 cdata! = true\r
510 quotevalues = true\r
511 separator = "="\r
512 ;separateall = true\r
513 $id = name\r
514 \r
515 ;; now begins the sections that deal with <title>\r
516 [refsynopsisdiv_title]\r
517 ;tag_attr = true\r
518 ;attr_name = title\r
519 cdata_start = true\r
520 ;cdata_end = true\r
521 open = <h1 class="title">\r
522 close = </h1>\r
523 \r
524 [refsect1_title]\r
525 ;tag_attr = true\r
526 ;attr_name = title\r
527 cdata_start = true\r
528 ;cdata_end = true\r
529 open = <h2 class="title">\r
530 close = </h2>\r
531 \r
532 [refsect2_title]\r
533 ;tag_attr = true\r
534 ;attr_name = title\r
535 cdata_start = true\r
536 ;cdata_end = true\r
537 open = <h3 class="title">\r
538 close = </h3>\r
539 \r
540 [refsect3_title]\r
541 ;tag_attr = true\r
542 ;attr_name = title\r
543 cdata_start = true\r
544 ;cdata_end = true\r
545 open = <h4 class="title">\r
546 close = </h4>\r
547 \r
548 [para_title]\r
549 ;tag_attr = true\r
550 ;attr_name = title\r
551 cdata_start = true\r
552 ;cdata_end = true\r
553 open = <div class="title">\r
554 close = </div>\r
555 \r
556 [formalpara_title]\r
557 ;tag_attr = true\r
558 ;attr_name = title\r
559 cdata_start = true\r
560 ;cdata_end = true\r
561 open = <div class="title">\r
562 close = </div>\r
563 \r
564 [example_title]\r
565 ;tag_attr = true\r
566 ;attr_name = title\r
567 ;cdata_start = true\r
568 cdata_end = true\r
569 open = </td></tr><tr><td><strong>\r
570 close = </strong>\r
571 \r
572 [table_title]\r
573 ;tag_attr = true\r
574 ;attr_name = true\r
575 cdata_start = true\r
576 open = <caption>\r
577 close = </caption>\r