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