Move RCP plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.help / reference / api / index.html
CommitLineData
313a5081
PT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">\r
2<!-- NewPage -->\r
3<html lang="en">\r
4<head>\r
5<!-- Generated by javadoc on Sat Feb 22 08:24:16 EST 2014 -->\r
6<title>Generated Documentation (Untitled)</title>\r
7<script type="text/javascript">\r
8 targetPage = "" + window.location.search;\r
9 if (targetPage != "" && targetPage != "undefined")\r
10 targetPage = targetPage.substring(1);\r
11 if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))\r
12 targetPage = "undefined";\r
13 function validURL(url) {\r
14 var pos = url.indexOf(".html");\r
15 if (pos == -1 || pos != url.length - 5)\r
16 return false;\r
17 var allowNumber = false;\r
18 var allowSep = false;\r
19 var seenDot = false;\r
20 for (var i = 0; i < url.length - 5; i++) {\r
21 var ch = url.charAt(i);\r
22 if ('a' <= ch && ch <= 'z' ||\r
23 'A' <= ch && ch <= 'Z' ||\r
24 ch == '$' ||\r
25 ch == '_') {\r
26 allowNumber = true;\r
27 allowSep = true;\r
28 } else if ('0' <= ch && ch <= '9'\r
29 || ch == '-') {\r
30 if (!allowNumber)\r
31 return false;\r
32 } else if (ch == '/' || ch == '.') {\r
33 if (!allowSep)\r
34 return false;\r
35 allowNumber = false;\r
36 allowSep = false;\r
37 if (ch == '.')\r
38 seenDot = true;\r
39 if (ch == '/' && seenDot)\r
40 return false;\r
41 } else {\r
42 return false;\r
43 }\r
44 }\r
45 return true;\r
46 }\r
47 function loadFrames() {\r
48 if (targetPage != "" && targetPage != "undefined")\r
49 top.classFrame.location = top.targetPage;\r
50 }\r
51</script>\r
52</head>\r
53<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">\r
54<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">\r
55<frame src="org/eclipse/linuxtools/tmf/core/timestamp/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">\r
56<noframes>\r
57<noscript>\r
58<div>JavaScript is disabled on your browser.</div>\r
59</noscript>\r
60<h2>Frame Alert</h2>\r
61<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/eclipse/linuxtools/tmf/core/timestamp/package-summary.html">Non-frame version</a>.</p>\r
62</noframes>\r
63</frameset>\r
64</html>\r
This page took 0.033048 seconds and 5 git commands to generate.