File: redirect.html

package info (click to toggle)
pyparsing 2.0.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,196 kB
  • ctags: 6,279
  • sloc: python: 11,708; makefile: 35; sh: 33
file content (38 lines) | stat: -rw-r--r-- 2,694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html><head><title>Epydoc Redirect Page</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
var pages = ["pyparsing.pyparsing.RecursiveGrammarException-c", "pyparsing.pyparsing.ParseSyntaxException-c", "pyparsing.pyparsing.Regex.compiledREtype-c", "pyparsing.pyparsing.ParseElementEnhance-c", "pyparsing.pyparsing.ParseFatalException-c", "pyparsing.pyparsing.ParseBaseException-c", "pyparsing.pyparsing.CaselessKeyword-c", "pyparsing.pyparsing.CaselessLiteral-c", "pyparsing.pyparsing.ParseExpression-c", "pyparsing.pyparsing.ParseException-c", "pyparsing.pyparsing.TokenConverter-c", "pyparsing.pyparsing.ParserElement-c", "pyparsing.pyparsing.ParseResults-c", "pyparsing.pyparsing.QuotedString-c", "pyparsing.pyparsing.StringStart-c", "pyparsing.pyparsing.CharsNotIn-c", "pyparsing.pyparsing.FollowedBy-c", "pyparsing.pyparsing.GoToColumn-c", "pyparsing.pyparsing.MatchFirst-c", "pyparsing.pyparsing.ZeroOrMore-c", "pyparsing.pyparsing.LineStart-c", "pyparsing.pyparsing.OneOrMore-c", "pyparsing.pyparsing.StringEnd-c", "pyparsing.pyparsing.WordStart-c", "pyparsing.pyparsing.OnlyOnce-c", "pyparsing.pyparsing.Optional-c", "pyparsing.pyparsing.Suppress-c", "pyparsing.pyparsing.Combine-c", "pyparsing.pyparsing.Forward-c", "pyparsing.pyparsing.Keyword-c", "pyparsing.pyparsing.LineEnd-c", "pyparsing.pyparsing.Literal-c", "pyparsing.pyparsing.NoMatch-c", "pyparsing.pyparsing.WordEnd-c", "pyparsing.pyparsing.NotAny-c", "pyparsing.pyparsing.SkipTo-c", "pyparsing.pyparsing.Upcase-c", "pyparsing.pyparsing.Empty-c", "pyparsing.pyparsing.Group-c", "pyparsing.pyparsing.Regex-c", "pyparsing.pyparsing.Token-c", "pyparsing.pyparsing.White-c", "pyparsing.pyparsing.Dict-c", "pyparsing.pyparsing.Each-c", "pyparsing.pyparsing.Word-c", "pyparsing.pyparsing.And-c", "pyparsing.pyparsing.Or-c", "pyparsing.pyparsing-m"];
var dottedName = get_anchor();
if (dottedName) {
    var target = redirect_url(dottedName);
    if (target) window.location.replace(target);
}
// -->
</script>

<h3>Epydoc Auto-redirect page</h3>

<p>When javascript is enabled, this page will redirect URLs of
the form <tt>redirect.html#<i>dotted.name</i></tt> to the
documentation for the object with the given fully-qualified
dotted name.</p>
<p><a id="message"> &nbsp; </a></p>

<script type="text/javascript">
<!--
if (dottedName) {
    var msg = document.getElementById("message");
    msg.innerHTML = "No documentation found for <tt>"+
                    dottedName+"</tt>";
}
// -->
</script>

</body>
</html>