index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" href="/mxr.png" type="image/png">
  5. <title>Mozilla Cross-Reference</title>
  6. <link rel='stylesheet' title='' href='style/style.css' type='text/css'>
  7. <style type="text/css">
  8. <!--
  9. div {
  10. text-align: right;
  11. white-space: nowrap;
  12. }
  13. .note {
  14. font-size: 70%;
  15. }
  16. -->
  17. </style>
  18. </head>
  19. <body bgcolor="#ffffff" text="#000000"
  20. link="#0000EE" vlink="#551a8b" alink="#ff0000">
  21. <table bgcolor="#000000" class=banner width="100%" border=0 cellpadding=0 cellspacing=0>
  22. <tr><td><a id="logo" href="//www.mozilla.org/"><img
  23. src="//www.mozilla.org/images/mozilla-banner.gif" alt="mozilla.org"
  24. border=0 width=600 height=58></a></td></tr></table>
  25. <table border=0 cellpadding=0 cellspacing=6 width="100%">
  26. <tr>
  27. <td width="35%" align=left valign=top>
  28. <table border cellpadding=10 cellspacing=0 width="100%" bgcolor="#eeeeee">
  29. <tr>
  30. <td>
  31. <h2 align=center><i>$treename</i> Starting Points</h2>
  32. <font size="+1"><a href="source/"><b>/$rootname</b></a></font>
  33. <br>
  34. <font size="-1">
  35. Browse from the root
  36. of this tree.
  37. </font>
  38. <form method=get action="find">
  39. <div align="right">
  40. <br> <b><a href="search">Search for</a>:</b>
  41. <input type=text name="text" size=29 value="">
  42. <br> <b><a href="find">File path</a>:</b>
  43. <input type=text name="string" value="" size=29>
  44. <br>
  45. <input type="checkbox" id="regexp" name="regexp" value="1"><label for="regexp">search as regexp</label> &nbsp;
  46. <input type=submit value="Find">
  47. </div>
  48. </form>
  49. <p>
  50. <form method=get action="ident">
  51. <div align="right">
  52. <br> <b><a href="ident">Identifier</a>:</b>
  53. <input type=text name="i" size=29 value="">
  54. <br> <b><a href="find">File path</a>:</b>
  55. <input type=text name="filter" value="" size=29>
  56. <br>
  57. <input type=submit value="Find">
  58. </div>
  59. </form>
  60. <p>
  61. <a href="../">Pick another root</a> <span class="note">(you can also
  62. change roots from within the search tools)</span>
  63. </tr>
  64. </table>
  65. </td>
  66. <td width=8></td>
  67. <td align=left valign=top>
  68. <h1>Using this Cross-Reference</h1>
  69. <p>This is a cross reference designed to display
  70. source code.
  71. Sources may be retrieved via <em>cvs</em>, <em>svn</em>, <em>git</em>,
  72. <em>apt</em>, or through some other process.
  73. <p>It's possible to search through the entire source text (but this
  74. is very slow, it will work, but it is suggested that you at least
  75. include some simple file restriction by using the <a
  76. href="search">search</a> page)
  77. or to <a href="find">find files</a> whose name matches a pattern;
  78. or to search for the <a href="ident">definitions</a> of particular
  79. functions, variables, etc.
  80. <p>The individual files of the source code are formatted on the fly
  81. and presented with clickable identifiers. An <i>identifier</i> is a
  82. macro, typedef, struct, enum, union, function, function prototype or
  83. variable. Clicking on them shows you a summary of how and where they
  84. are used.
  85. <p>The <a href="search">free-text search</a> feature is implemented
  86. using <a href="http://webglimpse.net/">Glimpse</a>, so all the
  87. capabilities of Glimpse are available.
  88. <a href="search-help.html">Regular expression</a> searches are
  89. especially useful.
  90. <p>(Don't use a web-crawler to try and download all of these pages;
  91. the CGIs will feed you several <i>gigabytes</i> worth of generated HTML!)
  92. <p>(That's beyond the nearly <strong>30 gigabytes</strong> worth of
  93. content that is indexed here.)
  94. <p>
  95. <!-- this would be a good place for the mxr administrator to include
  96. ++ a contact link.
  97. -->
  98. <p>Issues with this installation of MXR can be <a href=
  99. "https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&amp;component=MXR"
  100. >filed in Bugzilla</a>.</p>
  101. <!--
  102. ++ / good place
  103. -->
  104. </td>
  105. </tr>
  106. </table>
  107. <p>