elementindex_geshi.html 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!-- template designed by Marco Von Ballmoos -->
  6. <title></title>
  7. <link rel="stylesheet" href="media/stylesheet.css" />
  8. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9. </head>
  10. <body>
  11. <a name="top"></a>
  12. <h2>[geshi] element index</h2>
  13. <a href="elementindex.html">All elements</a>
  14. <br />
  15. <div class="index-letter-menu">
  16. <a class="index-letter" href="elementindex_geshi.html#a">a</a>
  17. <a class="index-letter" href="elementindex_geshi.html#d">d</a>
  18. <a class="index-letter" href="elementindex_geshi.html#e">e</a>
  19. <a class="index-letter" href="elementindex_geshi.html#g">g</a>
  20. <a class="index-letter" href="elementindex_geshi.html#h">h</a>
  21. <a class="index-letter" href="elementindex_geshi.html#l">l</a>
  22. <a class="index-letter" href="elementindex_geshi.html#o">o</a>
  23. <a class="index-letter" href="elementindex_geshi.html#p">p</a>
  24. <a class="index-letter" href="elementindex_geshi.html#r">r</a>
  25. <a class="index-letter" href="elementindex_geshi.html#s">s</a>
  26. </div>
  27. <a name="a"></a>
  28. <div class="index-letter-section">
  29. <div style="float: left" class="index-letter-title">a</div>
  30. <div style="float: right"><a href="#top">top</a></div>
  31. <div style="clear: both"></div>
  32. </div>
  33. <dl>
  34. <dt class="field">
  35. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  36. <span class="method-title">add_keyword</span>
  37. </dt>
  38. <dd class="index-item-body">
  39. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodadd_keyword">GeSHi::add_keyword()</a> in geshi.php</div>
  40. <div class="index-item-description">Adds a keyword to a keyword group for highlighting</div>
  41. </dd>
  42. <dt class="field">
  43. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  44. <span class="method-title">add_keyword_group</span>
  45. </dt>
  46. <dd class="index-item-body">
  47. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodadd_keyword_group">GeSHi::add_keyword_group()</a> in geshi.php</div>
  48. <div class="index-item-description">Creates a new keyword group</div>
  49. </dd>
  50. </dl>
  51. <a name="d"></a>
  52. <div class="index-letter-section">
  53. <div style="float: left" class="index-letter-title">d</div>
  54. <div style="float: right"><a href="#top">top</a></div>
  55. <div style="clear: both"></div>
  56. </div>
  57. <dl>
  58. <dt class="field">
  59. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  60. <span class="method-title">disable_highlighting</span>
  61. </dt>
  62. <dd class="index-item-body">
  63. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methoddisable_highlighting">GeSHi::disable_highlighting()</a> in geshi.php</div>
  64. <div class="index-item-description">Disables all highlighting</div>
  65. </dd>
  66. </dl>
  67. <a name="e"></a>
  68. <div class="index-letter-section">
  69. <div style="float: left" class="index-letter-title">e</div>
  70. <div style="float: right"><a href="#top">top</a></div>
  71. <div style="clear: both"></div>
  72. </div>
  73. <dl>
  74. <dt class="field">
  75. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  76. <span class="method-title">enable_classes</span>
  77. </dt>
  78. <dd class="index-item-body">
  79. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_classes">GeSHi::enable_classes()</a> in geshi.php</div>
  80. <div class="index-item-description">Sets whether CSS classes should be used to highlight the source. Default is off, calling this method with no arguments will turn it on</div>
  81. </dd>
  82. <dt class="field">
  83. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  84. <span class="method-title">enable_highlighting</span>
  85. </dt>
  86. <dd class="index-item-body">
  87. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_highlighting">GeSHi::enable_highlighting()</a> in geshi.php</div>
  88. <div class="index-item-description">Enables all highlighting</div>
  89. </dd>
  90. <dt class="field">
  91. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  92. <span class="method-title">enable_ids</span>
  93. </dt>
  94. <dd class="index-item-body">
  95. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_ids">GeSHi::enable_ids()</a> in geshi.php</div>
  96. <div class="index-item-description">Whether CSS IDs should be added to each line</div>
  97. </dd>
  98. <dt class="field">
  99. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  100. <span class="method-title">enable_important_blocks</span>
  101. </dt>
  102. <dd class="index-item-body">
  103. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_important_blocks">GeSHi::enable_important_blocks()</a> in geshi.php</div>
  104. <div class="index-item-description">Sets whether context-important blocks are highlighted</div>
  105. </dd>
  106. <dt class="field">
  107. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  108. <span class="method-title">enable_inner_code_block</span>
  109. </dt>
  110. <dd class="index-item-body">
  111. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_inner_code_block">GeSHi::enable_inner_code_block()</a> in geshi.php</div>
  112. <div class="index-item-description">Sets whether to force a surrounding block around the highlighted code or not</div>
  113. </dd>
  114. <dt class="field">
  115. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  116. <span class="method-title">enable_keyword_links</span>
  117. </dt>
  118. <dd class="index-item-body">
  119. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_keyword_links">GeSHi::enable_keyword_links()</a> in geshi.php</div>
  120. <div class="index-item-description">Turns linking of keywords on or off.</div>
  121. </dd>
  122. <dt class="field">
  123. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  124. <span class="method-title">enable_line_numbers</span>
  125. </dt>
  126. <dd class="index-item-body">
  127. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_line_numbers">GeSHi::enable_line_numbers()</a> in geshi.php</div>
  128. <div class="index-item-description">Sets whether line numbers should be displayed.</div>
  129. </dd>
  130. <dt class="field">
  131. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  132. <span class="method-title">enable_multiline_span</span>
  133. </dt>
  134. <dd class="index-item-body">
  135. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_multiline_span">GeSHi::enable_multiline_span()</a> in geshi.php</div>
  136. <div class="index-item-description">Sets wether spans and other HTML markup generated by GeSHi can span over multiple lines or not. Defaults to true to reduce overhead.</div>
  137. </dd>
  138. <dt class="field">
  139. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  140. <span class="method-title">enable_strict_mode</span>
  141. </dt>
  142. <dd class="index-item-body">
  143. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodenable_strict_mode">GeSHi::enable_strict_mode()</a> in geshi.php</div>
  144. <div class="index-item-description">Enables/disables strict highlighting. Default is off, calling this method without parameters will turn it on. See documentation for more details on strict mode and where to use it.</div>
  145. </dd>
  146. <dt class="field">
  147. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  148. <span class="method-title">error</span>
  149. </dt>
  150. <dd class="index-item-body">
  151. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methoderror">GeSHi::error()</a> in geshi.php</div>
  152. <div class="index-item-description">Returns an error message associated with the last GeSHi operation, or false if no error has occured</div>
  153. </dd>
  154. </dl>
  155. <a name="g"></a>
  156. <div class="index-letter-section">
  157. <div style="float: left" class="index-letter-title">g</div>
  158. <div style="float: right"><a href="#top">top</a></div>
  159. <div style="clear: both"></div>
  160. </div>
  161. <dl>
  162. <dt class="field">
  163. <img src="media/images/Constructor.png" alt="Method" title="Method" /></title>
  164. <span class="method-title">GeSHi</span>
  165. </dt>
  166. <dd class="index-item-body">
  167. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodGeSHi">GeSHi::GeSHi()</a> in geshi.php</div>
  168. <div class="index-item-description">Creates a new GeSHi object, with source and language</div>
  169. </dd>
  170. <dt class="field">
  171. <img src="media/images/Class.png" alt="Class" title="Class" /></title>
  172. GeSHi
  173. </dt>
  174. <dd class="index-item-body">
  175. <div class="index-item-details"><a href="geshi/core/GeSHi.html">GeSHi</a> in geshi.php</div>
  176. <div class="index-item-description">The GeSHi Class.</div>
  177. </dd>
  178. <dt class="field">
  179. <img src="media/images/Page.png" alt="Page" title="Page" /></title>
  180. <span class="include-title">geshi.php</span>
  181. </dt>
  182. <dd class="index-item-body">
  183. <div class="index-item-details"><a href="geshi/core/_geshi.php.html">geshi.php</a> in geshi.php</div>
  184. </dd>
  185. <dt class="field">
  186. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  187. <span class="const-title">GESHI_ACTIVE</span>
  188. </dt>
  189. <dd class="index-item-body">
  190. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_ACTIVE">GESHI_ACTIVE</a> in geshi.php</div>
  191. <div class="index-item-description">Links in the source in the :active state</div>
  192. </dd>
  193. <dt class="field">
  194. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  195. <span class="const-title">GESHI_CAPS_LOWER</span>
  196. </dt>
  197. <dd class="index-item-body">
  198. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_CAPS_LOWER">GESHI_CAPS_LOWER</a> in geshi.php</div>
  199. <div class="index-item-description">Leave keywords found as the case that they are</div>
  200. </dd>
  201. <dt class="field">
  202. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  203. <span class="const-title">GESHI_CAPS_NO_CHANGE</span>
  204. </dt>
  205. <dd class="index-item-body">
  206. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_CAPS_NO_CHANGE">GESHI_CAPS_NO_CHANGE</a> in geshi.php</div>
  207. <div class="index-item-description">Lowercase keywords found</div>
  208. </dd>
  209. <dt class="field">
  210. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  211. <span class="const-title">GESHI_CAPS_UPPER</span>
  212. </dt>
  213. <dd class="index-item-body">
  214. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_CAPS_UPPER">GESHI_CAPS_UPPER</a> in geshi.php</div>
  215. <div class="index-item-description">Uppercase keywords found</div>
  216. </dd>
  217. <dt class="field">
  218. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  219. <span class="const-title">GESHI_END_IMPORTANT</span>
  220. </dt>
  221. <dd class="index-item-body">
  222. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_END_IMPORTANT">GESHI_END_IMPORTANT</a> in geshi.php</div>
  223. <div class="index-item-description">The ender for important parts of the source</div>
  224. </dd>
  225. <dt class="field">
  226. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  227. <span class="const-title">GESHI_FANCY_LINE_NUMBERS</span>
  228. </dt>
  229. <dd class="index-item-body">
  230. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_FANCY_LINE_NUMBERS">GESHI_FANCY_LINE_NUMBERS</a> in geshi.php</div>
  231. <div class="index-item-description">Use fancy line numbers when building the result</div>
  232. </dd>
  233. <dt class="field">
  234. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  235. <span class="const-title">GESHI_HEADER_DIV</span>
  236. </dt>
  237. <dd class="index-item-body">
  238. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HEADER_DIV">GESHI_HEADER_DIV</a> in geshi.php</div>
  239. <div class="index-item-description">Use a &quot;div&quot; to surround the source</div>
  240. </dd>
  241. <dt class="field">
  242. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  243. <span class="const-title">GESHI_HEADER_NONE</span>
  244. </dt>
  245. <dd class="index-item-body">
  246. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HEADER_NONE">GESHI_HEADER_NONE</a> in geshi.php</div>
  247. <div class="index-item-description">Use nothing to surround the source</div>
  248. </dd>
  249. <dt class="field">
  250. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  251. <span class="const-title">GESHI_HEADER_PRE</span>
  252. </dt>
  253. <dd class="index-item-body">
  254. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HEADER_PRE">GESHI_HEADER_PRE</a> in geshi.php</div>
  255. <div class="index-item-description">Use a &quot;pre&quot; to surround the source</div>
  256. </dd>
  257. <dt class="field">
  258. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  259. <span class="const-title">GESHI_HEADER_PRE_TABLE</span>
  260. </dt>
  261. <dd class="index-item-body">
  262. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HEADER_PRE_TABLE">GESHI_HEADER_PRE_TABLE</a> in geshi.php</div>
  263. <div class="index-item-description">Use a &quot;table&quot; to surround the source:</div>
  264. </dd>
  265. <dt class="field">
  266. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  267. <span class="const-title">GESHI_HEADER_PRE_VALID</span>
  268. </dt>
  269. <dd class="index-item-body">
  270. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HEADER_PRE_VALID">GESHI_HEADER_PRE_VALID</a> in geshi.php</div>
  271. <div class="index-item-description">Use a pre to wrap lines when line numbers are enabled or to wrap the whole code.</div>
  272. </dd>
  273. <dt class="field">
  274. <img src="media/images/Function.png" alt="Function" title="Function" /></title>
  275. <span class="method-title">geshi_highlight</span>
  276. </dt>
  277. <dd class="index-item-body">
  278. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#functiongeshi_highlight">geshi_highlight()</a> in geshi.php</div>
  279. <div class="index-item-description">Easy way to highlight stuff. Behaves just like highlight_string</div>
  280. </dd>
  281. <dt class="field">
  282. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  283. <span class="const-title">GESHI_HOVER</span>
  284. </dt>
  285. <dd class="index-item-body">
  286. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_HOVER">GESHI_HOVER</a> in geshi.php</div>
  287. <div class="index-item-description">Links in the source in the :hover state</div>
  288. </dd>
  289. <dt class="field">
  290. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  291. <span class="const-title">GESHI_LANG_ROOT</span>
  292. </dt>
  293. <dd class="index-item-body">
  294. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_LANG_ROOT">GESHI_LANG_ROOT</a> in geshi.php</div>
  295. <div class="index-item-description">The language file directory for GeSHi</div>
  296. </dd>
  297. <dt class="field">
  298. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  299. <span class="const-title">GESHI_LINK</span>
  300. </dt>
  301. <dd class="index-item-body">
  302. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_LINK">GESHI_LINK</a> in geshi.php</div>
  303. <div class="index-item-description">Links in the source in the :link state</div>
  304. </dd>
  305. <dt class="field">
  306. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  307. <span class="const-title">GESHI_NORMAL_LINE_NUMBERS</span>
  308. </dt>
  309. <dd class="index-item-body">
  310. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_NORMAL_LINE_NUMBERS">GESHI_NORMAL_LINE_NUMBERS</a> in geshi.php</div>
  311. <div class="index-item-description">Use normal line numbers when building the result</div>
  312. </dd>
  313. <dt class="field">
  314. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  315. <span class="const-title">GESHI_NO_LINE_NUMBERS</span>
  316. </dt>
  317. <dd class="index-item-body">
  318. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_NO_LINE_NUMBERS">GESHI_NO_LINE_NUMBERS</a> in geshi.php</div>
  319. <div class="index-item-description">Use no line numbers when building the result</div>
  320. </dd>
  321. <dt class="field">
  322. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  323. <span class="const-title">GESHI_ROOT</span>
  324. </dt>
  325. <dd class="index-item-body">
  326. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_ROOT">GESHI_ROOT</a> in geshi.php</div>
  327. <div class="index-item-description">The root directory for GeSHi</div>
  328. </dd>
  329. <dt class="field">
  330. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  331. <span class="const-title">GESHI_SECURITY_PARANOID</span>
  332. </dt>
  333. <dd class="index-item-body">
  334. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_SECURITY_PARANOID">GESHI_SECURITY_PARANOID</a> in geshi.php</div>
  335. <div class="index-item-description">Tells GeSHi to be paranoid about security settings</div>
  336. </dd>
  337. <dt class="field">
  338. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  339. <span class="const-title">GESHI_START_IMPORTANT</span>
  340. </dt>
  341. <dd class="index-item-body">
  342. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_START_IMPORTANT">GESHI_START_IMPORTANT</a> in geshi.php</div>
  343. <div class="index-item-description">The starter for important parts of the source</div>
  344. </dd>
  345. <dt class="field">
  346. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  347. <span class="const-title">GESHI_VERSION</span>
  348. </dt>
  349. <dd class="index-item-body">
  350. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_VERSION">GESHI_VERSION</a> in geshi.php</div>
  351. <div class="index-item-description">The version of this GeSHi file</div>
  352. </dd>
  353. <dt class="field">
  354. <img src="media/images/Constant.png" alt="Constant" title="Constant" /></title>
  355. <span class="const-title">GESHI_VISITED</span>
  356. </dt>
  357. <dd class="index-item-body">
  358. <div class="index-item-details"><a href="geshi/core/_geshi.php.html#defineGESHI_VISITED">GESHI_VISITED</a> in geshi.php</div>
  359. <div class="index-item-description">Links in the source in the :visited state</div>
  360. </dd>
  361. <dt class="field">
  362. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  363. <span class="method-title">get_language_name</span>
  364. </dt>
  365. <dd class="index-item-body">
  366. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_language_name">GeSHi::get_language_name()</a> in geshi.php</div>
  367. <div class="index-item-description">Gets a human-readable language name (thanks to Simon Patterson for the idea :))</div>
  368. </dd>
  369. <dt class="field">
  370. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  371. <span class="method-title">get_language_name_from_extension</span>
  372. </dt>
  373. <dd class="index-item-body">
  374. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_language_name_from_extension">GeSHi::get_language_name_from_extension()</a> in geshi.php</div>
  375. <div class="index-item-description">Given a file extension, this method returns either a valid geshi language name, or the empty string if it couldn't be found</div>
  376. </dd>
  377. <dt class="field">
  378. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  379. <span class="method-title">get_multiline_span</span>
  380. </dt>
  381. <dd class="index-item-body">
  382. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_multiline_span">GeSHi::get_multiline_span()</a> in geshi.php</div>
  383. <div class="index-item-description">Get current setting for multiline spans, see GeSHi-&gt;enable_multiline_span().</div>
  384. </dd>
  385. <dt class="field">
  386. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  387. <span class="method-title">get_real_tab_width</span>
  388. </dt>
  389. <dd class="index-item-body">
  390. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_real_tab_width">GeSHi::get_real_tab_width()</a> in geshi.php</div>
  391. <div class="index-item-description">Returns the tab width to use, based on the current language and user preference</div>
  392. </dd>
  393. <dt class="field">
  394. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  395. <span class="method-title">get_stylesheet</span>
  396. </dt>
  397. <dd class="index-item-body">
  398. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_stylesheet">GeSHi::get_stylesheet()</a> in geshi.php</div>
  399. <div class="index-item-description">Returns a stylesheet for the highlighted code. If $economy mode is true, we only return the stylesheet declarations that matter for this code block instead of the whole thing</div>
  400. </dd>
  401. <dt class="field">
  402. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  403. <span class="method-title">get_time</span>
  404. </dt>
  405. <dd class="index-item-body">
  406. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodget_time">GeSHi::get_time()</a> in geshi.php</div>
  407. <div class="index-item-description">Gets the time taken to parse the code</div>
  408. </dd>
  409. </dl>
  410. <a name="h"></a>
  411. <div class="index-letter-section">
  412. <div style="float: left" class="index-letter-title">h</div>
  413. <div style="float: right"><a href="#top">top</a></div>
  414. <div style="clear: both"></div>
  415. </div>
  416. <dl>
  417. <dt class="field">
  418. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  419. <span class="method-title">highlight_lines_extra</span>
  420. </dt>
  421. <dd class="index-item-body">
  422. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodhighlight_lines_extra">GeSHi::highlight_lines_extra()</a> in geshi.php</div>
  423. <div class="index-item-description">Specifies which lines to highlight extra</div>
  424. </dd>
  425. </dl>
  426. <a name="l"></a>
  427. <div class="index-letter-section">
  428. <div style="float: left" class="index-letter-title">l</div>
  429. <div style="float: right"><a href="#top">top</a></div>
  430. <div style="clear: both"></div>
  431. </div>
  432. <dl>
  433. <dt class="field">
  434. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  435. <span class="method-title">load_from_file</span>
  436. </dt>
  437. <dd class="index-item-body">
  438. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodload_from_file">GeSHi::load_from_file()</a> in geshi.php</div>
  439. <div class="index-item-description">Given a file name, this method loads its contents in, and attempts</div>
  440. </dd>
  441. </dl>
  442. <a name="o"></a>
  443. <div class="index-letter-section">
  444. <div style="float: left" class="index-letter-title">o</div>
  445. <div style="float: right"><a href="#top">top</a></div>
  446. <div style="clear: both"></div>
  447. </div>
  448. <dl>
  449. <dt class="field">
  450. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  451. <span class="method-title">optimize_keyword_group</span>
  452. </dt>
  453. <dd class="index-item-body">
  454. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodoptimize_keyword_group">GeSHi::optimize_keyword_group()</a> in geshi.php</div>
  455. <div class="index-item-description">compile optimized regexp list for keyword group</div>
  456. </dd>
  457. </dl>
  458. <a name="p"></a>
  459. <div class="index-letter-section">
  460. <div style="float: left" class="index-letter-title">p</div>
  461. <div style="float: right"><a href="#top">top</a></div>
  462. <div style="clear: both"></div>
  463. </div>
  464. <dl>
  465. <dt class="field">
  466. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  467. <span class="method-title">parse_code</span>
  468. </dt>
  469. <dd class="index-item-body">
  470. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodparse_code">GeSHi::parse_code()</a> in geshi.php</div>
  471. <div class="index-item-description">Returns the code in $this-&gt;source, highlighted and surrounded by the nessecary HTML.</div>
  472. </dd>
  473. </dl>
  474. <a name="r"></a>
  475. <div class="index-letter-section">
  476. <div style="float: left" class="index-letter-title">r</div>
  477. <div style="float: right"><a href="#top">top</a></div>
  478. <div style="clear: both"></div>
  479. </div>
  480. <dl>
  481. <dt class="field">
  482. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  483. <span class="method-title">remove_keyword</span>
  484. </dt>
  485. <dd class="index-item-body">
  486. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodremove_keyword">GeSHi::remove_keyword()</a> in geshi.php</div>
  487. <div class="index-item-description">Removes a keyword from a keyword group</div>
  488. </dd>
  489. <dt class="field">
  490. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  491. <span class="method-title">remove_keyword_group</span>
  492. </dt>
  493. <dd class="index-item-body">
  494. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodremove_keyword_group">GeSHi::remove_keyword_group()</a> in geshi.php</div>
  495. <div class="index-item-description">Removes a keyword group</div>
  496. </dd>
  497. </dl>
  498. <a name="s"></a>
  499. <div class="index-letter-section">
  500. <div style="float: left" class="index-letter-title">s</div>
  501. <div style="float: right"><a href="#top">top</a></div>
  502. <div style="clear: both"></div>
  503. </div>
  504. <dl>
  505. <dt class="field">
  506. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  507. <span class="method-title">set_brackets_highlighting</span>
  508. </dt>
  509. <dd class="index-item-body">
  510. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_brackets_highlighting">GeSHi::set_brackets_highlighting()</a> in geshi.php</div>
  511. <div class="index-item-description">Turns highlighting on/off for brackets</div>
  512. </dd>
  513. <dt class="field">
  514. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  515. <span class="method-title">set_brackets_style</span>
  516. </dt>
  517. <dd class="index-item-body">
  518. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_brackets_style">GeSHi::set_brackets_style()</a> in geshi.php</div>
  519. <div class="index-item-description">Sets the styles for brackets. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  520. </dd>
  521. <dt class="field">
  522. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  523. <span class="method-title">set_case_keywords</span>
  524. </dt>
  525. <dd class="index-item-body">
  526. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_case_keywords">GeSHi::set_case_keywords()</a> in geshi.php</div>
  527. <div class="index-item-description">Sets the case that keywords should use when found. Use the constants:</div>
  528. </dd>
  529. <dt class="field">
  530. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  531. <span class="method-title">set_case_sensitivity</span>
  532. </dt>
  533. <dd class="index-item-body">
  534. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_case_sensitivity">GeSHi::set_case_sensitivity()</a> in geshi.php</div>
  535. <div class="index-item-description">Sets whether a set of keywords are checked for in a case sensitive manner</div>
  536. </dd>
  537. <dt class="field">
  538. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  539. <span class="method-title">set_code_style</span>
  540. </dt>
  541. <dd class="index-item-body">
  542. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_code_style">GeSHi::set_code_style()</a> in geshi.php</div>
  543. <div class="index-item-description">Sets the style for the actual code. This should be a string</div>
  544. </dd>
  545. <dt class="field">
  546. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  547. <span class="method-title">set_comments_highlighting</span>
  548. </dt>
  549. <dd class="index-item-body">
  550. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_comments_highlighting">GeSHi::set_comments_highlighting()</a> in geshi.php</div>
  551. <div class="index-item-description">Turns highlighting on/off for comment groups</div>
  552. </dd>
  553. <dt class="field">
  554. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  555. <span class="method-title">set_comments_style</span>
  556. </dt>
  557. <dd class="index-item-body">
  558. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_comments_style">GeSHi::set_comments_style()</a> in geshi.php</div>
  559. <div class="index-item-description">Sets the styles for comment groups. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  560. </dd>
  561. <dt class="field">
  562. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  563. <span class="method-title">set_encoding</span>
  564. </dt>
  565. <dd class="index-item-body">
  566. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_encoding">GeSHi::set_encoding()</a> in geshi.php</div>
  567. <div class="index-item-description">Sets the encoding used for htmlspecialchars(), for international support.</div>
  568. </dd>
  569. <dt class="field">
  570. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  571. <span class="method-title">set_escape_characters_highlighting</span>
  572. </dt>
  573. <dd class="index-item-body">
  574. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_escape_characters_highlighting">GeSHi::set_escape_characters_highlighting()</a> in geshi.php</div>
  575. <div class="index-item-description">Turns highlighting on/off for escaped characters</div>
  576. </dd>
  577. <dt class="field">
  578. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  579. <span class="method-title">set_escape_characters_style</span>
  580. </dt>
  581. <dd class="index-item-body">
  582. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_escape_characters_style">GeSHi::set_escape_characters_style()</a> in geshi.php</div>
  583. <div class="index-item-description">Sets the styles for escaped characters. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  584. </dd>
  585. <dt class="field">
  586. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  587. <span class="method-title">set_footer_content</span>
  588. </dt>
  589. <dd class="index-item-body">
  590. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_footer_content">GeSHi::set_footer_content()</a> in geshi.php</div>
  591. <div class="index-item-description">Sets the content of the footer block</div>
  592. </dd>
  593. <dt class="field">
  594. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  595. <span class="method-title">set_footer_content_style</span>
  596. </dt>
  597. <dd class="index-item-body">
  598. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_footer_content_style">GeSHi::set_footer_content_style()</a> in geshi.php</div>
  599. <div class="index-item-description">Sets the style for the footer content</div>
  600. </dd>
  601. <dt class="field">
  602. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  603. <span class="method-title">set_header_content</span>
  604. </dt>
  605. <dd class="index-item-body">
  606. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_header_content">GeSHi::set_header_content()</a> in geshi.php</div>
  607. <div class="index-item-description">Sets the content of the header block</div>
  608. </dd>
  609. <dt class="field">
  610. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  611. <span class="method-title">set_header_content_style</span>
  612. </dt>
  613. <dd class="index-item-body">
  614. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_header_content_style">GeSHi::set_header_content_style()</a> in geshi.php</div>
  615. <div class="index-item-description">Sets the style for the header content</div>
  616. </dd>
  617. <dt class="field">
  618. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  619. <span class="method-title">set_header_type</span>
  620. </dt>
  621. <dd class="index-item-body">
  622. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_header_type">GeSHi::set_header_type()</a> in geshi.php</div>
  623. <div class="index-item-description">Sets the type of header to be used.</div>
  624. </dd>
  625. <dt class="field">
  626. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  627. <span class="method-title">set_highlight_lines_extra_style</span>
  628. </dt>
  629. <dd class="index-item-body">
  630. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_highlight_lines_extra_style">GeSHi::set_highlight_lines_extra_style()</a> in geshi.php</div>
  631. <div class="index-item-description">Sets the style for extra-highlighted lines</div>
  632. </dd>
  633. <dt class="field">
  634. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  635. <span class="method-title">set_important_styles</span>
  636. </dt>
  637. <dd class="index-item-body">
  638. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_important_styles">GeSHi::set_important_styles()</a> in geshi.php</div>
  639. <div class="index-item-description">Sets styles for important parts of the code</div>
  640. </dd>
  641. <dt class="field">
  642. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  643. <span class="method-title">set_keyword_group_highlighting</span>
  644. </dt>
  645. <dd class="index-item-body">
  646. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_keyword_group_highlighting">GeSHi::set_keyword_group_highlighting()</a> in geshi.php</div>
  647. <div class="index-item-description">Turns highlighting on/off for a keyword group</div>
  648. </dd>
  649. <dt class="field">
  650. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  651. <span class="method-title">set_keyword_group_style</span>
  652. </dt>
  653. <dd class="index-item-body">
  654. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_keyword_group_style">GeSHi::set_keyword_group_style()</a> in geshi.php</div>
  655. <div class="index-item-description">Sets the style for a keyword group. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  656. </dd>
  657. <dt class="field">
  658. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  659. <span class="method-title">set_language</span>
  660. </dt>
  661. <dd class="index-item-body">
  662. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_language">GeSHi::set_language()</a> in geshi.php</div>
  663. <div class="index-item-description">Sets the language for this object</div>
  664. </dd>
  665. <dt class="field">
  666. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  667. <span class="method-title">set_language_path</span>
  668. </dt>
  669. <dd class="index-item-body">
  670. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_language_path">GeSHi::set_language_path()</a> in geshi.php</div>
  671. <div class="index-item-description">Sets the path to the directory containing the language files. Note that this path is relative to the directory of the script that included geshi.php, NOT geshi.php itself.</div>
  672. </dd>
  673. <dt class="field">
  674. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  675. <span class="method-title">set_line_ending</span>
  676. </dt>
  677. <dd class="index-item-body">
  678. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_line_ending">GeSHi::set_line_ending()</a> in geshi.php</div>
  679. <div class="index-item-description">Sets the line-ending</div>
  680. </dd>
  681. <dt class="field">
  682. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  683. <span class="method-title">set_line_style</span>
  684. </dt>
  685. <dd class="index-item-body">
  686. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_line_style">GeSHi::set_line_style()</a> in geshi.php</div>
  687. <div class="index-item-description">Sets the styles for the line numbers.</div>
  688. </dd>
  689. <dt class="field">
  690. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  691. <span class="method-title">set_link_styles</span>
  692. </dt>
  693. <dd class="index-item-body">
  694. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_link_styles">GeSHi::set_link_styles()</a> in geshi.php</div>
  695. <div class="index-item-description">Sets styles for links in code</div>
  696. </dd>
  697. <dt class="field">
  698. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  699. <span class="method-title">set_link_target</span>
  700. </dt>
  701. <dd class="index-item-body">
  702. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_link_target">GeSHi::set_link_target()</a> in geshi.php</div>
  703. <div class="index-item-description">Sets the target for links in code</div>
  704. </dd>
  705. <dt class="field">
  706. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  707. <span class="method-title">set_methods_highlighting</span>
  708. </dt>
  709. <dd class="index-item-body">
  710. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_methods_highlighting">GeSHi::set_methods_highlighting()</a> in geshi.php</div>
  711. <div class="index-item-description">Turns highlighting on/off for methods</div>
  712. </dd>
  713. <dt class="field">
  714. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  715. <span class="method-title">set_methods_style</span>
  716. </dt>
  717. <dd class="index-item-body">
  718. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_methods_style">GeSHi::set_methods_style()</a> in geshi.php</div>
  719. <div class="index-item-description">Sets the styles for methods. $key is a number that references the</div>
  720. </dd>
  721. <dt class="field">
  722. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  723. <span class="method-title">set_numbers_highlighting</span>
  724. </dt>
  725. <dd class="index-item-body">
  726. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_numbers_highlighting">GeSHi::set_numbers_highlighting()</a> in geshi.php</div>
  727. <div class="index-item-description">Turns highlighting on/off for numbers</div>
  728. </dd>
  729. <dt class="field">
  730. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  731. <span class="method-title">set_numbers_style</span>
  732. </dt>
  733. <dd class="index-item-body">
  734. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_numbers_style">GeSHi::set_numbers_style()</a> in geshi.php</div>
  735. <div class="index-item-description">Sets the styles for numbers. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  736. </dd>
  737. <dt class="field">
  738. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  739. <span class="method-title">set_overall_class</span>
  740. </dt>
  741. <dd class="index-item-body">
  742. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_overall_class">GeSHi::set_overall_class()</a> in geshi.php</div>
  743. <div class="index-item-description">Sets the overall classname for this block of code. This class can then be used in a stylesheet to style this object's output</div>
  744. </dd>
  745. <dt class="field">
  746. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  747. <span class="method-title">set_overall_id</span>
  748. </dt>
  749. <dd class="index-item-body">
  750. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_overall_id">GeSHi::set_overall_id()</a> in geshi.php</div>
  751. <div class="index-item-description">Sets the overall id for this block of code. This id can then be used in a stylesheet to style this object's output</div>
  752. </dd>
  753. <dt class="field">
  754. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  755. <span class="method-title">set_overall_style</span>
  756. </dt>
  757. <dd class="index-item-body">
  758. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_overall_style">GeSHi::set_overall_style()</a> in geshi.php</div>
  759. <div class="index-item-description">Sets the styles for the code that will be outputted when this object is parsed. The style should be a string of valid stylesheet declarations</div>
  760. </dd>
  761. <dt class="field">
  762. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  763. <span class="method-title">set_regexps_highlighting</span>
  764. </dt>
  765. <dd class="index-item-body">
  766. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_regexps_highlighting">GeSHi::set_regexps_highlighting()</a> in geshi.php</div>
  767. <div class="index-item-description">Turns highlighting on/off for regexps</div>
  768. </dd>
  769. <dt class="field">
  770. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  771. <span class="method-title">set_regexps_style</span>
  772. </dt>
  773. <dd class="index-item-body">
  774. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_regexps_style">GeSHi::set_regexps_style()</a> in geshi.php</div>
  775. <div class="index-item-description">Sets the styles for regexps. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  776. </dd>
  777. <dt class="field">
  778. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  779. <span class="method-title">set_source</span>
  780. </dt>
  781. <dd class="index-item-body">
  782. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_source">GeSHi::set_source()</a> in geshi.php</div>
  783. <div class="index-item-description">Sets the source code for this object</div>
  784. </dd>
  785. <dt class="field">
  786. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  787. <span class="method-title">set_strings_highlighting</span>
  788. </dt>
  789. <dd class="index-item-body">
  790. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_strings_highlighting">GeSHi::set_strings_highlighting()</a> in geshi.php</div>
  791. <div class="index-item-description">Turns highlighting on/off for strings</div>
  792. </dd>
  793. <dt class="field">
  794. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  795. <span class="method-title">set_strings_style</span>
  796. </dt>
  797. <dd class="index-item-body">
  798. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_strings_style">GeSHi::set_strings_style()</a> in geshi.php</div>
  799. <div class="index-item-description">Sets the styles for strings. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  800. </dd>
  801. <dt class="field">
  802. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  803. <span class="method-title">set_symbols_highlighting</span>
  804. </dt>
  805. <dd class="index-item-body">
  806. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_symbols_highlighting">GeSHi::set_symbols_highlighting()</a> in geshi.php</div>
  807. <div class="index-item-description">Turns highlighting on/off for symbols</div>
  808. </dd>
  809. <dt class="field">
  810. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  811. <span class="method-title">set_symbols_style</span>
  812. </dt>
  813. <dd class="index-item-body">
  814. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_symbols_style">GeSHi::set_symbols_style()</a> in geshi.php</div>
  815. <div class="index-item-description">Sets the styles for symbols. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority</div>
  816. </dd>
  817. <dt class="field">
  818. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  819. <span class="method-title">set_tab_width</span>
  820. </dt>
  821. <dd class="index-item-body">
  822. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_tab_width">GeSHi::set_tab_width()</a> in geshi.php</div>
  823. <div class="index-item-description">Sets how many spaces a tab is substituted for</div>
  824. </dd>
  825. <dt class="field">
  826. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  827. <span class="method-title">set_url_for_keyword_group</span>
  828. </dt>
  829. <dd class="index-item-body">
  830. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_url_for_keyword_group">GeSHi::set_url_for_keyword_group()</a> in geshi.php</div>
  831. <div class="index-item-description">Sets the base URL to be used for keywords</div>
  832. </dd>
  833. <dt class="field">
  834. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  835. <span class="method-title">set_use_language_tab_width</span>
  836. </dt>
  837. <dd class="index-item-body">
  838. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodset_use_language_tab_width">GeSHi::set_use_language_tab_width()</a> in geshi.php</div>
  839. <div class="index-item-description">Sets whether or not to use tab-stop width specifed by language</div>
  840. </dd>
  841. <dt class="field">
  842. <img src="media/images/Method.png" alt="Method" title="Method" /></title>
  843. <span class="method-title">start_line_numbers_at</span>
  844. </dt>
  845. <dd class="index-item-body">
  846. <div class="index-item-details"><a href="geshi/core/GeSHi.html#methodstart_line_numbers_at">GeSHi::start_line_numbers_at()</a> in geshi.php</div>
  847. <div class="index-item-description">Sets what number line numbers should start at. Should be a positive integer, and will be converted to one.</div>
  848. </dd>
  849. </dl>
  850. <div class="index-letter-menu">
  851. <a class="index-letter" href="elementindex_geshi.html#a">a</a>
  852. <a class="index-letter" href="elementindex_geshi.html#d">d</a>
  853. <a class="index-letter" href="elementindex_geshi.html#e">e</a>
  854. <a class="index-letter" href="elementindex_geshi.html#g">g</a>
  855. <a class="index-letter" href="elementindex_geshi.html#h">h</a>
  856. <a class="index-letter" href="elementindex_geshi.html#l">l</a>
  857. <a class="index-letter" href="elementindex_geshi.html#o">o</a>
  858. <a class="index-letter" href="elementindex_geshi.html#p">p</a>
  859. <a class="index-letter" href="elementindex_geshi.html#r">r</a>
  860. <a class="index-letter" href="elementindex_geshi.html#s">s</a>
  861. </div> </body>
  862. </html>