-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirect.html
More file actions
38 lines (34 loc) · 3.6 KB
/
redirect.html
File metadata and controls
38 lines (34 loc) · 3.6 KB
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 = ["google.protobuf.descriptor_database.DescriptorDatabaseConflictingDefinitionError-c", "google.protobuf.pyext.cpp_message.GeneratedProtocolMessageType-c", "google.protobuf.service_reflection.GeneratedServiceStubType-c", "google.protobuf.service_reflection.GeneratedServiceType-c", "google.protobuf.descriptor_database.DescriptorDatabase-c", "google.protobuf.service_reflection._ServiceStubBuilder-c", "google.protobuf.descriptor.TypeTransformationError-c", "google.protobuf.service_reflection._ServiceBuilder-c", "google.protobuf.descriptor._NestedDescriptorBase-c", "google.protobuf.json_format.SerializeToJsonError-c", "google.protobuf.descriptor.EnumValueDescriptor-c", "google.protobuf.descriptor_pool.DescriptorPool-c", "google.protobuf.message_factory.MessageFactory-c", "google.protobuf.symbol_database.SymbolDatabase-c", "google.protobuf.descriptor.ServiceDescriptor-c", "google.protobuf.descriptor.MethodDescriptor-c", "google.protobuf.descriptor.FieldDescriptor-c", "google.protobuf.descriptor.OneofDescriptor-c", "google.protobuf.descriptor.DescriptorBase-c", "google.protobuf.descriptor.EnumDescriptor-c", "google.protobuf.descriptor.FileDescriptor-c", "google.protobuf.descriptor_database.Error-c", "google.protobuf.json_format.ParseError-c", "google.protobuf.text_format.ParseError-c", "google.protobuf.text_format.TextWriter-c", "google.protobuf.descriptor.Descriptor-c", "google.protobuf.service.RpcController-c", "google.protobuf.text_format.Tokenizer-c", "google.protobuf.json_format._Printer-c", "google.protobuf.service.RpcException-c", "google.protobuf.text_format._Printer-c", "google.protobuf.descriptor_database-m", "google.protobuf.json_format._Parser-c", "google.protobuf.message.DecodeError-c", "google.protobuf.message.EncodeError-c", "google.protobuf.text_format._Parser-c", "google.protobuf.service_reflection-m", "google.protobuf.service.RpcChannel-c", "google.protobuf.pyext.cpp_message-m", "google.protobuf.json_format.Error-c", "google.protobuf.text_format.Error-c", "google.protobuf.descriptor.Error-c", "google.protobuf.descriptor._Lock-c", "google.protobuf.descriptor_pool-m", "google.protobuf.message_factory-m", "google.protobuf.symbol_database-m", "google.protobuf.message.Message-c", "google.protobuf.service.Service-c", "google.protobuf.proto_builder-m", "google.protobuf.text_encoding-m", "google.protobuf.message.Error-c", "google.protobuf.json_format-m", "google.protobuf.text_format-m", "google.protobuf.descriptor-m", "google.protobuf.reflection-m", "google.protobuf.compiler-m", "google.protobuf.internal-m", "google.protobuf.message-m", "google.protobuf.service-m", "google.protobuf.pyext-m", "google.protobuf.util-m", "google.protobuf-m", "int-c"];
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"> </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>