1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
5 <title>Generated Documentation (Untitled)</title>
6 <script type="text/javascript">
7 tmpTargetPage = "" + window.location.search;
8 if (tmpTargetPage != "" && tmpTargetPage != "undefined")
9 tmpTargetPage = tmpTargetPage.substring(1);
10 if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
11 tmpTargetPage = "undefined";
12 targetPage = tmpTargetPage;
13 function validURL(url) {
15 url = decodeURIComponent(url);
20 var pos = url.indexOf(".html");
21 if (pos == -1 || pos != url.length - 5)
23 var allowNumber = false;
26 for (var i = 0; i < url.length - 5; i++) {
27 var ch = url.charAt(i);
28 if ('a' <= ch && ch <= 'z' ||
29 'A' <= ch && ch <= 'Z' ||
32 ch.charCodeAt(0) > 127) {
35 } else if ('0' <= ch && ch <= '9'
39 } else if (ch == '/' || ch == '.') {
46 if (ch == '/' && seenDot)
54 function loadFrames() {
55 if (targetPage != "" && targetPage != "undefined")
56 top.classFrame.location = top.targetPage;
60 <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
61 <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
62 <frame src="org/libjpegturbo/turbojpeg/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
65 <div>JavaScript is disabled on your browser.</div>
68 <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/libjpegturbo/turbojpeg/package-summary.html">Non-frame version</a>.</p>