-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39fcae8
commit ea6df38
Showing
6 changed files
with
658 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
ELENA Standard Library 6.5: Module extensions'runtime | ||
</TITLE> | ||
<meta name="collection" content="api"> | ||
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> | ||
</HEAD> | ||
<BODY BGCOLOR="white"> | ||
<DIV CLASS="topNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
Module | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
<DIV CLASS="header"> | ||
<H1> | ||
Module extensions'runtime | ||
</H1> | ||
</DIV> | ||
<DIV CLASS="docSummary"> | ||
<DIV CLASS="block"></DIV> | ||
</DIV> | ||
<DIV CLASS="contentContainer"> | ||
<UL CLASS="blockList"> | ||
<LI CLASS="blockList"> | ||
<TABLE CLASS="typeSummary" BORDER="0" CELLPADDING="3" CELLSPACING="0"> | ||
<HEADER> | ||
Class Summary | ||
</HEADER> | ||
<TR> | ||
<TH CLASS="colFirst" scope="col">Class name</TH> | ||
<TH CLASS="colLast" scope="col">Description</TH> | ||
</TR> | ||
<TR CLASS="altColor"> | ||
<TD CLASS="colFirst"> | ||
<A HREF="extensions-runtime.html#SystemMonitor">SystemMonitor</A> | ||
</TD> | ||
<TD CLASS="colLast"> | ||
<DIV CLASS="block"> | ||
public singleton <SPAN CLASS="typeNameLabel">SystemMonitor</SPAN></DIV> | ||
</TD> | ||
</TR> | ||
</TABLE> | ||
</LI> | ||
</UL> | ||
</DIV> | ||
<DIV CLASS="bottomNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
Module | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
ELENA Standard Library 6.5: Module extensions'runtime | ||
</TITLE> | ||
<meta name="collection" content="api"> | ||
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> | ||
</HEAD> | ||
<BODY BGCOLOR="white"> | ||
<DIV CLASS="topNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
<A HREF="extensions-runtime-summary.html">Module</A> | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
<A NAME="SystemMonitor"> | ||
</A> | ||
<!-- ======== START OF CLASS DATA ======== --> | ||
<DIV CLASS="header"> | ||
<DIV CLASS="subTitle"> | ||
extensions'runtime'</DIV> | ||
<H2 title="SystemMonitor" class="title">SystemMonitor</H2> | ||
</DIV> | ||
<DIV CLASS="contentContainer"> | ||
<DIV CLASS="description"> | ||
<BR> | ||
<HR> | ||
<PRE STYLE="padding-top: 15px;"> | ||
public singleton <SPAN CLASS="typeNameLabel">SystemMonitor</SPAN></PRE> | ||
<BR> | ||
</DIV> | ||
<UL CLASS="inheritance"> | ||
<LI> | ||
<SPAN CLASS="memberNameLink"><A HREF="system.html#Object">system'Object</A></SPAN></LI> | ||
<LI> | ||
<UL CLASS="inheritance"> | ||
<LI> | ||
extensions'runtime'SystemMonitor</LI> | ||
</UL> | ||
</LI> | ||
</UL> | ||
<!-- ========== METHOD SUMMARY =========== --> | ||
<UL CLASS="blockList"> | ||
<LI CLASS="blockList"> | ||
<H3>Method Summary</H3> | ||
<TABLE CLASS="memberSummary" BORDER="0" CELLPADDING="3" CELLSPACING="0"> | ||
<TR> | ||
<TH CLASS="colFirst" scope="col">Modifier and Type</TH> | ||
<TH CLASS="colLast" scope="col">Method</TH> | ||
</TR> | ||
<TR CLASS="altColor"> | ||
<TD CLASS="colFirst"> | ||
<CODE> | ||
</CODE></TD> | ||
<TD CLASS="colLast"> | ||
<CODE>printMemoryStatistics() | ||
</CODE> | ||
</TD> | ||
</TR> | ||
</TABLE> | ||
</LI> | ||
</UL> | ||
<HR> | ||
</DIV> | ||
<DIV CLASS="bottomNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
<A HREF="extensions-runtime-summary.html">Module</A> | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
ELENA Standard Library 6.5: Module net'http | ||
</TITLE> | ||
<meta name="collection" content="api"> | ||
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> | ||
</HEAD> | ||
<BODY BGCOLOR="white"> | ||
<DIV CLASS="topNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
Module | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
<DIV CLASS="header"> | ||
<H1> | ||
Module net'http | ||
</H1> | ||
</DIV> | ||
<DIV CLASS="docSummary"> | ||
<DIV CLASS="block"></DIV> | ||
</DIV> | ||
<DIV CLASS="contentContainer"> | ||
<UL CLASS="blockList"> | ||
<LI CLASS="blockList"> | ||
<TABLE CLASS="typeSummary" BORDER="0" CELLPADDING="3" CELLSPACING="0"> | ||
<HEADER> | ||
Class Summary | ||
</HEADER> | ||
<TR> | ||
<TH CLASS="colFirst" scope="col">Class name</TH> | ||
<TH CLASS="colLast" scope="col">Description</TH> | ||
</TR> | ||
<TR CLASS="altColor"> | ||
<TD CLASS="colFirst"> | ||
<A HREF="net-http.html#Uri">Uri</A> | ||
</TD> | ||
<TD CLASS="colLast"> | ||
<DIV CLASS="block"> | ||
public class <SPAN CLASS="typeNameLabel">Uri</SPAN></DIV> | ||
</TD> | ||
</TR> | ||
</TABLE> | ||
</LI> | ||
</UL> | ||
</DIV> | ||
<DIV CLASS="bottomNav"> | ||
<UL CLASS="navList"> | ||
<LI> | ||
<A HREF="index.html">Overview</A> | ||
</LI> | ||
<LI> | ||
Module | ||
</LI> | ||
</UL> | ||
<DIV CLASS="aboutLanguage"> | ||
<STRONG> | ||
ELENA Standard Library<br>6.5 | ||
</STRONG> | ||
</DIV> | ||
</DIV> | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.