File: redirect.html

package info (click to toggle)
pyparsing 2.2.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,408 kB
  • sloc: python: 11,982; sh: 17; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 2,250 bytes parent folder | download | duplicates (2)
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.RecursiveGrammarException-c", "pyparsing.ParseSyntaxException-c", "pyparsing.Regex.compiledREtype-c", "pyparsing.ParseElementEnhance-c", "pyparsing.ParseFatalException-c", "pyparsing.ParseBaseException-c", "pyparsing.pyparsing_common-c", "pyparsing.CaselessKeyword-c", "pyparsing.CaselessLiteral-c", "pyparsing.ParseExpression-c", "pyparsing.ParseException-c", "pyparsing.TokenConverter-c", "pyparsing.ParserElement-c", "pyparsing.ParseResults-c", "pyparsing.QuotedString-c", "pyparsing.StringStart-c", "pyparsing.CharsNotIn-c", "pyparsing.CloseMatch-c", "pyparsing.FollowedBy-c", "pyparsing.GoToColumn-c", "pyparsing.MatchFirst-c", "pyparsing.ZeroOrMore-c", "pyparsing.LineStart-c", "pyparsing.OneOrMore-c", "pyparsing.StringEnd-c", "pyparsing.WordStart-c", "pyparsing.OnlyOnce-c", "pyparsing.Optional-c", "pyparsing.Suppress-c", "pyparsing.Combine-c", "pyparsing.Forward-c", "pyparsing.Keyword-c", "pyparsing.LineEnd-c", "pyparsing.Literal-c", "pyparsing.NoMatch-c", "pyparsing.WordEnd-c", "pyparsing.NotAny-c", "pyparsing.SkipTo-c", "pyparsing.Empty-c", "pyparsing.Group-c", "pyparsing.Regex-c", "pyparsing.Token-c", "pyparsing.White-c", "pyparsing.Dict-c", "pyparsing.Each-c", "pyparsing.Word-c", "pyparsing.And-c", "pyparsing.Or-c", "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>