Spaces:
Sleeping
Sleeping
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" /> | |
{! Link.base = ""; /* all generated links will be relative to this */ !} | |
<title>JsDoc Reference - File Index</title> | |
<meta name="generator" content="JsDoc Toolkit" /> | |
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> | |
<meta name="mobileoptimized" content="0" /> | |
<link rel="stylesheet" type="text/css" href="css/all.css" media="all" /> | |
<link rel="stylesheet" type="text/css" href="css/handheld.css" media="only screen and (max-width: 660px)" /> | |
<link rel="stylesheet" type="text/css" href="css/handheld.css" media="handheld" /> | |
<link rel="stylesheet" type="text/css" href="css/screen.css" media="screen and (min-width: 661px)" /> | |
<script type="text/javascript" src="javascript/wbos.CSSTools.MediaQueryFallBack.js"></script> | |
</head> | |
<body> | |
{+include("static/header.html")+} | |
<div class="index"> | |
<div class="menu"> | |
{+publish.classesIndex+} | |
</div> | |
<div class="fineprint" style="clear:both"> | |
<if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if> | |
Generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}<br /> | |
HTML template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview 1.1.1</a> | |
</div> | |
</div> | |
<div class="index indexStatic"></div> | |
<div class="content"> | |
<div class="innerContent"> | |
<h1 class="classTitle">File Index</h1> | |
<ul class="fileList"> | |
<for each="item" in="data"> | |
<li> | |
<h2 class="filename">{+new Link().toSrc(item.alias).withText(item.name)+}</h2> | |
<if test="item.desc">{+resolveLinks(item.desc)+}</if> | |
<dl class="detailList"> | |
<if test="item.author"> | |
<dt class="heading">Author:</dt> | |
<dd>{+item.author+}</dd> | |
</if> | |
<if test="item.version"> | |
<dt class="heading">Version:</dt> | |
<dd>{+item.version+}</dd> | |
</if> | |
{! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !} | |
<if test="locations.length"> | |
<dt class="heading">Location:</dt> | |
<for each="location" in="locations"> | |
<dd><a href="{+location+}">{+location+}</a></dd> | |
</for> | |
</if> | |
</dl> | |
</li> | |
</for> | |
</ul> | |
</div> | |
</div> | |
<script type="text/javascript"> | |
wbos.CssTools.MediaQueryFallBack.LoadCss('css/screen.css', 'css/handheld.css', 660) | |
</script> | |
</body> | |
</html> |