/InstantRails-win/InstantRails/ruby/lib/ruby/gems/1.8/doc/sqlite3-ruby-1.2.1-x86-mswin32/rdoc/files/lib/sqlite3/driver/dl/driver_rb.html

https://github.com/drnic/instantrails · HTML · 108 lines · 67 code · 38 blank · 3 comment · 0 complexity · f9960eac159e3a0986a5761c97d84caf MD5 · raw file

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>File: driver.rb</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  10. <link rel="stylesheet" href="../../../../.././rdoc-style.css" type="text/css" media="screen" />
  11. <script type="text/javascript">
  12. // <![CDATA[
  13. function popupCode( url ) {
  14. window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  15. }
  16. function toggleCode( id ) {
  17. if ( document.getElementById )
  18. elem = document.getElementById( id );
  19. else if ( document.all )
  20. elem = eval( "document.all." + id );
  21. else
  22. return false;
  23. elemStyle = elem.style;
  24. if ( elemStyle.display != "block" ) {
  25. elemStyle.display = "block"
  26. } else {
  27. elemStyle.display = "none"
  28. }
  29. return true;
  30. }
  31. // Make codeblocks hidden by default
  32. document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  33. // ]]>
  34. </script>
  35. </head>
  36. <body>
  37. <div id="fileHeader">
  38. <h1>driver.rb</h1>
  39. <table class="header-table">
  40. <tr class="top-aligned-row">
  41. <td><strong>Path:</strong></td>
  42. <td>lib/sqlite3/driver/dl/driver.rb
  43. </td>
  44. </tr>
  45. <tr class="top-aligned-row">
  46. <td><strong>Last Update:</strong></td>
  47. <td>Fri Dec 21 21:18:49 -0500 2007</td>
  48. </tr>
  49. </table>
  50. </div>
  51. <!-- banner header -->
  52. <div id="bodyContent">
  53. <div id="contextContent">
  54. <div id="requires-list">
  55. <h3 class="section-bar">Required files</h3>
  56. <div class="name-list">
  57. sqlite3/driver/dl/api&nbsp;&nbsp;
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. <!-- if includes -->
  63. <div id="section">
  64. <!-- if method_list -->
  65. </div>
  66. <div id="validator-badges">
  67. <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
  68. </div>
  69. </body>
  70. </html>