text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<template name="livechatCurrentChats">
<fieldset>
<form class="form-inline" method="post">
<div class="form-group">
<label for="name">{{_ "Name"}}</label>
<input type="text" name="name">
</div>
<div class="form-group">
<label for="leadid">{{_ "LeadID"}}</label>
<input type="text" name="leadid">
</div>
<div class="form-group">
<label for="agent">{{_ "Served_By"}}</label>
<select name="agent">
<option value=""></option>
{{#each agents}}
<option value="{{_id}}">{{username}}</option>
{{/each}}
</select>
</div>
<div class="form-group">
<label for="status">{{_ "Status"}}</label>
<select name="status">
<option value=""></option>
<option value="opened">{{_ "Opened"}}</option>
<option value="closed">{{_ "Closed"}}</option>
</select>
</div>
<!--Added by Deepankar-->
<div class="input-group input-daterange" data-date-autoclose="true" data-provide="datepicker" >
<span class="input-group-addon">From</span>
<input type="text" class="form-control" id="From" name="From" >
<span class="input-group-addon">to</span>
<input type="text" class="form-control" id="To" name="To">
<button class="button">{{_ "Filter"}}</button>
</div>
<!--Added by Deepankar-->
</form>
</fieldset>
<div class="list">
<table>
<thead>
<tr>
<th width="15%">{{_ "Name"}}</th>
<th width="13%">{{_ "LeadID"}}</th>
<th width="12%">{{_ "Department"}}</th>
<th width="10%">{{_ "Served_By"}}</th>
<th width="15%">{{_ "Active_Since"}}</th>
<th width="15%">{{_ "Last_Message_At"}}</th>
<th width="10%">{{_ "Status"}}</th>
<th width="10%">{{_ "Block Customer"}}</th>
</tr>
</thead>
<tbody>
{{#each livechatRoom}}
<tr>
<td class="row-link" style=" cursor:pointer;">{{label}}</td>
<td class="row-link" style=" cursor:pointer;">{{leadid}}</td>
<td class="row-link" style=" cursor:pointer;">{{departmentname}}</td>
<td class="row-link" style=" cursor:pointer;">{{servedBy}}</td>
<!--<td class="row-link" style=" cursor:pointer;">{{startedAt}}</td>-->
<td class="row-link" style=" cursor:pointer;">{{ActiveSince}}</td>
<td class="row-link" style=" cursor:pointer;">{{lastMessage}}</td>
<td class="row-link" style=" cursor:pointer;">{{status}}</td>
<td><button name="block" class="block-customer">{{blocked}}</button></td>
</tr>
{{/each}}
</tbody>
</table>
</div>
<div class="text-center">
<button class="button load-more lightblue">{{_ "Load_more"}}</button>
</div>
</template>
| deep0892/PB.Chat | packages/rocketchat-livechat/client/views/app/livechatCurrentChats.html | HTML | mit | 2,636 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.4.9: v8::String::Utf8Value Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.4.9
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_string.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1_string_1_1_utf8_value.html">Utf8Value</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_string_1_1_utf8_value-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::String::Utf8Value Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aded9fd7ed406e79d5bc40eca15b6b3d7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aded9fd7ed406e79d5bc40eca15b6b3d7"></a>
 </td><td class="memItemRight" valign="bottom"><b>Utf8Value</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">v8::Value</a> > obj)</td></tr>
<tr class="separator:aded9fd7ed406e79d5bc40eca15b6b3d7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6cb4914bc426bbe60b0dfdff32213e59"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6cb4914bc426bbe60b0dfdff32213e59"></a>
char * </td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr>
<tr class="separator:a6cb4914bc426bbe60b0dfdff32213e59"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6557ad0916c472faebd8bfdc3da5c4f7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6557ad0916c472faebd8bfdc3da5c4f7"></a>
const char * </td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr>
<tr class="separator:a6557ad0916c472faebd8bfdc3da5c4f7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1e2572abf6adc0786769482df9906f19"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1e2572abf6adc0786769482df9906f19"></a>
int </td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr>
<tr class="separator:a1e2572abf6adc0786769482df9906f19"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Converts an object to a utf8-encoded character array. Useful if you want to print the object. If conversion to a string fails (eg. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:47:11 for V8 API Reference Guide for node.js v0.4.9 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 1e7769d/html/classv8_1_1_string_1_1_utf8_value.html | HTML | mit | 6,946 |
<!DOCTYPE html>
<head>
<title>JS Loading Bar</title>
<script src='https://code.jquery.com/jquery-2.0.3.min.js'></script>
<script src="modals/jquery.modal.js" type="text/javascript" charset="utf-8"></script>
<meta charset="utf8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="modals/jquery.modal.css" type="text/css" media="screen" />
</head>
<body>
<section class="target-bar-container">
<div class="target-wrap progress" data-progress-percent="">
<div class="target-bar progress">
</div>
</div>
</section>
<h1>£<span class='target-amount'></span></h1>
<h3>£<span class='money-raised'></span></h3>
<button class='increase-donation'>^</button>
<button class='decrease-donation'>!</button>
<!-- Modal HTML embedded directly into document -->
<div id="ex1" style="display:none;">
<p>Thanks for clicking. That felt good. <a href="#" rel="modal:close">Close</a> or press ESC</p>
</div>
<!-- Link to open the modal -->
<p><a href="#ex1" class='modal-button' >Open Modal</a></p>
<script src='src/TargetBar.js'></script>
<script>
$(document).ready(function(){
$(".modal-button").on('click', function(){
$('#ex1').modal({
fadeDuration: 500,
fadeDelay: 0.30
});
});
});
moveProgressBar();
$(window).resize(function() {
moveProgressBar();
});
function moveProgressBar() {
var targetbar = new TargetBar(200, 500);
var getPercent = (targetbar.percentage()) / 100;
var getTargetWrapWidth = $('.target-wrap').width();
var progressTotal = getPercent * getTargetWrapWidth;
var animationLength = 2500;
// Display target amount
$('.target-amount').text(targetbar.targetAmount);
// Display money raised so far
$('.money-raised').text(targetbar.amount);
// Add current progress as a class to indicate colour of the bar
$('.target-wrap').addClass(targetbar.progress())
$('.increase-donation').on('click', function() {
targetbar.addMoney(10);
// Update amount
$('.money-raised').text(targetbar.amount);
// Update class to change colour of bar
$('.target-wrap').attr('class', 'target-wrap progress').addClass(targetbar.progress())
// Update position of bar
$('.target-bar').animate({
left: '+=2%'
}, 300);
});
$('.decrease-donation').on('click', function() {
targetbar.subtractMoney(10);
$('.money-raised').text(targetbar.amount);
$('.target-wrap').attr('class', 'target-wrap progress').addClass(targetbar.progress())
$('.target-bar').animate({
left: '-=2%'
}, 300);
});
// on page load, animate percentage bar to current donation percentage
// .stop() used to prevent animation queueing
$('.target-bar').stop().animate({
left: progressTotal
}, animationLength);
}
</script>
</body>
| jamieallen59/Js_target_bar | index.html | HTML | mit | 3,387 |
<% @page_title = 'Home' %>
<h1>Home</h1> | jarrett/ichiban | empty_project/html/index.html | HTML | mit | 41 |
<html>
<head>
<script src="bundle.js"></script>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>The Griddy Griddle Grid Modifier</header>
<section class="main">
<div class="box">
<div id="maincontent">
</div>
</div>
<div class="popover">
<div class="pop-content-container">
<div class="modal">
<div class="content"></div>
<img src="loader.svg" alt="" class="spinner">
</div>
</div>
</div>
</section>
</body>
</html> | mindspank/GridChanger | index.html | HTML | mit | 516 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>innocentmusic.com</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css" media="screen and (max-width: 900px)">
<link href='http://fonts.googleapis.com/css?family=Russo+One' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<div class="header">
<a href="https://play.google.com/store/music/album/Innocent_Sekajja_Innocent_Sekajja?id=Bzt2a42fuzfmvta76lcwpwbb3nu"><img class="header-box" src="img/buy%20album.jpg"/></a>
<a href="https://www.facebook.com/Southstreet24InnocentSekajja"><img class="icons" src="img/facebook.jpg"/></a>
<a href="https://www.youtube.com/user/Southstreet24/videos"><img class="icons" src="img/youtube.jpg"/></a>
<a href="https://twitter.com/InnocentSekajja"><img class="icons" src="img/twitter.jpg"/></a>
<h1 align="center">Innocent<font color="white">Music</font>.com</h1>
</div>
<div class="row">
<div class="left-col">
<div class="video">
<iframe width="560" height="315" src="http://www.youtube.com/embed/8feoLTklI6I?list=UUEkfaDRceujRTAWh44TkZlA" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video">
<iframe width="560" height="315" src="http://www.youtube.com/embed/M5MUndn0SZ0?list=UUEkfaDRceujRTAWh44TkZlA" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="right-col">
<a href="index.html"><div class="menu-item">HOME</div></a>
<a href="bio.html"><div class="menu-item">BIO</div></a>
<a href="media.html"><div class="menu-item">MEDIA</div></a>
<a href="shop.html"><div class="menu-item">SHOP</div></a>
<img src="img/face.gif"/>
</div>
</div>
<div class="row highlighted">
<div style="width:50%; float:left">SouthStreet24 <span class="records" >Records</span></div>
<a href="#top"><div class="header-box" >Top</div></a>
<a href="#top"><img class="header-box" src="img/arrow.jpg"/></a>
</div>
<div class="row"></div>
<!-- end container div-->
</div>
</body>
</html> | InnocentSekajja/production-systems-for-the-web | media.html | HTML | mit | 2,374 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Bootstrap</title>
<meta name="description" content="This is an awesome Bootstap boiler plate, scaffolded by slush bootstrap">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- build:css /styles/main.min.css -->
<link rel="stylesheet" href="/assets/styles/main.css">
<!-- endbuild -->
<!-- build:css /styles/non-responsive/non-responsive.css -->
<link rel="stylesheet" href="/templates/non-responsive/non-responsive.css">
<!-- endbuild -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/json3/3.3.1/json3.min.js"></script>
<![endif]-->
<!-- build:js /scripts/modernizr.min.js -->
<script src="/assets/lib/modernizr/modernizr.js"></script>
<!-- endbuild -->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><%= appName %></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Non-responsive Bootstrap</h1>
<p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="http://getbootstrap.com/getting-started/#disable-responsive">Read the documentation</a> for more information.</p>
</div>
<h3>What changes</h3>
<p>Note the lack of the <code><meta name="viewport" content="width=device-width, initial-scale=1"></code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
<h3>Regarding navbars</h3>
<p>As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.</p>
<h3>Browsers, scrolling, and fixed elements</h3>
<p>Non-responsive layouts highlight a key drawback to fixed elements. <strong class="text-danger">Any fixed component, such as a fixed navbar, will not be scrollable when the viewport becomes narrower than the page content.</strong> In other words, given the non-responsive container width of 970px and a viewport of 800px, you'll potentially hide 170px of content.</p>
<p>There is no way around this as it's default browser behavior. The only solution is a responsive layout or using a non-fixed element.</p>
<h3>Non-responsive grid system</h3>
<div class="row">
<div class="col-xs-4">One third</div>
<div class="col-xs-4">One third</div>
<div class="col-xs-4">One third</div>
</div>
</div> <!-- /container -->
<!-- build:js /scripts/vendor.min.js -->
<script src="/assets/lib/jquery/dist/jquery.js"></script>
<!-- endbuild -->
<!-- build:js /scripts/bootstrap.min.js -->
<script src="/assets/lib/bootstrap-stylus/js/affix.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/alert.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/dropdown.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/tooltip.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/modal.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/transition.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/button.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/popover.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/carousel.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/scrollspy.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/collapse.js"></script>
<script src="/assets/lib/bootstrap-stylus/js/tab.js"></script>
<!-- endbuild -->
<!-- build:js /scripts/main.min.js -->
<script src="/assets/scripts/main.js"></script>
<!-- endbuild -->
</body>
</html>
| arvindr21/slush-bootstrap | templates/stylus/dev/templates/non-responsive/index.html | HTML | mit | 6,089 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Thu Jul 30 20:27:38 EDT 2015 -->
<title>com.qualcomm.robotcore.eventloop.opmode</title>
<meta name="date" content="2015-07-30">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.qualcomm.robotcore.eventloop.opmode";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/qualcomm/robotcore/eventloop/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../com/qualcomm/robotcore/exception/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/qualcomm/robotcore/eventloop/opmode/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package com.qualcomm.robotcore.eventloop.opmode</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/qualcomm/robotcore/eventloop/opmode/OpModeRegister.html" title="interface in com.qualcomm.robotcore.eventloop.opmode">OpModeRegister</a></td>
<td class="colLast">
<div class="block">Register Op Modes</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/qualcomm/robotcore/eventloop/opmode/LinearOpMode.html" title="class in com.qualcomm.robotcore.eventloop.opmode">LinearOpMode</a></td>
<td class="colLast">
<div class="block">Base class for user defined linear operation modes (op modes).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../com/qualcomm/robotcore/eventloop/opmode/OpMode.html" title="class in com.qualcomm.robotcore.eventloop.opmode">OpMode</a></td>
<td class="colLast">
<div class="block">Base class for user defined operation modes (op modes).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/qualcomm/robotcore/eventloop/opmode/OpModeManager.html" title="class in com.qualcomm.robotcore.eventloop.opmode">OpModeManager</a></td>
<td class="colLast">
<div class="block">Manages Op Modes
Able to switch between op modes</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/qualcomm/robotcore/eventloop/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../com/qualcomm/robotcore/exception/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/qualcomm/robotcore/eventloop/opmode/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| pranavburugula/test | doc/javadoc/com/qualcomm/robotcore/eventloop/opmode/package-summary.html | HTML | mit | 6,354 |
<h2>About page!</h2> | folterung/Javascript_Training_ES5 | partials/about.html | HTML | mit | 20 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sun Oct 26 05:56:34 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.handler.component.DebugComponent (Solr 4.10.2 API)</title>
<meta name="date" content="2014-10-26">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.handler.component.DebugComponent (Solr 4.10.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/DebugComponent.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/DebugComponent.html" target="_top">Frames</a></li>
<li><a href="DebugComponent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.handler.component.DebugComponent" class="title">Uses of Class<br>org.apache.solr.handler.component.DebugComponent</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.handler.component.DebugComponent</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/DebugComponent.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/DebugComponent.html" target="_top">Frames</a></li>
<li><a href="DebugComponent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| kilfu0701/Solr4-Scaffold | solr-4.10.2/docs/solr-core/org/apache/solr/handler/component/class-use/DebugComponent.html | HTML | mit | 5,054 |
<!DOCTYPE html><html><head><title>https://racksam.github.io/tags/dns/</title><link rel="canonical" href="https://racksam.github.io/tags/dns/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://racksam.github.io/tags/dns/" /></head></html> | racksam/racksam.github.io | tags/dns/page/1/index.html | HTML | mit | 301 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.8.8: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.8.8
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_local.html">Local</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Local< T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_local.html">v8::Local< T ></a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>As</b>() (defined in <a class="el" href="classv8_1_1_local.html">v8::Local< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(Local< S > that) (defined in <a class="el" href="classv8_1_1_local.html">v8::Local< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(Handle< S > that) (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#a452516a09df056438c3d3a177ebd1977">Clear</a>()</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4">Handle</a>()</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#aac16277f1131898a4a2ef664d051cc18">Handle</a>(T *val)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#a64aee8fcde243c8a5abebfe534b3797a">Handle</a>(Handle< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Local</b>() (defined in <a class="el" href="classv8_1_1_local.html">v8::Local< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_local.html#af7cf8d2fe7e10a14ad382189712adaff">Local</a>(Local< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Local</b>(S *that) (defined in <a class="el" href="classv8_1_1_local.html">v8::Local< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">New</a>(Handle< T > that)</td><td class="entry"><a class="el" href="classv8_1_1_local.html">v8::Local< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#ab550353b4a7bc3ad3df53fe80df7ea61">operator!=</a>(Handle< S > that) const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator*</b>() const (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator-></b>() const (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9">operator==</a>(Handle< S > that) const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:41 for V8 API Reference Guide for node.js v0.8.8 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | ef0ca2a/html/classv8_1_1_local-members.html | HTML | mit | 9,468 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Source: src/physics/Physics.js · Phaser CE</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
<script src="https://use.typekit.net/fmc0gtt.js"></script>
<script>Typekit.load()</script>
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/README.md">
<i class="icon-info-sign icon-white"></i>
Read Me
</a>
</li>
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md">
<i class="icon-list icon-white"></i>
Change Log
</a>
</li>
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="CreatureShader.html">CreatureShader</a>
</li>
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.AStar.html">AStar</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Juicy.html">Juicy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.Trail.html">Trail</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Webcam.html">Webcam</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#destroy">destroy</a>
</li>
<li class="class-depth-0">
<a href="global.html#init">init</a>
</li>
<li class="class-depth-0">
<a href="global.html#set">set</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-globe icon-white"></i> Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-ce">Phaser CE Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/physics/Physics.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <[email protected]>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The Physics Manager is responsible for looking after all of the running physics systems.
* Phaser supports 4 physics systems: Arcade Physics, P2, Ninja Physics and Box2D via a commercial plugin.
*
* Game Objects (such as Sprites) can only belong to 1 physics system, but you can have multiple systems active in a single game.
*
* For example you could have P2 managing a polygon-built terrain landscape that an vehicle drives over, while it could be firing bullets that use the
* faster (due to being much simpler) Arcade Physics system.
*
* @class Phaser.Physics
* @constructor
* @param {Phaser.Game} game - A reference to the currently running game.
* @param {object} [physicsConfig=null] - A physics configuration object to pass to the Physics world on creation.
*/
Phaser.Physics = function (game, config) {
config = config || {};
/**
* @property {Phaser.Game} game - Local reference to game.
*/
this.game = game;
/**
* @property {object} config - The physics configuration object as passed to the game on creation.
*/
this.config = config;
/**
* @property {Phaser.Physics.Arcade} arcade - The Arcade Physics system.
*/
this.arcade = null;
/**
* @property {Phaser.Physics.P2} p2 - The P2.JS Physics system.
*/
this.p2 = null;
/**
* @property {Phaser.Physics.Ninja} ninja - The N+ Ninja Physics system.
*/
this.ninja = null;
/**
* @property {Phaser.Physics.Box2D} box2d - The Box2D Physics system.
*/
this.box2d = null;
/**
* @property {Phaser.Physics.Chipmunk} chipmunk - The Chipmunk Physics system (to be done).
*/
this.chipmunk = null;
/**
* @property {Phaser.Physics.Matter} matter - The MatterJS Physics system (coming soon).
*/
this.matter = null;
this.parseConfig();
};
/**
* @const
* @type {number}
*/
Phaser.Physics.ARCADE = 0;
/**
* @const
* @type {number}
*/
Phaser.Physics.P2JS = 1;
/**
* @const
* @type {number}
*/
Phaser.Physics.NINJA = 2;
/**
* @const
* @type {number}
*/
Phaser.Physics.BOX2D = 3;
/**
* @const
* @type {number}
*/
Phaser.Physics.CHIPMUNK = 4;
/**
* @const
* @type {number}
*/
Phaser.Physics.MATTERJS = 5;
Phaser.Physics.prototype = {
/**
* Parses the Physics Configuration object passed to the Game constructor and starts any physics systems specified within.
*
* @method Phaser.Physics#parseConfig
*/
parseConfig: function () {
if ((!this.config.hasOwnProperty('arcade') || this.config['arcade'] === true) && Phaser.Physics.hasOwnProperty('Arcade'))
{
// If Arcade isn't specified, we create it automatically if we can
this.arcade = new Phaser.Physics.Arcade(this.game);
}
if (this.config.hasOwnProperty('ninja') && this.config['ninja'] === true && Phaser.Physics.hasOwnProperty('Ninja'))
{
this.ninja = new Phaser.Physics.Ninja(this.game);
}
if (this.config.hasOwnProperty('p2') && this.config['p2'] === true && Phaser.Physics.hasOwnProperty('P2'))
{
this.p2 = new Phaser.Physics.P2(this.game, this.config);
}
if (this.config.hasOwnProperty('box2d') && this.config['box2d'] === true && Phaser.Physics.hasOwnProperty('BOX2D'))
{
this.box2d = new Phaser.Physics.BOX2D(this.game, this.config);
}
if (this.config.hasOwnProperty('matter') && this.config['matter'] === true && Phaser.Physics.hasOwnProperty('Matter'))
{
this.matter = new Phaser.Physics.Matter(this.game, this.config);
}
},
/**
* This will create an instance of the requested physics simulation.
* Phaser.Physics.Arcade is running by default, but all others need activating directly.
*
* You can start the following physics systems:
*
* Phaser.Physics.P2JS - A full-body advanced physics system by Stefan Hedman.
* Phaser.Physics.NINJA - A port of Metanet Softwares N+ physics system.
* Phaser.Physics.BOX2D - A commercial Phaser Plugin (see http://phaser.io)
*
* Both Ninja Physics and Box2D require their respective plugins to be loaded before you can start them.
* They are not bundled into the core Phaser library.
*
* If the physics world has already been created (i.e. in another state in your game) then
* calling startSystem will reset the physics world, not re-create it. If you need to start them again from their constructors
* then set Phaser.Physics.p2 (or whichever system you want to recreate) to `null` before calling `startSystem`.
*
* @method Phaser.Physics#startSystem
* @param {number} system - The physics system to start: Phaser.Physics.ARCADE, Phaser.Physics.P2JS, Phaser.Physics.NINJA or Phaser.Physics.BOX2D.
*/
startSystem: function (system) {
if (system === Phaser.Physics.ARCADE)
{
this.arcade = new Phaser.Physics.Arcade(this.game);
}
else if (system === Phaser.Physics.P2JS)
{
if (this.p2 === null)
{
this.p2 = new Phaser.Physics.P2(this.game, this.config);
}
else
{
this.p2.reset();
}
}
else if (system === Phaser.Physics.NINJA)
{
this.ninja = new Phaser.Physics.Ninja(this.game);
}
else if (system === Phaser.Physics.BOX2D)
{
if (this.box2d === null)
{
this.box2d = new Phaser.Physics.Box2D(this.game, this.config);
}
else
{
this.box2d.reset();
}
}
else if (system === Phaser.Physics.MATTERJS)
{
if (this.matter === null)
{
this.matter = new Phaser.Physics.Matter(this.game, this.config);
}
else
{
this.matter.reset();
}
}
},
/**
* This will create a default physics body on the given game object or array of objects.
* A game object can only have 1 physics body active at any one time, and it can't be changed until the object is destroyed.
* It can be for any of the physics systems that have been started:
*
* Phaser.Physics.Arcade - A light weight AABB based collision system with basic separation.
* Phaser.Physics.P2JS - A full-body advanced physics system supporting multiple object shapes, polygon loading, contact materials, springs and constraints.
* Phaser.Physics.NINJA - A port of Metanet Softwares N+ physics system. Advanced AABB and Circle vs. Tile collision.
* Phaser.Physics.BOX2D - A port of https://code.google.com/p/box2d-html5
* Phaser.Physics.MATTER - A full-body and light-weight advanced physics system (still in development)
* Phaser.Physics.CHIPMUNK is still in development.
*
* If you require more control over what type of body is created, for example to create a Ninja Physics Circle instead of the default AABB, then see the
* individual physics systems `enable` methods instead of using this generic one.
*
* @method Phaser.Physics#enable
* @param {object|array} object - The game object to create the physics body on. Can also be an array of objects, a body will be created on every object in the array.
* @param {number} [system=Phaser.Physics.ARCADE] - The physics system that will be used to create the body. Defaults to Arcade Physics.
* @param {boolean} [debug=false] - Enable the debug drawing for this body. Defaults to false.
*/
enable: function (object, system, debug) {
if (system === undefined) { system = Phaser.Physics.ARCADE; }
if (debug === undefined) { debug = false; }
if (system === Phaser.Physics.ARCADE)
{
this.arcade.enable(object);
}
else if (system === Phaser.Physics.P2JS && this.p2)
{
this.p2.enable(object, debug);
}
else if (system === Phaser.Physics.NINJA && this.ninja)
{
this.ninja.enableAABB(object);
}
else if (system === Phaser.Physics.BOX2D && this.box2d)
{
this.box2d.enable(object);
}
else if (system === Phaser.Physics.MATTERJS && this.matter)
{
this.matter.enable(object);
}
else
{
console.warn(object.key + ' is attempting to enable a physics body using an unknown physics system.');
}
},
/**
* preUpdate checks.
*
* @method Phaser.Physics#preUpdate
* @protected
*/
preUpdate: function () {
// ArcadePhysics / Ninja don't have a core to preUpdate
if (this.p2)
{
this.p2.preUpdate();
}
if (this.box2d)
{
this.box2d.preUpdate();
}
if (this.matter)
{
this.matter.preUpdate();
}
},
/**
* Updates all running physics systems.
*
* @method Phaser.Physics#update
* @protected
*/
update: function () {
// ArcadePhysics / Ninja don't have a core to update
if (this.p2)
{
this.p2.update();
}
if (this.box2d)
{
this.box2d.update();
}
if (this.matter)
{
this.matter.update();
}
},
/**
* Updates the physics bounds to match the world dimensions.
*
* @method Phaser.Physics#setBoundsToWorld
* @protected
*/
setBoundsToWorld: function () {
if (this.arcade)
{
this.arcade.setBoundsToWorld();
}
if (this.ninja)
{
this.ninja.setBoundsToWorld();
}
if (this.p2)
{
this.p2.setBoundsToWorld();
}
if (this.box2d)
{
this.box2d.setBoundsToWorld();
}
if (this.matter)
{
this.matter.setBoundsToWorld();
}
},
/**
* Clears down all active physics systems. This doesn't destroy them, it just clears them of objects and is called when the State changes.
*
* @method Phaser.Physics#clear
* @protected
*/
clear: function () {
if (this.p2)
{
this.p2.clear();
}
if (this.box2d)
{
this.box2d.clear();
}
if (this.matter)
{
this.matter.clear();
}
},
/**
* Resets the active physics system. Called automatically on a Phaser.State swap.
*
* @method Phaser.Physics#reset
* @protected
*/
reset: function () {
if (this.p2)
{
this.p2.reset();
}
if (this.box2d)
{
this.box2d.reset();
}
if (this.matter)
{
this.matter.reset();
}
},
/**
* Destroys all active physics systems. Usually only called on a Game Shutdown, not on a State swap.
*
* @method Phaser.Physics#destroy
*/
destroy: function () {
if (this.p2)
{
this.p2.destroy();
}
if (this.box2d)
{
this.box2d.destroy();
}
if (this.matter)
{
this.matter.destroy();
}
this.arcade = null;
this.ninja = null;
this.p2 = null;
this.box2d = null;
this.matter = null;
}
};
Phaser.Physics.prototype.constructor = Phaser.Physics;
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Tue Jun 20 2017 19:07:38 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
| adamlabadorf/bobodyssey | docs/src_physics_Physics.js.html | HTML | mit | 44,951 |
<div class="commune_descr limited">
<p>
Maillot est
une commune géographiquement positionnée dans le département de Yonne en Bourgogne. On dénombrait 1 075 habitants en 2008.</p>
<p>À Maillot, le prix moyen à la vente d'un appartement s'évalue à 1 801 € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1 689 € du m². À la location le prix moyen se situe à 6,28 € du m² par mois.</p>
<p>La commune compte quelques aménagements, elle dispose, entre autres, de un terrain de tennis et un terrain de sport.</p>
<p>À coté de Maillot sont situées les villes de
<a href="{{VLROOT}}/immobilier/etigny_89160/">Étigny</a> à 4 km, 752 habitants,
<a href="{{VLROOT}}/immobilier/saint-clement_89338/">Saint-Clément</a> à 5 km, 2 890 habitants,
<a href="{{VLROOT}}/immobilier/saligny_89373/">Saligny</a> localisée à 5 km, 656 habitants,
<a href="{{VLROOT}}/immobilier/malay-le-petit_89240/">Malay-le-Petit</a> située à 5 km, 346 habitants,
<a href="{{VLROOT}}/immobilier/saint-martin-du-tertre_89354/">Saint-Martin-du-Tertre</a> à 5 km, 1 509 habitants,
<a href="{{VLROOT}}/immobilier/gron_89195/">Gron</a> située à 3 km, 1 207 habitants,
entre autres. De plus, Maillot est située à seulement deux km de <a href="{{VLROOT}}/immobilier/sens_89387/">Sens</a>.</p>
<p>Le nombre d'habitations, à Maillot, était réparti en 2011 en 24 appartements et 452 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/89236.html | HTML | mit | 1,533 |
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
</head>
<body>
<p>Name: <input type="text" id="test" value="Mickey Mouse"></p>
<button>Show Value</button>
<script>
$(document).ready(function(){
$("button").click(function(){
alert("Value: " + $("#test").val());
});
});
</script>
</body>
</html> | saimasarifa/jquery_practic | input_getvalue.html | HTML | mit | 410 |
<!DOCTYPE html>
<html class="pl">
<head>
<title>Pattern Lab</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,900,700italic,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../css/style.css?1450208284" media="all" />
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
<!-- never cache patterns -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="../../styleguide/css/styleguide.css?1450208284" media="all">
<link rel="stylesheet" href="../../styleguide/css/styleguide-specific.css?1450208284" media="all" />
<!-- End Pattern Lab -->
</head>
<body class="body">
<form action="#" method="post" class="inline-form search-form">
<fieldset>
<legend class="is-vishidden">Search</legend>
<label for="search-field" class="is-vishidden">Search</label>
<input type="search" placeholder="Search" id="search-field" class="search-field" />
<button class="search-submit">
<span class="icon-search" aria-hidden="true"></span>
<span class="is-vishidden">Search</span>
</button>
</fieldset>
</form>
<!--DO NOT REMOVE-->
<script>
// handle injection of items from PHP
var patternPartial = "molecules-search";
var lineage = [];
var lineageR = [{"lineagePattern":"organisms-header","lineagePath":"..\/..\/patterns\/02-organisms-00-global-00-header\/02-organisms-00-global-00-header.html"}];
var patternState = "";
var cssEnabled = false;
</script>
<script>
/*!
* scriptLoader - v0.1
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
*
*/
var scriptLoader = {
run: function(js,cb,target) {
var s = document.getElementById(target+'-'+cb);
for (var i = 0; i < js.length; i++) {
var src = (typeof js[i] != "string") ? js[i].src : js[i];
var c = document.createElement('script');
c.src = '../../'+src+'?'+cb;
if (typeof js[i] != "string") {
if (js[i].dep !== undefined) {
c.onload = function(dep,cb,target) {
return function() {
scriptLoader.run(dep,cb,target);
}
}(js[i].dep,cb,target);
}
}
s.parentNode.insertBefore(c,s);
}
}
}
</script>
<script id="pl-js-polyfill-insert-1450208284">
(function() {
if (self != top) {
var cb = '1450208284';
var js = [];
if (typeof document !== "undefined" && !("classList" in document.documentElement)) {
js.push("styleguide/js/vendor/classlist-polyfill.js");
}
scriptLoader.run(js,cb,'pl-js-polyfill-insert');
}
})();
</script>
<script id="pl-js-insert-1450208284">
(function() {
if (self != top) {
var cb = '1450208284';
var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "data/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ];
scriptLoader.run(js,cb,'pl-js-insert');
}
})();
</script>
</body>
</html> | jgunawan/patternlab-uswds | public/patterns/01-molecules-04-forms-00-search/01-molecules-04-forms-00-search.html | HTML | mit | 3,660 |
<video id="bgvid" playsinline autoplay muted loop>
<!-- WCAG general accessibility recommendation is that media such as background video play through only once. Loop turned on for the purposes of illustration; if removed, the end of the video will fade in the same way created by pressing the "Pause" button -->
<source src="app/images/NightFootage.mp4" type="video/mp4">
</video>
<!--
<div id="polina">
<h1>Polina</h1>
<p>filmed by Alexander Wagner 2011
<p><a href="http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video">original article</a>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur porta dictum turpis, eu mollis justo gravida ac. Proin non eros blandit, rutrum est a, cursus quam. Nam ultricies, velit ac suscipit vehicula, turpis eros sollicitudin lacus, at convallis mauris magna non justo. Etiam et suscipit elit. Morbi eu ornare nulla, sit amet ornare est. Sed vehicula ipsum a mattis dapibus. Etiam volutpat vel enim at auctor.</p>
<p>Aenean pharetra convallis pellentesque. Vestibulum et metus lectus. Nunc consectetur, ipsum in viverra eleifend, erat erat ultricies felis, at ultricies mi massa eu ligula. Suspendisse in justo dapibus metus sollicitudin ultrices id sed nisl.</p>
<button>Pause</button>
</div>-->
<!-- Header/Home -->
<div id="polina2">
<header class=" w3-center">
<div class="w3-animate-top">
<img src="app/images/logo.png" alt="logo" width="100" height="100">
<h1 class="w3-jumbo">Welcome to Lukana<span class="w3-text-amber">.</span>com</h1>
<p class="w3-text-grey">Welcome to the<span class="w3-text-amber w3-opacity-min"> web application</span> that make you understand more about Lukana</p>
</div>
<img src="app/images/astro6.jpg" alt="bg" class=" bgpic1" >
<div class="w3-animate-bottom">
<p>Suggestion</p>
<i class="fa fa-refresh w3-text-grey w3-medium "> Click this icon on the left hand side for convert ascendant diagram</i><br>
<i class="fa fa-eye w3-text-grey w3-medium"> Click this icon on the left hand side for find simple zodiac ascendant</i><br>
<i class="fa fa-caret-square-o-right w3-text-grey w3-medium"> Click this icon on the left hand side for lern about ascendant</i><br>
<i class="fa fa-question-circle w3-text-grey w3-medium"> Click this icon on the left hand side for view CMU attraction information</i>
</div>
</header>
</div> | joemetha/Lukana | app/lukana/lukana.home.component.html | HTML | mit | 2,379 |
<div ng-controller="adminController">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar"
ng-click="isCollapsed = !isCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">Ohjelman hallinta</div>
</div>
<div id="navbar" class="navbar-collapse collapse"
uib-collapse="!isCollapsed">
<ul class="nav navbar-nav">
<li ng-class="{active : adminView == 'admin/userHandling.tpl.html'}">
<a href ng-click="toUsers()" name="userHandlingTab">Käyttäjien hallinta</a>
</li>
<li ng-class="{active : adminView == 'admin/settings.tpl.html'}">
<a href ng-click="toSettings()" name="settingsTab">Tietokannan hallinta</a>
</li>
</ul>
<div class="nav navbar-nav navbar-right">
<form class="navbar-form" role="search">
<div class="input-group"
ng-hide="adminView != 'admin/userHandling.tpl.html'">
<input type="text" class="form-control"
placeholder="Hae käyttäjää"
ng-model="searchText">
</div>
<button class="btn btn-success"
ng-click="newUserBoolTrue()"
ng-hide="adminView != 'admin/userHandling.tpl.html'" name="newUserButton">
Uusi käyttäjä
</button>
<button class="btn btn-default logoutAdmin"
ng-click="logout()">Kirjaudu ulos
</button>
</form>
</div>
</div>
</div>
</nav>
<uib-alert ng-repeat="alert in alerts" type="{{alert.type}}"
close="closeAlert($index)"
dismiss-on-timeout="{{alert.dismiss}}">{{alert.msg}}
</uib-alert>
<div ng-include="adminView"></div>
</div> | PauliNiva/Sotechat | src/main/webapp/admin/adminCP.tpl.html | HTML | mit | 2,642 |
<html><img border=0 src=105928-88-9.txt alt=105928-88-9.txt></img><body>
"x"
"1" "OWAIS,WM, RONALD,RC, KLEINHOFS,A AND NILAN,RA, SYNTHESIS ANDMUTAGENICITY OF THE TWO STEREOISOMERS OF AN AZIDE METABOLITE (AZIDOALANINE),MUTAT. RES. 175(3):121-126, 1986"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 105928-88-9.txt.html | HTML | mit | 267 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:12:56 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum (Lucene 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum (Lucene 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/codecs/blockterms//class-useTermsIndexReaderBase.FieldIndexEnum.html" target="_top">FRAMES</a></li>
<li><a href="TermsIndexReaderBase.FieldIndexEnum.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum" class="title">Uses of Class<br>org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.lucene.codecs.blockterms">org.apache.lucene.codecs.blockterms</a></td>
<td class="colLast">
<div class="block">Pluggable term index / block terms dictionary implementations.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.lucene.codecs.blockterms">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a> in <a href="../../../../../../org/apache/lucene/codecs/blockterms/package-summary.html">org.apache.lucene.codecs.blockterms</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/lucene/codecs/blockterms/package-summary.html">org.apache.lucene.codecs.blockterms</a> that return <a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a></code></td>
<td class="colLast"><span class="strong">VariableGapTermsIndexReader.</span><code><strong><a href="../../../../../../org/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader.html#getFieldEnum(org.apache.lucene.index.FieldInfo)">getFieldEnum</a></strong>(<a href="../../../../../../../core/org/apache/lucene/index/FieldInfo.html?is-external=true" title="class or interface in org.apache.lucene.index">FieldInfo</a> fieldInfo)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a></code></td>
<td class="colLast"><span class="strong">FixedGapTermsIndexReader.</span><code><strong><a href="../../../../../../org/apache/lucene/codecs/blockterms/FixedGapTermsIndexReader.html#getFieldEnum(org.apache.lucene.index.FieldInfo)">getFieldEnum</a></strong>(<a href="../../../../../../../core/org/apache/lucene/index/FieldInfo.html?is-external=true" title="class or interface in org.apache.lucene.index">FieldInfo</a> fieldInfo)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">TermsIndexReaderBase.FieldIndexEnum</a></code></td>
<td class="colLast"><span class="strong">TermsIndexReaderBase.</span><code><strong><a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.html#getFieldEnum(org.apache.lucene.index.FieldInfo)">getFieldEnum</a></strong>(<a href="../../../../../../../core/org/apache/lucene/index/FieldInfo.html?is-external=true" title="class or interface in org.apache.lucene.index">FieldInfo</a> fieldInfo)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/codecs/blockterms/TermsIndexReaderBase.FieldIndexEnum.html" title="class in org.apache.lucene.codecs.blockterms">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/codecs/blockterms//class-useTermsIndexReaderBase.FieldIndexEnum.html" target="_top">FRAMES</a></li>
<li><a href="TermsIndexReaderBase.FieldIndexEnum.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| OrlandoLee/ForYou | lucene/lib/lucene-4.6.1/docs/codecs/org/apache/lucene/codecs/blockterms/class-use/TermsIndexReaderBase.FieldIndexEnum.html | HTML | mit | 9,247 |
<html>
<head>
<title>Website Cheat Code Demo</title>
<script src="https://code.jquery.com/jquery-2.2.3.min.js"
integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
</head>
<body>
<h1>Press the following key codes to trigger the cheat</h1>
<h1 style="font-size: 30px">← → ↑ ↓</h1>
<script src="./cheatCode.js"></script>
</body>
</html>
| samb90/WebsiteCheatCode | demo.html | HTML | mit | 432 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>KlusterKite: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">KlusterKite
 <span id="projectnumber">0.0.0</span>
</div>
<div id="projectbrief">A framework to create scalable and redundant services based on awesome Akka.Net project.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">KlusterKite.Data.Tests.Mock.TestDataActor Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html">KlusterKite.Data.Tests.Mock.TestDataActor</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a9d29403d5758a6a3e52d8ac2fb694e7a">AfterCreate< TObject ></a>(TObject result)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a18d3aa952357b59f3031163665274fd2">AfterDelete< TObject ></a>(TObject deletedObject)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a614fb637c45f26a105af8d66b962bc48">AfterUpdate< TObject ></a>(TObject newObject, TObject oldObject)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a3363d7669bb55c8828b4ed46063ec395">AroundReceive</a>(Receive receive, object message)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#aa275168854ef9ee3b3a6ad02fa710fad">BaseCrudActor</a>(IComponentContext componentContext)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a5bfd4fde145ef92f7442025459584be9">BeforeCreate< TObject ></a>(TObject request)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a84479329075b08f790df6e3fd493e76d">BeforeDelete< TObject ></a>(TObject oldObject)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a0e6119d7a8a6e801532c1f68c8471ace">BeforeUpdate< TObject ></a>(TObject newObject, TObject oldObject)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#af3f5f16f7971b0674bde88ec1848596a">ComponentContext</a></td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html#a63260294298dc2cca82f0466019881d3">GetContext</a>()</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html">KlusterKite.Data.Tests.Mock.TestDataActor</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#ae700f1dd028afa7a0da437801ac447e7">OnCollectionRequest< TObject, TId ></a>(CollectionRequest< TObject > collectionRequest)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#aeb9035bd460e8e741ca86b31b1e5ebcc">OnParcelException</a>(ParcelException message)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#ab35c3dd4b25d90117f60af3a3bae9c4e">OnRequest< TObject, TId ></a>(CrudActionMessage< TObject, TId > request)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#a9f4a102d4300376ba39254c9ea2d7db0">OnSelect< TObject ></a>(TObject result)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html#aae4d3b4e11d28cf3f27d6d9907ea4c3e">ProcessRequest< TObject, TId ></a>(CrudActionMessage< TObject, TId > request)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_base_crud_actor.html">KlusterKite.Data.BaseCrudActor< TestDataContext ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html#ab8047e6b7a00ce846926be2dc412bce4">TestDataActor</a>(UniversalContextFactory contextFactory, IComponentContext componentContext)</td><td class="entry"><a class="el" href="class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor.html">KlusterKite.Data.Tests.Mock.TestDataActor</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
| KlusterKite/KlusterKite | Docs/Doxygen/html/class_kluster_kite_1_1_data_1_1_tests_1_1_mock_1_1_test_data_actor-members.html | HTML | mit | 11,145 |
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>append | geomap</title>
<meta name="description" content="geomap append method">
<meta name="author" content="Ryan Westphal">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/style.css?v=2">
<link rel="stylesheet" href="../css/bootstrap.min.css" /><link rel="stylesheet" href="../css/bootstrap-theme.min.css" />
</head>
<body>
<div id="append" class="container">
<div data-role="header" data-theme="e">
<h1>append</h1>
</div>
<div data-role="content">
<table>
<tr>
<th>return type</th>
<td>jQuery collection</td>
</tr>
<tr>
<th>syntax</th>
<td>.geomap( "append", Object shape ( <a href="http://geojson.org/geojson-spec.html" rel="external">GeoJSON object</a> ) | Array<Object> shapes [ , Object style ( geomap style ) ] [ , String label ] [ , Boolean refresh ] )</td>
</tr>
<tr>
<th>usage</th>
<td><pre><span class="comment">// a single point, no style, no label, refresh immediately</span>
$(<i>map or service selector</i>).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] } )
<span class="comment">// a single line, don't refresh yet</span>
$(<i>map or service selector</i>).geomap( "append", {
type: "LineString",
coordinates: [ [ -71, 40 ], [ -71.5, 41 ] ]
}, false )
<span class="comment">// a polygon with a style</span>
$(<i>map or service selector</i>).geomap( "append", {
type: "Polygon",
coordinates: [ [
[-75, 39.7],
[-74.8, 39.3],
[-75.2, 39.3],
[-75, 39.7]
] ]
}, { stroke: "#11117f", strokeWidth: "3px" } )
<span class="comment">// an array of geometry objects with a style, don't refresh yet</span>
$(<i>map or service selector</i>).geomap( "append", [
{ type: "Point", coordinates: [ -71, 40 ] },
{ type: "Point", coordinates: [ -70, 39.5 ] },
], { color: "green", strokeWidth: "3px" }, false )
<span class="comment">// a point feature with a label</span>
$(<i>map or service selector</i>).geomap( "append", {
type: "Feature",
geometry: {
type: "Point",
coordinates: [ -71, 40 ]
}
}, "My Point" )
<span class="comment">// a point with a label, don't refresh yet</span>
$(<i>map or service selector</i>).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] }, "My Point (don't refresh yet)", false )
<span class="comment">// a point with a style & label</span>
$(<i>map or service selector</i>).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] }, { color: "#00f" }, "Blue Point" )
<span class="comment">// a collection of features with a style, each point will get a separate label, don't refresh yet</span>
$(<i>map or service selector</i>).geomap( "append", {
type: "FeatureCollection"
features: [ {
type: "Feature",
geometry: {
type: "Point",
coordinates: [ -71, 40 ]
}
}, {
type: "Feature",
geometry: {
type: "Point",
coordinates: [ -71.2, 40.3 ]
}
} ]
},
{ color: "#00f" },
'<span style="color: #44f;">Blue Point</span>',
false
)</pre></td>
</tr>
</table>
<p>The append method adds one shape or an array of shapes to the map. In this documentation, the word shape means a GeoJSON geometry object or a GeoJSON Feature. A FeatureCollection is treated as an array of shapes.</p>
<p>When you append more than one shape by using an array or a FeatureCollection, each shape in the array or FeatureCollection's features property is added as a separate shape whereas the other collection geometry types, e.g., MultiPoint, are added as a single shape. This is an important distinction when considering the find method and labels. The find method can potentially return only one shape from an array or one feature of a FeatureCollection but will return all shapes in a MultiPoint (as a reference to the original MultiPoint object supplied to append) even if only one of the coordinates in the MultiPoint intersects the find position. For labeling, each shape in an array and each feature in a FeatureCollection get their own label, however all polygons in a MultiPolygon will share the same label.</p>
<p>The geomap widget maintains a reference to your shape. You can use the same object in calls to remove in order to remove the shape from the map at any time.</p>
<p>The jQuery UI widget factory returns the original jQuery collection to maintain call chaining.</p>
<!--<p>geomap draws shapes ordered by geometry type and then by order of addition. It draws Polygon shapes first followed by LineString and finally Point shapes. </p>-->
<h2>styling</h2>
<p>The optional style argument modifies how geomap draws the specific geometry or feature you are adding. Properties supplied in this style will override ones of the same name in geomap's base shapeStyle. Properties not referenced are inheritied from the base style and can change with future changes to the shapeStyle option. Please see the shapeStyle method documentation for information about what properties are valid for this object.</p>
<h2>labeling</h2>
<p>The optional label argument will display a label near the shape. Labels are a powerful way to add text, pixel-based graphics, or other HTML and CSS effects to the map. The label string can be any text or HTML. For example, consider the following:</p>
<ul>
<li>
<span>you append a Point shape setting its style to have zero for width and height:</span>
<pre>{ width: "0px", height: "0px" }</pre>
</li>
<li>
<span>you also supply a label of nothing more than a div element with a class:</span>
<pre>'<div class="marker"></div>'</pre>
</li>
<li>
<span>in a CSS style sheet, you give the marker class a width, height, background image and negative relative position:</span>
<pre>.marker
{
width: 8px;
height: 8px;
background: url(../img/marker.png);
position: relative;
left: -4px;
top: -4px;
}</pre>
</li>
</ul>
<p>In the above example, marker.png will be centered on every point added with a similar label. The regular shape style will not show because the point style has no size.</p>
<p>For Point shapes, the top-left of the label is positioned at the Point's only coordinate. For LineString shapes, the label is usually positioned 50% along the shape but will be forced into view if its usual position is out of the map's current bbox. For Polygon shapes, the label is usually positioned at the centroid but will be forced into view if its usual position is out of the map's current bbox. All other non-basic shape types use the shape's centroid.</p>
<p>The geomap widget uses a div to position the labels. The div exists inside a container for the service. The div has the CSS class: geo-label. You can use this design to apply regular CSS style to all labels or all labels within a service. The following snippets show examples of using this, assuming the main map div has the id "map" and the default map service (which has the CSS class "osm") has not been changed.</p>
<h3>JavaScript</h3>
<pre><span class="comment">/* add a point to the map itself */</span>
$( "#map" ).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] }, "map point" );
<span class="comment">/* add a point to the default map service */</span>
$( "#map .osm" ).geomap( "append", { type: "Point", coordinates: [ -70, 40 ] }, "service point" );
</pre>
<h3>CSS</h3>
<pre><span class="comment">/* turn the color of all labels blue */</span>
#map .geo-label { color: blue; }
<span class="comment">/* make labels on the default basemap service bold */</span>
#map .osm .geo-label { font-weight: bold; }</pre>
<p>One caveat is that, to keep performance high, jQuery Geo will not create the .geo-label container if you do not at least pass an empty string as the label. So, if you want to do something similar to the marker example above, but using the already provided .geo-label div, you will need to pass an empty string as the label.</p>
<p>Each .geo-label div is absolutely positioned to the correct location in the map view. Please keep that in mind because changing the position, left or top CSS properties on the .geo-label class may affect your labels drastically.</p>
<h2>clickable label links</h2>
<p>Shapes appended to the primary map element (as opposed to service-level shapes mentioned below) can have clickable link elements. This means, if you include an "a" element in the label for a shape appended to your map, users can click that link. This also means that the link elements interfere with map interaction, so be careful how your design your labels because they can stop users from panning while hovering over a clickable label link.</p>
<p>Due to browser inconsistencies, sometimes links in service-level shape labels can be clicked. However, since this behavior is not consistent, you should not rely on it.</p>
<pre><span class="comment">// users can click the link in this shape's label</span>
$( "#map" ).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] }, "<a href='info.html'>More info</a>" );
<span class="comment">// users cannot click the link in this service-level shape's label</span>
$( "#map .osm" ).geomap( "append", { type: "Point", coordinates: [ -71, 40 ] }, "<a href='info.html'>More info</a>" );</pre>
<p><b>Note:</b> If you display non-map content over the map div, links in the shape labels will show through that content unless you give your overlay content a z-index greater than 1.</p>
<h2>delaying refresh</h2>
<p>The optional refresh argument determines if geomap refreshes the map graphics after this call to append. It defaults to true. If you pass false, geomap will add the shape internally but not immediately redraw the graphics. The changes will display if the user moves the map or you call geomap's refresh method.</p>
<h2>service-level shapes</h2>
<p>The geomap widget allows you to append a shape to a specific service. You do this by targeting a service inside a map instead of the map itself for your call to geomap's append method. For example, the default map service has the CSS class: osm. We can append a shape to that service specifically by using jQuery to target the service:</p>
<pre>$( "#map .osm" ).geomap( "append", shape );</pre>
<p>Some of the important advantages with this syntax are:</p>
<ul>
<li>you can show or hide shapes as you toggle a service because shapes attached to a service are only visible if the service is visible</li>
<li>service-level shapes draw in the order of their service in the <a href="services.html">services option</a> which gives you finer control over how they look</li>
<li>shapes on the map itself always draw above service-level shapes</li>
<li>you can style shapes differently depending on their service using a service-level <a href="shapeStyle.html">shapeStyle option</a></li>
</ul>
<h2>duplicate shapes</h2>
<p>You can add the same GeoJSON object to more than one service, which allows you to give the same object two different styles at the same time. To do this, call append twice with the same object. Once on one service (or the map itself) and a second time on a different service.</p>
<p>You can also do this at the same time by using the comma selector in one call to append:</p>
<pre><span class="comment">// set the basemap service's shapeStyle option to a white halo effect</span>
$( "#map .osm" ).geomap( "option", "shapeStyle", { strokeWidth: "8px", color: "#dedede" } );
<span class="comment">// append the shape to both the map widget and basemap service</span>
$( "#map,#map .osm" ).geomap( "append", shape );</pre>
<h2>updating</h2>
<p>If you attempt to add a shape to the map or a service where it already exists, the shape will remain but you will update (or remove) the shape's style or label.</p>
<pre><span class="comment">// add the shape with a green color</span>
$( "#map" ).append( shape, { color: "green" } );
<span class="comment">// change the color to blue (shape is the same object as before in this case)</span>
$( "#map" ).append( shape, { color: "blue" } );</pre>
<p>Changing the type of geometry, e.g., from Point to LineString, or coordinates of a shape you have appended is not recommended and geomap's behavior is currently undefined. If you wish to do either of these, you should first call remove on the original object and append on a new one.</p>
<!--<p>The following odd example will move the first coordinate of any clicked LineString 10 meters to the left. Notice it first removes the shape, then updates the first coordinate and finally appends the new shape.</p>
<pre>var map = $( "#map" ).geomap( {
click: function(e, geo) {
<span class="comment">// find any shapes within 4 pixels of the clicked point</span>
var shapes = map.geomap("find", geo, 4);
if (shapes.length > 0 && shapes[0].type == "LineString") {
map.geomap("remove", shapes[0]);
<span class="comment">// move the first point in the line 10 meters to the left</span>
<span class="comment">// you can edit the coordinates directly since you've removed the shape</span>
<span class="comment">// we use proj because we want to temporarily work in meters</span>
var firstCoord = $.geo.proj.fromGeodetic(shapes[0].coordinates[0]);
<span class="comment">// firstCoord[0] is the x axis</span>
firstCoord[0] -= 10;
<span class="comment">// we need to convert it back to geodetic (lon/lat)</span>
shapes[0].coordinates[0] = $.geo.proj.toGeodetic(firstCoord);
<span class="comment">// re-append the shape</span>
map.geomap( "append", shapes[0] );
}
}
} );</pre>-->
</div>
</div> <!-- end of #container -->
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://code.jquerygeo.com/jquery.geo-1.0.0-b2.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
</body>
</html>
| jQueryGeo/docs | geomap/append.html | HTML | mit | 15,181 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Slider Cluster Demo - Jssor Slider, Slideshow with Javascript Source Code</title>
<!-- Caption Style -->
<style>
.captionOrange, .captionBlue, .captionBlack, .captionSymbol
{
display: block;
color: #fff;
font-size: 20px;
line-height: 30px;
text-align: center;
border-radius: 4px;
}
.captionOrange
{
background: #EB5100;
background-color: rgba(235, 81, 0, 0.6);
}
.captionBlue
{
background: #746FBD;
background-color: rgba(21, 21, 120, 0.6);
}
.captionBlack
{
background: #000;
background-color: rgba(0, 0, 0, 0.4);
}
.captionSymbol
{
border-radius: 100px !important;
font-weight: 400 !important;
font-size: 26px !important;
background: #000;
background-color: rgba(0, 0, 0, 0.4);
}
.captionTextBlack
{
display: block;
color: #000;
font-size: 20px;
line-height: 30px;
}
.captionTextWhite
{
display: block;
color: #fff;
font-size: 20px;
line-height: 30px;
}
a.captionOrange, a.captionOrange:active, a.captionOrange:visited,a.captionTextWhite, a.captionTextWhite:active, a.captionTextWhite:visited
{
color: #fff;
text-decoration: none;
}
a.captionOrange:hover
{
color: #eb5100;
text-decoration: underline;
background-color: #eeeeee;
background-color: rgba(238, 238, 238, 0.7);
}
a.captionTextBlack, a.captionTextBlack:active, a.captionTextBlack:visited
{
color: #000;
text-decoration: none;
}
a.captionTextWhite:hover
{
color: #eb5100;
text-decoration: underline;
}
a.captionTextBlack:hover
{
color: #eb5100;
text-decoration: underline;
}
.bricon
{
background: url(../img/browser-icons.png);
}
</style>
<!-- jssor slider navigator skin 01 -->
<style>
/*
.jssorn01 div (normal)
.jssorn01 div:hover (normal mouseover)
.jssorn01 .av (active)
.jssorn01 .av:hover (active mouseover)
.jssorn01 .dn (mousedown)
*/
.jssorn01 div, .jssorn01 div:hover, .jssorn01 .av
{
filter: alpha(opacity=70);
opacity: .7;
overflow:hidden;
cursor: pointer;
border: #000 1px solid;
}
.jssorn01 div { background-color: gray; }
.jssorn01 div:hover, .jssorn01 .av:hover { background-color: #d3d3d3; }
.jssorn01 .av { background-color: #fff; }
.jssorn01 .dn, .jssorn01 .dn:hover { background-color: #555555; }
</style>
<style>
/* jssor slider direction navigator skin 05 css */
/*
.jssord05l (normal)
.jssord05r (normal)
.jssord05l:hover (normal mouseover)
.jssord05r:hover (normal mouseover)
.jssord05ldn (mousedown)
.jssord05rdn (mousedown)
*/
.jssord05l, .jssord05r, .jssord05ldn, .jssord05rdn
{
position: absolute;
cursor: pointer;
display: block;
background: url(../img/d17.png) no-repeat;
overflow:hidden;
}
.jssord05l { background-position: -10px -40px; }
.jssord05r { background-position: -70px -40px; }
.jssord05l:hover { background-position: -130px -40px; }
.jssord05r:hover { background-position: -190px -40px; }
.jssord05ldn { background-position: -250px -40px; }
.jssord05rdn { background-position: -310px -40px; }
</style>
</head>
<body style="margin:0;padding:0; background:#fff; font-family: Arial, Verdana, Sans-Serif;">
<!-- use jssor.slider.min.js instead for release -->
<!-- jssor.slider.min.js = (jssor.core.js + jssor.utils.js + jssor.slider.js) -->
<script type="text/javascript" src="../js/jssor.core.js"></script>
<script type="text/javascript" src="../js/jssor.utils.js"></script>
<script type="text/javascript" src="../js/jssor.slider.js"></script>
<script>
jssor_sliderc_starter = function (containerId) {
//Reference http://www.jssor.com/development/slider-with-slideshow.html
//Reference http://www.jssor.com/development/tool-slideshow-transition-viewer.html
var slideshowTransitions = [
//["Rotate Overlap"]
{$Duration: 1200, $Zoom: 11, $Rotate: -1, $Easing: { $Zoom: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2, $Round: { $Rotate: 0.5 }, $Brother: { $Duration: 1200, $Zoom: 1, $Rotate: 1, $Easing: $JssorEasing$.$EaseSwing, $Opacity: 2, $Round: { $Rotate: 0.5 }, $Shift: 90} }
//["Rotate Relay"]
, { $Duration: 1200, $Zoom: 11, $Rotate: 1, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2, $Round: { $Rotate: 1 }, $ZIndex: -10, $Brother: { $Duration: 1200, $Zoom: 11, $Rotate: -1, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2, $Round: { $Rotate: 1 }, $ZIndex: -10, $Shift: 600} }
//["Doors"]
, { $Duration: 1500, $Cols: 2, $FlyDirection: 1, $ChessMode: { $Column: 3 }, $Easing: { $Left: $JssorEasing$.$EaseInOutCubic }, $ScaleHorizontal: 0.5, $Opacity: 2, $Brother: { $Duration: 1500, $Opacity: 2} }
//["Rotate in+ out-"]
, { $Duration: 1500, $Zoom: 1, $Rotate: 0.1, $During: { $Left: [0.6, 0.4], $Top: [0.6, 0.4], $Rotate: [0.6, 0.4], $Zoom: [0.6, 0.4] }, $FlyDirection: 6, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Top: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.3, $ScaleVertical: 0.5, $Opacity: 2, $Brother: { $Duration: 1000, $Zoom: 11, $Rotate: -0.5, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2, $Shift: 200} }
//["Fly Twins"]
, { $Duration: 1500, $During: { $Left: [0.6, 0.4] }, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear }, $ScaleHorizontal: 0.3, $Opacity: 2, $Outside: true, $Brother: { $Duration: 1000, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear }, $ScaleHorizontal: 0.3, $Opacity: 2} }
//["Rotate in- out+"]
, { $Duration: 1500, $Zoom: 11, $Rotate: 0.5, $During: { $Left: [0.4, 0.6], $Top: [0.4, 0.6], $Rotate: [0.4, 0.6], $Zoom: [0.4, 0.6] }, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.3, $ScaleVertical: 0.5, $Opacity: 2, $Brother: { $Duration: 1000, $Zoom: 1, $Rotate: -0.5, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2, $Shift: 200} }
//["Rotate Axis up overlap"]
, { $Duration: 1200, $Rotate: -0.1, $FlyDirection: 5, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Top: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.25, $ScaleVertical: 0.5, $Opacity: 2, $Brother: { $Duration: 1200, $Rotate: 0.1, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Top: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.1, $ScaleVertical: 0.7, $Opacity: 2} }
//["Chess Replace TB"]
, { $Duration: 1600, $Rows: 2, $FlyDirection: 1, $ChessMode: { $Row: 3 }, $Easing: { $Left: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $Brother: { $Duration: 1600, $Rows: 2, $FlyDirection: 2, $ChessMode: { $Row: 3 }, $Easing: { $Left: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2} }
//["Chess Replace LR"]
, { $Duration: 1600, $Cols: 2, $FlyDirection: 8, $ChessMode: { $Column: 12 }, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $Brother: { $Duration: 1600, $Cols: 2, $FlyDirection: 4, $ChessMode: { $Column: 12 }, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2} }
//["Shift TB"]
, { $Duration: 1200, $FlyDirection: 4, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $Brother: { $Duration: 1200, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2} }
//["Shift LR"]
, { $Duration: 1200, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $Brother: { $Duration: 1200, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2} }
//["Return TB"]
, { $Duration: 1200, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $ZIndex: -10, $Brother: { $Duration: 1200, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $ZIndex: -10, $Shift: -100} }
//["Return LR"]
, { $Duration: 1200, $Delay: 40, $Cols: 6, $FlyDirection: 1, $Formation: $JssorSlideshowFormations$.$FormationStraight, $Easing: { $Left: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $ZIndex: -10, $Brother: { $Duration: 1200, $Delay: 40, $Cols: 6, $FlyDirection: 1, $Formation: $JssorSlideshowFormations$.$FormationStraight, $Easing: { $Top: $JssorEasing$.$EaseInOutQuart, $Opacity: $JssorEasing$.$EaseLinear }, $Opacity: 2, $ZIndex: -10, $Shift: -100} }
//["Rotate Axis down"]
, { $Duration: 1500, $Rotate: 0.1, $During: { $Left: [0.6, 0.4], $Top: [0.6, 0.4], $Rotate: [0.6, 0.4] }, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Top: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.1, $ScaleVertical: 0.7, $Opacity: 2, $Brother: { $Duration: 1000, $Rotate: -0.1, $FlyDirection: 5, $Easing: { $Left: $JssorEasing$.$EaseInQuad, $Top: $JssorEasing$.$EaseInQuad, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $ScaleHorizontal: 0.2, $ScaleVertical: 0.5, $Opacity: 2} }
];
//Reference http://www.jssor.com/development/slider-with-caption.html
//Reference http://www.jssor.com/development/reference-ui-definition.html#captiondefinition
//Reference http://www.jssor.com/development/tool-caption-transition-viewer.html
var captionTransitions = [];
var t_tr = { $Duration: 700, $FlyDirection: 6, $Easing: { $Left: $JssorEasing$.$EaseInOutSine, $Top: $JssorEasing$.$EaseInOutSine }, $ScaleHorizontal: 0.6, $ScaleVertical: 0.6, $Opacity: 2 };
var t_tr_ib = { $Duration: 900, $FlyDirection: 6, $Easing: { $Left: $JssorEasing$.$EaseInOutBack, $Top: $JssorEasing$.$EaseInOutBack }, $ScaleHorizontal: 0.6, $ScaleVertical: 0.6, $Opacity: 2 };
var t_rtt_tr = { $Duration: 700, $Zoom: 11, $Rotate: 1, $FlyDirection: 6, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Top: $JssorEasing$.$EaseInCubic, $Zoom: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInCubic }, $ScaleHorizontal: 0.6, $ScaleVertical: 0.6, $Opacity: 2, $Round: { $Rotate: 0.8} };
var t_rtt_360 = { $Duration: 800, $Rotate: 1, $Easing: { $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseInQuad }, $Opacity: 2 };
var t_clip_lr = { $Duration: 900, $Clip: 3, $Easing: { $Clip: $JssorEasing$.$EaseInOutCubic }, $Opacity: 2 };
var t_zm = { $Duration: 700, $Zoom: 1, $Easing: $JssorEasing$.$EaseInCubic, $Opacity: 2 };
var t_b_ = { $Duration: 700, $Rotate: 0.05, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInOutSine }, $ScaleVertical: 0.6, $Opacity: 2 };
captionTransitions["TEAM_1"] = [[t_rtt_360, t_zm], [t_zm, t_rtt_tr]];
captionTransitions["TEAM_2"] = [t_rtt_360, t_clip_lr, t_zm, t_b_];
captionTransitions["L|IB"] = { $Duration: 900, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInOutBack }, $ScaleHorizontal: 0.6, $Opacity: 2 };
captionTransitions["L|EP"] = { $Duration: 900, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInOutExpo }, $ScaleHorizontal: 0.6, $Opacity: 2 };
captionTransitions["L*IB"] = { $Duration: 900, $Zoom: 3, $Rotate: -0.3, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleHorizontal: 0.6, $Opacity: 2 };
captionTransitions["B*IB"] = { $Duration: 900, $Zoom: 3, $Rotate: -0.3, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInCubic, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleVertical: 0.6, $Opacity: 2 };
captionTransitions["T|IE*IE"] = { $Duration: 1800, $Zoom: 11, $Rotate: -1.5, $FlyDirection: 4, $Easing: { $Top: $JssorEasing$.$EaseInOutElastic, $Zoom: $JssorEasing$.$EaseInElastic, $Rotate: $JssorEasing$.$EaseInOutElastic }, $ScaleVertical: 0.8, $Opacity: 2, $During: { $Zoom: [0, 0.8], $Opacity: [0, 0.8] }, $Round: { $Rotate: 0.5} };
captionTransitions["CLIP|L"] = { $Duration: 800, $Clip: 1, $Easing: { $Clip: $JssorEasing$.$EaseInOutCubic }, $Opacity: 2 };
captionTransitions["CLIP|LR"] = t_clip_lr;
captionTransitions["RTT|360"] = t_rtt_360;
captionTransitions["RTT*JUP|BR"] = { $Duration: 1000, $Zoom: 11, $Rotate: 0.2, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Top: $JssorEasing$.$EaseLinear, $Zoom: $JssorEasing$.$EaseInCubic }, $ScaleHorizontal: 0.5, $ScaleVertical: 0.8, $Opacity: 2, $During: { $Left: [0, 0.5]} };
captionTransitions["RTT*JDN1|L"] = { $Duration: 1000, $Zoom: 11, $Rotate: 0.25, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseOutJump, $Zoom: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear, $Rotate: $JssorEasing$.$EaseOutWave }, $ScaleHorizontal: 0.5, $Opacity: 2, $Round: { $Rotate: 0.5} };
captionTransitions["SPACESHIP|LB"] = { $Duration: 1000, $Zoom: 3, $Rotate: -0.1, $FlyDirection: 9, $Easing: { $Left: $JssorEasing$.$EaseInQuint, $Top: $JssorEasing$.$EaseInWave, $Opacity: $JssorEasing$.$EaseInQuint }, $ScaleHorizontal: 1, $ScaleVertical: 0.1, $Opacity: 2 };
captionTransitions["SPACESHIP|RB"] = { $Duration: 1000, $Zoom: 3, $Rotate: 0.1, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseInQuint, $Top: $JssorEasing$.$EaseInWave, $Opacity: $JssorEasing$.$EaseInQuint }, $ScaleHorizontal: 1, $ScaleVertical: 0.1, $Opacity: 2 };
captionTransitions["ZM"] = { $Duration: 600, $Zoom: 1, $Easing: $JssorEasing$.$EaseInCubic, $Opacity: 2 };
var captionTransitions_childSliders = [
//R|IB
{$Duration: 900, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInOutBack }, $ScaleHorizontal: 0.6, $Opacity: 2 }
//B|IB
, { $Duration: 900, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInOutBack }, $ScaleVertical: 0.6, $Opacity: 2 }
//R*|IB
, { $Duration: 900, $Zoom: 3, $Rotate: -0.3, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleHorizontal: 0.6, $Opacity: 2 }
//B*|IB
, { $Duration: 900, $Zoom: 3, $Rotate: -0.3, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInCubic, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleVertical: 0.6, $Opacity: 2 }
//R-*|IB
, { $Duration: 900, $Rotate: 0.5, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseInQuad, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleHorizontal: 0.7, $Opacity: 2, $During: { $Left: [0.2, 0.8]} }
//B-*|IB
, { $Duration: 900, $Rotate: 0.5, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseInQuad, $Rotate: $JssorEasing$.$EaseInBack }, $ScaleVertical: 0.7, $Opacity: 2, $During: { $Top: [0.2, 0.8]} }
//CLIP|LR
, { $Duration: 900, $Clip: 3, $Easing: { $Clip: $JssorEasing$.$EaseInOutCubic }, $Opacity: 2 }
//CLIP|TB
, { $Duration: 900, $Clip: 12, $Easing: { $Clip: $JssorEasing$.$EaseInOutCubic }, $Opacity: 2 }
//CLIP|L
, { $Duration: 800, $Clip: 1, $Easing: { $Clip: $JssorEasing$.$EaseInOutCubic }, $Opacity: 2 }
//ZM*JDN|RB
, { $Duration: 1200, $Zoom: 11, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseLinear, $Top: $JssorEasing$.$EaseOutCubic, $Zoom: $JssorEasing$.$EaseInCubic }, $ScaleHorizontal: 0.8, $ScaleVertical: 0.5, $Opacity: 2, $During: { $Top: [0, 0.5]} }
//RTT*JUP|RB
, { $Duration: 1200, $Zoom: 11, $Rotate: .2, $FlyDirection: 10, $Easing: { $Left: $JssorEasing$.$EaseLinear, $Top: $JssorEasing$.$EaseInCubic, $Zoom: $JssorEasing$.$EaseInCubic }, $ScaleHorizontal: 0.8, $ScaleVertical: 0.5, $Opacity: 2, $During: { $Top: [0, 0.5]} }
//TORTUOUS|VB
, { $Duration: 1800, $Zoom: 1, $FlyDirection: 8, $Easing: { $Top: $JssorEasing$.$EaseOutWave, $Zoom: $JssorEasing$.$EaseOutCubic }, $ScaleVertical: 0.2, $Opacity: 2, $During: { $Top: [0, 0.7] }, $Round: { $Top: 1.3} }
];
var slider1Options = {
$AutoPlayInterval: 3000, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$DragOrientation: 0, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
$CaptionSliderOptions: { //[Optional] Options which specifies how to animate caption
$Class: $JssorCaptionSlider$, //[Required] Class to create instance to animate caption
$CaptionTransitions: captionTransitions_childSliders, //[Required] An array of caption transitions to play caption, see caption transition section at jssor slideshow transition builder
$PlayInMode: 1, //[Optional] 0 None (no play), 1 Chain (goes after main slide), 3 Chain Flatten (goes after main slide and flatten all caption animations), default value is 1
$PlayOutMode: 3 //[Optional] 0 None (no play), 1 Chain (goes before main slide), 3 Chain Flatten (goes before main slide and flatten all caption animations), default value is 1
},
$NavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$SpacingX: 10, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 10 //[Optional] Vertical space between each item in pixel, default value is 0
},
$DirectionNavigatorOptions: {
$Class: $JssorDirectionNavigator$, //[Requried] Class to create direction navigator instance
$ChanceToShow: 2 //[Required] 0 Never, 1 Mouse Over, 2 Always
}
};
var jssorSlider1 = new $JssorSlider$("slider1_container", slider1Options);
var slider2Options = {
$AutoPlayInterval: 3000, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$DragOrientation: 0, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
$SlideshowOptions: { //[Optional] Options to specify and enable slideshow or not
$Class: $JssorSlideshowRunner$, //[Required] Class to create instance of slideshow
$Transitions: slideshowTransitions, //[Required] An array of slideshow transitions to play slideshow
$TransitionsOrder: 1, //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random
$ShowLink: true //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false
},
$CaptionSliderOptions: { //[Optional] Options which specifies how to animate caption
$Class: $JssorCaptionSlider$, //[Required] Class to create instance to animate caption
$CaptionTransitions: captionTransitions_childSliders, //[Required] An array of caption transitions to play caption, see caption transition section at jssor slideshow transition builder
$PlayInMode: 1, //[Optional] 0 None (no play), 1 Chain (goes after main slide), 3 Chain Flatten (goes after main slide and flatten all caption animations), default value is 1
$PlayOutMode: 3 //[Optional] 0 None (no play), 1 Chain (goes before main slide), 3 Chain Flatten (goes before main slide and flatten all caption animations), default value is 1
},
$NavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$SpacingX: 10, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 10 //[Optional] Vertical space between each item in pixel, default value is 0
},
$DirectionNavigatorOptions: {
$Class: $JssorDirectionNavigator$, //[Requried] Class to create direction navigator instance
$ChanceToShow: 2 //[Required] 0 Never, 1 Mouse Over, 2 Always
}
};
var jssorSlider2 = new $JssorSlider$("slider2_container", slider2Options);
var bannerSlider_slideshowTransitions = [
//Fade in R
{$Duration: 1200, $During: { $Left: [0.3, 0.7] }, $FlyDirection: 2, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $ScaleHorizontal: 0.3, $Opacity: 2 }
//Fade out L
, { $Duration: 1200, $SlideOut: true, $FlyDirection: 1, $Easing: { $Left: $JssorEasing$.$EaseInCubic, $Opacity: $JssorEasing$.$EaseLinear }, $ScaleHorizontal: 0.3, $Opacity: 2 }
];
var slider3Options = {
$AutoPlayInterval: 3000, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$DragOrientation: 0, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
$SlideshowOptions: { //[Optional] Options to specify and enable slideshow or not
$Class: $JssorSlideshowRunner$, //[Required] Class to create instance of slideshow
$Transitions: bannerSlider_slideshowTransitions, //[Required] An array of slideshow transitions to play slideshow
$TransitionsOrder: 1, //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random
$ShowLink: true //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false
},
$NavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$SpacingX: 10, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 10 //[Optional] Vertical space between each item in pixel, default value is 0
},
$DirectionNavigatorOptions: {
$Class: $JssorDirectionNavigator$, //[Requried] Class to create direction navigator instance
$ChanceToShow: 2 //[Required] 0 Never, 1 Mouse Over, 2 Always
},
$ThumbnailNavigatorOptions: {
$Class: $JssorThumbnailNavigator$, //[Required] Class to create thumbnail navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$ActionMode: 0, //[Optional] 0 None, 1 act by click, 2 act by mouse hover, 3 both, default value is 1
$DisableDrag: true //[Optional] Disable drag or not, default value is false
}
};
var jssorSlider3 = new $JssorSlider$("slider3_container", slider3Options);
var sliderClusterSlideshowOptions = ($JssorUtils$.$IsBrowserIE() && $JssorUtils$.$GetBrowserEngineVersion() < 8) ? null : { //[Optional] Options to specify and enable slideshow or not
$Class: $JssorSlideshowRunner$, //[Required] Class to create instance of slideshow
$Transitions: slideshowTransitions, //[Required] An array of slideshow transitions to play slideshow
$TransitionsOrder: 1, //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random
$ShowLink: true //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false
};
var slidercOptions = {
$AutoPlay: false, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
$AutoPlayInterval: 3000, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$PauseOnHover: 3, //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, default value is 3
$ArrowKeyNavigation: true, //Allows arrow key to navigate or not
$SlideDuration: 800, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$UISearchMode: 0, //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, direction navigator container, thumbnail navigator container etc).
$DragOrientation: 3, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
$SlideshowOptions: sliderClusterSlideshowOptions,
$CaptionSliderOptions: { //[Optional] Options which specifies how to animate caption
$Class: $JssorCaptionSlider$, //[Required] Class to create instance to animate caption
$CaptionTransitions: captionTransitions, //[Required] An array of caption transitions to play caption, see caption transition section at jssor slideshow transition builder
$PlayInMode: 1, //[Optional] 0 None (no play), 1 Chain (goes after main slide), 3 Chain Flatten (goes after main slide and flatten all caption animations), default value is 1
$PlayOutMode: 3 //[Optional] 0 None (no play), 1 Chain (goes before main slide), 3 Chain Flatten (goes before main slide and flatten all caption animations), default value is 1
},
$DirectionNavigatorOptions: { //[Optional] Options to specify and enable direction navigator or not
$Class: $JssorDirectionNavigator$, //[Requried] Class to create direction navigator instance
$ChanceToShow: 1, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 2 //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
},
$NavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 1, //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
$SpacingX: 4, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 4 //[Optional] Vertical space between each item in pixel, default value is 0
}
};
var jssorSliderc = new $JssorSlider$(containerId, slidercOptions);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var parentWidth = jssorSliderc.$Elmt.parentNode.clientWidth;
if (parentWidth)
jssorSliderc.$SetScaleWidth(Math.max(Math.min(parentWidth, 960), 300));
else
$JssorUtils$.$Delay(ScaleSlider, 30);
}
ScaleSlider();
$JssorUtils$.$AddEvent(window, "load", ScaleSlider);
if (!navigator.userAgent.match(/(iPhone|iPod|iPad|BlackBerry|IEMobile)/)) {
$JssorUtils$.$OnWindowResize(window, ScaleSlider);
}
//responsive code end
//slider cluster controller code begin
function SliderCluster(mainSlider, autoPlayInterval) {
var _Self = this;
var _NestedSliders = [];
var _NestedSliderCurrent;
var _CaptionInCounter = 0;
function OnChildSliderStateChange(currentIndex, progress, progressBegin, idleBegin, idleEnd, progressEnd) {
if (progress == idleBegin) {
if (!(++_CaptionInCounter % 4)) {
_NestedSliderCurrent && _NestedSliderCurrent.$Pause();
mainSlider.$Play(true);
}
}
}
function OnMainSliderStateChange(currentIndex, progress, progressBegin, idleBegin, idleEnd, progressEnd) {
_NestedSliderCurrent = _NestedSliders[currentIndex];
if (_NestedSliderCurrent) {
if (progress == idleBegin) {
mainSlider.$Pause();
_NestedSliderCurrent.$Play(true);
}
else if (progress == progressBegin) {
_CaptionInCounter = 0;
mainSlider.$Play(true);
}
}
}
function OnMainSliderSwipeStart(position, virtualPosition) {
_NestedSliderCurrent && _NestedSliderCurrent.$Pause();
mainSlider.$Pause();
}
function OnMainSliderPark(slideIndex, fromIndex) {
_CaptionInCounter = 0;
mainSlider.$Play();
}
_Self.$AddChildSlider = function (childSlider, slideIndex) {
_NestedSliders[slideIndex] = childSlider;
childSlider.$On($JssorSlider$.$EVT_STATE_CHANGE, OnChildSliderStateChange);
};
_Self.$Start = function () {
mainSlider.$On($JssorSlider$.$EVT_PARK, OnMainSliderPark);
mainSlider.$On($JssorSlider$.$EVT_STATE_CHANGE, OnMainSliderStateChange);
mainSlider.$On($JssorSlider$.$EVT_SWIPE_START, OnMainSliderSwipeStart);
mainSlider.$Play(true);
}
}
var sliderCluster = new SliderCluster(jssorSliderc);
sliderCluster.$AddChildSlider(jssorSlider1, 0);
sliderCluster.$AddChildSlider(jssorSlider2, 1);
sliderCluster.$AddChildSlider(jssorSlider3, 2);
sliderCluster.$Start();
//slider cluster controller code end
};
</script>
<div style="position: relative; margin-top: 10px; top: 0px; left: 0px; width:100%; text-align: center; background-image: url(../img/home/back-dice-02.jpg); border-top: 1px solid gray; border-bottom: 1px solid gray; overflow: hidden;">
<!-- Jssor Slider Begin -->
<!-- You can move inline styles (except 'top', 'left', 'width' and 'height') to css file or css block. -->
<div id="sliderc_container" style="position: relative; margin: 0 auto; width: 960px;
height: 450px; text-align: left; overflow: hidden;">
<style>
/* this line can be removed, but it really helps in case of css conflicts in your page */
.sliderc div { position: relative; margin: 0px; padding: 0px; }
</style>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 960px; height: 450px;
overflow: hidden;">
<div>
<!-- Jssor Slider Begin -->
<!-- You can move inline styles (except 'top', 'left', 'width' and 'height') to css file or css block. -->
<div id="slider1_container" style="position: relative; top: 90px; left: 0px; width: 600px;
height: 300px; overflow: hidden; border-radius: 8px;">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
</div>
<div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px; overflow: hidden;">
<div>
<a u="image" href="http://www.jssor.com/demos/image-slider.html"><img src="../img/photography/002.jpg" alt="image slider" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
mobile ready, touch swipe
</div>
</div>
<div>
<a u="image" href="http://www.jssor.com/demos/image-slider.html"><img src="../img/photography/003.jpg" alt="jqeury image slider" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
finger catchable right to left
</div>
</div>
<div>
<a u="image" href="http://www.jssor.com/demos/image-slider.html"><img src="../img/photography/004.jpg" alt="responsive image slider" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
responsive, scale smoothly
</div>
</div>
<div>
<a u="image" href="http://www.jssor.com/demos/image-slider.html"><img src="../img/photography/005.jpg" alt="touch swipe image slider" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
random caption transition
</div>
</div>
</div>
<!-- Navigator Skin Begin -->
<!-- navigator container -->
<div u="navigator" class="jssorn01" style="position: absolute; bottom: 16px; right: 10px;">
<!-- navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 12px; HEIGHT: 12px;"></div>
</div>
<!-- Navigator Skin End -->
<!-- Direction Navigator Skin Begin -->
<style>
/* jssor slider direction navigator skin 02 css */
/*
.jssord02l (normal)
.jssord02r (normal)
.jssord02l:hover (normal mouseover)
.jssord02r:hover (normal mouseover)
.jssord02ldn (mousedown)
.jssord02rdn (mousedown)
*/
.jssord02l, .jssord02r, .jssord02ldn, .jssord02rdn
{
position: absolute;
cursor: pointer;
display: block;
background: url(../img/d02.png) no-repeat;
overflow:hidden;
}
.jssord02l { background-position: -3px -33px; }
.jssord02r { background-position: -63px -33px; }
.jssord02l:hover { background-position: -123px -33px; }
.jssord02r:hover { background-position: -183px -33px; }
.jssord02ldn { background-position: -243px -33px; }
.jssord02rdn { background-position: -303px -33px; }
</style>
<!-- Arrow Left -->
<span u="arrowleft" class="jssord02l" style="width: 55px; height: 55px; top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssord02r" style="width: 55px; height: 55px; top: 123px; right: 8px">
</span>
<!-- Direction Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">jQuery Slide</a>
</div>
<!-- Jssor Slider End -->
<div u="caption" t="RTT*JUP|BR" t2="SPACESHIP|RB" style="position: absolute; left: 0px;top:30px;width:600px;height:30px;font-size:28px;color:#fff;line-height:30px; text-align: center;">
widely used image slider example
</div>
<div style="position: absolute; top: 110px; left: 640px; width: 320px; height: 250px;">
<div u="caption" t="TEAM_1" d="-200" du="50%" class="captionSymbol" style="position: absolute; top: 10px; left: 0px; width: 30px; height: 30px;">+</div>
<div u="caption" t="TEAM_1" d="-200" y="100%" class="captionOrange" style="position: absolute; top: 10px; left: 40px; width: 280px; height: 30px;">
mobile ready, drag move
</div>
<div u="caption" t="TEAM_1" d="-200" du="50%" class="captionSymbol" style="position: absolute; top: 60px; left: 0px; width: 30px; height: 30px;" debug-id="team-caption">+</div>
<div u="caption" t="TEAM_1" d="-200" y="50%" class="captionOrange" style="position: absolute; top: 60px; left: 40px; width: 280px; height: 30px;">
touch swipe, touch freeze
</div>
<div u="caption" t="TEAM_1" d="-200" du="50%" class="captionSymbol" style="position: absolute; top: 110px; left: 0px; width: 30px; height: 30px;">+</div>
<div u="caption" t="TEAM_1" d="-200" y="0" class="captionOrange" style="position: absolute; top: 110px; left: 40px; width: 280px; height: 30px;">
responsive, scale smoothly
</div>
<div u="caption" t="TEAM_1" d="-200" du="50%" class="captionSymbol" style="position: absolute; top: 160px; left: 0px; width: 30px; height: 30px;">+</div>
<div u="caption" t="TEAM_1" d="-200" y="-50%" class="captionOrange" style="position: absolute; top: 160px; left: 40px; width: 280px; height: 30px;">
random caption transition
</div>
<div u="caption" t="TEAM_1" d="-200" du="50%" class="captionSymbol" style="position: absolute; top: 210px; left: 0px; width: 30px; height: 30px;">+</div>
<div u="caption" t="TEAM_1" d="-200" y="-100%" class="captionOrange" style="position: absolute; top: 210px; left: 40px; width: 280px; height: 30px;">
arrow key navigation
</div>
</div>
</div>
<div>
<!-- Jssor Slider Begin -->
<!-- You can move inline styles (except 'top', 'left', 'width' and 'height') to css file or css block. -->
<div id="slider2_container" style="position: relative; top: 30px; left: 360px; width: 600px;
height: 300px; overflow: hidden; border-radius: 8px; zoom: 1; filter: matrix">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
</div>
<div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px;
overflow: hidden;">
<div>
<a u=image href="http://www.jssor.com/demos/banner-rotator.html"><img src="../img/photography/002.jpg" alt="banner rotator" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
slideshow transition twins
</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-rotator.html"><img src="../img/photography/003.jpg" alt="jquery banner rotator" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
random caption transition
</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-rotator.html"><img src="../img/photography/004.jpg" alt="responsive banner rotator" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
mobile ready, touch swipe
</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-rotator.html"><img src="../img/photography/005.jpg" alt="touch swipe banner rotator" /></a>
<div u=caption t="*" class="captionOrange" style="position:absolute; left:20px; top: 30px; width:300px; height:30px;">
responsive, scale smoothly
</div>
</div>
</div>
<!-- Navigator Skin Begin -->
<!-- navigator container -->
<div u="navigator" class="jssorn01" style="position: absolute; bottom: 16px; right: 10px;">
<!-- navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 12px; HEIGHT: 12px;"></div>
</div>
<!-- Navigator Skin End -->
<!-- Direction Navigator Skin Begin -->
<!-- Arrow Left -->
<span u="arrowleft" class="jssord05l" style="width: 40px; height: 40px; top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssord05r" style="width: 40px; height: 40px; top: 123px; right: 8px">
</span>
<!-- Direction Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">jQuery Slide</a>
</div>
<!-- Jssor Slider End -->
<div u="caption" t="T|IE*IE" t2="B*IB" style="position: absolute; left: 360px;top:360px;width:600px;height:30px;font-size:28px;color:#fff;line-height:30px; text-align: center;">
worldwide popular banner rotator example
</div>
<a class="captionTextBlack" u="caption" t="CLIP|L" d="-200" href="http://www.jssor.com/development/tool-caption-transition-viewer.html"
style="position: absolute; top: 30px; left: 0px; width: 320px; height: 30px; font-size: 26px; background-color:transparent;">390+
caption transitions</a>
<div u="caption" t="ZM" t2="NO" style="position: absolute; top: 80px; left: 0px; width: 320px; height: 80px;">
<div u="caption" t2="TEAM_2" class="captionOrange" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 30px;">
caption can be
</div>
<div u="caption" t2="TEAM_2" class="captionBlack" style="position: absolute; top: 40px; left: 0px; width: 100px; height: 30px;">
in team
</div>
<div u="caption" t2="TEAM_2" class="captionBlack" style="position: absolute; top: 40px; left: 130px; width: 100px; height: 30px;">
nested
</div>
</div>
<a class="captionTextBlack" u="caption" t="L|EP" href="http://www.jssor.com/development/tool-slideshow-transition-viewer.html"
style="position: absolute; top: 210px; left: 0px; width: 320px; height: 30px; font-size: 26px; background-color:transparent;">360+
slideshow transitions</a>
<div u="caption" t="B*IB" t2="NO" style="position: absolute; top: 260px; left: 0px; width: 320px; height: 80px;">
<div u="caption" t2="TEAM_2" class="captionOrange" style="position: absolute; top: 0px; left: 0px; width: 200px; height: 30px;">
slideshow can play
</div>
<div u="caption" t2="TEAM_2" class="captionBlack" style="position: absolute; top: 40px; left: 0px; width: 100px; height: 30px;">
inside
</div>
<div u="caption" t2="TEAM_2" class="captionBlack" style="position: absolute; top: 40px; left: 130px; width: 100px; height: 30px;">
outside
</div>
</div>
</div>
<div>
<!-- Jssor Slider Begin -->
<!-- You can move inline styles (except 'top', 'left', 'width' and 'height') to css file or css block. -->
<div id="slider3_container" style="position: relative; top: 90px; left: 360px; width: 600px;
height: 300px; overflow: hidden; border-radius: 8px;">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
</div>
<div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px;
overflow: hidden;">
<div>
<a u=image href="http://www.jssor.com/demos/banner-slider.html"><img src="../img/photography/002.jpg" alt="banner slider" /></a>
<div u="thumb">Do you notice it is draggable by mouse/finger?</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-slider.html"><img src="../img/photography/003.jpg" alt="jquery banner slider" /></a>
<div u="thumb">Did you drag by either horizontal or vertical?</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-slider.html"><img src="../img/photography/004.jpg" alt="responsive banner slider" /></a>
<div u="thumb">Do you notice navigator responses when drag?</div>
</div>
<div>
<a u=image href="http://www.jssor.com/demos/banner-slider.html"><img src="../img/photography/005.jpg" alt="touch swipe banner slider" /></a>
<div u="thumb">Do you notice arrow responses when click?</div>
</div>
</div>
<!-- ThumbnailNavigator Skin Begin -->
<div u="thumbnavigator" class="slider3-T" style="position: absolute; bottom: 0px; left: 0px; height:45px; width:600px;">
<div style="filter: alpha(opacity=40); opacity:0.4; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px; width: 100%; height: 100%;">
</div>
<!-- Thumbnail Item Skin Begin -->
<div u="slides">
<div u="prototype" style="POSITION: absolute; WIDTH: 600px; HEIGHT: 45px; TOP: 0; LEFT: 0;">
<thumbnailtemplate style="font-family: verdana; font-weight: normal; POSITION: absolute; WIDTH: 100%; HEIGHT: 100%; TOP: 0; LEFT: 0; color:#fff; line-height: 45px; font-size:20px; padding-left:10px;"></thumbnailtemplate>
</div>
</div>
<!-- Thumbnail Item Skin End -->
</div>
<!-- ThumbnailNavigator Skin End -->
<!-- Navigator Skin Begin -->
<!-- navigator container -->
<div u="navigator" class="jssorn01" style="position: absolute; bottom: 16px; right: 10px;">
<!-- navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 12px; HEIGHT: 12px;"></div>
</div>
<!-- Navigator Skin End -->
<!-- Direction Navigator Skin Begin -->
<!-- Arrow Left -->
<span u="arrowleft" class="jssord05l" style="width: 40px; height: 40px; top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssord05r" style="width: 40px; height: 40px; top: 123px; right: 8px">
</span>
<!-- Direction Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">jQuery Slide</a>
</div>
<!-- Jssor Slider End -->
<div u="caption" t="L*IB" t2="SPACESHIP|LB" style="position: absolute; left: 360px;top:30px;width:600px;height:30px;font-size:28px;color:#fff;line-height:30px; text-align: center;">
supper scalable banner slider example
</div>
<div class="captionTextBlack" u="caption" t="CLIP|LR" d="-200"
style="position: absolute; top: 60px; left: 0px; width: 320px; height: 30px; font-size: 26px; background-color:transparent;">deep ui comstomization</div>
<div u="caption" t2="ZM" style="position: absolute; top: 120px; left: 0px; width: 320px; height: 120px;">
<div u="caption" class="captionOrange" t="TEAM_2" t2="NO" d=-300 style="position: absolute; top: 0px; left: 0px; width: 200px; height: 30px;">
image thumbnail
</div>
<div u="caption" class="captionBlack" t="TEAM_2" t2="NO" d=-300 style="position: absolute; top: 40px; left: 0px; width: 200px; height: 30px;">
text thumbnail
</div>
<div u="caption" class="captionBlack" t="TEAM_2" t2="NO" d=-300 style="position: absolute; top: 80px; left: 00px; width: 200px; height: 30px;">
mixed thumbnail
</div>
</div>
<div u="caption" t="RTT|360" t2="NO" style="position: absolute; top: 290px; left: 0px; width: 320px; height: 80px;">
<div u="caption" class="captionOrange" t2="TEAM_2" style="position: absolute; top: 0px; left: 0px; width: 120px; height: 30px;">
bullets
</div>
<div u="caption" class="captionOrange" t2="TEAM_2" style="position: absolute; top: 40px; left: 0px; width: 120px; height: 30px;">
thumbnails
</div>
<div u="caption" class="captionBlack" t2="TEAM_2" style="position: absolute; top: 20px; left: 130px; width: 30px; height: 30px;">
in
</div>
<div u="caption" class="captionBlack" t2="TEAM_2" style="position: absolute; top: 0px; left: 170px; width: 120px; height: 30px;">
horizontal
</div>
<div u="caption" class="captionBlack" t2="TEAM_2" style="position: absolute; top: 40px; left: 170px; width: 120px; height: 30px;">
vertical
</div>
</div>
</div>
</div>
<!-- Navigator Skin Begin -->
<style>
/* jssor slider navigator skin 03 css */
/*
.jssorn03 div (normal)
.jssorn03 div:hover (normal mouseover)
.jssorn03 .av (active)
.jssorn03 .av:hover (active mouseover)
.jssorn03 .dn (mousedown)
*/
.jssorn03 div, .jssorn03 div:hover, .jssorn03 .av
{
background: url(../img/n03.png) no-repeat;
overflow:hidden;
cursor: pointer;
}
.jssorn03 div { background-position: -5px -4px; }
.jssorn03 div:hover, .jssorn03 .av:hover { background-position: -35px -4px; }
.jssorn03 .av { background-position: -65px -4px; }
.jssorn03 .dn, .jssorn03 .dn:hover { background-position: -95px -4px; }
</style>
<!-- navigator container -->
<div u="navigator" class="jssorn03" style="position: absolute; bottom: 16px; left: 6px;">
<!-- navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 21px; HEIGHT: 21px; text-align:center; line-height:21px; color:White; font-size:12px;"><NumberTemplate></NumberTemplate></div>
</div>
<!-- Navigator Skin End -->
<!-- Direction Navigator Skin Begin -->
<style>
/* jssor slider direction navigator skin 20 css */
/*
.jssord20l (normal)
.jssord20r (normal)
.jssord20l:hover (normal mouseover)
.jssord20r:hover (normal mouseover)
.jssord20ldn (mousedown)
.jssord20rdn (mousedown)
*/
.jssord20l, .jssord20r, .jssord20ldn, .jssord20rdn
{
position: absolute;
cursor: pointer;
display: block;
background: url(../img/d20.png) no-repeat;
overflow:hidden;
}
.jssord20l { background-position: -3px -33px; }
.jssord20r { background-position: -63px -33px; }
.jssord20l:hover { background-position: -123px -33px; }
.jssord20r:hover { background-position: -183px -33px; }
.jssord20ldn { background-position: -243px -33px; }
.jssord20rdn { background-position: -303px -33px; }
</style>
<!-- Arrow Left -->
<span u="arrowleft" class="jssord20l" style="width: 55px; height: 55px; top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssord20r" style="width: 55px; height: 55px; top: 123px; right: 8px">
</span>
<!-- Direction Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">jQuery Slide</a>
<!-- Trigger -->
<script>
jssor_sliderc_starter('sliderc_container');
</script>
</div>
<!-- Jssor Slider End -->
</div>
</body>
</html> | amirmasoud/bootstrapTemplates | Jssor Slider/themes-no-jquery/slider-cluster.source.html | HTML | mit | 63,900 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>euclidean-geometry: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / euclidean-geometry - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
euclidean-geometry
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/euclidean-geometry"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/EuclideanGeometry"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:plane geometry" "keyword:euclid" "keyword:ruler and compass geometry" "category:Mathematics/Geometry/General" ]
authors: [ "Jean Duprat <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/euclidean-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/euclidean-geometry.git"
synopsis: "Basis of the Euclid's plane geometry"
description: """
This is a more recent version of the basis of Euclid's plane geometry, the previous version was the contribution intitled RulerCompassGeometry.
The plane geometry is defined as a set of points, with two predicates : Clokwise for the orientation and Equidistant for the metric and three constructors, Ruler for the lines, Compass for the circles and Intersection for the points.
For using it, we suggest to compile the files the name of which begin by a capital letter and a number from A1 to N7 in the lexicographic order and to keep modifiable the files of tacics (from Tactic1 to Tactic4) and the files of examples (Hilbert and Bolyai)."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/euclidean-geometry/archive/v8.5.0.tar.gz"
checksum: "md5=bfd0c53f61b8a85beaa0a347ee7971a7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-euclidean-geometry.8.5.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-euclidean-geometry -> coq < 8.6~ -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euclidean-geometry.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/euclidean-geometry/8.5.0.html | HTML | mit | 7,804 |
<div ui-content-for="title">
<span>Register</span>
</div>
<div class="scrollable">
<div class="scrollable-content section">
<form role="form" ng-submit='register()'>
<fieldset>
<legend>Register</legend>
<div class="form-group has-success has-feedback">
<label>User Name</label>
<input type="text"
ng-model="user_name"
class="form-control"
placeholder="Enter user name"
required>
</div>
<div class="form-group has-success has-feedback">
<label>First Name</label>
<input type="text"
ng-model="first_name"
class="form-control"
placeholder="John"
required>
</div>
<div class="form-group has-success has-feedback">
<label>Last Name</label>
<input type="text"
ng-model="last_name"
class="form-control"
placeholder="Doe"
required>
</div>
<div class="form-group has-success has-feedback">
<label>Email</label>
<input type="email"
ng-model="email"
class="form-control"
placeholder="[email protected]"
required>
</div>
<div class="form-group has-success has-feedback">
<label>DOB</label>
<input type="text"
ng-model="dob"
class="form-control"
placeholder="YYYY/MM/DD"
required>
</div>
<div class="form-group">
<label>Password</label>
<input type="password"
ng-model="password"
class="form-control"
placeholder="Password"
required>
</div>
<div class="form-group">
<label>Confirm Password</label>
<input type="password"
ng-model="verify_password"
class="form-control"
placeholder="Confirm Password"
required>
</div>
</fieldset>
<hr>
<button class="btn btn-primary btn-block">
Register
</button>
<div ui-content-for="navbarAction">
<a class='btn' ng-click='register()'>Register</a>
</div>
</form>
</div>
</div>
| frozonfreak/AngularJS_PHP_MySQL_UserAuth | partials/register.html | HTML | mit | 2,397 |
{% if site.owner.google.ad-client and site.owner.google.ad-slot %}{% include ad-footer.html %}{% endif %}
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/so-simple-jekyll-theme/" rel="nofollow">So Simple Theme</a>.</span>
<div class="social-icons">
{% if site.owner.github %}<a href="https://github.com/{{ site.owner.github }}" title="{{ site.owner.name}} on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>{% endif %}
{% if site.owner.linkedin %}<a href="https://linkedin.com/in/{{ site.owner.linkedin }}" title="{{ site.owner.name}} on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>{% endif %}
{% if site.owner.stackexchange %}<a href="{{ site.owner.stackexchange }}" title="{{ site.owner.name}} on StackExchange" target="_blank"><i class="fa fa-stack-exchange fa-2x"></i></a>{% endif %}
{% if site.owner.twitter %}<a href="https://twitter.com/{{ site.owner.twitter }}" title="{{ site.owner.name}} on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>{% endif %}
{% if site.owner.facebook %}<a href="https://facebook.com/{{ site.owner.facebook }}" title="{{ site.owner.name}} on Facebook" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>{% endif %}
{% if site.owner.google.plus %}<a href="https://plus.google.com/+{{ site.owner.google.plus }}" title="{{ site.owner.name}} on Google+" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>{% endif %}
{% if site.owner.instagram %}<a href="https://instagram.com/{{ site.owner.instagram }}" title="{{ site.owner.name}} on Instagram" target="_blank"><i class="fa fa-instagram fa-2x"></i></a>{% endif %}
{% if site.owner.flickr %}<a href="https://www.flickr.com/photos/{{ site.owner.flickr }}" title="{{ site.owner.name}} on Flickr" target="_blank"><i class="fa fa-flickr fa-2x"></i></a>{% endif %}
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" title="{{ site.owner.name}} on Tumblr" target="_blank"><i class="fa fa-tumblr-square fa-2x"></i></a>{% endif %}
{% if site.owner.pinterest %}<a href="https://www.pinterest.com/{{ site.owner.pinterest }}/" title="{{ site.owner.name}} on Pinterest" target="_blank"><i class="fa fa-pinterest fa-2x"></i></a>{% endif %}
{% if site.owner.weibo %}<a href="https://www.weibo.com/u/{{ site.owner.weibo }}/" title="{{ site.owner.name}} on Weibo" target="_blank"><i class="fa fa-weibo fa-2x"></i></a>{% endif %}
<!-- <a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a> -->
</div><!-- /.social-icons -->
| jalexvig/jalexvig.github.io | _includes/footer.html | HTML | mit | 2,708 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/assets/ico/favicon.ico">
<title>Jon Gao - Taipei Childrens Amusement Park VR Tour</title>
<!-- Bootstrap core CSS -->
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<link href="/assets/css/bootstrap-big-grid.css" rel="stylesheet">
<link href="/assets/css/bootstrap-toggle.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<!--<link rel="stylesheet" href="/css/main.css">-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="prefetch" href="/assets/img/art/bioshock-infinite-fanart_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/black-bear-warrior_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/dishonored-emily_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/eve-and-snake_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/guard_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/havefloors_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/knight-artorias_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/mist-char-1_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/mist-char-2_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/mist-scene-1_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/mist-scene-2_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/red_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/shieldmaiden_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/the-deadly-girls_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/the-girl-and-the-robot-fanart_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/art/trisword_thumbnail_300x300.jpg">
<link rel="prefetch" href="/assets/img/projects/6th-gima-projection-mapping/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/crash-corgi-friends/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/crash-corgi-friends/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/cui-cui/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/cui-cui/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/cwt43-fanart-works/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/cwt43-fanart-works/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/dream-experiments/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/escape-castel-galichi/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/escape-castel-galichi/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/find-santa/thumbnail-1.png">
<link rel="prefetch" href="/assets/img/projects/find-santa/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/formica-projection-mapping/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/formica-projection-mapping/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/have-floors-website/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/jay-aiyo-not-bad/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/jay-aiyo-not-bad/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/jay-bedtime-stories/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/jay-bedtime-stories/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/kkl-halloween-game/thumbnail-1.gif">
<link rel="prefetch" href="/assets/img/projects/kkl-halloween-game/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/kkl-halloween-projection-mapping/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/kkl-vr-cocktail-game/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/kkl-vr-cocktail-game/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/kkl-xmas-game/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/kkl-xmas-game/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/last-of-nutz/thumbnail.gif">
<link rel="prefetch" href="/assets/img/projects/mayday-history-of-tomorrow-interactive-album/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/mayday-history-of-tomorrow-interactive-album/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/mouse-beat/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/mouse-beat/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/nu-skin-ar-app/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/nu-skin-ar-app/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/nutz-masher-20xx/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/rakurakuan-digital-showcase/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/rakurakuan-digital-showcase/thumbnail-2.jpg">
<link rel="prefetch" href="/assets/img/projects/ship-is-going-down/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/ship-is-going-down/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/thumbnail-1.gif">
<link rel="prefetch" href="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/thumbnail-2.gif">
<link rel="prefetch" href="/assets/img/projects/taken-yuri-pean-graduation-trip/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/tarot-card-design/thumbnail.jpg">
<link rel="prefetch" href="/assets/img/projects/tentacle-counterattack-princess-miserable/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/unique-art-digital-showcase/thumbnail-1.jpg">
<link rel="prefetch" href="/assets/img/projects/unique-art-digital-showcase/thumbnail-2.gif">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="headerwrap" class="col-xs-12 col-md-4 no-gutters" style="background-image: url('/assets/img/header-background.jpg')">
<div id="profile" class="container-fluid">
<div class="row">
<div id="avatar" class="col-xs-4 col-sm-2 col-md-4">
<img src="/assets/img/avatar.jpg" alt="Jon Gao" class="img-responsive img-circle">
</div>
<div id="description" class="col-xs-12 col-md-12">
<a href="/"><h1>Jon Gao</h1></a>
<p>Game Developer, 2D Artist, Program Ranger. I love making video game, art and helping people, dreaming to become tavern master one day.</p>
</div>
<div id="social" class="col-xs-12 col-md-12">
<ul class="nav navbar-nav">
<li>
<a href=mailto:[email protected] target="_blank"><img src=/assets/svg/email-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=https://twitter.com/jonjongao target="_blank"><img src=/assets/svg/twitter-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=https://rosa89n20.tumblr.com target="_blank"><img src=/assets/svg/tumblr-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=https://github.com/jonjongao target="_blank"><img src=/assets/svg/github-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=http://gamejolt.com/@rosa89n20 target="_blank"><img src=/assets/svg/gamejolt-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=https://rosa89n20.itch.io/ target="_blank"><img src=/assets/svg/itchio-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=http://rosa89n20.deviantart.com/ target="_blank"><img src=/assets/svg/deviantart-logo.svg class="img-responsive svg"></a>
</li>
<li>
<a href=https://www.linkedin.com/in/rosa89n20/ target="_blank"><img src=/assets/svg/linkedin-logo.svg class="img-responsive svg"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="contentwrap" class="col-xs-12 col-md-8 no-gutters">
<div id="blue">
<div class="container-fluid">
<div class="row">
<h3>Taipei Childrens Amusement Park VR Tour</h3>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /blue -->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-xs-offset-0 col-md-12 col-md-offset-0 col-lg-10 col-lg-offset-1 col-xlg-10 col-xlg-offset-1 col-fhd-8 col-fhd-offset-2">
<video autoplay loop muted class="col-xs-12" style="height: ; max-height: 600px; margin: 0 auto;">
<source src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/cover.webm" type="video/webm">
</video>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-fhd-8 col-fhd-offset-2 text-center">
<p>Work on Program, Design</p>
<p>Taipei Childrens Amusement Park VR Tour, you can experiencing most of game, with us! With Matthew Lien!</p>
<p>We co-op with musician Matthew Lien, Bring Binaural recording sound to VR media!</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-fhd-8 col-fhd-offset-2">
<div class="row">
<div class="col-lg-12">
<img src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-1.jpg" class="img-responsive" style="max-width: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-1px; max-height: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-1px; padding-top: 10px; margin: 0 auto;" alt="Sequence trigger system">
</div>
<div class="col-xs-12 text-center"><p>Sequence trigger system</p></div>
<div class="col-lg-12">
<img src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-2.jpg" class="img-responsive" style="max-width: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-2px; max-height: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-2px; padding-top: 10px; margin: 0 auto;" alt="Custom tool for easier editing VR Sequence">
</div>
<div class="col-xs-12 text-center"><p>Custom tool for easier editing VR Sequence</p></div>
<div class="col-lg-12">
<img src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-3.jpg" class="img-responsive" style="max-width: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-3px; max-height: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-3px; padding-top: 10px; margin: 0 auto;" alt="Advanced tweaking option">
</div>
<div class="col-xs-12 text-center"><p>Advanced tweaking option</p></div>
<video autoplay loop muted class="col-xs-12" style="max-width: 100%; max-height: 320px; padding-top: 10px;">
<source src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-4_x320.webm" type="video/webm">
</video>
<div class="col-xs-12 text-center"><p></p></div>
<div class="col-lg-12">
<img src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-5.jpg" class="img-responsive" style="max-width: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-5px; max-height: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-5px; padding-top: 10px; margin: 0 auto;" alt="Binaural recording gears">
</div>
<div class="col-xs-12 text-center"><p>Binaural recording gears</p></div>
<div class="col-lg-12">
<img src="/assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-6.jpg" class="img-responsive" style="max-width: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-6px; max-height: /assets/img/projects/taipei-childrens-amusement-park-vr-tour/image-6px; padding-top: 10px; margin: 0 auto;" alt="">
</div>
<div class="col-xs-12 text-center"><p></p></div>
</div>
</div>
</div>
</div>
<div id="portfoliowrap">
<div class="portfolio-centered">
<h3>Related Works.</h3>
<div class="recentitems portfolio">
<div class="portfolio-item graphic-design Art Commission PhysicalProduct SAFE" style="width: 300px; height: 300px; margin: 10px;">
<div class="project-panel">
<a href="/projects/tarot-card-design/">
<div class="img-overlay" data-normal="/assets/img/projects/tarot-card-design/thumbnail.jpg" data-hover="/assets/img/projects/tarot-card-design/thumbnail.jpg" style="background-image: url('/assets/img/projects/tarot-card-design/thumbnail.jpg')" alt="Tarot card design commission">
<div>
<div class="project-content project_description bg-gradient-4-8">
<h3>Tarot Card Design</h3>
<div class="project-subtitle">
<div style="float: left;">
<p></p>
</div>
<div style="float: right;">
</div>
</div>
<div class="project-tags">
<div class="tags button-group-project" data-filter-group="tags">
<button class="btn btn-project" data-filter=".Art, .ALWAYS">Art</button>
<button class="btn btn-project" data-filter=".Commission, .ALWAYS">Commission</button>
<button class="btn btn-project" data-filter=".PhysicalProduct, .ALWAYS">PhysicalProduct</button>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="portfolio-item graphic-design WebDesign Commission SAFE" style="width: 300px; height: 300px; margin: 10px;">
<div class="project-panel">
<a href="/projects/have-floors-website/">
<div class="img-overlay" data-normal="/assets/img/projects/have-floors-website/thumbnail-1.jpg" data-hover="/assets/img/projects/have-floors-website/thumbnail-1.jpg" style="background-image: url('/assets/img/projects/have-floors-website/thumbnail-1.jpg')" alt="Custom Wordpress solution for Have Floors">
<div>
<div class="project-content project_description bg-gradient-4-8">
<h3>Have Floors Web Design</h3>
<div class="project-subtitle">
<div style="float: left;">
<p></p>
</div>
<div style="float: right;">
</div>
</div>
<div class="project-tags">
<div class="tags button-group-project" data-filter-group="tags">
<button class="btn btn-project" data-filter=".WebDesign, .ALWAYS">WebDesign</button>
<button class="btn btn-project" data-filter=".Commission, .ALWAYS">Commission</button>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="portfolio-item graphic-design HIDE Game DoujinGame Commission" style="width: 300px; height: 300px; margin: 10px;">
<div class="project-panel">
<a href="/projects/taken-yuri-pean-graduation-trip/">
<div class="img-overlay" data-normal="/assets/img/projects/taken-yuri-pean-graduation-trip/thumbnail-1.jpg" data-hover="/assets/img/projects/taken-yuri-pean-graduation-trip/thumbnail-1.jpg" style="background-image: url('/assets/img/projects/taken-yuri-pean-graduation-trip/thumbnail-1.jpg')" alt="Lesbian high schoolers Yuko and Alice took a senior trip to Europe">
<div>
<div class="project-content project_description bg-gradient-4-8">
<h3>優子の卒業旅行~無惨陵辱~</h3>
<div class="project-subtitle">
<div style="float: left;">
<p>beat 'em up, adult content</p>
</div>
<div style="float: right;">
<i class="fa fa-windows" aria-hidden="true"></i>
</div>
</div>
<div class="project-tags">
<div class="tags button-group-project" data-filter-group="tags">
<button class="btn btn-project" data-filter=".Game, .ALWAYS">Game</button>
<button class="btn btn-project" data-filter=".DoujinGame, .ALWAYS">DoujinGame</button>
<button class="btn btn-project" data-filter=".Commission, .ALWAYS">Commission</button>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="portfolio-item graphic-design HIDE Game Commission Unity DoujinGame" style="width: 300px; height: 300px; margin: 10px;">
<div class="project-panel">
<a href="/projects/dream-experiments/">
<div class="img-overlay" data-normal="/assets/img/projects/dream-experiments/thumbnail-1.jpg" data-hover="/assets/img/projects/dream-experiments/thumbnail-1.jpg" style="background-image: url('/assets/img/projects/dream-experiments/thumbnail-1.jpg')" alt="One day, I dream about the perfect idol, Mik*to, and I start to run after her.">
<div>
<div class="project-content project_description bg-gradient-4-8">
<h3>DREAM EXPERIMENTS 空想実験 最強電撃娘</h3>
<div class="project-subtitle">
<div style="float: left;">
<p>arpg, adult content</p>
</div>
<div style="float: right;">
<i class="fa fa-windows" aria-hidden="true"></i>
</div>
</div>
<div class="project-tags">
<div class="tags button-group-project" data-filter-group="tags">
<button class="btn btn-project" data-filter=".Game, .ALWAYS">Game</button>
<button class="btn btn-project" data-filter=".Commission, .ALWAYS">Commission</button>
<button class="btn btn-project" data-filter=".Unity, .ALWAYS">Unity</button>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="portfolio-item graphic-design HIDE Game DoujinGame Commission Unity" style="width: 300px; height: 300px; margin: 10px;">
<div class="project-panel">
<a href="/projects/tentacle-counterattack-princess-miserable/">
<div class="img-overlay" data-normal="/assets/img/projects/tentacle-counterattack-princess-miserable/thumbnail-1.jpg" data-hover="/assets/img/projects/tentacle-counterattack-princess-miserable/thumbnail-1.jpg" style="background-image: url('/assets/img/projects/tentacle-counterattack-princess-miserable/thumbnail-1.jpg')" alt="Tentacles were seizing young girls across the land. A war of shojo vs. shokushu had begun.">
<div>
<div class="project-content project_description bg-gradient-4-8">
<h3>触手逆襲 乙姬無惨</h3>
<div class="project-subtitle">
<div style="float: left;">
<p>arpg, adult content</p>
</div>
<div style="float: right;">
<i class="fa fa-windows" aria-hidden="true"></i>
</div>
</div>
<div class="project-tags">
<div class="tags button-group-project" data-filter-group="tags">
<button class="btn btn-project" data-filter=".Game, .ALWAYS">Game</button>
<button class="btn btn-project" data-filter=".DoujinGame, .ALWAYS">DoujinGame</button>
<button class="btn btn-project" data-filter=".Commission, .ALWAYS">Commission</button>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="footerwrap" class="col-md-12 text-center">
<p>©2017 <a href="">Jon Gao</a> All right reserved, Website design by Jon Gao.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap-toggle.min.js"></script>
<script src="/assets/js/retina-1.1.0.js"></script>
<script src="/assets/js/jquery.hoverdir.js"></script>
<script src="/assets/js/jquery.hoverex.min.js"></script>
<script src="/assets/js/jquery.prettyPhoto.js"></script>
<script src="/assets/js/jquery.isotope.min.js"></script>
<script src="/assets/js/custom.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46567973-4', 'auto');
ga('send', 'pageview');
</script>
<script>
// Convert all SVG image to SVG path
$('img.svg').each(function(){
var $img = jQuery(this);
var imgID = $img.attr('id');
var imgClass = $img.attr('class');
var imgURL = $img.attr('src');
jQuery.get(imgURL, function(data) {
var $svg = jQuery(data).find('svg');
if(typeof imgID !== 'undefined') {
$svg = $svg.attr('id', imgID);
}
if(typeof imgClass !== 'undefined') {
$svg = $svg.attr('class', imgClass+' replaced-svg');
}
$svg = $svg.removeAttr('xmlns:a');
$img.replaceWith($svg);
}, 'xml');
});
// Initial Isotope filters and Portfolio item hover effect
$(document).ready(function() {
var $container = $('.portfolio');
var filters = {};
$('#contentguard').change(function() {
if($(this).prop('checked') == true) {
hideHiddenItems();
} else {
showHiddenItems();
}
});
$('.tags').on('click', '.btn', function() {
var filterGroup = $(this).parents('.button-group').attr('data-filter-group');
var filterValue = $(this).attr('data-filter');
setFilter(filterGroup, filterValue);
});
function setFilter(filterGroup, filterValue) {
filters[filterGroup] = filterValue;
var value = concatValues(filters);
$container.isotope({ filter: value });
}
function showHiddenItems() {
setFilter('contentguard', '');
}
function hideHiddenItems() {
setFilter('contentguard', '.SAFE');
}
function concatValues(obj) {
var value = '';
for ( var prop in obj ) {
value += obj[ prop ];
}
return value;
}
$('.portfolio').find('.img-overlay').hover(showHover, showNormal);
function showHover() {
if($(this).data('hover') != '' && $(this).data('hover') != $(this).data('normal')) {
$(this).css(
'background-image', 'url(' + $(this).data('hover') + ')'
);
}
}
function showNormal() {
if($(this).data('normal') != '' && $(this).data('normal') != $(this).data('hover')) {
$(this).css(
'background-image', 'url(' + $(this).data('normal') + ')'
);
}
}
});
// Responsive Portfolio
(function($) {
"use strict";
var $container = $('.portfolio'),
$items = $container.find('.portfolio-item'),
portfolioLayout = 'fitRows';
if( $container.hasClass('portfolio-centered') ) {
portfolioLayout = 'masonry';
}
$container.isotope({
filter: '*',
animationEngine: 'best-available',
layoutMode: portfolioLayout,
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
},
masonry: {
}
}, refreshWaypoints());
function refreshWaypoints() {
setTimeout(function() {
}, 1000);
}
function getColumnNumber() {
var winWidth = $('#portfoliowrap').width(),
columnNumber = 1;
console.log(winWidth);
if (winWidth > 300 * 4 + 10 * 8) {
columnNumber = 4;
} else if (winWidth > 300 * 3 + 10 * 6) {
columnNumber = 3;
} else if (winWidth > 300 * 2 + 10 * 4) {
columnNumber = 2;
} else if (winWidth > 300 + 10 * 2) {
columnNumber = 1;
}
return columnNumber;
}
function setColumns() {
var winWidth = $('#portfoliowrap').width(),
columnNumber = getColumnNumber(),
itemWidth = Math.floor(winWidth / columnNumber);
$container.width(columnNumber * 300 + (columnNumber * 2) * 10);
$container.find('.portfolio-item').each(function() {
$(this).css( {
width : 300 + 'px',
margin : 10 + 'px'
});
});
}
function setPortfolio() {
setColumns();
$container.isotope('reLayout');
}
$container.imagesLoaded(function () {
setPortfolio();
});
$(window).on('resize', function () {
setPortfolio();
});
})(jQuery);
</script>
</div>
</body>
</html>
| rosa89n20/rosa89n20.github.io | projects/taipei-childrens-amusement-park-vr-tour/index.html | HTML | mit | 38,141 |
<!DOCTYPE html>
<html lang="hu" ng-app="xmlrpcTest">
<head>
<title>XML-RPC test tool</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/jsoneditor.min.css">
</head>
<body ng-controller="XmlrpcCtrl">
<div class="container" style="margin-top: 20px;">
<div class="row">
<div class="col-md-12">
<div class="panel panel-primary">
<div class="panel-heading">XML-RPC test tool</div>
<div class="panel-body">
<div class="form-group">
<label for="uri">URI</label>
<input type="text" ng-model="uri" class="form-control" id="uri" placeholder="URI (eg. http://domain.com/RPC2)">
</div>
<div class="form-group">
<select ng-model="method" ng-options="item.longName for item in methods" ng-change="methodChanged()"></select>
</div>
<div class="form-group" ng-show="method.name == 'custom'">
<label for="method">Method</label>
<input type="text" ng-model="methodNameOverride" class="form-control" id="method" placeholder="Method">
</div>
<div>
<label for="description">Description</label>
<p id="description">{{ method.description }}</p>
</div>
<div ng-show="method.signature.length > 0">
<label>Method siganture</label>
<ul>
<li ng-repeat="type in method.signature"><b>param {{ $index }}:</b> {{ type }}</li>
</ul>
</div>
<div ng-show="method.returnType !== undefined">
<label>Return type:</label>
<b>{{ method.returnType }}</b>
</div>
<jsoneditor id="jsoneditor" ng-model="json" ng-style="{height: '300px'}"></jsoneditor>
<p>{{ response }}</p>
</div>
<div class="panel-footer">
<button ng-click="listMethods()" id="list" class="btn btn-primary">List methods</button>
<button ng-click="send()" class="btn btn-success pull-right">Send</button>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/angular.js"></script>
<script src="assets/js/angular-resource.min.js"></script>
<script src="assets/js/jsoneditor.min.js"></script>
<script src="assets/js/jsonlint.js"></script>
<script src="assets/js/ace/ace.js"></script>
<script src="assets/js/app.js"></script>
<script>
// var container = document.getElementById("jsoneditor");
// var editor = new JSONEditor(container, {
// modes: ['code', 'form', 'text', 'tree', 'view']
// });
</script>
</body>
</html>
| indigophp/xmlrpc-test | app/views/index.html | HTML | mit | 2,795 |
<!-- Copyright © 1998-1999 Chris Herborth ([email protected]) -->
<!-- Arcane Dragon Software -->
<!-- $Id: heymodule.html,v 1.1.1.1 1999/06/08 12:49:38 chrish Exp $ -->
<html>
<head>
<title>heymodule - 1.1</title>
</head>
<body bgcolor="#ffffcb">
<h1><tt>heymodule</tt> - BeOS Application Scripting from Python</h1>
<h5 align="right"><i>Version 1.1</i><br>
January 1, 1999</h5>
<p>(See the <a href="#changes"><cite>Changes</cite></a> section for a
list of changes since <tt>Heymodule</tt> 1.0.)</p>
<p>
BeOS R3 introduced a new
<a href="http://www.be.com/documentation/be_book/The%20Application%20Kit/Message.html"><tt>BMessage</tt></a>
based scripting system, that lets you remote control applications by
sending them special
<a href="http://www.be.com/documentation/be_book/The%20Application%20Kit/topic_Scripting.html">scripting
messages</a>.
</p>
<p>
In theory, you can use anything you want to script your applications, as
long as it can send and receive <tt>BMessage</tt> objects. In practice,
you either have to write a C++ application, or use
<a href="http://w3.datanet.hu/~amezei/">Attila Mezei's</a> <tt>hey</tt>
utility from the command-line.
</p>
<p>
<strong>Until now.</strong>
</p>
<p>
<tt>heymodule</tt> lets you do BeOS application scripting from
<a href="http://www.python.org/">Python</a>. As far as I know, this is
the very first third-party programming language to support BeOS's
scripting!
</p>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top">As of BeOS R4 and Python 1.5.2 (in public beta
shortly before Christmas 1998), Python runs on <em>both</em>
PowerPC and x86 systems!</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<h2>Installing <tt>heymodule</tt></h2>
<!-- @@@ Old instructions:
<p>
If you've already got Python 1.5.1 installed, you can grab the
<tt>py-heymodule-1.1-ppc.zip</tt> or <tt>py-heymodule-1.1-ppc.pkg</tt> from
<a href="http://www.be.com/beware/Languages/">BeWare's Languages</a>
section, or from
<a href="http://www.qnx.com/~chrish/Be/software/">my software pages</a>.
</p>
<p>
If you haven't already installed Python 1.5.1, grab the
<tt>python+heymodule-ppc.zip</tt> or <tt>python+heymodule-ppc.pkg</tt>
from <a href="http://www.be.com/beware/Languages/">BeWare's Languages</a>
section, or from
<a href="http://www.qnx.com/~chrish/Be/software/">my software pages</a>;
this archive includes the original <tt>heymodule</tt> 1.0, so you'll
have to install one of the <tt>heymodule</tt> 1.1 archives afterwards.
</p>
<p>
If you've downloaded one of the <tt>.pkg</tt> files, install it with
SoftwareValet in the usual way; this is slightly easier.
</p>
<p>
If you've downloaded one of the <tt>.zip</tt> files, install it by
unzipping it from the root of your boot drive:
</p>
<pre>
$ cd /boot
$ unzip -o /path/to/py-heymodule-1.1-ppc.zip
</pre>
-->
<h3>Install Python</h3>
<p>
Before you install <tt>heymodule</tt> you must install Python 1.5.2.
Currently, it's only distributed as source code:
</p>
<ol>
<li>Download the
<a href="http://www.python.org/ftp/python/src/py152b1.tgz">Python
1.5.2b1 source code</a> from the
<a href="http://www.python.org/">official Python website</a>.</li>
<li>Unpack the Python 1.5.2b1 archive, and <em>follow the
instructions</em> in <tt>BeOS/README</tt> <strong>exactly</strong>.
The BeOS port isn't 100% finished yet, and it's the build
process that still needs work.</li>
<li>Before doing a the <tt>make ... install</tt> step, edit the
top-level <tt>Makefile</tt> and change two lines in the
<tt>libainstall:</tt> target. Originally, they look like this:
<pre>
$(INSTALL_DATA) $(LIBRARY) $(LIBPL)/$(LIBRARY)
$(RANLIB) $(LIBPL)/$(LIBRARY)
</pre>
<p>
And you should change them to look like this:
</p>
<pre>
#$(INSTALL_DATA) $(LIBRARY) $(LIBPL)/$(LIBRARY)
#$(RANLIB) $(LIBPL)/$(LIBRARY)
</pre>
<p>
Then do the <tt>make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT
MACHDEP=beos install</tt> step and Python should install properly.
</p></li>
</ol>
<h3>Install <tt>heymodule</tt></h3>
<p>
If you're on a <strong>PowerPC</strong> system:
</p>
<ol>
<li>Download the
<a href="http://www.qnx.com/~chrish/Be/software/r4-archive/ppc/py-heymodule-1.1-ppc.pkg"><tt>heymodule</tt>
package for Software Valet</a> or the
<a href="http://www.qnx.com/~chrish/Be/software/r4-archive/ppc/py-heymodule-1.1-ppc.zip"><tt>heymodule</tt>
ZIP archive</a>.</li>
<li>Install <tt>heymodule</tt>:
<table border>
<tr><th>If you've got this...</th>
<th>Do this:</th></tr>
<tr><td valign="top">SoftwareValet package</td>
<td valign="top">Double-click the package file and follow
the on-screen instructions as you normally would with
Software Valet.</td></tr>
<tr><td valign="top">ZIP archive</td>
<td valign="top">Unzip the archive:
<pre>
$ cd /boot
$ unzip -o /path/to/py-heymodule-1.1-ppc.zip
</pre>
</td></tr>
</table>
</li>
</ol>
<p>
If you're on an <strong>x86</strong> system:
</p>
<ol>
<li>Download the
<a href="http://www.qnx.com/~chrish/Be/software/r4-archive/x86/py-heymodule-1.1-x86.zip"><tt>heymodule</tt>
ZIP archive</a>.</li>
<li>Install <tt>heymodule</tt>:
<pre>
$ cd /boot
$ unzip -o /path/to/py-heymodule-1.1-x86.zip
</pre>
</li>
</ol>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top">The <tt>-o</tt> option to <tt>unzip</tt> means <em>overwrite
existing files</em>. Be careful when you use it!</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<p>
Installing <tt>heymodule</tt> puts all the magic bits (the
<tt>heymodule.so</tt> shared library) into the right places
(<tt>/boot/home/config/lib/python1.5/BeOS</tt>). It also installs a
<tt>heymodule-1.1</tt> directory in <tt>/boot/apps</tt>; look inside for
this documentation, and a few example scripts.
</p>
<h2>Now what?</h2>
<p>
Well, now you can do application scripting from Python.
</p>
<p>
This isn't saying much though; scripting isn't well documented yet, and
there isn't really a whole lot you can do that's useful.
</p>
<p>
<a href="http://www.amazon.com/exec/obidos/ASIN/0201353776/qid=903573588/sr=1-2/002-6639014-7798800"><cite>The
BeOS Bible</cite></a> will have an excellent chapter on
<cite>Scripting</cite> when it's published in the next month or two.
Sorry for the plug, I wrote that chapter. <tt>:-)</tt>
</p>
<p>
If you've never used Python before, you can find tutorials at
<a href="http://www.python.org/"><tt>http://www.python.org/</tt></a>,
and there are several <a href="http://www.python.org/doc/Books.html">great
Python books</a> for beginners:
</p>
<ul>
<li><a href="http://www.ora.com/www/item/python.html">Programming
Python</a>, by Mark Lutz</li>
<li><a href="http://www.fsbassociates.com/books/python.htm">Internet
Programming with Python</a>, by Aaron Watters, Guido van Rossum and
James C. Ahlstrom</li>
<li><a href="http://www.addison-wesley.de/katalog/query.ppml?textexpr=Python">Das
Python-Buch</a> (German), by Martin von Löwis and Nils
Fischbeck</li>
</ul>
<h2>Using <tt>heymodule</tt></h2>
<h3>Importing <tt>heymodule</tt></h3>
<p>
Before you can use <tt>heymodule</tt>, you've got to import it into
Python:
</p>
<pre>
import BeOS.hey
</pre>
<p>
<tt>heymodule</tt> contains two Python objects, so it's probably going to
be easier to use if you import those objects directly into your namespace:
</p>
<pre>
from BeOS.hey import Hey, Specifier
</pre>
<p>
This will let you refer to the <tt>Hey</tt> object directly, instead of
with a qualified name, <tt>BeOS.hey.Hey</tt>. Much nicer if you're using
<tt>heymodule</tt> from an interactive session; you can do whatever you
want in a Python program.
</p>
<p>
You probably won't need to use the <tt>Specifier</tt> directly; the
<tt>Hey</tt> object's <a href="#creating_specifier"><tt>Specifier()</tt></a>
method knows how to create one for you.
</p>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top"><tt>heymodule</tt> creates a
<a href="http://www.be.com/documentation/be_book/The%20Application%20Kit/Application.html"><tt>BApplication</tt></a>
object; <em>do not</em> attempt to use it with any BeOS-specific
module that also creates a <tt>BApplication</tt>. Something
bad will happen. I don't know what, exactly, but you probably
won't like it.</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<h3>Creating a <tt>Hey</tt> object</h3>
<p>
The <tt>Hey</tt> object is your communications portal into the BeOS
scripting world; you need one of these to do anything useful with
<tt>heymodule</tt>. This handles all of the communication between
your Python script and a BeOS application.
</p>
<p>
You can have as many <tt>Hey</tt> objects communicating with as many
applications as you want, or they can all be communicating with the
same application.
</p>
<p>
<tt>Hey</tt>'s constructor requires a string; this string can be:
</p>
<ul>
<!-- TODO: where is FileTypes going to live now? -->
<li>an application signature (such as
<tt>application/x-vnd.Be-ShowImage</tt>); you can discover
these by dropping the application on the FileTypes icon</li>
<li>the name of a running application or application thread (such as
<tt>StyledEdit</tt>); thread names will pick up the application's
messanger, you can't currently target a specific thread</li>
<li>a MIME type (such as <tt>text/html</tt>); this will get the
preferred handler for that MIME type (NetPositive, in this case,
unless you've changed the <tt>text/html</tt> handler)</li>
</ul>
<p>
Creating a <tt>Hey</tt> object from an application signature or MIME type
will attempt to launch the appropriate application if it's not already
running.
</p>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top">Creating a <tt>Hey</tt> object from an application
signature or MIME type is reliable; using a thread name may
fail for no apparent reason (not all threads are named
equally, and programmers can change the names of their
threads at will, even while the program is running).</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<h3><tt>Hey</tt> object methods</h3>
<p>
The <tt>Hey</tt> object supports the following methods; each of these
communicates with the application specified in the <tt>Hey</tt>
constructor:
</p>
<table cellpadding=5>
<tr>
<td valign="top" align="right"><tt>Count( <i>specifier</i> )</tt></td>
<td valign="top">Return a count of the objects specified by the
<i>specifier</i>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Create( <i>specifier</i> )</tt></td>
<td valign="top">Create an new instance of a property.
<em>This is untested.</em>
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Delete( <i>specifier</i> )</tt></td>
<td valign="top">Delete an instance of a property.
<em>This is untested.</em>
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Get( <i>specifier</i> )</tt></td>
<td valign="top">Return the given <i>specifier</i>'s data.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>GetSuites( <i>specifier</i> )</tt>
<td valign="top">Return a dictionary detailing the suites supported by
the given <i>specifier</i>. Call with no <i>specifier</i> to get the
application's supported suites. The most useful part of this
message will be the names in the list with the key <tt>"suites"</tt>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Load( <i>path</i> )</tt>
<td valign="top">Tell the application to load the file specified by
<i>path</i>. In hacker terms, this sends a <tt>B_REFS_RECEIVED</tt>
message to the application.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>Quit( <i>specifier</i> )</tt>
<td valign="top">Tell the window specified by the given <i>specifier</i>
to close; call with no <i>specifier</i> to tell the application to
quit.
<em>Using a specifier doesn't currently work properly; quitting
an entire application works fine.</em>
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Save( <i>specifier</i> )</tt>
<td valign="top">Tell the application to save the document specified by
the given <i>specifier</i>. Call with no <i>specifier</i> to tell
the application to save all of its documents.
<em>This is untested.</em>
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Send( <i>message</i> )</tt>
<td valign="top">Send an arbitrary <i>message</i> to the application.
Currently you can only specify a "what" code for the message, you
can't include extra data. <i>message</i> can be a number (such as
<tt>0x5f414252</tt>) or a four-character string (such as
<tt>"_ABR"</tt>). <tt>Send()</tt> will return anything that's
appropriate for the sent message.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetBool( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the Boolean
<i>value</i>. The <i>value</i> should probably be one of
<tt>0</tt>, <tt>1</tt>, <tt>"true"</tt>, <tt>"false"</tt>,
<tt>"yes"</tt>, <tt>"no"</tt>, etc. Try your favourites but be
warned; anything that isn't recognized as a <em>true</em> value
will be considered <em>false</em>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetColor( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the colour
<i>value</i>. The <i>value</i> can be a tuple of
red/green/blue/alpha values (such as
<tt>( 255, 255, 255, 127 )</tt>), or
you can specify the red/green/blue/alpha values separately
(such as <tt>255, 255, 203, 255</tt>). In either
case, the alpha is optional and defaults to fully opaque (255).
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetColour( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top"><tt>SetColor()</tt> for those of us who can spell
English words properly.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetDouble( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the double-precision
floating-point <i>value</i>. Your application's documentation will
tell you when you need to use a <tt>double</tt> instead of a
normal <tt>float</tt>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetFloat( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the floating-point
<i>value</i>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetInt( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the integer
<i>value</i>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetInt8( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the 8-bit integer
<i>value</i>.
Your application's documentation will tell you when you need to use
an <tt>int8</tt> instead of a normal <tt>int</tt>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetInt16( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the 16-bit integer
<i>value</i>.
Your application's documentation will tell you when you need to use
an <tt>int16</tt> instead of a normal <tt>int</tt>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetInt32( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the 32-bit integer
<i>value</i>.
Your application's documentation will tell you when you need to use
an <tt>int32</tt> instead of a normal <tt>int</tt>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetPath( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the <tt>entry_ref</tt>
that represents the path in <i>value</i>. You probably wanted to use
<tt>Load( <i>path</i> )</tt> instead, but
<tt>SetPath()</tt> is handy if you want to send an
<tt>entry_ref</tt> to a specific window.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetPoint( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the
<a href="http://www.be.com/documentation/be_book/The%20Interface%20Kit/Point.html"><tt>BPoint</tt></a>
<i>value</i>. The <i>value</i> can be specified by a tuple of
X and Y values (such as <tt>( 53, 192 )</tt>) or you
can specify the X and Y values directly (such as
<tt>192.0, 53.0</tt>). You can also use integers or
floating-point if you're feeling sassy.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetRect( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the
<a href="http://www.be.com/documentation/be_book/The%20Interface%20Kit/Rect.html"><tt>BRect</tt></a>
<i>value</i>. The <i>value</i> can be specified by a tuple of
left, top, right, bottom values (such as
<tt>( 5, 10, 15, 20 )</tt>) or you can
specify them directly (such as
<tt>25, 30, 35, 40</tt>). Use integers or
floating-point at will.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>SetString( <i>specifier</i>, <i>value</i> )</tt>
<td valign="top">Set the given <i>specifier</i> to the string
<i>value</i>.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
<tr>
<td valign="top" align="right"><tt>Specifier( <i>specifier</i> )</tt>
<td valign="top">Create a <tt>Specifier</tt> object used by many of these
methods. If you call it with no arguments, you'll have to populate
it using the <a href=""><i>Specifier
Stack</i></a> style with <tt>Specifier</tt>'s <tt>Add()</tt> method.
If you don't like that, you can pass in a string matching the
<tt>hey</tt> command-line tool's specifier syntax.
<p>
See <a href="#specifier">Specifier</a>, below.
</p></td>
</tr>
</table>
<p>
Unless stated otherwise, these methods will all return something reasonable
<em>for the given specifier</em>. For example, if you're after the
<tt>Frame</tt> of a <tt>Window</tt>, you're going to get back a rectangle
(which will be a four-item tuple in Pythonese). If you ask for the
<tt>Title</tt>, you'll get back a string.
</p>
<p>
If the <tt>Hey</tt> object doesn't know what the hell the other app was
talking about in its reply, you'll get the entire message back; this is
a Python dictionary, with keys matching the <tt>BMessage</tt> item names.
Each key indexes a tuple, since <tt>BMessage</tt> can have multiple items
under a single name.
</p>
<p>
Thus, if you got back a dictionary from one of the <tt>Hey</tt> methods, you
could check the reply's error value like this:
</p>
<pre>
import os
...
if reply.has_key( "error" ):
# Get the first item out of the tuple... there isn't likely to be
# more than one "error" entry anyway.
value = reply["error"][0]
if value != 0:
print "It's the end of the world as we know it!"
print os.strerror( value )
</pre>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top"><tt>BRect</tt> objects and <tt>rgb_color</tt>
objects both look like four-item tuples to Python. The
<tt>BRect</tt> will have floating-point values though.</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<h3><a name="specifier"><tt>Specifier</tt> objects</a></h3>
<p>
The <tt>Specifier</tt> object is used by <tt>Hey</tt>'s methods to target
a specific part of an application, such as a view inside a window.
</p>
<h4><a name="create_specifier">Creating a <tt>Specifier</tt> - the
<tt>hey</tt> way</a></h4>
<p>
You can create a full, ready-to-use <tt>Specifier</tt> by using
<tt>Hey</tt>'s <tt>Specifier()</tt> method or the <tt>Specifier</tt>
constructor with a string:
</p>
<tt>
spec = hey_object.Specifier( "Title of Window 0" )
...
spec2 = Specifier( "Title of Window 1" )
</tt>
<p>
The string uses exactly the same syntax as the <tt>hey</tt> command-line
tool. Specifically:
</p>
<pre>
specifier_1 [of specifier_2 ... specifier_n]
</pre>
<p>
Where a specifier is a property name (such as <tt>Title</tt> or
<tt>Window</tt>; see your application's documentation for more information
about the properties it supports) optionally followed by a qualifier:
</p>
<table border>
<tr><th valign="top">Qualifier</th>
<th valign="top">Description</th></tr>
<tr><td valign="top"><i>number</i></td>
<td valign="top">This is an <i>index</i> specifier.</td></tr>
<tr><td valign="top"><tt>-</tt><i>number</i></td>
<td valign="top">This is an <i>reverse index</i> specifier.</td></tr>
<tr><td valign="top"><tt>[</tt> <i>start</i> to <i>end</i> <tt>]</tt></td>
<td valign="top">This is a <i>range</i> specifier.</td></tr>
<tr><td valign="top"><tt>[</tt> <tt>-</tt><i>start</i> to <tt>-</tt><i>end</i> <tt>]</tt></td>
<td valign="top">This is a <i>reverse range</i> specifier.</td></tr>
<tr><td valign="top"><i>string</i></td>
<td valign="top">This is a <i>name</i> specifier.</td></tr>
</table>
<p>
Properties without extra qualifiers are <i>direct</i> specifiers.
</p>
<p>
Consult your application's docs to find out what kind of specifiers it
supports, and look in The Be Book's
<a href="http://www.be.com/documentation/be_book/The%20Application%20Kit/topic_Scripting.html">scripting</a>
topic for more information about properties and specifiers.
</p>
<h4>Creating a <tt>Specifier</tt> - the Specifier Stack way</h4>
<p>
The other way to create a usable <tt>Specifier</tt> is to create what
The Be Book's
<a href="http://www.be.com/documentation/be_book/The%20Application%20Kit/topic_Scripting.html">scripting</a>
topic calls a <em>Specifier Stack</em>. Doing it this way is handy if you've
got some docs that talk about application scripting for a C++ using
audience; you can use almost the same syntax.
</p>
<p>
Step one is to create an empty <tt>Specifier</tt> using <tt>Hey</tt>'s
<tt>Specifier()</tt> method or the <tt>Specifier</tt> constructor:
</p>
<pre>
spec = hey_object.Specifier()
...
spec2 = Specifier()
</pre>
<p>
Now you use the <tt>Specifier</tt> object's <tt>Add()</tt> method to
populate the <tt>Specifier</tt>:
</p>
<pre>
# We're after the title of the first window:
spec.Add( "Title" )
spec.Add( "Window", 0 )
title = hey_object.Get( spec )
print "The title is:", title
</pre>
<p>
The specifier stack is created from the most specific item (in this case,
the <tt>Title</tt>) to the least specific (the <tt>Window</tt>).
</p>
<h4><tt>Specifier</tt>'s <tt>Add()</tt> method</h4>
<p>
The <tt>Add()</tt> method lets you add any kind of specifier to the
stack:
</p>
<table cellpadding=5>
<tr>
<td valign="top" align="right"><tt>Add( <i>property</i> )</tt></td>
<td valign="top">Add a <i>direct</i> specifier for <i>property</i>.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>Add( <i>property</i>, <i>name</i> )</tt></td>
<td valign="top">Add a <i>name</i> specifier for the <i>property</i> named
<i>name</i>.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>Add( <i>property</i>, <i>number</i> )</tt></td>
<td valign="top">Add an <i>index</i> or <i>reverse index</i> (if <i>number</i> is
negative) specifier for the <i>property</i>.</td>
</tr>
<tr>
<td valign="top" align="right"><tt>Add( <i>property</i>, <i>start</i>, <i>run</i> )</tt></td>
<td valign="top">Add a <i>range</i> or <i>reverse range</i> (if <i>start</i> is
negative) specifier covering <i>run</i> items for the
<i>property</i>.</td>
</tr>
</table>
<table width="66%">
<tr><td></td><td valign="bottom"><hr></td></tr>
<tr><td valign="top" align="right"><strong>Note:</strong></td>
<td valign="top">Do <em>not</em> mix <tt>Specifier</tt>'s
<tt>Add()</tt> method with a <tt>Specifier</tt> that was
created from a <tt>hey</tt>-style string. I don't think
it will work the way you expect.</td></tr>
<tr><td></td><td valign="top"><hr></td></tr>
</table>
<h2>Examples</h2>
<h3>Hiding and showing windows</h3>
<p>
Say you start
<a href="http://www.be.com/beware/Network/campus.html">campus</a>
from your <tt>UserBootscript</tt>, and you'd like to hide it's
status window:
</p>
<pre>
from BeOS.hey import Hey
x = Hey( "campus" )
# Windows have a "Hidden" property; if it's "true",
# the window is hidden, otherwise the window is
# shown.
s = x.Specifier( "Hidden of Window 0" )
reply = x.SetBool( s, 1 )
</pre>
<p>
To make it reappear:
</p>
<pre>
from BeOS.hey import Hey
x = Hey( "campus" )
s = x.Specifier( "Hidden of Window 0" )
reply = x.SetBool( s, "false" )
</pre>
<h3>Getting the <tt>Title</tt> and <tt>Frame</tt> of a window</h3>
<p>
Let's start the preferred handler for <tt>text/plain</tt> files, and
find the <tt>Title</tt> and <tt>Frame</tt> rectangle of its first
window:
</p>
<pre>
from BeOS.hey import Hey
x = Hey( "text/plain" )
# Set up a specifier for the Frame, using the hey style.
# The Frame is the rectangle where the window dispalys
# stuff, just inside the window border.
frame_spec = x.Specifier( "Frame of Window 0" )
# Set up a specifier for the title, using the specifier stack.
title_spec = x.Specifier()
title_spec.Add( "Title" )
title_spec.Add( "Window", 0 )
# Get the frame and title.
frame_rect = x.Get( frame_spec )
title = x.Get( title_spec )
# Now say what we got.
print "The window %s has a frame rectangle of %s." % ( title, frame_rect )
# Now tell the text/plain handler to quit.
x.Quit()
</pre>
<p>
On my system, StyledEdit is the <tt>text/plain</tt> handler, and this
script prints:
</p>
<pre>
The window Untitled 1 has a frame rectangle of (7.0, 26.0, 507.0, 426.0).
</pre>
<h3>Moving windows around</h3>
<p>
Let's start the preferred handler for <tt>text/plain</tt> files again and
move its window around.
</p>
<pre>
from BeOS.hey import Hey
from time import sleep
# Start the text/plain handler if it's not already running.
x = Hey( "text/plain" )
# Set up a specifier for its Frame.
frame_spec = x.Specifier( "Frame of Window 0" )
# Get the left, top, right, and bottom values for its Frame rectangle.
(left, top, right, bottom) = x.Get( frame_spec )
for foo in range( 5, 105, 5 ):
# Looks like you need to refresh the specifier every time you want
# to use it... bug or feature?
#
# It turns out that this is a bug of mine; with heymodule 1.1,
# you don't need this:
#frame_spec = x.Specifier( "Frame of Window 0" )
# Move the window 5 pixels at a time:
reply = x.SetRect( frame_spec,
( ( left + foo ), ( top + foo ),
( right + foo ), ( bottom + foo ) ) )
# Just to show that this is the same as using the "hey" style...
# If you need to re-use a specifier like this, it'd be more
# efficient to set it up outside the loop!
frame_rect = x.Specifier()
frame_rect.Add( "Frame" )
frame_rect.Add( "Window", 0 )
# Get and print the current frame rectangle.
now_rect = x.Get( frame_rect )
print "rect is now '%s'" % ( now_rect, )
# Snooze for a second so we can actually see the window moving.
sleep( 1 )
# Tell us where the script left the window.
frame_rect = x.Specifier( "Frame of Window 0" )
new_rect = x.Get( frame_rect )
print "The window is now at %s." % ( new_rect, )
</pre>
<h3>Listing an application's windows</h3>
<p>
Say you want to know the titles of every window in the currently running
<a href="http://www.be.com/beware/Productivity/Pe.html">Pe</a>
session:
</p>
<pre>
from BeOS.hey import Hey
# Create a Hey object to talk to Pe.
pe = Hey( "pe" )
# Count its windows.
wind = pe.Specifier( "Window" )
num = pe.Count( wind )
print "Pe has %d windows..." % ( num )
# For every window, find its title. We need to set up
# a specifier every time because we're aiming this
# message at a different window every time.
for i in range( num ):
s = pe.Specifier()
s.Add( "Title" )
s.Add( "Window", i )
name = pe.Get( s )
print "Pe's window %d is named '%s'" % ( i, name )
</pre>
<p>
Right now on my system I get something like this:
</p>
<pre>
Pe has 7 windows...
Pe's window 0 is named 'Open'
Pe's window 1 is named 'Find'
Pe's window 2 is named '/boot/home/config/settings/pe/Worksheet'
Pe's window 3 is named 'Preferences'
Pe's window 4 is named '/boot/src/Python/Python-1.5.1/Modules/heymodule.cpp'
Pe's window 5 is named '/boot/src/Python/Python-1.5.1/Modules/heymodule.html'
Pe's window 6 is named '/boot/src/Python/Python-1.5.1/Modules/testhey.py'
</pre>
<p>
Since I can't see windows 0, 1, and 3 on my screen, Pe must keep them around
as hidden windows. As an exercise for the reader, change this to make all
of the windows visible (or if you're feeling saucy, show all the hidden
windows and hide all the visible windows).
</p>
<h2>Changes</h2>
<dl compact>
<dt><strong>1.1 for x86</strong> (January 1, 1999)</dt>
<dd>
<ul>
<li>This release is dedicated to
<a href="http://www.birdhouse.org/images/scot/">Scot
Hacker</a>; without him, the x86 port wouldn't have
appeared as quickly as part of the Python 1.5.2 public
beta. Thanks for your support Scot!</li>
<li>x86 version for Python 1.5.2b1 released.</li>
</ul>
<dt><strong>1.1</strong> (November 10, 1998)</dt>
<dd>
<ul>
<li>This release is dedicated to our excellent BeOS news sites:
<ul>
<li><a href="http://www.beforever.com/">BeForever</a></li>
<li><a href="http://www.benews.com/">Be News</a></li>
<li><a href="http://www.beoscentral.com/">BeOS Central</a></li>
</ul>
</li>
<li>source code reorganisation</li>
<li>documentation clean-up</li>
<li>fixed specifier re-use bug (thanks to Peter "Scripto" Potrebic
for pointing this out!)</li>
</ul>
</dd>
<dt><strong>1.0</strong> (November 1, 1998)</dt>
<dd>
<ul>
<li>Initial version released for BeOS Masters Awards.</li>
</ul>
</dd>
</dl>
<hr>
<p>
Last modified: $Date: 1999/06/08 12:49:38 $
</p>
<hr>
<p>
Copyright © 1998-1999,
<a href="http://www.qnx.com/~chrish/">Chris Herborth</a>
(<a href="mailto:[email protected]"><tt>[email protected]</tt></a>)
</p>
</body>
</html>
| Taffer/BeOS | heymodule/heymodule.html | HTML | mit | 32,023 |
<div id="header">
{% if menu_default == 'Default' %}
<div class="row">
<div class="large-12 columns">
<h1 class="text-center">Welcome to Guava</h1>
</div>
</div>
{% else %}
<p></p>
{% endif %}
</div>
| roobyz/guava | app/templates/starter-nunjucks-theme/_header.html | HTML | mit | 220 |
<!DOCTYPE html>
<html>
<head>
<title>Lorenz Attractor</title>
<script src="js/lorenz.js"></script>
<style>
body { background: black;}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>
| yogthos/quil-lorenz-attractor | resources/public/index.html | HTML | mit | 250 |
<div class="jumbotron text-center">
<h1>Inicio</h1>
<p>{{texto}}</p>
</div> | RodrigoRoy/simple-mean-app | public/views/inicio.html | HTML | mit | 78 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample Problem</title>
</head>
<body>
<div id="description">
<h1>Sample Problem</h1>
<p>
Double the numbers.
</p>
</div>
<div id="inputs">
<pre>10</pre>
<pre>0.01</pre>
</div>
<div id="outputs">
<pre>20</pre>
<pre>0.02</pre>
</div>
</body>
</html>
| Genki-S/clicoder | fixtures/sample_problem.html | HTML | mit | 343 |
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
from ../../doc/vice.texi on 2 November 2012 -->
<TITLE>VICE Manual - 14 petcat</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="vice_1.html">first</A>, <A HREF="vice_13.html">previous</A>, <A HREF="vice_15.html">next</A>, <A HREF="vice_20.html">last</A> section, <A HREF="vice_toc.html">table of contents</A>.
<P><HR><P>
<H1><A NAME="SEC263" HREF="vice_toc.html#TOC263">14 petcat</A></H1>
<P>
The petcat program is a text conversion utility, it can convert
between ASCII, PETSCII and tokenized BASIC.
</P>
<H2><A NAME="SEC264" HREF="vice_toc.html#TOC264">14.1 petcat command line options</A></H2>
<DL COMPACT>
<DT><CODE>-help</CODE>
<DD>
<A NAME="IDX1267"></A>
Output help text
<A NAME="IDX1268"></A>
<DT><CODE>-v</CODE>
<DD>
Same as above
<A NAME="IDX1269"></A>
<DT><CODE>-c</CODE>
<DD>
controls (interpret also control codes) (default if textmode)
<A NAME="IDX1270"></A>
<DT><CODE>-nc</CODE>
<DD>
no controls (suppress control codes in printout) (default if non-textmode)
<A NAME="IDX1271"></A>
<DT><CODE>-ic</CODE>
<DD>
interpret control codes case-insensitive
<A NAME="IDX1272"></A>
<DT><CODE>-h</CODE>
<DD>
write header (default if output is stdout)
<A NAME="IDX1273"></A>
<DT><CODE>-nh</CODE>
<DD>
no header (default if output is a file)
<A NAME="IDX1274"></A>
<DT><CODE>-skip <n></CODE>
<DD>
Skip <n> bytes in the beginning of input file. Ignored on P00.
<A NAME="IDX1275"></A>
<DT><CODE>-text</CODE>
<DD>
Force text mode
<DT><CODE>-<version></CODE>
<DD>
use keywords for <version> instead of the v7.0 ones
<A NAME="IDX1276"></A>
<DT><CODE>-w<version></CODE>
<DD>
tokenize using keywords on specified Basic version.
<A NAME="IDX1277"></A>
<DT><CODE>-k<version></CODE>
<DD>
list all keywords for the specified Basic version
<A NAME="IDX1278"></A>
<DT><CODE>-k</CODE>
<DD>
list all Basic versions available.
<A NAME="IDX1279"></A>
<DT><CODE>-l</CODE>
<DD>
Specify load address for program (in hex, no loading chars!).
<A NAME="IDX1280"></A>
<DT><CODE>-o <name></CODE>
<DD>
Specify the output file name
<A NAME="IDX1281"></A>
<DT><CODE>-f</CODE>
<DD>
Force overwritten the output file. The default depends on the BASIC version.
</DL>
<P>
BASIC Versions:
<DL COMPACT>
<DT><CODE>1</CODE>
<DD>
PET Basic V1.0
<DT><CODE>2</CODE>
<DD>
Basic v2.0
<DT><CODE>superexp</CODE>
<DD>
Basic v2.0 with Super Expander (VIC20)
<DT><CODE>turtle</CODE>
<DD>
Basic v2.0 with Turtle Basic by Craig Bruce (VIC20)
<DT><CODE>mighty</CODE>
<DD>
Basic v2.0 with Mighty Basic by Craig Bruce (VIC20)
<DT><CODE>a</CODE>
<DD>
Basic v2.0 with AtBasic (C64)
<DT><CODE>simon</CODE>
<DD>
Basic v2.0 with Simon's Basic extension (C64)
<DT><CODE>speech</CODE>
<DD>
Basic v2.0 with Speech Basic v2.7 (C64)
<DT><CODE>F</CODE>
<DD>
Basic v2.0 with Final Cartridge III (C64)
<DT><CODE>ultra</CODE>
<DD>
Basic v2.0 with Ultrabasic-64 (C64)
<DT><CODE>graph</CODE>
<DD>
Basic v2.0 with Graphics basic (C64)
<DT><CODE>WSB</CODE>
<DD>
Basic v2.0 with WS basic (C64)
<DT><CODE>WSBF</CODE>
<DD>
Basic v2.0 with WS basic final (C64)
<DT><CODE>Pegasus</CODE>
<DD>
Basic v2.0 with Pegasus basic 4.0 (C64)
<DT><CODE>Xbasic</CODE>
<DD>
Basic v2.0 with Xbasic (C64)
<DT><CODE>Drago</CODE>
<DD>
Basic v2.0 with Drago basic 2.2 (C64)
<DT><CODE>REU</CODE>
<DD>
Basic v2.0 with REU-basic (C64)
<DT><CODE>Lightning</CODE>
<DD>
Basic v2.0 with Basic Lightning (C64)
<DT><CODE>magic</CODE>
<DD>
Basic v2.0 with Magic Basic (C64)
<DT><CODE>easy</CODE>
<DD>
Basic v2.0 with Easy Basic (VIC20)
<DT><CODE>blarg</CODE>
<DD>
Basic v2.0 with Blarg (C64)
<DT><CODE>Game</CODE>
<DD>
Basic v2.0 with Game Basic (C64)
<DT><CODE>BSX</CODE>
<DD>
Basic v2.0 with Basex (C64)
<DT><CODE>superbas</CODE>
<DD>
Basic v2.0 with Super Basic (C64)
<DT><CODE>exp20</CODE>
<DD>
Basic 2.0 with Expanded Basic (VIC20)
<DT><CODE>exp64</CODE>
<DD>
Basic 2.0 with Expanded Basic (C64)
<DT><CODE>sxc</CODE>
<DD>
Basic 2.0 with Super Expander Chip (C64)
<DT><CODE>warsaw</CODE>
<DD>
Basic 2.0 with Warsaw Basic (C64)
<DT><CODE>4v</CODE>
<DD>
Basic 2.0 with Basic 4.0 extensions (VIC20)
<DT><CODE>4 -w4e</CODE>
<DD>
PET Basic v4.0 program (PET/C64)
<DT><CODE>5</CODE>
<DD>
Basic 2.0 with Basic 5.0 extensions (VIC20)
<DT><CODE>3</CODE>
<DD>
Basic v3.5 program (C16)
<DT><CODE>70</CODE>
<DD>
Basic v7.0 program (C128)
<DT><CODE>71</CODE>
<DD>
Basic v7.1 program (C128)
<DT><CODE>10</CODE>
<DD>
Basic v10.0 program (C64DX)
</DL>
<H2><A NAME="SEC265" HREF="vice_toc.html#TOC265">14.2 petcat examples</A></H2>
<DL COMPACT>
<DT><CODE>petcat -2 -o outputfile.txt -- inputfile.prg</CODE>
<DD>
Convert inputfile.prg to a text file in outputfile.txt, using BASIC V2 only
<DT><CODE>petcat -wsimon -o outputfile.prg -- inputfile.txt</CODE>
<DD>
Convert inputfile.txt to a PRG file in outputfile.prg, using Simon's BASIC
</DL>
<P><HR><P>
Go to the <A HREF="vice_1.html">first</A>, <A HREF="vice_13.html">previous</A>, <A HREF="vice_15.html">next</A>, <A HREF="vice_20.html">last</A> section, <A HREF="vice_toc.html">table of contents</A>.
</BODY>
</HTML>
| century-arcade/src | c64/vice-2.4/doc/html/vice_14.html | HTML | mit | 5,102 |
---
layout: default
---
<div id="main" role="main">
<div class="wrap">
{% if page.image.feature %}
<div class="page-feature">
<div class="page-image">
<img src="{{ site.url }}{{site.baseurl}}/images/{{ page.image.feature }}" class="page-feature-image" alt="{{ page.title }}">
{% if page.image.credit %}{% include image-credit.html %}{% endif %}
</div><!-- /.page-image -->
</div><!-- /.page-feature -->
{% endif %}
<div class="page-title">
</div>
<div class="archive-wrap">
<div class="page-content">
{{ content }}
</div><!-- /.page-content -->
</div class="archive-wrap"><!-- /.archive-wrap -->
</div><!-- /.wrap -->
</div><!-- /#main --> | microbit-playground/microbit-playground.github.io | _layouts/project-front-page.html | HTML | mit | 686 |
---
layout: default
title: styleguide index
permalink: /style-guide/index.html
---
<div class="container">
<div class="">
<h2>Style Guide</h2>
<hr/>
<section>
<h3>Headings</h3>
<h1>H1: Heading of the First Kind</h1>
<h2>H2: Heading of the Second Kind</h2>
<h3>H3: Heading of the Third Kind</h3>
<h4>H4: Heading of the Fourth Kind</h4>
<h5>H5: Heading of the Fifth Kind</h5>
<h6>H6: Heading of the Sixth Kind</h6>
</section>
<section>
<h3>Paragraphs & Lists</h3>
<p>It is a period of civil war. Rebel spaceships, striking from a hidden base, have won their first victory against the evil Galactic Empire.</p>
<p>During the battle, Rebel spies managed to steal secret plans to the Empire’s ultimate weapon, the Death Star, an armored space station with enough power to destroy an entire planet.</p>
<p>Pursued by the Empire’s sinister agents, Princess Leia races home aboard her starship, custodian of the stolen plans that can save her people and restore freedom to the galaxy…</p>
<p><em>Unordered Lists</em></p>
<ul>
<li>This is the first item in an unordered list.</li>
<li>This is the second item in an unordered list.</li>
<li>This is the third item in an unordered list.</li>
<li>This is the fourth item in an unordered list.</li>
</ul>
<p><em>Ordered Lists</em></p>
<ol>
<li>This is the first item in an ordered list.</li>
<li>This is the second item in an ordered list.</li>
<li>This is the third item in an ordered list.</li>
<li>This is the fourth item in an ordered list.</li>
</ol>
<p><em>Nested Lists</em></p>
<ol>
<li>This is the first item in an ordered list.
<ul>
<li>This is the first nested item within the first item.</li>
<li>This is the second nested item within the first item.</li>
<li>This is the third nested item within the first item.</li>
</ul>
<li>This is the second item in an ordered list.</li>
<li>This is the third item in an ordered list.</li>
<li>This is the fourth item in an ordered list.</li>
</ol>
</section>
<section>
<h3>Text Attributes</h3>
<p><a href="#">This is a text link</a></p>
<p><strong>Strong is used to indicate strong importance</strong></p>
<p><em>This text has added emphasis</em></p>
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance</p>
<p>The <i>i element</i> is text that is set off from the normal text</p>
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation</p>
<p><del>This text is deleted</del> and <ins>This text is inserted</ins></p>
<p><s>This text has a strikethrough</s></p>
<p>Superscript<sup>®</sup></p>
<p>Subscript for things like H<sub>2</sub>O</p>
<p><small>This small text is small for for fine print, etc.</small></p>
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
<p>Keybord input: <kbd>Cmd</kbd></p>
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation</q></p>
<p><cite>This is a citation</cite></p>
<p>The <dfn>dfn element</dfn> indicates a definition.</p>
<p>The <mark>mark element</mark> indicates a highlight</p>
<p><code>This is what inline code looks like.</code></p>
<p><samp>This is sample output from a computer program</samp></p>
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
</section>
</div>
</div>
| patrickgrady/jekyll-gulp-bsync | index-style-guide.html | HTML | mit | 3,753 |
<HTML><HEAD>
<TITLE>Review for O Brother, Where Art Thou? (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0190590">O Brother, Where Art Thou? (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jon+Popick">Jon Popick</A></H3><HR WIDTH="40%" SIZE="4">
<P>PLANET SICK-BOY: <A HREF="http://www.sick-boy.com">http://www.sick-boy.com</A>
"We Put the SIN in Cinema"
©Copyright 2000 Planet Sick-Boy. All Rights Reserved.</P>
<P>A weak offering from the Coen brothers will usually still be head and
shoulders above most other films, a point proven with O Brother, Where
Art Thou?. Compared to any of the Coen's previous films, O Brother just
doesn't measure up. But since the brothers have consistently made some
of the best films over the last decade and a half, even something that
doesn't seem up to their usual standards can tower over its competition.</P>
<P>O Brother, which is loosely based on Homer's `The Odyssey,' in set in
1937 Mississippi, where a rock-breaking chain gang appears on the screen
after the nifty silent movie title cards used for the film's opening
credits. Three of the convicts (apparently the only three white
prisoners there) escape through a giant cornfield and are quickly
involved in two very funny sight gags because of their still-shackled
feet.</P>
<P>The fast-talking leader of the group is Everett Ulysses McGill (George
Clooney, The Perfect Storm), who orchestrated the jailbreak because only
four days remain before his `treasure' will be underwater. The treasure
in question is from an armored car robbery McGill pulled off some years
earlier, while the "underwater" comment remains somewhat of a mystery.
In addition to the treasure, McGill also has some pretty serious issues
with his hair, which he constantly slicks back with Dapper Dan's Pomade.</P>
<P>McGill's two sidekicks are Pete Hogwallop (John Turturro, Cradle Will
Rock) and Delmar O'Donnel (Tim Blake Nelson, The Thin Red Line), two
animated dimwits who specialize in hysterical slack-jawed expressions.
The three men begin the trek to McGill's home, but first they come upon
a strange black man speaking in riddles that foreshadow what the escaped
cons are going to encounter over the next four days.</P>
<P>And, oh, the things they encounter. They rob a bank with the manically
sensitive `Babyface' Nelson (Michael Badalucco, The Practice), interrupt
a Ku Klux Klan rally, run into a slightly deranged bible salesman (John
Goodman, Normal, Ohio), cross paths with three lovely sirens, and even
cut a hit record at a radio station owned by a blind man (Stephen Root,
Bicentennial Man). And the coppers are on their tail the entire
journey.</P>
<P>O Brother is full of all kinds of great 30s slang and mannerisms, plus
some wonderful Southern accents. The music is first-rate, too, with
most being penned by T-Bone Burnett (he was part of Bob Dylan's `Rolling
Thunder Review') and Chris Thomas King, who appears in the film as a
blues musician at a familiar crossroads after a certain appointment (his
name is Johnson Tommy, not Robert). And Roger Deakins' (Thirteen
Days) lush photography is spellbinding, giving every scene in O Brother
a golden glow that could translate to a golden night at next year's
Oscar ceremony.</P>
<P>The negatives of O Brother are pretty minor. At times, it seems like
the Coens (The Big Lebowski) just stuck a bunch of random ideas
together, using bits that they couldn't squeeze into their previous
films. From the color of the leaves and the dead corn stalks that make
up the backgrounds of nearly every scene, it should be autumn, but a
newspaper tells us it's the middle of July. The film also wags its
tongue at P.E.T.A., showing some pretty bad stuff happening to animals
for comedic value.</P>
<P>Surprisingly, O Brother is practically a musical, offering more than a
couple of nicely orchestrated song and dance numbers. Also somewhat
shocking is the strong performance from Clooney, who seems totally wrong
for a role like this, but does an exceedingly good job. Turturro and
the relatively unknown Nelson (he directs an upcoming version of
Othello' called O) deliver great performances, too. An interesting
note: Turturro supplied the voice of Badalucco's dog when he played
David Berkowitz in Summer of Sam.</P>
<P>1:46 PG-13 for adult language, violence and some bad animal cruelty</P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/27077.html | HTML | mit | 5,355 |
<html><body>
<h4>Windows 10 x64 (19041.450)</h4><br>
<h2>_REG_NOTIFY_CLASS</h2>
<font face="arial"> RegNtDeleteKey = 0n0<br>
RegNtPreDeleteKey = 0n0<br>
RegNtSetValueKey = 0n1<br>
RegNtPreSetValueKey = 0n1<br>
RegNtDeleteValueKey = 0n2<br>
RegNtPreDeleteValueKey = 0n2<br>
RegNtSetInformationKey = 0n3<br>
RegNtPreSetInformationKey = 0n3<br>
RegNtRenameKey = 0n4<br>
RegNtPreRenameKey = 0n4<br>
RegNtEnumerateKey = 0n5<br>
RegNtPreEnumerateKey = 0n5<br>
RegNtEnumerateValueKey = 0n6<br>
RegNtPreEnumerateValueKey = 0n6<br>
RegNtQueryKey = 0n7<br>
RegNtPreQueryKey = 0n7<br>
RegNtQueryValueKey = 0n8<br>
RegNtPreQueryValueKey = 0n8<br>
RegNtQueryMultipleValueKey = 0n9<br>
RegNtPreQueryMultipleValueKey = 0n9<br>
RegNtPreCreateKey = 0n10<br>
RegNtPostCreateKey = 0n11<br>
RegNtPreOpenKey = 0n12<br>
RegNtPostOpenKey = 0n13<br>
RegNtKeyHandleClose = 0n14<br>
RegNtPreKeyHandleClose = 0n14<br>
RegNtPostDeleteKey = 0n15<br>
RegNtPostSetValueKey = 0n16<br>
RegNtPostDeleteValueKey = 0n17<br>
RegNtPostSetInformationKey = 0n18<br>
RegNtPostRenameKey = 0n19<br>
RegNtPostEnumerateKey = 0n20<br>
RegNtPostEnumerateValueKey = 0n21<br>
RegNtPostQueryKey = 0n22<br>
RegNtPostQueryValueKey = 0n23<br>
RegNtPostQueryMultipleValueKey = 0n24<br>
RegNtPostKeyHandleClose = 0n25<br>
RegNtPreCreateKeyEx = 0n26<br>
RegNtPostCreateKeyEx = 0n27<br>
RegNtPreOpenKeyEx = 0n28<br>
RegNtPostOpenKeyEx = 0n29<br>
RegNtPreFlushKey = 0n30<br>
RegNtPostFlushKey = 0n31<br>
RegNtPreLoadKey = 0n32<br>
RegNtPostLoadKey = 0n33<br>
RegNtPreUnLoadKey = 0n34<br>
RegNtPostUnLoadKey = 0n35<br>
RegNtPreQueryKeySecurity = 0n36<br>
RegNtPostQueryKeySecurity = 0n37<br>
RegNtPreSetKeySecurity = 0n38<br>
RegNtPostSetKeySecurity = 0n39<br>
RegNtCallbackObjectContextCleanup = 0n40<br>
RegNtPreRestoreKey = 0n41<br>
RegNtPostRestoreKey = 0n42<br>
RegNtPreSaveKey = 0n43<br>
RegNtPostSaveKey = 0n44<br>
RegNtPreReplaceKey = 0n45<br>
RegNtPostReplaceKey = 0n46<br>
RegNtPreQueryKeyName = 0n47<br>
RegNtPostQueryKeyName = 0n48<br>
MaxRegNtNotifyClass = 0n49<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19041.450)/_REG_NOTIFY_CLASS.html | HTML | mit | 2,287 |
---
layout: landing
title: Automated browser testing for the modern web development stack
description: TestCafe is a simple and powerful framework for testing websites and apps. It allows you to easily create, maintain and execute automated web tests across browsers, operating systems and devices.
permalink: /
---
<main>
<form id="main-form" action="#">
<div class="banner">
<div class="header">
Automated browser testing<br/>for the modern web development stack
</div>
<div class="slogan">
TestCafe is a pure node.js end-to-end solution for testing web apps. It takes care of all the stages: starting browsers, running tests, gathering test results and generating reports. TestCafe doesn’t need browser plugins - it works in all popular modern browsers out-of-the-box.
</div>
<div class="white-button-container">
<a href="documentation/getting-started/" class="white-button">Get Started</a>
</div>
<div class="star-button">
<a class="github-button" href="https://github.com/DevExpress/testcafe" data-style="mega" data-count-href="/DevExpress/testcafe/stargazers" data-count-api="/repos/DevExpress/testcafe#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star DevExpress/testcafe on GitHub"><span style="color:#ffffff">Star</span></a>
</div>
</div>
<div class="main-content">
<a class="anchor" name="features"></a>
<div class="feature">
<span class="name">
Easy Install
</span>
<div class="description">
<p>Everything is included in a single module installed with one command.</p>
<div class="command">npm install -g testcafe</div>
<p>No native parts to compile, no browsers plugins to install.</p>
</div>
</div>
<div class="feature">
<span class="name">
Complete Test Harness
</span>
<div class="description">
<p>TestCafe automatically starts browsers, runs tests and gathers results. You only type a single command to begin testing.</p>
<div class="command">testcafe chrome,firefox tests/</div>
<p>When testing is finished, TestCafe aggregates test results from different browsers and outputs them into one comprehensive report.</p>
</div>
</div>
<div class="feature">
<span class="name">
Write Test Code Using ES2016
</span>
<div class="description">
<p>You can write TestCafe tests in ES2016 using the latest JavaScript features like <code>async/await</code>.</p>
<p><a href="documentation/test-api">Test API</a> consists of over two dozen methods that can emulate all actions one could possibly do with a webpage. Chained syntax allows for code that is easy to write and read.</p>
<pre><code class="javascript">fixture `Example page`
.page `https://devexpress.github.io/testcafe/example`;
test('Emulate user actions and perform a verification', async t => {
await t
.setNativeDialogHandler(() => true)
.click('#populate')
.click('#submit-button');
const location = await t.eval(() => window.location);
await t.expect(location.pathname).eql('/testcafe/example/thank-you.html');
});</code></pre>
<p>Additionally, TestCafe automatically generates source maps for easy debugging. To debug your test code, start a debugging session in an IDE that supports source maps.</p>
</div>
</div>
<div class="feature">
<span class="name">
Flexible Selector System
</span>
<div class="description">
<p>TestCafe supports a flexible selector system that provides API with rich capabilities for writing test scripts.</p>
<p>You can access webpage elements in different ways using <a href="documentation/test-api/selecting-page-elements/selectors.html">selectors</a>. For example, you can use one of the following selector types:
<ul>
<li>CSS selector</li>
<li>Text</li>
<li>DOM hierarchy</li>
<li>or use any custom logic</li>
</ul>
</p>
<p>The selector API provides methods that can be combined together, thus providing you with a flexible functional-style selector mechanism.
<pre><code class="javascript">const macOSInput = Selector('.column').find('label').withText('MacOS').child('input');</code></pre>
</p>
<p>Check our <a href="https://github.com/DevExpress/testcafe/blob/master/examples/basic">example</a> that demonstrates how to create tests using
declarative <a href="http://martinfowler.com/bliki/PageObject.html">Page Objects</a> built with TestCafe selectors.</p>
</div>
</div>
<div class="feature">
<span class="name">
Smart Assertions
</span>
<div class="description">
<p>TestCafe provides a full-featured set of <a href="documentation/test-api/assertions/assertion-api.html">built-in assertions</a>, so you do not need to reference additional libraries. Use assertions with <a href="documentation/test-api/selecting-page-elements/selectors.html#define-assertion-actual-value">Selector's DOM node state properties</a> to enable the <a href="documentation/test-api/assertions/index.html#smart-assertion-query-mechanism">Smart Assertion Query Mechanism</a> and create stable, fast and reliable tests that do not depend on page response time.</p>
<pre><code class="javascript">import { Selector } from 'testcafe';
fixture `Example page`
.page `http://devexpress.github.io/testcafe/example/`;
test('Check property of element', async t => {
const developerNameInput = Selector('#developer-name');
await t
.expect(developerNameInput.value).eql('', 'input is empty')
.typeText(developerNameInput, 'Peter Parker')
.expect(developerNameInput.value).contains('Peter', 'input contains text "Peter"');
});</code></pre>
</div>
</div>
<div class="feature">
<span class="name">
No Extra Coding
</span>
<div class="description">
<p>Write tests without boilerplate code.</p>
<ul>
<li>TestCafe automatically waits for page loads and XHRs to complete, as well as for DOM elements to become visible. You do not need to write custom code for that.</li>
<li>Test runs are isolated, which means that they do not share cookies, local or session storages. There is nothing to clean up between test runs.</li>
</ul>
</div>
</div>
<div class="feature">
<span class="name">
Descriptive Reports
</span>
<div class="description">
<p>TestCafe automatically generates full-detailed reports that provide a test run summary and comprehensive information about errors. Automatic page screenshots, fancy call sites and call stacks free of TestCafe internals allow you to easily detect error causes.</p>
<p>Use one of <a href="documentation/using-testcafe/common-concepts/reporters.html">built-in reporters</a> to output test results or <a href="documentation/extending-testcafe/reporter-plugin/">create your own one</a> to produce custom reports.</p>
</div>
<div class="gallery-container">
<div id="gallery"></div>
</div>
</div>
<div class="feature">
<span class="name">
Straightforward Continuous Integration
</span>
<div class="description">
<p>TestCafe is easy to set up on popular Continuous Integration platforms as it allows you to test against various browsers: local, remote, cloud (e.g. <a href="https://devexpress.github.io/testcafe/documentation/recipes/running-tests-using-travis-ci-and-sauce-labs.html">Sauce Labs</a>) or headless (e.g. <a href="https://github.com/ryx/testcafe-browser-provider-nightmare">Nightmare</a>).
You can also create a custom <a href="documentation/extending-testcafe/browser-provider-plugin">browser provider</a> to add support for a browser or a cloud platform of your choice.</p>
</div>
</div>
<div class="feature">
<span class="name">
Other Useful Features
</span>
<div class="description">
<ul>
<li>Automatic screenshots of the tested page taken <a href="documentation/using-testcafe/command-line-interface.html#-s---screenshots-on-fails">whenever the test fails</a> or <a href="documentation/test-api/actions/take-screenshot.html">triggered from test code</a>.</li>
<li><a href="documentation/test-api/actions/upload.html">File upload</a> support.</li>
<li>Detecting JavaScript errors on the tested page.</li>
<li><a href="documentation/test-api/handling-native-dialogs.html">Handling native browser dialogs</a> (i.e., alert, confirm, prompt, beforeunload ) using custom logic whenever they are invoked during a test run.</li>
<li><a href="documentation/test-api/actions/resize-window.html">Resizing the browser window</a> during test execution.</li>
<li><a href="documentation/using-testcafe/command-line-interface.html#--speed-factor">Adjusting the speed</a> of test execution.</li>
</ul>
</div>
</div>
<div class="feature">
<span class="name">
More to Come…
</span>
<div class="description">
<p>We plan to introduce other outstanding features so that you can test apps with even more efficiency. Meanwhile, you can help us improve TestCafe by voting for features on our <a href="https://github.com/DevExpress/testcafe/milestone/10">road map </a> or sharing your own ideas and code in our <a href="https://github.com/DevExpress/testcafe">GitHub repository</a>.</p>
</div>
</div>
<div class="blue-button-container">
<a href="documentation/getting-started/" class="blue-button">Get Started</a>
</div>
</div>
</form>
</main>
| helen-dikareva/testcafe-phoenix | docs/articles/index.html | HTML | mit | 10,722 |
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../../week-3/stylesheets/my-berkshire-stylesheet.css"/>
<title>BERKSHIRE HATHAWAY INC</title>
</head>
<body>
<header>
<h1> <span class="big">B</span>ERKSHIRE <span class="big">H</span>ATHAWAY <span class="small">INC.</span> </h1>
<p>3555 Farnam Street</p>
<p>Omaha, NE 68131 </p>
<h2>Official Home Page</h2>
</header>
<p class="h-line"></p>
<div class="left">
<ul>
<li><a href="#">A Message From Warren E. Buffett</a></li>
<li><a href="#">Annual & Interim Reports</a><p>Updated November 6, 2015</p>
</li>
<li><a href="#">Link to SEC Filings</a></li>
<li><a href="#">Links to Berkshire Subsidiary Companies</a></li>
<li><a href="#">Corporate Governance </a></li>
<li><a href="#">Owner's Manual</a></li>
<li><a href="#">Letters from Warren E. Buffett Regarding Pledges to Make Gifts of Berkshire Stock</a></li>
</ul>
</div>
<div class="right">
<ul>
<li><a href="#">News Releases</a><p>Updated November 6, 2015</p></li>
<li><a href="#">Warren Buffett's Letters to Berkshire Shareholders </a><p>Updated February 28, 2015</p></li>
<li><a href="#">Annual Meeting Information</a></li>
<li><a href="#">Celebrating 50 Years of a Profitable Partnership</a><p>(A commemorative book first sold at the 2015 Annual Meeting and now for sale on eBay.)</p></li>
<li><a href="#">Comparative Rights and Relative Prices of Class A and B Stock</a></li>
<li><a href="#">Berkshire Activewear</a></li>
</ul>
</div>
<p class="h-line"></p>
<section class="geico-image">
<p>
<img src="../imgs/geicoimg.gif"/>
</p>
<p>FOR A FREE CAR INSURANCE RATE QUOTE THAT COULD SAVE YOU SUBSTANTIAL MONEY</p>
<p><a href="www.geico.com">WWW.GEICO.COM</a> OR CALL 1-888-395-6349, 24 HOURS A DAY</p>
</section>
<p class="h-line"></p>
<section class="pre-footer">
<p>If you have any comments about our WEB page, you can either write us at the address shown above or e-mail us at <a href="mailto: [email protected]">[email protected]</a>. However, due to the limited number of personnel in our corporate office, we are unable to provide a direct response. </p>
</section>
<p class="h-line"></p>
<footer>
<p><a href="#">Legal Disclaimer</a><p>
<p class="copyright">Copyright © 1978-2015 <span class="bold">Berkshire Hathaway Inc.</span></p>
</footer>
</body>
</html>
| mlbaquerizo/phase-0 | week-2/berkshire/emmet-berkshire-site.html | HTML | mit | 2,556 |
<script type="text/javascript">
</script>
<div class="promotion-header" style="background-image:url({0});">
<div class="promotion-ongoing" data-video="true">
<div class="youtube">
<iframe width="560" height="300" src="https://www.youtube.com/embed/hmE9f-TEutc" frameborder="0" allowfullscreen></iframe>
</div>
<!-- 블러 안한 이미지 url -->
<div class="artist-img" style="background-image:url({1})"></div>
<div class="info">
<p class="name">Make now if you want to see <span>GD(G-DRAGON)</span> in <span>Santa Cruz de la Sierra</span></p>
<p class="count">
<span><span class="num">7508</span> makes</span>
<span><span class="num">82</span>%</span>
</p>
<button class="btn btn-make">MAKE this concert</button>
</div>
</div>
</div> | SELO77/seloPython | formDataTest.html | HTML | mit | 890 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Export IDRISI raster</title>
<link rel="stylesheet" type="text/css" href="Help.css">
</head>
<body>
<h1>Export IDRISI raster</h1>
<p>
This tool can be used to export <a href="FileFormatsDescriptions.html">Whitebox GAT raster files</a> to IDRISI raster files (*.rdc and *.rst). This IDRISI raster format is a type of binary file that is not human-readable. The user must specify the name of one or more Whitebox raster files to be exported. The tool will create IDRISI raster files for each input file. Output file names are the same of the input files. The tool supports export to IDRISI integer, real, and RGB24 data types.</p>
<h2 class="SeeAlso">See Also:</h2>
<ul>
<li><a href="ImportIDRISIRaster.html">Import IDRISI raster files</a></li>
<li><a href="FileFormatsDescriptions.html">Whitebox file formats</a></li>
</ul>
<h2 class="SeeAlso">Scripting:</h2>
<p>The following is an example of a Python script using this tool:</p>
<p style="background-color: rgb(240,240,240);">
<code>
wd = pluginHost.getWorkingDirectory()<br>
# You may have multiple input files but they must<br>
# be separated by semicolons in the string.<br>
inputFiles = wd + "input1.dep" + ";" + wd + "input2.dep" + ";" + wd + "input3.dep"<br>
args = [inputFiles]<br>
pluginHost.runPlugin("ExportIDRISIRaster", args, False)<br>
</code>
</p>
<p>This is a Groovy script also using this tool:</p>
<p style="background-color: rgb(240,240,240);">
<code>
def wd = pluginHost.getWorkingDirectory()<br>
// You may have multiple input files but they must<br>
// be separated by semicolons in the string.<br>
def inputFiles = wd + "input1.dep" + ";" + wd + "input2.dep" + ";" + wd + "input3.dep"<br>
String[] args = [inputFiles]<br>
pluginHost.runPlugin("ExportIDRISIRaster", args, false)<br>
</code>
</p>
<h2 class="SeeAlso">Credits:</h2>
<ul>
<li>John Lindsay (2012) email: [email protected]</li>
</ul>
</body>
</html>
| jblindsay/jblindsay.github.io | ghrg/Whitebox/Help/ExportIDRISIRaster.html | HTML | mit | 2,529 |
<!DOCTYPE html>
<html>
<head>
<title>Only responsive menu without desktop version | Arshifa Mega Responsive Menu</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon icons -->
<link rel="shortcut icon" href="http://arshifa.com/wp-content/themes/arshifa/favicon/favicon-16x16.png" type="image/x-icon">
<link rel="icon" href="http://arshifa.com/wp-content/themes/arshifa/favicon/favicon-16x16.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/megaResponsiveMenu.css" />
<style type="text/css">
body {
background: #fff;
font-family: 'Arial', sans-serif;
color: #393939;
}
h1 {
margin: 50px 0;
text-align: center;
}
</style>
</head>
<body>
<div class="demo_wrapper">
<p><a href="http://arshifa.com/plugins_product/mega-responsive-menu/" style="padding: 10px 0 0 10px; display: inline-block;">← Back to Plugin</a></p>
<h1>Only responsive menu without desktop version</h1>
<nav class="arshmenu" id="demo1">
<ul>
<li><a href="#">Home</a></li>
<li>
<a href="#">Multi-Level</a>
<ul>
<li><a href="#">Automobiles</a></li>
<li>
<a href="#">Mobiles</a>
<ul>
<li><a href="#">Apple</a></li>
<li>
<a href="#">Samsung</a>
<ul>
<li><a href="#">Samsung Galaxy On7</a></li>
<li>
<a href="#">MGalaxy Jxxx</a>
<ul>
<li>
<a href="#">Colors</a>
<ul>
<li><a href="#">Gold Color</a></li>
<li><a href="#">Grey Color</a></li>
<li><a href="#">White Color</a></li>
</ul>
</li>
<li>
<a href="#">Ram's</a>
<ul>
<li><a href="#">1 GB</a></li>
<li><a href="#">2 GB</a></li>
<li><a href="#">4 GB</a></li>
</ul>
</li>
<li>
<a href="#">Inter Memory</a>
<ul>
<li><a href="#">4 GB</a></li>
<li><a href="#">8 GB</a></li>
<li><a href="#">16 GB</a></li>
<li><a href="#">32 GB</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Samsung Galaxy J2</a></li>
<li><a href="#">Samsung Guru E1200</a></li>
<li><a href="#">Samsung Tizen Z3</a></li>
</ul>
</li>
<li><a href="#">Motorola</a></li>
<li><a href="#">LeEco</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li><a href="#">Top Brands</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">Furniture</a></li>
<li><a href="#">Home Loans</a></li>
<li><a href="#">Education Loan</a></li>
<li><a href="#">Best Offers</a></li>
<li><a href="#">Hair Care</a></li>
</ul>
</li>
<li>
<a href="#">5 Column Menu</a>
<ul>
<li>
<a href="#">Laptops</a>
<ul>
<li><a href="#">Dell</a></li>
<li><a href="#">HP</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Alienware</a></li>
<li><a href="#">MSI</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li>
<a href="#">Tablets</a>
<ul>
<li><a href="#">iBall</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Datawind</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">HP</a></li>
</ul>
</li>
<li>
<a href="#">Wearable Smart Devices</a>
<ul>
<li>
<a href="#">Samsung</a>
<ul>
<li><a href="#">Gear S2 Classic Black</a></li>
<li><a href="#">Gear S2 Dark Grey</a></li>
<li><a href="#">Gear S2 Classic Platinum</a></li>
</ul>
</li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
</ul>
</li>
<li>
<a href="#">Televisions</a>
<ul>
<li><a href="#">LG</a></li>
<li><a href="#">Samsung</a></li>
<li><a href="#">BPL</a></li>
<li><a href="#">VU</a></li>
<li><a href="#">Sony</a></li>
<li><a href="#">Panasonic</a></li>
<li><a href="#">Micromax</a></li>
</ul>
</li>
<li>
<a href="#">Computer Accessories</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
<li><a href="#">Keyboard</a></li>
<li><a href="#">KeyboardSkin</a></li>
<li><a href="#">External hard disk</a></li>
</ul>
</li>
<li>
<a href="#">Laptops</a>
<ul>
<li><a href="#">Dell</a></li>
<li><a href="#">HP</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li>
<a href="#">Computer Parts</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li>
<a href="#">Smart Devices</a>
<ul>
<li><a href="#">Samsung</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li>
<a href="#">Computer</a>
<ul>
<li><a href="#">Monitors</a></li>
<li><a href="#">CPU</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Mini PCs</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
<li>
<a href="#">Tablets</a>
<ul>
<li><a href="#">iBall</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Datawind</a></li>
<li><a href="#">Xiaomi</a></li>
<li><a href="#">Alcatel</a></li>
<li><a href="#">Asus</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">4 Column Menu</a>
<ul>
<li>
<a href="#">Computer Peripherals</a>
<ul>
<li><a href="#">Monitors</a></li>
<li><a href="#">CPU</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Mini PCs</a></li>
</ul>
</li>
<li>
<a href="#">Tablets</a>
<ul>
<li><a href="#">iBall</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Datawind</a></li>
</ul>
</li>
<li>
<a href="#">Wearable Smart Devices</a>
<ul>
<li><a href="#">Samsung</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer Accessories</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
</ul>
</li>
<li>
<a href="#">Laptops</a>
<ul>
<li><a href="#">Dell</a></li>
<li><a href="#">HP</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer Parts</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
</ul>
</li>
<li>
<a href="#">Smart Devices</a>
<ul>
<li><a href="#">Samsung</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer</a>
<ul>
<li><a href="#">Monitors</a></li>
<li><a href="#">CPU</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Mini PCs</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">3 column Menu</a>
<ul>
<li>
<a href="#">Computer Peripherals</a>
<ul>
<li><a href="#">Monitors</a></li>
<li><a href="#">CPU</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Mini PCs</a></li>
</ul>
</li>
<li>
<a href="#">Tablets</a>
<ul>
<li><a href="#">iBall</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Datawind</a></li>
</ul>
</li>
<li>
<a href="#">Wearable Smart Devices</a>
<ul>
<li><a href="#">Samsung</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer Accessories</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
</ul>
</li>
<li>
<a href="#">Laptops</a>
<ul>
<li><a href="#">Dell</a></li>
<li><a href="#">HP</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer Parts</a>
<ul>
<li><a href="#">Mouse</a></li>
<li><a href="#">Laptop Bag</a></li>
<li><a href="#">Mouse</a></li>
<li><a href="#">Security Software</a></li>
</ul>
</li>
<li>
<a href="#">Smart Devices</a>
<ul>
<li><a href="#">Samsung</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Tomtom</a></li>
<li><a href="#">Apple</a></li>
</ul>
</li>
<li>
<a href="#">Computer</a>
<ul>
<li><a href="#">Monitors</a></li>
<li><a href="#">CPU</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Mini PCs</a></li>
</ul>
</li>
<li>
<a href="#">Tablets</a>
<ul>
<li><a href="#">iBall</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Datawind</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">Right Direction Menus</a>
<ul>
<li><a href="#">Submenu 1</a></li>
<li><a href="#">Submenu 2</a></li>
<li><a href="#">Submenu 3</a></li>
<li>
<a href="#">Submenu 4</a>
<ul>
<li><a href="#">Submenu 1</a></li>
<li><a href="#">Submenu 2</a></li>
<li><a href="#">Submenu 3</a></li>
<li>
<a href="#">Submenu 4</a>
<ul>
<li><a href="#">Submenu 1</a></li>
<li><a href="#">Submenu 2</a></li>
</ul>
</li>
<li><a href="#">Submenu 5</a></li>
</ul>
</li>
<li><a href="#">Submenu 5</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<script src="assets/js/jquery-1.11.3.min.js"></script>
<script src="assets/js/megaResponsiveMenu.js"></script>
<script>
$(document).ready(function ($) {
$('#demo1 > ul').ArshMegaResponsiveMenu({
closeSpeed: 200, // set Opening Responsive Menus speed in milliseconds
openSpeed: 800, // set closing Responsive Menus speed in milliseconds
windowWidth: 5000, //set window width for Responsive Menus
responsive: true, // true or false - if responsive not requited use 'responsive: False'
menuLevel_Arrow: true, // true or false - for responsive dropdown menu Level arrow symbol
menuArrow_sign: '-', // change symbol accordingy with you, Note:- do not working if 'menuLevel_Arrow: False'
arrowClass: 'active_down_arrow', // change arrow class, Note: Please Change Class Names in CSS File
full_width_menu: [ // if required Full width Mega menus
{menu_item: 3, column: 5}, // for example you want in 3 menu level 5 column layout - set '{menu_item: 3, column: 5}'
{menu_item: 4, column: 4}, // for example you want in 4 menu level 4 column layout - set '{menu_item: 4, column: 4}'
{menu_item: 5, column: 3} // for example you want in 5 menu level 3 column layout - set '{menu_item: 5, column: 3}'
], // you can increase or decrease column layout size 2, 3, 4, 5, 6, 7, 8 and more...
right_direction_menu: [{menu_item: 6}] // if required right direction dropdown menus, for example - set main menu item number '{menu_item: 6}'
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60684666-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> | shaharshifa/ArshifaMegaResponsiveMenu | demo4.html | HTML | mit | 13,384 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:image" content="/images/cover.jpg"/>
<meta name="twitter:title" content="fgbs"/>
<meta name="twitter:description" content="Random bytes of unsorted words"/>
<meta name="twitter:site" content="@fbs"/>
<meta property="og:title" content="fgbs" />
<meta property="og:site_name" content="fgbs" />
<meta property="og:url" content="https://fgbs.github.io/" />
<meta property="og:image" content="/images/cover.jpg"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="Random bytes of unsorted words" />
<title>fgbs</title>
<meta name="description" content="Random bytes of unsorted words" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://fgbs.github.io/images/favicon.ico">
<link rel="apple-touch-icon" href="https://fgbs.github.io/images/apple-touch-icon.png" />
<link rel="stylesheet" type="text/css" href="https://fgbs.github.io/css/screen.css" />
<link rel="stylesheet" type="text/css" href="https://fgbs.github.io/css/nav.css" />
<link href="https://fgbs.github.io/index.xml" rel="alternate" type="application/rss+xml" title="fgbs" />
<meta name="generator" content="Hugo 0.27" />
<link rel="canonical" href="https://fgbs.github.io/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Person",
"name": ,
"image": {
"@type": "ImageObject",
"url": https://fgbs.github.io/images/avatar.jpg,
"width": 250,
"height": 250
},
"url": https://fgbs.github.io,
"sameAs": [
],
"description": IT software and Security Engineer, Open source enthusiast.
},
"url": https://fgbs.github.io/,
"mainEntityOfPage": {
"@type": "WebPage",
"@id": https://fgbs.github.io/
},
"description": Random bytes of unsorted words
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84737197-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<h3>Contact me</h3>
<li class="nav-opened" role="presentation">
<a href="https://Keybase.io/fgbs">Keybase (secure msg)</a>
</li>
<li class="nav-opened" role="presentation">
<a href="https://twitter.com/fbs">Twitter timeline</a>
</li>
<h3>Follow me</h3>
<li class="nav-opened" role="presentation">
<a href="https://github.com/fgbs">Github repos</a>
</li>
<li class="nav-opened nav-current" role="presentation">
<a href="https://fgbs.github.io/">Blog</a>
</li>
</ul>
<a class="subscribe-button icon-feed" href="https://fgbs.github.io/index.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<header class="main-header" style="background-image: url(/images/cover.jpg)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="https://fgbs.github.io/"><img src="https://fgbs.github.io/images/avatar.jpg" alt="Blog Logo" /></a>
<a class="menu-button" href="#"><span class="burger">☰</span><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<a class="bloglogo" href="https://github.com/fgbs" target="_blank">
<span class="icon-github" style="color:white;font-size:2em"></span>
</a>
<a class="bloglogo" href="https://twitter.com/fbs" target="_blank">
<span class="icon-twitter" style="color:white;font-size:2em"></span>
</a>
<h1 class="page-title">fgbs</h1>
<h2 class="page-description">Random bytes of unsorted words</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 0</span>
</nav>
</div>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 0</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="">fgbs</a> All rights reserved - 2017</section>
<section class="poweredby">Proudly generated by <a class="icon-hugo" href="http://gohugo.io">HUGO</a>, with <a class="icon-theme" href="https://github.com/vjeantet/hugo-theme-casper">Casper</a> theme</section>
</footer>
</div>
<script type="text/javascript" src="https://fgbs.github.io/js/jquery.js"></script>
<script type="text/javascript" src="https://fgbs.github.io/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://fgbs.github.io/js/index.js"></script>
</body>
</html>
| fgbs/fgbs.github.io | index.html | HTML | mit | 6,325 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28775_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page41.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 110px; margin-top: 0px;">
<p class="styleSans113.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>P. 0. Box 261021 Corpus Christi, Texas 78426 <br/>7 SURVEY ‘ v ,7 (361) 767-0602 (800) 606-GYRO Fax (361) 767-0612 <br/>A G YRO TECHNOLOGIES INC. COMPANY <br/> <br/>SURVEYCOVER LETTER <br/> <br/> <br/>2: MW!— WLHA o7 <br/>WEE..— <br/>These surveys are true to the best of our knowledge: <br/>Eeisha Havelka ‘ <br/> <br/>Service Technician <br/>VES Survey International 9690 Dallas Street, Suite A&B <br/>Henderson, Colorado 80640 <br/> <br/> <br/>303-853-4976 </p>
</div>
<div style="position: absolute; margin-left: 880px; margin-top: 2915px;">
<p class="styleSans69.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1430px; margin-top: 3245px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1511px; margin-top: 3272px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2310px; margin-top: 3272px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28775_text/page42.html | HTML | mit | 2,109 |
<!doctype html>
<html lang="zh_cn">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<!-- keywords for search engin -->
<meta name="keywords" content="emacs,org,shell,linux,c,python,js,html,css">
<meta name="author" content="Peng Xie">
<meta name="description" content="">
<link rel="stylesheet" href="../../css/indexlayout.css" />
<script defer src="../../js/main.js"></script>
<title>在子目录中组织你的工程</title>
</head>
<body>
<div class="main">
<div class="nav">
<div w3-include-html="学习GNU开发工具链_index.html"></div>
</div>
<div class="article">
<h2>在子目录中组织你的工程</h2>
<p>如果你的程序很小,你可以把所有文件都放到最上层目录,就像前面Hello World的例子一样(参阅 <a href="Autoconf,和Automake的Hello_world例子.html">Autoconf,和 Automake 的Hello world例子</a> )。
这样的包叫做“浅”(Such packages are called shallow?没懂)。</p>
<p>一般来说,建议把你的软件组织为“深”的软件包。在“深”软件包中,文件文件:
<pre class="code">README, INSTALL, AUTHORS, THANKS, ChangeLog, COPYING</pre>
以及编译产生的东西(build cruft)都放到最上层目录,而其它文件都放到子目录中。
标准做法是使用以下子目录:</p>
<ul>
<li>'src'<br />
<p>会被编译的代码实际放置的目录。
每个库都应该有它们自己的子目录。可执行文件也应该有它们自己的目录。
如果可执行文件只是和一到两个文件相关,把它们放到同一个目录也是可以的。
如果可执行文件需要很多的源代码,或者说它们可以根据不同的功能分开,最好是重新组织下把它们放入不同的目录中。
当然,你可以根据你的判断来决定怎么放置最好。
最简单的作法是,把库的测试用例放到和库的源码相同的目录。
然而如果对你来说这样作不好,你可以把对应测试用例放入该库的目录下的子目录中。
把不同库的测试用例都放入同一个目录是极为不正确的。</p>
</li>
<li>'lib'<br />
<p>这是一个可选目录,里面放置与可移植性相关的源代码。
这里主要就是在一些系统中不存在的系统调用的替换实现。
也可以把一些常用于不同软件包的简单的工具放到这里。
这些工具太简单了,完全没必要为它们再单独创建一个库。
这里主要的文件就是替换一些私有C库不存在的GNU C库系统调用。
</p>
</li>
<li>'doc'<br />
<p>包含软件包文档的目录。
开发者有完全的自由以任何有效的方式在这里来呈现你的文档。
但是,推荐的方式是使用Texinfo来写软件文档。
Texinfo的优势在于,从同一份源文件中,即可以提供在线帮助文档,也可以提供不错的可打印的书籍。
文档相关的更多细节请参考
<a class="sorc" href="http://autotoolset.sourceforge.net/tutorial.html#Maintaining-Documentation" data-accessed="2018-12-19">Maintaining-Documentation</a> 。</p>
</li>
<li>'m4'<br />
<p>一个包含软件包需要安装的'm4'文件的目录。
这些文件定义了新的'autoconf'宏。你应当把这些宏提供给其它想使用你的库的其它开发者。
这些更细节的讨论在 FIXME: cross reference 中。</p>
</li>
<li>'intl'<br />
<p>包含支持多种人类语言的可移植性源代码模版。
这个目录中的内容由'gettext'程序自动维护。(FIXME: cross reference)</p>
</li>
<li>'po'<br />
<p>一个包含软件包消息目录的目录。这是维护者放置每个软件多种人类语言翻译的地方。(FIXME: cross reference)</p>
</li>
</ul>
<p>Automake 让维护多目录的代码的工作变得很简单。所以,尽量使用这一优势。
多目录软件包对于大多数工程来说都是更方便的选择。</p>
</div>
</div>
</body>
</html>
| pengpengxp/pengpengxp.github.io | linux/translate/在子目录中组织你的工程.html | HTML | mit | 4,638 |
<triangulate-settings ng-if="site.ShowSettings"></triangulate-settings>
<header role="banner">
<nav class="navbar navbar-default" role="navigation">
<a
ng-if="site.ShowSettings"
ng-click="toggleSettings()"
class="settings-toggle"><i class="fa fa-cog"></i></a>
<a
ng-if="site.ShowCart"
ng-click="toggleCart()"
class="cart-toggle"><i class="fa fa-shopping-cart"></i></a>
<a
ng-click="toggleSearch()"
class="search-toggle"><i class="fa fa-search"></i></a>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{site.Url}}"><img ng-src="{{fullLogoUrl}}"></a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<triangulate-menu type="primary"></triangulate-menu>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
</header>
<triangulate-cart ng-if="site.ShowCart"></triangulate-cart>
<triangulate-search></triangulate-search>
<div id="content" class="container" role="main">
<triangulate-content id="main-content" url="{{page.Url}}"></triangulate-content>
</div>
<div class="container" role="main">
<div class="blog-meta">
<p>
{{page.PhotoUrl}}
Last modified by
<span class="author">{{page.FirstName}} {{page.LastName}}</span>
<span class="last-modified-date">{{page.LastModifiedDate}}</span>
</p>
</div>
</div>
<footer role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-6">
<h4>Contact</h4>
<p>
Call us at (555) 555-5555 or reach out via the website: <a ui-sref="page/contact">Contact</a>
</p>
<p class="social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-envelope-o"></i></a>
</p>
</div>
<!-- /.col-md-4 -->
<div class="col-md-6">
<h4>About</h4>
<p>
{{site.Name}} powered by <a href="http://www.triangulate.io">Triangulate</a>. Triangulate is an open source, responsive content management system (CMS) built on AngularJS that you can use to build responsive sites. The latest version features Bootstrap 3.0, robust themes, a complete REST API, and a beautiful UI.
</p>
</div>
<!-- /.col-md-4 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-md-12 menu">
<ul>
<li>Menu:</li>
<triangulate-menu type="footer"></triangulate-menu>
</ul>
</div>
<!-- /.col-md-12 -->
</div>
</div>
<!-- /.container -->
</footer> | winiceo/triangulate | themes/simple/layouts/post.html | HTML | mit | 3,432 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Name test case 743</title>
<style type="text/css">
#fieldDiv {
display: table;
width: 80%;
margin: 100px 10%;
}
.hidden {
display: none;
}
</style>
</head>
<body>
<div class="pageContainer">
<div id="fieldDiv"><!--
Start of W3C ARIA test case code. -->
<label for="test">
crazy
<div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
</div>
</label>
<input type="password" id="test" value="baz"/>
<!-- End of W3C ARIA test case code. --></div>
</div>
<br /><br /><br />
<div>
<button onclick="(function(){var a=document.createElement('script');a.type='text/javascript';a.src='https://accdc.github.io/visual-aria/visual-aria/roles.js';document.head.appendChild(a)})()"> Load Visual ARIA </button>
<button onclick="document.getElementById('calcTextStr').innerHTML = getNames(document.getElementById('test'));"> Calculate Accessible Name and Description </button>
<br />
<textarea id="calcTextStr" readonly aria-label="Accessible Name and Description Calculation" title="Accessible Name and Description Calculation" style="width: 100%; height: 60px;"></textarea>
</div>
<script type="text/javascript" src="../Sample JavaScript Recursion Algorithm/recursion.js"></script>
</body>
</html> | accdc/w3c-alternative-text-computation | docs/Autogenerated AccName 1.1 Testable Statements - W3C/Name test case 743.html | HTML | mit | 1,271 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (1.6.7-SNAPSHOT) on Sun Jun 27 23:53:18 CEST 2010 -->
<title>BurningImageTagLib (Groovy Documentation)</title>
<meta name="date" content="2010-06-27">
<link href="../../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BurningImageTagLib (Groovy Documentation)";
}
}
</script>
<noscript>
</noscript>
</head><body onload="windowTitle();" bgcolor="white">
<hr>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<!--<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
-->
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Groovy Documentation</b>
</EM></TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><!--<FONT SIZE="-2">
<A HREF="../../../../../../groovy/lang/ExpandoMetaClass.ExpandoMetaProperty.html" title="class in groovy.lang"><B>PREV CLASS</B></A>
<A HREF="../../../../../../groovy/lang/GroovyClassLoader.html" title="class in groovy.lang"><B>NEXT CLASS</B></A></FONT>--></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?grails-app/taglib/pl/burningice/plugins/image/BurningImageTagLib.html" target="_top"><B>FRAMES</B></A>
<A HREF="BurningImageTagLib.html" target="_top"><B>NO FRAMES</B></A>
<script type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-frame.html"><B>All Classes</B></A>');
}
//-->
</script>
<noscript>
<A HREF="../../../../../../allclasses-frame.html"><B>All Classes</B></A>
</noscript>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#property_summary">PROPERTY</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#prop_detail">PROPERTY</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
grails-app.taglib.pl.burningice.plugins.image</FONT>
<BR>
<FONT CLASS="ClassTitleFont">Class BurningImageTagLib</FONT></H2>
<pre>java.lang.Object
<img src='../../../../../../inherit.gif'>grails-app.taglib.pl.burningice.plugins.image.BurningImageTagLib
</pre><hr>
<PRE>class BurningImageTagLib
</PRE>
<P>
Taglib for usage with annotated image container
<DL><DT><B>author:</B></DT><DD>[email protected]
</DD></DL>
</P>
<hr>
<!-- =========== NESTED CLASS SUMMARY =========== -->
<A NAME="nested_summary"><!-- --></A>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<A NAME="enum_constant_summary"><!-- --></A>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<!-- =========== PROPERTY SUMMARY =========== -->
<A NAME="property_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Property Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>ContainerWorkerFactory</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#containerWorkerFactory">containerWorkerFactory</A></B></CODE>
<BR>
<P></P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>def</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#hasImage">hasImage</A></B></CODE>
<BR>
<P> Allows to check if specified image container has saved image
</P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>def</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#img">img</A></B></CODE>
<BR>
<P> Display html img tag with path to stored image
</P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static def</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#namespace">namespace</A></B></CODE>
<BR>
<P></P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>def</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#resource">resource</A></B></CODE>
<BR>
<P> Create link to image stored on the server
</P>
</TD>
</TR>
</TABLE>
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#D5D5FF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD>
<CODE><B><a href="#BurningImageTagLib()">BurningImageTagLib</a></B>()</CODE>
<BR>
<P></P>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2" CLASS="ClassHeadingFont">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>private def</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#getOutputDir(String)">getOutputDir</a></b>(java.lang.String outputDir)</CODE>
<BR>
<P> Returns directory where image is stored. </P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>private def</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#getOutputDir(Map)">getOutputDir</a></b>(java.util.Map outputDir)</CODE>
<BR>
<P> Returns directory where image is stored. </P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>private def</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#getResourceData(def, FileImageContainer)">getResourceData</a></b>(def size, FileImageContainer imageContainer)</CODE>
<BR>
<P> Retrieve information about file name and storage directory on base
of image size name and image container object
</P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>private def</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#getResourceData(def, DBImageContainer)">getResourceData</a></b>(def size, DBImageContainer imageContainer)</CODE>
<BR>
<P> Retrieve information about file name and storage directory on base
of image size name and image container object
</P>
</TD>
</TR>
</TABLE>
<table BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
<b>Methods inherited from class java.lang.Object</b>
</th></tr>
<tr class="TableRowColor"><td colspan='2'>wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll</td></tr>
</table>
<P>
<!-- ============ ENUM CONSTANT DETAIL ========== -->
<A NAME="enum_constant_detail"><!-- --></A>
<!-- =========== FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<!-- =========== PROPERTY DETAIL =========== -->
<A NAME="prop_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Property Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="containerWorkerFactory"><!-- --></A><H3>containerWorkerFactory</H3>
<PRE>ContainerWorkerFactory <B>containerWorkerFactory</B></PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<A NAME="hasImage"><!-- --></A><H3>hasImage</H3>
<PRE>def <B>hasImage</B></PRE>
<DL>
<DD> Allows to check if specified image container has saved image
<DL><DT><B>param:</B></DT><DD>bean Image container that hold information about image
</DD></DL>
</DD>
<P>
</DL>
<HR>
<A NAME="img"><!-- --></A><H3>img</H3>
<PRE>def <B>img</B></PRE>
<DL>
<DD> Display html img tag with path to stored image
<DL><DT><B>param:</B></DT><DD>size Size of the image that should be displayed
</DD></DL><DL><DT><B>param:</B></DT><DD>bean Image container that hold information about image
</DD></DL>
</DD>
<P>
</DL>
<HR>
<A NAME="namespace"><!-- --></A><H3>namespace</H3>
<PRE>static def <B>namespace</B></PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<A NAME="resource"><!-- --></A><H3>resource</H3>
<PRE>def <B>resource</B></PRE>
<DL>
<DD> Create link to image stored on the server
<DL><DT><B>param:</B></DT><DD>size Size of the image that should be displayed
</DD></DL><DL><DT><B>param:</B></DT><DD>bean Image container that hold information about image
</DD></DL>
</DD>
<P>
</DL>
<HR>
<!-- =========== ELEMENT DETAIL =========== -->
<A NAME="element_detail"><!-- --></A>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="BurningImageTagLib()"><!-- --></A><H3>
BurningImageTagLib</H3>
<PRE><B>BurningImageTagLib</B>()</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getOutputDir(String)"><!-- --></A><H3>
getOutputDir</H3>
<PRE>private def <B>getOutputDir</B>(java.lang.String outputDir)</PRE>
<DL>
<DD> Returns directory where image is stored. Overloaded to provide dispatching between String and Map outputDir
<DL><DT><B>param:</B></DT><DD>uploadDir Path to upload dir
</DD></DL><DL><DT><B>return:</B></DT><DD>Absolute path to resources
</DD></DL>
</DD>
<P>
</DL>
<HR>
<A NAME="getOutputDir(Map)"><!-- --></A><H3>
getOutputDir</H3>
<PRE>private def <B>getOutputDir</B>(java.util.Map outputDir)</PRE>
<DL>
<DD> Returns directory where image is stored. Overloaded to provide dispatching between String and Map outputDir
Parameter uploadDir should contain two keys:
path - absolute path to directory where image should saved
alias - alias for the absolute path
<DL><DT><B>param:</B></DT><DD>uploadDir Map with upload dir configuration.
</DD></DL><DL><DT><B>return:</B></DT><DD>Absolute path to resources
</DD></DL>
</DD>
<P>
</DL>
<HR>
<A NAME="getResourceData(def, FileImageContainer)"><!-- --></A><H3>
getResourceData</H3>
<PRE>private def <B>getResourceData</B>(def size, FileImageContainer imageContainer)</PRE>
<DL>
<DD> Retrieve information about file name and storage directory on base
of image size name and image container object
<DL><DT><B>param:</B></DT><DD>size Size of the image that should be displayed
</DD></DL><DL><DT><B>param:</B></DT><DD>bean Image container that hold information about image
</DD></DL>
</DD>
<P>
</DL>
<HR>
<A NAME="getResourceData(def, DBImageContainer)"><!-- --></A><H3>
getResourceData</H3>
<PRE>private def <B>getResourceData</B>(def size, DBImageContainer imageContainer)</PRE>
<DL>
<DD> Retrieve information about file name and storage directory on base
of image size name and image container object
<DL><DT><B>param:</B></DT><DD>size Size of the image that should be displayed
</DD></DL><DL><DT><B>param:</B></DT><DD>bean Image container that hold information about image
</DD></DL>
</DD>
<P>
</DL>
<HR>
<!-- ========= END OF CLASS DATA ========= -->
<p>Groovy Documentation</p>
<hr>
</body>
</html>
| v1p/grails-burning-image | docs/gapi/grails-app/taglib/pl/burningice/plugins/image/BurningImageTagLib.html | HTML | mit | 16,045 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= title %></title>
<link rel='stylesheet' href='javascripts/bootstrap/dist/css/bootstrap.min.css' />
<link rel='stylesheet' href='stylesheets/dashboard.css' />
<link rel='stylesheet' href='stylesheets/sticky-footer.css' />
<script src='http://code.jquery.com/jquery-1.10.2.min.js' ></script>
<script src='javascripts/bootstrap/dist/js/bootstrap.min.js' ></script>
<script type="text/javascript">
function uploadFile(){
var formData = new FormData();
var files = document.getElementById('avatar').files;
for (var i=0;i<files.length;i++){
formData.append("avatar",files[i]);
}
$.ajax({
url: '/upload',
type: 'POST',
data: formData,
contentType: false,
processData: false,
success: function(data){
if(200 === data.code) {
// $("#imgShow").attr('src', data.msg.url);
$("#spanMessage").html("上传成功");
} else {
$("#spanMessage").html("上传失败");
}
console.log('imgUploader upload success, data:', data);
},
error: function(){
$("#spanMessage").html("与服务器通信发生错误");
}
});
}
</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">简.片</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<form class="navbar-form navbar-left">
<div class="form-group">
<input type="text" placeholder="搜索" class="form-control search-query">
</div>
<!--<button type="submit" class="btn btn-success">Sign in</button>-->
</form>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="./">首页<span class="sr-only">(current)</span></a></li>
<li><a href="#">关于</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li class="active" data-url="/uploadPicturesIndex/personalSettings"><a id="id_albumlist" href="#">上传照片 <span class="sr-only">(current)</span></a></li>
<li class="" data-url="/uploadPicturesIndex/analysis"><a id="id_analysis" href="#">统计分析</a></li>
</ul>
</div>
<div id="main" >
</div>
</div>
</div>
<!--<footer class="settingFooter">
<div class="container">
<p class="text-muted">Place sticky footer content here.</p>
</div>
</footer>-->
<script>
$(function () {
$.ajax({
url: '/uploadPicturesIndex/personalSettings',
dataType:'html',
success:function(data){
$('#main').empty().append(data);
//view.addClass('active').siblings().removeClass('active');
}
});
$('.nav-sidebar a').click(function(){
var view=$(this);
$.ajax({
url: $(this).parent().attr('data-url'),
dataType:'html',
success:function(data){
$('#main').empty().append(data);
view.parent().addClass('active').siblings().removeClass('active');
}
});
});
});
</script>
</body>
</html> | zhangzhaoaaa/JianPian | views/settings.html | HTML | mit | 4,295 |
<div class="tree-control">
<div class="tree-input" ng-click="onControlClicked($event)">
<span ng-if="selectedItems.length == 0" class="selected-items">
<span ng-bind="defaultLabel"></span>
</span>
<span ng-if="selectedItems.length > 0 && selectedItems.length <= 1" class="selected-items">
<span ng-repeat="selectedItem in selectedItems" class="selected-item">
<span ng-bind="selectedItem.name"></span>
<span class="selected-item-close" ng-click="deselectItem(selectedItem, $event)"></span>
</span>
<span class="caret"></span>
</span>
<span ng-if="selectedItems.length > 1" class="selected-items">Multiple selected</span>
<!-- <input type="text" class="blend-in" /> -->
</div>
<div class="tree-view" ng-show="showTree">
<div class="helper-container">
<div class="line">
<input placeholder="Search..." type="text" ng-model="filterKeyword" ng-click="onFilterClicked($event)" class="input-filter">
<span class="clear-button" ng-click="clearFilter($event)">
<span class="item-close"></span>
</span>
</div>
</div>
<ul class="tree-container">
<tree-item class="top-level" ng-repeat="item in inputModel" item="item" ng-show="!item.isFiltered"
use-callback="useCallback" can-select-item="canSelectItem"
multi-select="multiSelect" item-selected="itemSelected(item)"
on-active-item="onActiveItem(item)" select-only-leafs="selectOnlyLeafs"></tree-item>
</ul>
</div>
</div>
| KristjanLiiva/angular-multi-select-tree | src/multi-select-tree.tpl.html | HTML | mit | 1,676 |
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_AppMapChaining'></A>TIDComponent DDDriverCommands::<BIG>AppMapChaining</BIG>
</H3> <TABLE><TR>
<TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS Driver Commands'>SDC</SPAN></TD>
<TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS TID Commands'>TID</SPAN></TD>
</TR></TABLE>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Enable and Disable support for App Map chaining.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
The SAFSMAPS service historically looked for values in the 'default' AppMap.
This is typically the last AppMap that was OPENed. This service will now lookup
values in what is called the AppMap 'chain'. This chain is simply a
Last-In-First-Out (LIFO) buffer of open AppMaps. As an AppMap is OPENed it is
placed at the top of the search chain. AppMaps already in the chain are moved
down the chain and searched in a LIFO order. This allows a primary AppMap to
be OPENed that might contain many default and shared values while subsequently
opened AppMaps might have overriding entries, entries that build upon the
defaults, or contain locale-specific entries for things like NLS testing.
<p>
Support is currently provided via the SAFSMAPS service.
</p></detailed_desc><BR/>
</DIV>
<BR/>
<DIV NAME="list" ID="other">
<p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p>
<code class="safs">
<OL start="3" ><LI>
<B>Mode</B>
<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Enable("ON") or Disable("OFF") this feature.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI></OL ></code>
<br/>
<p><B>Examples:</B></p>
<code class="safs"><UL>
<LI>
<B><usage xmlns="">C, AppMapChaining, OFF</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Turn OFF the AppMapChaining feature which is ON by default.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
</UL>
</code>
<br/>
<A href="SAFSReferenceKey.htm" alt="Reference Legend or Key">
<SMALL><B>[How To Read This Reference]</B></SMALL>
</A>
<HR/>
</DIV>
</DIV>
| kid551/safsdev.test.github.io | keyref/TIDComponentDDDriverCommandsAppMapChaining.html | HTML | mit | 2,316 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>Rdio.framework: Data Fields - Properties</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Rdio.framework
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li class="current"><a href="functions_prop.html"><span>Properties</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
 <ul>
<li>currentTrack
: <a class="el" href="interface_r_d_player.html#a0b7239d0bd92a6ed42fe60a9ac68ccef">RDPlayer</a>
</li>
<li>currentTrackIndex
: <a class="el" href="interface_r_d_player.html#ae95f9479bfb8accad5dc1def547f20ae">RDPlayer</a>
</li>
<li>delegate
: <a class="el" href="interface_rdio.html#a2f5ff4d183f11bd129f6db516404c1dd">Rdio</a>
, <a class="el" href="interface_r_d_player.html#af5b7a5356df5723aabc187a6e13f3815">RDPlayer</a>
</li>
<li>duration
: <a class="el" href="interface_r_d_player.html#ab9f68ef753113e9b47b3363a00156209">RDPlayer</a>
</li>
<li>parameters
: <a class="el" href="interface_r_d_a_p_i_request.html#a3a5610a66f35dbc8b35119cc082156ae">RDAPIRequest</a>
</li>
<li>player
: <a class="el" href="interface_rdio.html#a43d8b999645d27a3bd94d00135831d54">Rdio</a>
</li>
<li>position
: <a class="el" href="interface_r_d_player.html#aa1b2c258efdc9e057ee99a45179692fd">RDPlayer</a>
</li>
<li>state
: <a class="el" href="interface_r_d_player.html#aa33b02012654d4fa1d062b7c380a099a">RDPlayer</a>
</li>
<li>trackKeys
: <a class="el" href="interface_r_d_player.html#a6928152ef6d14a77a93da7eee024c588">RDPlayer</a>
</li>
<li>user
: <a class="el" href="interface_rdio.html#aae97a754bf678c189a8f09a0dadee3a6">Rdio</a>
</li>
<li>userInfo
: <a class="el" href="interface_r_d_a_p_i_request_delegate.html#a3f22482fc29a99196951e94a0b548e65">RDAPIRequestDelegate</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jun 21 2013 10:30:25 for Rdio.framework by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
| techcamp15-tokyo-1/mimp | app/sdk/rdio-ios-1.3.2/docs/functions_prop.html | HTML | mit | 3,823 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
2f3ee776-df43-46a5-b33b-813d31f9541c
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#SecureBlackbox.SSHClient">SecureBlackbox.SSHClient</a></strong></td>
<td class="text-center">99.88 %</td>
<td class="text-center">99.65 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">99.65 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="SecureBlackbox.SSHClient"><h3>SecureBlackbox.SSHClient</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Diagnostics.DebuggableAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Boolean,System.Boolean)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Threading.Thread</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Sleep(System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/se/secureblackbox.12.0.272/SecureBlackbox.SSHClient-sl5.html | HTML | mit | 12,921 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>additions: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.4.5 / additions - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
additions
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-05 04:20:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 04:20:23 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.4.5 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/additions"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Additions"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: addition chains" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" "category: Miscellaneous/Extracted Programs/Arithmetic" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/additions/issues"
dev-repo: "git+https://github.com/coq-contribs/additions.git"
synopsis: "Addition Chains"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/additions/archive/v8.8.0.tar.gz"
checksum: "md5=7c3f65e179abbfdacd06f5a0d925f7cd"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-additions.8.8.0 coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
The following dependencies couldn't be met:
- coq-additions -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-additions.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.5/additions/8.8.0.html | HTML | mit | 7,066 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> Configuring Remote Connections with PostgreSQL · Usman Mahmood </title>
<link rel="stylesheet" href="https://www.usman.me.uk/css/poole.css">
<link rel="stylesheet" href="https://www.usman.me.uk/css/syntax.css">
<link rel="stylesheet" href="https://www.usman.me.uk/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Raleway']
}
});
</script>
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1 style="font-size: 60px" class="brand"><a href="https://www.usman.me.uk">Usman Mahmood</a></h1><br/>
<p class="lead">
Algorithms + Data Structures = Programs
</p>
</div>
<ul class="sidebar-nav">
<li><a href="https://www.usman.me.uk/blog">Posts</a></li>
<li><a href="/about/">About </a></li>
<br/>
<li><a href="https://github.com/umahmood">Github</a></li>
<li><a href="https://twitter.com/make_slice">Twitter</a></li>
<li><a href="https://keybase.io/usman">Keybase</a></li>
<br/>
© 2020 Usman Mahmood. All rights reserved.</p>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Configuring Remote Connections with PostgreSQL</h1>
<span class="post-date">Feb 13, 2020</span>
<p>If you need to access your PostgreSQL database from another machine, you need to edit the configuration, to make the database listen to incoming connections from other hosts. Below are the steps on how to do this.</p>
<p><strong>Note</strong>: Do not do this on your production database environment, It will open up a potential security flaw. This should be fine to do on your staging environment for testing purposes.</p>
<p>On the machine running PostgreSQL, locate configuration file <em>postgres.conf:</em></p>
<pre><code>$ su - postgres
$ psql
$ SHOW config_file;
postgres=# SHOW config_file;
config_file
------------------------------------------
/etc/postgresql/9.6/main/postgresql.conf
(1 row)
</code></pre>
<p>Open the file:</p>
<pre><code>$ sudo nano /etc/postgresql/9.6/main/postgresql.conf
</code></pre>
<p>Edit the line:</p>
<pre><code>listen_address = "localhost"
</code></pre>
<p>And append the machines IP address. So it looks like:</p>
<pre><code>listen_address = "localhost, 192.168.0.40"
</code></pre>
<p>Note: you can get the machines IP address with <em>ifconfig -a</em>.</p>
<p>Now we need to edit the configuration file pg_hba.conf, you can locate the file with:</p>
<pre><code>$ su - postgres
$ psql
$ SHOW hba_file;
</code></pre>
<p>Open the file:</p>
<pre><code>$ sudo nano /etc/postgresql/9.6/main/pg_hba.conf
</code></pre>
<p>Add the line:</p>
<pre><code>host example postgres 192.168.0.40/32 md5
</code></pre>
<p>Now restart PostgreSQL:</p>
<pre><code>$ sudo service postgresql restart
</code></pre>
<h4 id="testing">Testing:</h4>
<p>Let’s connect to our PostgreSQL database from another machine, using Python:</p>
<pre><code>import psycopg2
# Connect to an existing database
conn = psycopg2.connect("host='192.168.0.40' dbname='test' user='postgres' password='password'")
cur = conn.cursor()
cur.execute("SELECT * FROM test;")
...
cur.close()
conn.close()
</code></pre>
<p>Fin</p>
</div>
</div>
</body>
</html>
| umahmood/umahmood.github.io | 2020/02/conn-postgres/index.html | HTML | mit | 4,334 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
<meta name="theme-color" content="#ffffff">
<title>Installing - Tempus Dominus - Bootstrap 4</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
<link href="../theme/css/base.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css" rel="stylesheet">
<link href="../theme/css/tempusdominus-bootstrap-4.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js" integrity="sha512-ubuT8Z88WxezgSqf3RLuNi5lmjstiJcyezx34yIU2gAHonIi27Na7atqzUZCOoY4CExaoFumzOsFQ2Ch+I/HCw==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment-with-locales.min.js" integrity="sha512-EATaemfsDRVs6gs1pHbvhc6+rKFGv8+w4Wnxk4LmkC0fzdVoyWb+Xtexfrszd1YuUMBEhucNuorkf8LpFBhj6w==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.31/moment-timezone-with-data-10-year-range.min.js" integrity="sha512-Rb9RCtecTEK3SdnnQhrZx4GM1ascb2CNHybgugRDTriP/b1As79OemxeIT5qs6RMJ/fCpeJrDjtpASh7I7EKMQ==" crossorigin="anonymous"></script>
<script>var base_url = '..';</script>
<script src="../theme/js/base.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script src="../theme/js/tempusdominus-bootstrap-4.js"></script>
</head>
<body>
<header class="navbar navbar-expand navbar-dark flex-column flex-md-row bd-navbar">
<a class="navbar-brand" href="https://getdatepicker.com/5-4/"><img src="https://getdatepicker.com/favicon-32x32.png" alt="home" /></a>
<div class="navbar-nav-scroll">
<ul class="navbar-nav bd-navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link " href="..">Tempus Dominus Bootstrap 4</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../Usage/">Usage</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./">Installing</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../Functions/">Functions</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../Options/">Options</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../Events/">Events</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../ContributorsGuide/">Dev Guide</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../Extras/">Extras</a>
</li>
<li class="nav-item">
<a class="nav-link " href="../FAQ/">FAQs</a>
</li>
</ul>
</div>
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
<li class="nav-item">
<a class="nav-link p-2" href="https://github.com/tempusdominus/bootstrap-4" target="_blank" rel="noopener" aria-label="GitHub">
<span class="fa fa-github"></span>
</a>
</li>
</ul>
</header>
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>.<br/>
The Tempus Dominus projects are getting rolled back into the <a href="https://github.com/Eonasdan/tempus-dominus">orginal repo</a>. TD Bootsrap 3/4 are no longer supported.
</div>
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DC5QN&placement=eonasdangithubio" id="_carbonads_js"></script>
<nav class="bd-links" id="docsNavbarContent">
<div class="bd-toc-item active">
<ul class="nav bd-sidenav">
<li class="active bd-sidenav-active"><a href="#minimal-requirements">Minimal Requirements</a></li>
<li class=""><a href="#installation-guides">Installation Guides</a></li>
<li><a href="#cdn">CDN</a></li>
<li><a href="#package-managers">Package Managers</a></li>
<li><a href="#manual">Manual</a></li>
</ul>
</div>
</nav></div>
<div class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title">Installing</h1>
<h1 id="minimal-requirements">Minimal Requirements</h1>
<ol>
<li>jQuery</li>
<li>Moment.js</li>
<li>Locales: Moment's locale files are <a href="https://github.com/moment/moment/tree/master/locale">here</a></li>
</ol>
<h1 id="installation-guides">Installation Guides</h1>
<ul>
<li><a href="#cdn">CDN</a></li>
<li><a href="#rails">Rails</a></li>
<li><a href="#django">Django</a></li>
<li><a href="#angular-wrapper">Angular</a></li>
<li><a href="#manual">Manual</a></li>
</ul>
<h2 id="cdn">CDN</h2>
<pre><code class="html"><head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.38.0/js/tempusdominus-bootstrap-4.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tempusdominus-bootstrap-4/5.38.0/css/tempusdominus-bootstrap-4.min.css" crossorigin="anonymous" />
</head>
</code></pre>
<h2 id="package-managers">Package Managers</h2>
<h3 id="rails">Rails</h3>
<p>Rails 5.1 Support - <a href="https://github.com/Bialogs/bootstrap4-datetime-picker-rails">Bootstrap 4 Datetime Picker Rails</a></p>
<ol>
<li>Add <code>gem 'bootstrap4-datetime-picker-rails'</code> to your <code>Gemfile</code></li>
<li>Execute <code>bundle</code></li>
<li>Add <code>//= require tempusdominus-bootstrap-4.js</code> to your <code>application.js</code></li>
<li>Add <code>@import "tempusdominus-bootstrap-4.css"</code> to your <code>application.scss</code></li>
</ol>
<h3 id="django">Django</h3>
<p>Python package for Django: <a href="https://pypi.org/project/django-tempus-dominus/">Django Tempus Dominus</a></p>
<ol>
<li>Install via pip: <code>pip install django-tempus-dominus</code></li>
<li>Widgets are provided for Date, DateTime, and Time.</li>
<li><a href="https://pypi.org/project/django-tempus-dominus/">Full examples are available with Django Forms, Widgets, and Templates</a>.</li>
</ol>
<h3 id="angular-wrapper">Angular Wrapper</h3>
<p>Follow instructions at <a href="https://github.com/fetrarij/ngx-tempusdominus-bootstrap">ngx-tempusdominus-bootstrap</a> </p>
<h2 id="manual">Manual</h2>
<ol>
<li>Acquire <a href="http://jquery.com">jQuery</a></li>
<li>Acquire <a href="https://github.com/moment/moment">Moment.js</a></li>
<li>Acquire</li>
</ol>
<pre><code class="html"><script type="text/javascript" src="/path/to/jquery.js"></script>
<script type="text/javascript" src="/path/to/moment.js"></script>
<script type="text/javascript" src="/path/to/tempusdominus-bootstrap-4.min.js"></script>
<link rel="stylesheet" href="/path/to/tempusdominus-bootstrap-4.min.css"/>
</code></pre>
</div>
</div>
</div>
<script>
if (top !== self) { top.location.replace(self.location.href); }
if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-47462200-1', 'eonasdan.github.io');
ga('send', 'pageview');
}
</script>
</body>
</html> | Eonasdan/bootstrap-datetimepicker | docs/5-4/Installing/index.html | HTML | mit | 9,626 |
<html>
<head></head>
<body>
Hello
</body>
</html> | neep305/swordfish | text_analysis/templates/home.html | HTML | mit | 49 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style/main.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
</head>
<body>
<div class="containment"></div>
</body>
<script src="/bundle.js"></script>
</html>
| maxvrancken/Personal_Website | index.html | HTML | mit | 488 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.9.7: man.doxy Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">0.9.7
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html">D:</a></li><li class="navelem"><a class="el" href="dir_7b98f88bffbed4b390b5f8f520d9c08e.html">Source</a></li><li class="navelem"><a class="el" href="dir_1f76e953200861345293ade84ac7fb6c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e29b03b892e0e25920d021a614d4db9b.html">glm</a></li><li class="navelem"><a class="el" href="dir_577c788b67d63fb3b3b5752bd495d0f2.html">doc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">man.doxy</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor"># Doxyfile 1.8.10</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor"># This file describes the settings to be used by the documentation system</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor"># doxygen (www.doxygen.org) for a project.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor"># All text after a double hash (##) is considered a comment and is placed in</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor"># front of the TAG it is preceding.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor"># All text after a single hash (#) is considered a comment and will be ignored.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor"># The format is:</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor"># TAG = value [value, ...]</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor"># For lists, items can also be appended using:</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"># TAG += value [value, ...]</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor"># Values that contain spaces should be placed between quotes (\" \").</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"># Project related configuration options</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor"># This tag specifies the encoding used for all characters in the config file</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor"># that follow. The default is UTF-8 which is also the encoding used for all text</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"># before the first occurrence of this tag. Doxygen uses libiconv (or the iconv</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor"># built into libc) for the transcoding. See http://www.gnu.org/software/libiconv</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"># for the list of possible encodings.</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor"># The default value is: UTF-8.</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> DOXYFILE_ENCODING = UTF-8</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor"># The PROJECT_NAME tag is a single word (or a sequence of words surrounded by</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor"># double-quotes, unless you are using Doxywizard) that should identify the</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"># project for which the documentation is generated. This name is used in the</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"># title of most generated pages and in a few other places.</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor"># The default value is: My Project.</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> PROJECT_NAME = 0.9.7</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor"># The PROJECT_NUMBER tag can be used to enter a project or revision number. This</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor"># could be handy for archiving the generated documentation or if some version</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor"># control system is used.</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> PROJECT_NUMBER = </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor"># Using the PROJECT_BRIEF tag one can provide an optional one line description</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor"># for a project that appears at the top of each page and should give viewer a</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor"># quick idea about the purpose of the project. Keep the description short.</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> PROJECT_BRIEF = </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor"># With the PROJECT_LOGO tag one can specify a logo or an icon that is included</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor"># in the documentation. The maximum height of the logo should not exceed 55</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor"># pixels and the maximum width should not exceed 200 pixels. Doxygen will copy</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor"># the logo to the output directory.</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> PROJECT_LOGO = E:/Source/G-Truc/<a class="code" href="a00146.html">glm</a>/doc/logo.png</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor"># The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor"># into which the generated documentation will be written. If a relative path is</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor"># entered, it will be relative to the location where doxygen was started. If</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor"># left blank the current directory will be used.</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> OUTPUT_DIRECTORY = .</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor"># directories (in 2 levels) under the output directory of each output format and</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor"># will distribute the generated files over these directories. Enabling this</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"># option can be useful when feeding doxygen a huge amount of source files, where</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"># putting all generated files in the same directory would otherwise causes</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor"># performance problems for the file system.</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> CREATE_SUBDIRS = NO</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor"># If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor"># characters to appear in the names of generated files. If set to NO, non-ASCII</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="preprocessor"># characters will be escaped, for example _xE3_x81_x84 will be used for Unicode</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor"># U+3044.</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> ALLOW_UNICODE_NAMES = NO</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor"># The OUTPUT_LANGUAGE tag is used to specify the language in which all</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor"># documentation generated by doxygen is written. Doxygen will use this</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="preprocessor"># information to generate all constant output in the proper language.</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor"># Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor"># Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="preprocessor"># Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor"># Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor"># Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor"># Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor"># Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="preprocessor"># Ukrainian and Vietnamese.</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor"># The default value is: English.</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> OUTPUT_LANGUAGE = English</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="preprocessor"># If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="preprocessor"># descriptions after the members that are listed in the file and class</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor"># documentation (similar to Javadoc). Set to NO to disable this.</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> BRIEF_MEMBER_DESC = NO</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor"># If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor"># description of a member or function before the detailed description</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="preprocessor"># Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="preprocessor"># brief descriptions will be completely suppressed.</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> REPEAT_BRIEF = YES</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="preprocessor"># This tag implements a quasi-intelligent brief description abbreviator that is</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="preprocessor"># used to form the text in various listings. Each string in this list, if found</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="preprocessor"># as the leading text of the brief description, will be stripped from the text</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="preprocessor"># and the result, after processing the whole list, is used as the annotated</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="preprocessor"># text. Otherwise, the brief description is used as-is. If left blank, the</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="preprocessor"># following values are used ($name is automatically replaced with the name of</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="preprocessor"># the entity):The $name class, The $name widget, The $name file, is, provides,</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="preprocessor"># specifies, contains, represents, a, an and the.</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span> ABBREVIATE_BRIEF = <span class="stringliteral">"The $name class "</span> \</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="stringliteral">"The $name widget "</span> \</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="stringliteral">"The $name file "</span> \</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  is \</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  provides \</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  specifies \</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  contains \</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  represents \</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  a \</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  an \</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  the</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="preprocessor"># If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="preprocessor"># doxygen will generate a detailed section even if there is only a brief</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="preprocessor"># description.</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> ALWAYS_DETAILED_SEC = NO</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="preprocessor"># If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="preprocessor"># inherited members of a class in the documentation of that class as if those</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="preprocessor"># members were ordinary class members. Constructors, destructors and assignment</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="preprocessor"># operators of the base classes will not be shown.</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span> INLINE_INHERITED_MEMB = NO</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="preprocessor"># If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="preprocessor"># before files name in the file list and in the header files. If set to NO the</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> <span class="preprocessor"># shortest path that makes the file name unique will be used</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> FULL_PATH_NAMES = NO</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> </div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="preprocessor"># The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="preprocessor"># Stripping is only done if one of the specified strings matches the left-hand</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="preprocessor"># part of the path. The tag can be used to show relative paths in the file list.</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> <span class="preprocessor"># If left blank the directory from which doxygen is run is used as the path to</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor"># strip.</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="preprocessor"># Note that you can specify absolute paths here, but also relative paths, which</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="preprocessor"># will be relative from the directory where doxygen is started.</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="preprocessor"># This tag requires that the tag FULL_PATH_NAMES is set to YES.</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> </div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span> STRIP_FROM_PATH = <span class="stringliteral">"C:/Documents and Settings/Groove/ "</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span> </div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor"># The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span> <span class="preprocessor"># path mentioned in the documentation of a class, which tells the reader which</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor"># header file to include in order to use a class. If left blank only the name of</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="preprocessor"># the header file containing the class definition is used. Otherwise one should</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="preprocessor"># specify the list of include paths that are normally passed to the compiler</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="preprocessor"># using the -I flag.</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> </div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span> STRIP_FROM_INC_PATH = </div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="preprocessor"># If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="preprocessor"># less readable) file names. This can be useful is your file systems doesn't</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor"># support long names like on DOS, Mac, or CD-ROM.</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span> SHORT_NAMES = YES</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="preprocessor"># If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="preprocessor"># first line (until the first dot) of a Javadoc-style comment as the brief</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="preprocessor"># description. If set to NO, the Javadoc-style will behave just like regular Qt-</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="preprocessor"># style comments (thus requiring an explicit @brief command for a brief</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor"># description.)</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> JAVADOC_AUTOBRIEF = YES</div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span> </div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span> <span class="preprocessor"># If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first</span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span> <span class="preprocessor"># line (until the first dot) of a Qt-style comment as the brief description. If</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span> <span class="preprocessor"># set to NO, the Qt-style will behave just like regular Qt-style comments (thus</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span> <span class="preprocessor"># requiring an explicit \brief command for a brief description.)</span></div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span> </div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> QT_AUTOBRIEF = NO</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span> </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="preprocessor"># The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="preprocessor"># multi-line C++ special comment block (i.e. a block of </span></div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor"># a brief description. This used to be the default behavior. The new default is</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor"># to treat a multi-line C++ comment block as a detailed description. Set this</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span> <span class="preprocessor"># tag to YES if you prefer the old behavior instead.</span></div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor"># Note that setting this tag to YES also means that rational rose comments are</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span> <span class="preprocessor"># not recognized any more.</span></div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span> MULTILINE_CPP_IS_BRIEF = NO</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span> </div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span> <span class="preprocessor"># If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span> <span class="preprocessor"># documentation from any documented member that it re-implements.</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> </div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span> INHERIT_DOCS = YES</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span> </div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span> <span class="preprocessor"># If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> <span class="preprocessor"># page for each member. If set to NO, the documentation of a member will be part</span></div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span> <span class="preprocessor"># of the file/class/namespace that contains it.</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span> </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> SEPARATE_MEMBER_PAGES = NO</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span> </div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span> <span class="preprocessor"># The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen</span></div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span> <span class="preprocessor"># uses this value to replace tabs by spaces in code fragments.</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span> <span class="preprocessor"># Minimum value: 1, maximum value: 16, default value: 4.</span></div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span> </div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span> TAB_SIZE = 8</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span> </div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span> <span class="preprocessor"># This tag can be used to specify a number of aliases that act as commands in</span></div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span> <span class="preprocessor"># the documentation. An alias has the form:</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span> <span class="preprocessor"># name=value</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span> <span class="preprocessor"># For example adding</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span> <span class="preprocessor"># "sideeffect=@par Side Effects:\n"</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span> <span class="preprocessor"># will allow you to put the command \sideeffect (or @sideeffect) in the</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span> <span class="preprocessor"># documentation, which will result in a user-defined paragraph with heading</span></div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span> <span class="preprocessor"># "Side Effects:". You can put \n's in the value part of an alias to insert</span></div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span> <span class="preprocessor"># newlines.</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span> </div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span> ALIASES = </div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span> </div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span> <span class="preprocessor"># This tag can be used to specify a number of word-keyword mappings (TCL only).</span></div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span> <span class="preprocessor"># A mapping has the form "name=value". For example adding "class=itcl::class"</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span> <span class="preprocessor"># will allow you to use the command class in the itcl::class meaning.</span></div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span> </div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span> TCL_SUBST = </div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span> </div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span> <span class="preprocessor"># Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources</span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span> <span class="preprocessor"># only. Doxygen will then generate output that is more tailored for C. For</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span> <span class="preprocessor"># instance, some of the names that are used will be different. The list of all</span></div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span> <span class="preprocessor"># members will be omitted, etc.</span></div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span> </div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span> OPTIMIZE_OUTPUT_FOR_C = NO</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span> <span class="preprocessor"># Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or</span></div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span> <span class="preprocessor"># Python sources only. Doxygen will then generate output that is more tailored</span></div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span> <span class="preprocessor"># for that language. For instance, namespaces will be presented as packages,</span></div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span> <span class="preprocessor"># qualified scopes will look different, etc.</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span> OPTIMIZE_OUTPUT_JAVA = NO</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span> </div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span> <span class="preprocessor"># Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran</span></div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span> <span class="preprocessor"># sources. Doxygen will then generate output that is tailored for Fortran.</span></div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span> </div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span> OPTIMIZE_FOR_FORTRAN = NO</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span> </div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span> <span class="preprocessor"># Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL</span></div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span> <span class="preprocessor"># sources. Doxygen will then generate output that is tailored for VHDL.</span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span> </div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span> OPTIMIZE_OUTPUT_VHDL = NO</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span> </div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span> <span class="preprocessor"># Doxygen selects the parser to use depending on the extension of the files it</span></div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span> <span class="preprocessor"># parses. With this tag you can assign which parser to use for a given</span></div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span> <span class="preprocessor"># extension. Doxygen has a built-in mapping, but you can override or extend it</span></div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span> <span class="preprocessor"># using this tag. The format is ext=language, where ext is a file extension, and</span></div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span> <span class="preprocessor"># language is one of the parsers supported by doxygen: IDL, Java, Javascript,</span></div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span> <span class="preprocessor"># C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:</span></div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span> <span class="preprocessor"># FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:</span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span> <span class="preprocessor"># Fortran. In the later case the parser tries to guess whether the code is fixed</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span> <span class="preprocessor"># or free formatted code, this is the default for Fortran type files), VHDL. For</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span> <span class="preprocessor"># instance to make doxygen treat .inc files as Fortran files (default is PHP),</span></div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span> <span class="preprocessor"># and .f files as C (default is Fortran), use: inc=Fortran f=C.</span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span> <span class="preprocessor"># Note: For files without extension you can use no_extension as a placeholder.</span></div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span> <span class="preprocessor"># Note that for custom extensions you also need to set FILE_PATTERNS otherwise</span></div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span> <span class="preprocessor"># the files are not read by doxygen.</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span> </div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span> EXTENSION_MAPPING = </div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span> </div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span> <span class="preprocessor"># If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments</span></div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span> <span class="preprocessor"># according to the Markdown format, which allows for more readable</span></div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span> <span class="preprocessor"># documentation. See http://daringfireball.net/projects/markdown/ for details.</span></div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span> <span class="preprocessor"># The output of markdown processing is further processed by doxygen, so you can</span></div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span> <span class="preprocessor"># mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in</span></div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span> <span class="preprocessor"># case of backward compatibilities issues.</span></div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span> </div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span> MARKDOWN_SUPPORT = YES</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span> </div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span> <span class="preprocessor"># When enabled doxygen tries to link words that correspond to documented</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span> <span class="preprocessor"># classes, or namespaces to their corresponding documentation. Such a link can</span></div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span> <span class="preprocessor"># be prevented in individual cases by putting a % sign in front of the word or</span></div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span> <span class="preprocessor"># globally by setting AUTOLINK_SUPPORT to NO.</span></div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span> </div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span> AUTOLINK_SUPPORT = YES</div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span> <span class="preprocessor"># If you use STL classes (i.e. std::string, std::vector, etc.) but do not want</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span> <span class="preprocessor"># to include (a tag file for) the STL sources as input, then you should set this</span></div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span> <span class="preprocessor"># tag to YES in order to let doxygen match functions declarations and</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span> <span class="preprocessor"># definitions whose arguments contain STL classes (e.g. func(std::string);</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span> <span class="preprocessor"># versus func(std::string) {}). This also make the inheritance and collaboration</span></div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span> <span class="preprocessor"># diagrams that involve STL classes more complete and accurate.</span></div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span> </div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span> BUILTIN_STL_SUPPORT = NO</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span> </div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span> <span class="preprocessor"># If you use Microsoft's C++/CLI language, you should set this option to YES to</span></div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span> <span class="preprocessor"># enable parsing support.</span></div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span> </div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span> CPP_CLI_SUPPORT = NO</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span> </div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span> <span class="preprocessor"># Set the SIP_SUPPORT tag to YES if your project consists of sip (see:</span></div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span> <span class="preprocessor"># http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span> <span class="preprocessor"># will parse them like normal C++ but will assume all classes use public instead</span></div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span> <span class="preprocessor"># of private inheritance when no explicit protection keyword is present.</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span> </div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span> SIP_SUPPORT = NO</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span> </div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span> <span class="preprocessor"># For Microsoft's IDL there are propget and propput attributes to indicate</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span> <span class="preprocessor"># getter and setter methods for a property. Setting this option to YES will make</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span> <span class="preprocessor"># doxygen to replace the get and set methods by a property in the documentation.</span></div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span> <span class="preprocessor"># This will only work if the methods are indeed getting or setting a simple</span></div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span> <span class="preprocessor"># type. If this is not the case, or you want to show the methods anyway, you</span></div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span> <span class="preprocessor"># should set this option to NO.</span></div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span> </div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span> IDL_PROPERTY_SUPPORT = YES</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span> </div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span> <span class="preprocessor"># If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC</span></div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span> <span class="preprocessor"># tag is set to YES then doxygen will reuse the documentation of the first</span></div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span> <span class="preprocessor"># member in the group (if any) for the other members of the group. By default</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span> <span class="preprocessor"># all members of a group must be documented explicitly.</span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span> </div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span> DISTRIBUTE_GROUP_DOC = NO</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span> </div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span> <span class="preprocessor"># If one adds a struct or class to a group and this option is enabled, then also</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span> <span class="preprocessor"># any nested class or struct is added to the same group. By default this option</span></div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span> <span class="preprocessor"># is disabled and one has to add nested compounds explicitly via \ingroup.</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span> </div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span> GROUP_NESTED_COMPOUNDS = NO</div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span> </div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span> <span class="preprocessor"># Set the SUBGROUPING tag to YES to allow class member groups of the same type</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span> <span class="preprocessor"># (for instance a group of public functions) to be put as a subgroup of that</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span> <span class="preprocessor"># type (e.g. under the Public Functions section). Set it to NO to prevent</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span> <span class="preprocessor"># subgrouping. Alternatively, this can be done per class using the</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span> <span class="preprocessor"># \nosubgrouping command.</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span> </div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span> SUBGROUPING = NO</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span> </div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span> <span class="preprocessor"># When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span> <span class="preprocessor"># are shown inside the group in which they are included (e.g. using \ingroup)</span></div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span> <span class="preprocessor"># instead of on a separate page (for HTML and Man pages) or section (for LaTeX</span></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span> <span class="preprocessor"># and RTF).</span></div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span> <span class="preprocessor"># Note that this feature does not work in combination with</span></div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span> <span class="preprocessor"># SEPARATE_MEMBER_PAGES.</span></div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span> </div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span> INLINE_GROUPED_CLASSES = NO</div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span> </div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span> <span class="preprocessor"># When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions</span></div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> <span class="preprocessor"># with only public data fields or simple typedef fields will be shown inline in</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span> <span class="preprocessor"># the documentation of the scope in which they are defined (i.e. file,</span></div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span> <span class="preprocessor"># namespace, or group documentation), provided this scope is documented. If set</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span> <span class="preprocessor"># to NO, structs, classes, and unions are shown on a separate page (for HTML and</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span> <span class="preprocessor"># Man pages) or section (for LaTeX and RTF).</span></div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span> </div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span> INLINE_SIMPLE_STRUCTS = NO</div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span> </div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span> <span class="preprocessor"># When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or</span></div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span> <span class="preprocessor"># enum is documented as struct, union, or enum with the name of the typedef. So</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span> <span class="preprocessor"># typedef struct TypeS {} TypeT, will appear in the documentation as a struct</span></div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span> <span class="preprocessor"># with name TypeT. When disabled the typedef will appear as a member of a file,</span></div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span> <span class="preprocessor"># namespace, or class. And the struct will be named TypeS. This can typically be</span></div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span> <span class="preprocessor"># useful for C code in case the coding convention dictates that all compound</span></div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span> <span class="preprocessor"># types are typedef'ed and only the typedef is referenced, never the tag name.</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span> </div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span> TYPEDEF_HIDES_STRUCT = NO</div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span> </div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span> <span class="preprocessor"># The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This</span></div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span> <span class="preprocessor"># cache is used to resolve symbols given their name and scope. Since this can be</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span> <span class="preprocessor"># an expensive process and often the same symbol appears multiple times in the</span></div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span> <span class="preprocessor"># code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small</span></div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span> <span class="preprocessor"># doxygen will become slower. If the cache is too large, memory is wasted. The</span></div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span> <span class="preprocessor"># cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span> <span class="preprocessor"># is 0..9, the default is 0, corresponding to a cache size of 2^16=65536</span></div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span> <span class="preprocessor"># symbols. At the end of a run doxygen will report the cache usage and suggest</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span> <span class="preprocessor"># the optimal cache size from a speed point of view.</span></div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span> <span class="preprocessor"># Minimum value: 0, maximum value: 9, default value: 0.</span></div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span> </div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span> LOOKUP_CACHE_SIZE = 0</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span> </div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span> <span class="preprocessor"># Build related configuration options</span></div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span> </div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span> <span class="preprocessor"># If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in</span></div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span> <span class="preprocessor"># documentation are documented, even if no documentation was available. Private</span></div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span> <span class="preprocessor"># class members and static file members will be hidden unless the</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span> <span class="preprocessor"># EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.</span></div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span> <span class="preprocessor"># Note: This will also disable the warnings about undocumented members that are</span></div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span> <span class="preprocessor"># normally produced when WARNINGS is set to YES.</span></div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span> </div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span> EXTRACT_ALL = NO</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span> </div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span> <span class="preprocessor"># If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will</span></div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span> <span class="preprocessor"># be included in the documentation.</span></div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span> </div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span> EXTRACT_PRIVATE = NO</div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span> </div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span> <span class="preprocessor"># If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal</span></div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span> <span class="preprocessor"># scope will be included in the documentation.</span></div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span> </div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span> EXTRACT_PACKAGE = NO</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span> </div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span> <span class="preprocessor"># If the EXTRACT_STATIC tag is set to YES, all static members of a file will be</span></div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span> <span class="preprocessor"># included in the documentation.</span></div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span> </div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span> EXTRACT_STATIC = YES</div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span> </div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span> <span class="preprocessor"># If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined</span></div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span> <span class="preprocessor"># locally in source files will be included in the documentation. If set to NO,</span></div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span> <span class="preprocessor"># only classes defined in header files are included. Does not have any effect</span></div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span> <span class="preprocessor"># for Java sources.</span></div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span> </div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span> EXTRACT_LOCAL_CLASSES = NO</div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span> </div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span> <span class="preprocessor"># This flag is only useful for Objective-C code. If set to YES, local methods,</span></div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span> <span class="preprocessor"># which are defined in the implementation section but not in the interface are</span></div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span> <span class="preprocessor"># included in the documentation. If set to NO, only methods in the interface are</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span> <span class="preprocessor"># included.</span></div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span> </div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span> EXTRACT_LOCAL_METHODS = NO</div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span> </div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span> <span class="preprocessor"># If this flag is set to YES, the members of anonymous namespaces will be</span></div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span> <span class="preprocessor"># extracted and appear in the documentation as a namespace called</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span> <span class="preprocessor"># 'anonymous_namespace{file}', where file will be replaced with the base name of</span></div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span> <span class="preprocessor"># the file that contains the anonymous namespace. By default anonymous namespace</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span> <span class="preprocessor"># are hidden.</span></div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span> </div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span> EXTRACT_ANON_NSPACES = NO</div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span> </div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span> <span class="preprocessor"># If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span> <span class="preprocessor"># undocumented members inside documented classes or files. If set to NO these</span></div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span> <span class="preprocessor"># members will be included in the various overviews, but no documentation</span></div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span> <span class="preprocessor"># section is generated. This option has no effect if EXTRACT_ALL is enabled.</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span> </div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span> HIDE_UNDOC_MEMBERS = YES</div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span> </div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span> <span class="preprocessor"># If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span> <span class="preprocessor"># undocumented classes that are normally visible in the class hierarchy. If set</span></div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span> <span class="preprocessor"># to NO, these classes will be included in the various overviews. This option</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span> <span class="preprocessor"># has no effect if EXTRACT_ALL is enabled.</span></div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span> </div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span> HIDE_UNDOC_CLASSES = YES</div>
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span> </div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span> <span class="preprocessor"># If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend</span></div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span> <span class="preprocessor"># (class|struct|union) declarations. If set to NO, these declarations will be</span></div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span> <span class="preprocessor"># included in the documentation.</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span> </div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span> HIDE_FRIEND_COMPOUNDS = YES</div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span> </div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span> <span class="preprocessor"># If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any</span></div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span> <span class="preprocessor"># documentation blocks found inside the body of a function. If set to NO, these</span></div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span> <span class="preprocessor"># blocks will be appended to the function's detailed documentation block.</span></div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span> </div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span> HIDE_IN_BODY_DOCS = YES</div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span> </div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span> <span class="preprocessor"># The INTERNAL_DOCS tag determines if documentation that is typed after a</span></div>
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span> <span class="preprocessor"># \internal command is included. If the tag is set to NO then the documentation</span></div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span> <span class="preprocessor"># will be excluded. Set it to YES to include the internal documentation.</span></div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span> </div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span> INTERNAL_DOCS = NO</div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span> </div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span> <span class="preprocessor"># If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file</span></div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span> <span class="preprocessor"># names in lower-case letters. If set to YES, upper-case letters are also</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span> <span class="preprocessor"># allowed. This is useful if you have classes or files whose names only differ</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span> <span class="preprocessor"># in case and if your file system supports case sensitive file names. Windows</span></div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span> <span class="preprocessor"># and Mac users are advised to set this option to NO.</span></div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span> <span class="preprocessor"># The default value is: system dependent.</span></div>
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span> </div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span> CASE_SENSE_NAMES = YES</div>
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span> </div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span> <span class="preprocessor"># If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with</span></div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span> <span class="preprocessor"># their full class and namespace scopes in the documentation. If set to YES, the</span></div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span> <span class="preprocessor"># scope will be hidden.</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span> </div>
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span> HIDE_SCOPE_NAMES = YES</div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span> </div>
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span> <span class="preprocessor"># If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will</span></div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span> <span class="preprocessor"># append additional text to a page's title, such as Class Reference. If set to</span></div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span> <span class="preprocessor"># YES the compound reference will be hidden.</span></div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span> </div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span> HIDE_COMPOUND_REFERENCE= NO</div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span> </div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span> <span class="preprocessor"># If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span> <span class="preprocessor"># the files that are included by a file in the documentation of that file.</span></div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span> </div>
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span> SHOW_INCLUDE_FILES = NO</div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span> </div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span> <span class="preprocessor"># If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each</span></div>
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span> <span class="preprocessor"># grouped member an include statement to the documentation, telling the reader</span></div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span> <span class="preprocessor"># which file to include in order to use the member.</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span> </div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span> SHOW_GROUPED_MEMB_INC = NO</div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span> </div>
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span> <span class="preprocessor"># If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include</span></div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span> <span class="preprocessor"># files with double quotes in the documentation rather than with sharp brackets.</span></div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span> </div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span> FORCE_LOCAL_INCLUDES = NO</div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span> </div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span> <span class="preprocessor"># If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the</span></div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span> <span class="preprocessor"># documentation for inline members.</span></div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span> </div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span> INLINE_INFO = NO</div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span> </div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span> <span class="preprocessor"># If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the</span></div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span> <span class="preprocessor"># (detailed) documentation of file and class members alphabetically by member</span></div>
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span> <span class="preprocessor"># name. If set to NO, the members will appear in declaration order.</span></div>
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span> </div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span> SORT_MEMBER_DOCS = YES</div>
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span> </div>
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span> <span class="preprocessor"># If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief</span></div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span> <span class="preprocessor"># descriptions of file, namespace and class members alphabetically by member</span></div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span> <span class="preprocessor"># name. If set to NO, the members will appear in declaration order. Note that</span></div>
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span> <span class="preprocessor"># this will also influence the order of the classes in the class list.</span></div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span> </div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span> SORT_BRIEF_DOCS = YES</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span> </div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span> <span class="preprocessor"># If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the</span></div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span> <span class="preprocessor"># (brief and detailed) documentation of class members so that constructors and</span></div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span> <span class="preprocessor"># destructors are listed first. If set to NO the constructors will appear in the</span></div>
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span> <span class="preprocessor"># respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.</span></div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span> <span class="preprocessor"># Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief</span></div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span> <span class="preprocessor"># member documentation.</span></div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span> <span class="preprocessor"># Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting</span></div>
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span> <span class="preprocessor"># detailed member documentation.</span></div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span> </div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span> SORT_MEMBERS_CTORS_1ST = NO</div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span> </div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span> <span class="preprocessor"># If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy</span></div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span> <span class="preprocessor"># of group names into alphabetical order. If set to NO the group names will</span></div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span> <span class="preprocessor"># appear in their defined order.</span></div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span> </div>
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span> SORT_GROUP_NAMES = NO</div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span> </div>
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span> <span class="preprocessor"># If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by</span></div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span> <span class="preprocessor"># fully-qualified names, including namespaces. If set to NO, the class list will</span></div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span> <span class="preprocessor"># be sorted only by class name, not including the namespace part.</span></div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span> <span class="preprocessor"># Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.</span></div>
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span> <span class="preprocessor"># Note: This option applies only to the class list, not to the alphabetical</span></div>
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span> <span class="preprocessor"># list.</span></div>
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span> </div>
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span> SORT_BY_SCOPE_NAME = YES</div>
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span> </div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span> <span class="preprocessor"># If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper</span></div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span> <span class="preprocessor"># type resolution of all parameters of a function it will reject a match between</span></div>
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span> <span class="preprocessor"># the prototype and the implementation of a member function even if there is</span></div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span> <span class="preprocessor"># only one candidate or it is obvious which candidate to choose by doing a</span></div>
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span> <span class="preprocessor"># simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still</span></div>
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span> <span class="preprocessor"># accept a match between prototype and implementation in such cases.</span></div>
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span> </div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span> STRICT_PROTO_MATCHING = NO</div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span> </div>
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span> <span class="preprocessor"># The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo</span></div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span> <span class="preprocessor"># list. This list is created by putting \todo commands in the documentation.</span></div>
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span> </div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span> GENERATE_TODOLIST = YES</div>
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span> </div>
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span> <span class="preprocessor"># The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test</span></div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span> <span class="preprocessor"># list. This list is created by putting \test commands in the documentation.</span></div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span> </div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span> GENERATE_TESTLIST = YES</div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span> </div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span> <span class="preprocessor"># The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug</span></div>
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span> <span class="preprocessor"># list. This list is created by putting \bug commands in the documentation.</span></div>
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span> </div>
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span> GENERATE_BUGLIST = YES</div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span> </div>
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span> <span class="preprocessor"># The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)</span></div>
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span> <span class="preprocessor"># the deprecated list. This list is created by putting \deprecated commands in</span></div>
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span> <span class="preprocessor"># the documentation.</span></div>
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00635"></a><span class="lineno"> 635</span> </div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span> GENERATE_DEPRECATEDLIST= YES</div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span> </div>
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span> <span class="preprocessor"># The ENABLED_SECTIONS tag can be used to enable conditional documentation</span></div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span> <span class="preprocessor"># sections, marked by \if <section_label> ... \endif and \cond <section_label></span></div>
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span> <span class="preprocessor"># ... \endcond blocks.</span></div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span> </div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span> ENABLED_SECTIONS = </div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span> </div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span> <span class="preprocessor"># The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the</span></div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span> <span class="preprocessor"># initial value of a variable or macro / define can have for it to appear in the</span></div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span> <span class="preprocessor"># documentation. If the initializer consists of more lines than specified here</span></div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span> <span class="preprocessor"># it will be hidden. Use a value of 0 to hide initializers completely. The</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span> <span class="preprocessor"># appearance of the value of individual variables and macros / defines can be</span></div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span> <span class="preprocessor"># controlled using \showinitializer or \hideinitializer command in the</span></div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span> <span class="preprocessor"># documentation regardless of this setting.</span></div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span> <span class="preprocessor"># Minimum value: 0, maximum value: 10000, default value: 30.</span></div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span> </div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span> MAX_INITIALIZER_LINES = 30</div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span> </div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span> <span class="preprocessor"># Set the SHOW_USED_FILES tag to NO to disable the list of files generated at</span></div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span> <span class="preprocessor"># the bottom of the documentation of classes and structs. If set to YES, the</span></div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span> <span class="preprocessor"># list will mention the files that were used to generate the documentation.</span></div>
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span> </div>
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span> SHOW_USED_FILES = NO</div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span> </div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span> <span class="preprocessor"># Set the SHOW_FILES tag to NO to disable the generation of the Files page. This</span></div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span> <span class="preprocessor"># will remove the Files entry from the Quick Index and from the Folder Tree View</span></div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span> <span class="preprocessor"># (if specified).</span></div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span> </div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span> SHOW_FILES = YES</div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span> </div>
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span> <span class="preprocessor"># Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces</span></div>
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span> <span class="preprocessor"># page. This will remove the Namespaces entry from the Quick Index and from the</span></div>
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span> <span class="preprocessor"># Folder Tree View (if specified).</span></div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span> </div>
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span> SHOW_NAMESPACES = YES</div>
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span> </div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span> <span class="preprocessor"># The FILE_VERSION_FILTER tag can be used to specify a program or script that</span></div>
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span> <span class="preprocessor"># doxygen should invoke to get the current version for each file (typically from</span></div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span> <span class="preprocessor"># the version control system). Doxygen will invoke the program by executing (via</span></div>
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span> <span class="preprocessor"># popen()) the command command input-file, where command is the value of the</span></div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span> <span class="preprocessor"># FILE_VERSION_FILTER tag, and input-file is the name of an input file provided</span></div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span> <span class="preprocessor"># by doxygen. Whatever the program writes to standard output is used as the file</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span> <span class="preprocessor"># version. For an example see the documentation.</span></div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span> </div>
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span> FILE_VERSION_FILTER = </div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span> </div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span> <span class="preprocessor"># The LAYOUT_FILE tag can be used to specify a layout file which will be parsed</span></div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span> <span class="preprocessor"># by doxygen. The layout file controls the global structure of the generated</span></div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span> <span class="preprocessor"># output files in an output format independent way. To create the layout file</span></div>
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span> <span class="preprocessor"># that represents doxygen's defaults, run doxygen with the -l option. You can</span></div>
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span> <span class="preprocessor"># optionally specify a file name after the option, if omitted DoxygenLayout.xml</span></div>
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span> <span class="preprocessor"># will be used as the name of the layout file.</span></div>
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span> <span class="preprocessor"># Note that if you run doxygen from a directory containing a file called</span></div>
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span> <span class="preprocessor"># DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE</span></div>
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span> <span class="preprocessor"># tag is left empty.</span></div>
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span> </div>
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span> LAYOUT_FILE = </div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span> </div>
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span> <span class="preprocessor"># The CITE_BIB_FILES tag can be used to specify one or more bib files containing</span></div>
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span> <span class="preprocessor"># the reference definitions. This must be a list of .bib files. The .bib</span></div>
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span> <span class="preprocessor"># extension is automatically appended if omitted. This requires the bibtex tool</span></div>
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span> <span class="preprocessor"># to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.</span></div>
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span> <span class="preprocessor"># For LaTeX the style of the bibliography can be controlled using</span></div>
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span> <span class="preprocessor"># LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the</span></div>
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span> <span class="preprocessor"># search path. See also \cite for info how to create references.</span></div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span> </div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span> CITE_BIB_FILES = </div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span> </div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span> <span class="preprocessor"># Configuration options related to warning and progress messages</span></div>
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span> </div>
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span> <span class="preprocessor"># The QUIET tag can be used to turn on/off the messages that are generated to</span></div>
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span> <span class="preprocessor"># standard output by doxygen. If QUIET is set to YES this implies that the</span></div>
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span> <span class="preprocessor"># messages are off.</span></div>
<div class="line"><a name="l00716"></a><span class="lineno"> 716</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span> </div>
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span> QUIET = NO</div>
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span> </div>
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span> <span class="preprocessor"># The WARNINGS tag can be used to turn on/off the warning messages that are</span></div>
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span> <span class="preprocessor"># generated to standard error (stderr) by doxygen. If WARNINGS is set to YES</span></div>
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span> <span class="preprocessor"># this implies that the warnings are on.</span></div>
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span> <span class="preprocessor"># Tip: Turn warnings on while writing the documentation.</span></div>
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span> </div>
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span> WARNINGS = YES</div>
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span> </div>
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span> <span class="preprocessor"># If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate</span></div>
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span> <span class="preprocessor"># warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag</span></div>
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span> <span class="preprocessor"># will automatically be disabled.</span></div>
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span> </div>
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span> WARN_IF_UNDOCUMENTED = YES</div>
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span> </div>
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span> <span class="preprocessor"># If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for</span></div>
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span> <span class="preprocessor"># potential errors in the documentation, such as not documenting some parameters</span></div>
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span> <span class="preprocessor"># in a documented function, or documenting parameters that don't exist or using</span></div>
<div class="line"><a name="l00739"></a><span class="lineno"> 739</span> <span class="preprocessor"># markup commands wrongly.</span></div>
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span> <span class="preprocessor"># The default value is: YES.</span></div>
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span> </div>
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span> WARN_IF_DOC_ERROR = YES</div>
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span> </div>
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span> <span class="preprocessor"># This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that</span></div>
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span> <span class="preprocessor"># are documented, but have no documentation for their parameters or return</span></div>
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span> <span class="preprocessor"># value. If set to NO, doxygen will only warn about wrong or incomplete</span></div>
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span> <span class="preprocessor"># parameter documentation, but not about the absence of documentation.</span></div>
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span> </div>
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span> WARN_NO_PARAMDOC = NO</div>
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span> </div>
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span> <span class="preprocessor"># The WARN_FORMAT tag determines the format of the warning messages that doxygen</span></div>
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span> <span class="preprocessor"># can produce. The string should contain the $file, $line, and $text tags, which</span></div>
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span> <span class="preprocessor"># will be replaced by the file and line number from which the warning originated</span></div>
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span> <span class="preprocessor"># and the warning text. Optionally the format may contain $version, which will</span></div>
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span> <span class="preprocessor"># be replaced by the version of the file (if it could be obtained via</span></div>
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span> <span class="preprocessor"># FILE_VERSION_FILTER)</span></div>
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span> <span class="preprocessor"># The default value is: $file:$line: $text.</span></div>
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span> </div>
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span> WARN_FORMAT = <span class="stringliteral">"$file:$line: $text"</span></div>
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span> </div>
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span> <span class="preprocessor"># The WARN_LOGFILE tag can be used to specify a file to which warning and error</span></div>
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span> <span class="preprocessor"># messages should be written. If left blank the output is written to standard</span></div>
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span> <span class="preprocessor"># error (stderr).</span></div>
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span> </div>
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span> WARN_LOGFILE = </div>
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span> </div>
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span> <span class="preprocessor"># Configuration options related to the input files</span></div>
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span> <span class="preprocessor">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span> </div>
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span> <span class="preprocessor"># The INPUT tag is used to specify the files and/or directories that contain</span></div>
<div class="line"><a name="l00773"></a><span class="lineno"> 773</span> <span class="preprocessor"># documented source files. You may enter file names like myfile.cpp or</span></div>
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span> <span class="preprocessor"># directories like /usr/src/myproject. Separate the files or directories with</span></div>
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span> <span class="preprocessor"># spaces. See also FILE_PATTERNS and EXTENSION_MAPPING</span></div>
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span> <span class="preprocessor"># Note: If this tag is empty the current directory is searched.</span></div>
<div class="line"><a name="l00777"></a><span class="lineno"> 777</span> </div>
<div class="line"><a name="l00778"></a><span class="lineno"> 778</span> INPUT = ../<a class="code" href="a00146.html">glm</a> \</div>
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span>  .</div>
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span> </div>
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span> # This tag can be used to specify the character encoding of the source files</div>
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span> <span class="preprocessor"># that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses</span></div>
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span> <span class="preprocessor"># libiconv (or the iconv built into libc) for the transcoding. See the libiconv</span></div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span> <span class="preprocessor"># documentation (see: http://www.gnu.org/software/libiconv) for the list of</span></div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span> <span class="preprocessor"># possible encodings.</span></div>
<div class="line"><a name="l00786"></a><span class="lineno"> 786</span> <span class="preprocessor"># The default value is: UTF-8.</span></div>
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span> </div>
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span> INPUT_ENCODING = UTF-8</div>
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span> </div>
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span> <span class="preprocessor"># If the value of the INPUT tag contains directories, you can use the</span></div>
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span> <span class="preprocessor"># FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and</span></div>
<div class="line"><a name="l00792"></a><span class="lineno"> 792</span> <span class="preprocessor"># *.h) to filter out the source-files in the directories.</span></div>
<div class="line"><a name="l00793"></a><span class="lineno"> 793</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span> <span class="preprocessor"># Note that for custom extensions or not directly supported extensions you also</span></div>
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span> <span class="preprocessor"># need to set EXTENSION_MAPPING for the extension otherwise the files are not</span></div>
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span> <span class="preprocessor"># read by doxygen.</span></div>
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span> <span class="preprocessor"># If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,</span></div>
<div class="line"><a name="l00799"></a><span class="lineno"> 799</span> <span class="preprocessor"># *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,</span></div>
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span> <span class="preprocessor"># *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,</span></div>
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span> <span class="preprocessor"># *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,</span></div>
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span> <span class="preprocessor"># *.vhdl, *.ucf, *.qsf, *.as and *.js.</span></div>
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span> </div>
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span> FILE_PATTERNS = *.hpp \</div>
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>  *.doxy</div>
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span> </div>
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span> <span class="preprocessor"># The RECURSIVE tag can be used to specify whether or not subdirectories should</span></div>
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span> <span class="preprocessor"># be searched for input files as well.</span></div>
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span> </div>
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span> RECURSIVE = YES</div>
<div class="line"><a name="l00812"></a><span class="lineno"> 812</span> </div>
<div class="line"><a name="l00813"></a><span class="lineno"> 813</span> <span class="preprocessor"># The EXCLUDE tag can be used to specify files and/or directories that should be</span></div>
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span> <span class="preprocessor"># excluded from the INPUT source files. This way you can easily exclude a</span></div>
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span> <span class="preprocessor"># subdirectory from a directory tree whose root is specified with the INPUT tag.</span></div>
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span> <span class="preprocessor"># Note that relative paths are relative to the directory from which doxygen is</span></div>
<div class="line"><a name="l00818"></a><span class="lineno"> 818</span> <span class="preprocessor"># run.</span></div>
<div class="line"><a name="l00819"></a><span class="lineno"> 819</span> </div>
<div class="line"><a name="l00820"></a><span class="lineno"> 820</span> EXCLUDE = </div>
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span> </div>
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span> <span class="preprocessor"># The EXCLUDE_SYMLINKS tag can be used to select whether or not files or</span></div>
<div class="line"><a name="l00823"></a><span class="lineno"> 823</span> <span class="preprocessor"># directories that are symbolic links (a Unix file system feature) are excluded</span></div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span> <span class="preprocessor"># from the input.</span></div>
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span> <span class="preprocessor"># The default value is: NO.</span></div>
<div class="line"><a name="l00826"></a><span class="lineno"> 826</span> </div>
<div class="line"><a name="l00827"></a><span class="lineno"> 827</span> EXCLUDE_SYMLINKS = NO</div>
<div class="line"><a name="l00828"></a><span class="lineno"> 828</span> </div>
<div class="line"><a name="l00829"></a><span class="lineno"> 829</span> <span class="preprocessor"># If the value of the INPUT tag contains directories, you can use the</span></div>
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span> <span class="preprocessor"># EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude</span></div>
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span> <span class="preprocessor"># certain files from those directories.</span></div>
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span> <span class="preprocessor">#</span></div>
<div class="line"><a name="l00833"></a><span class="lineno"> 833</span> <span class="preprocessor"># Note that the wildcards are matched against the file with absolute path, so to</span></div>
<div class="line"><a name="l00834"></a><span class="lineno"> 834</span> <span class="preprocessor"># exclude all test directories for example use the pattern */test</span><span class="comment">/*</span></div>
<div class="line"><a name="l00835"></a><span class="lineno"> 835</span> <span class="comment"></span></div>
<div class="line"><a name="l00836"></a><span class="lineno"> 836</span> <span class="comment">EXCLUDE_PATTERNS = </span></div>
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span> <span class="comment"></span></div>
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span> <span class="comment"># The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names</span></div>
<div class="line"><a name="l00839"></a><span class="lineno"> 839</span> <span class="comment"># (namespaces, classes, functions, etc.) that should be excluded from the</span></div>
<div class="line"><a name="l00840"></a><span class="lineno"> 840</span> <span class="comment"># output. The symbol name can be a fully qualified name, a word, or if the</span></div>
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span> <span class="comment"># wildcard * is used, a substring. Examples: ANamespace, AClass,</span></div>
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span> <span class="comment"># AClass::ANamespace, ANamespace::*Test</span></div>
<div class="line"><a name="l00843"></a><span class="lineno"> 843</span> <span class="comment">#</span></div>
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span> <span class="comment"># Note that the wildcards are matched against the file with absolute path, so to</span></div>
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span> <span class="comment"># exclude all test directories use the pattern */</span><span class="preprocessor">test</span><span class="comment">/*</span></div>
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span> <span class="comment"></span></div>
<div class="line"><a name="l00847"></a><span class="lineno"> 847</span> <span class="comment">EXCLUDE_SYMBOLS = </span></div>
<div class="line"><a name="l00848"></a><span class="lineno"> 848</span> <span class="comment"></span></div>
<div class="line"><a name="l00849"></a><span class="lineno"> 849</span> <span class="comment"># The EXAMPLE_PATH tag can be used to specify one or more files or directories</span></div>
<div class="line"><a name="l00850"></a><span class="lineno"> 850</span> <span class="comment"># that contain example code fragments that are included (see the \include</span></div>
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span> <span class="comment"># command).</span></div>
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span> <span class="comment"></span></div>
<div class="line"><a name="l00853"></a><span class="lineno"> 853</span> <span class="comment">EXAMPLE_PATH = </span></div>
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span> <span class="comment"></span></div>
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span> <span class="comment"># If the value of the EXAMPLE_PATH tag contains directories, you can use the</span></div>
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span> <span class="comment"># EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and</span></div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span> <span class="comment"># *.h) to filter out the source-files in the directories. If left blank all</span></div>
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span> <span class="comment"># files are included.</span></div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span> <span class="comment"></span></div>
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span> <span class="comment">EXAMPLE_PATTERNS = *</span></div>
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span> <span class="comment"></span></div>
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span> <span class="comment"># If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be</span></div>
<div class="line"><a name="l00863"></a><span class="lineno"> 863</span> <span class="comment"># searched for input files to be used with the \include or \dontinclude commands</span></div>
<div class="line"><a name="l00864"></a><span class="lineno"> 864</span> <span class="comment"># irrespective of the value of the RECURSIVE tag.</span></div>
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00866"></a><span class="lineno"> 866</span> <span class="comment"></span></div>
<div class="line"><a name="l00867"></a><span class="lineno"> 867</span> <span class="comment">EXAMPLE_RECURSIVE = NO</span></div>
<div class="line"><a name="l00868"></a><span class="lineno"> 868</span> <span class="comment"></span></div>
<div class="line"><a name="l00869"></a><span class="lineno"> 869</span> <span class="comment"># The IMAGE_PATH tag can be used to specify one or more files or directories</span></div>
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span> <span class="comment"># that contain images that are to be included in the documentation (see the</span></div>
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span> <span class="comment"># \image command).</span></div>
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span> <span class="comment"></span></div>
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span> <span class="comment">IMAGE_PATH = </span></div>
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span> <span class="comment"></span></div>
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span> <span class="comment"># The INPUT_FILTER tag can be used to specify a program that doxygen should</span></div>
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span> <span class="comment"># invoke to filter for each input file. Doxygen will invoke the filter program</span></div>
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span> <span class="comment"># by executing (via popen()) the command:</span></div>
<div class="line"><a name="l00878"></a><span class="lineno"> 878</span> <span class="comment">#</span></div>
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span> <span class="comment"># <filter> <input-file></span></div>
<div class="line"><a name="l00880"></a><span class="lineno"> 880</span> <span class="comment">#</span></div>
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span> <span class="comment"># where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the</span></div>
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span> <span class="comment"># name of an input file. Doxygen will then use the output that the filter</span></div>
<div class="line"><a name="l00883"></a><span class="lineno"> 883</span> <span class="comment"># program writes to standard output. If FILTER_PATTERNS is specified, this tag</span></div>
<div class="line"><a name="l00884"></a><span class="lineno"> 884</span> <span class="comment"># will be ignored.</span></div>
<div class="line"><a name="l00885"></a><span class="lineno"> 885</span> <span class="comment">#</span></div>
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span> <span class="comment"># Note that the filter must not add or remove lines; it is applied before the</span></div>
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span> <span class="comment"># code is scanned, but not when the output code is generated. If lines are added</span></div>
<div class="line"><a name="l00888"></a><span class="lineno"> 888</span> <span class="comment"># or removed, the anchors will not be placed correctly.</span></div>
<div class="line"><a name="l00889"></a><span class="lineno"> 889</span> <span class="comment"></span></div>
<div class="line"><a name="l00890"></a><span class="lineno"> 890</span> <span class="comment">INPUT_FILTER = </span></div>
<div class="line"><a name="l00891"></a><span class="lineno"> 891</span> <span class="comment"></span></div>
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span> <span class="comment"># The FILTER_PATTERNS tag can be used to specify filters on a per file pattern</span></div>
<div class="line"><a name="l00893"></a><span class="lineno"> 893</span> <span class="comment"># basis. Doxygen will compare the file name with each pattern and apply the</span></div>
<div class="line"><a name="l00894"></a><span class="lineno"> 894</span> <span class="comment"># filter if there is a match. The filters are a list of the form: pattern=filter</span></div>
<div class="line"><a name="l00895"></a><span class="lineno"> 895</span> <span class="comment"># (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how</span></div>
<div class="line"><a name="l00896"></a><span class="lineno"> 896</span> <span class="comment"># filters are used. If the FILTER_PATTERNS tag is empty or if none of the</span></div>
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span> <span class="comment"># patterns match the file name, INPUT_FILTER is applied.</span></div>
<div class="line"><a name="l00898"></a><span class="lineno"> 898</span> <span class="comment"></span></div>
<div class="line"><a name="l00899"></a><span class="lineno"> 899</span> <span class="comment">FILTER_PATTERNS = </span></div>
<div class="line"><a name="l00900"></a><span class="lineno"> 900</span> <span class="comment"></span></div>
<div class="line"><a name="l00901"></a><span class="lineno"> 901</span> <span class="comment"># If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using</span></div>
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span> <span class="comment"># INPUT_FILTER) will also be used to filter the input files that are used for</span></div>
<div class="line"><a name="l00903"></a><span class="lineno"> 903</span> <span class="comment"># producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).</span></div>
<div class="line"><a name="l00904"></a><span class="lineno"> 904</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00905"></a><span class="lineno"> 905</span> <span class="comment"></span></div>
<div class="line"><a name="l00906"></a><span class="lineno"> 906</span> <span class="comment">FILTER_SOURCE_FILES = NO</span></div>
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span> <span class="comment"></span></div>
<div class="line"><a name="l00908"></a><span class="lineno"> 908</span> <span class="comment"># The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file</span></div>
<div class="line"><a name="l00909"></a><span class="lineno"> 909</span> <span class="comment"># pattern. A pattern will override the setting for FILTER_PATTERN (if any) and</span></div>
<div class="line"><a name="l00910"></a><span class="lineno"> 910</span> <span class="comment"># it is also possible to disable source filtering for a specific pattern using</span></div>
<div class="line"><a name="l00911"></a><span class="lineno"> 911</span> <span class="comment"># *.ext= (so without naming a filter).</span></div>
<div class="line"><a name="l00912"></a><span class="lineno"> 912</span> <span class="comment"># This tag requires that the tag FILTER_SOURCE_FILES is set to YES.</span></div>
<div class="line"><a name="l00913"></a><span class="lineno"> 913</span> <span class="comment"></span></div>
<div class="line"><a name="l00914"></a><span class="lineno"> 914</span> <span class="comment">FILTER_SOURCE_PATTERNS = </span></div>
<div class="line"><a name="l00915"></a><span class="lineno"> 915</span> <span class="comment"></span></div>
<div class="line"><a name="l00916"></a><span class="lineno"> 916</span> <span class="comment"># If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that</span></div>
<div class="line"><a name="l00917"></a><span class="lineno"> 917</span> <span class="comment"># is part of the input, its contents will be placed on the main page</span></div>
<div class="line"><a name="l00918"></a><span class="lineno"> 918</span> <span class="comment"># (index.html). This can be useful if you have a project on for instance GitHub</span></div>
<div class="line"><a name="l00919"></a><span class="lineno"> 919</span> <span class="comment"># and want to reuse the introduction page also for the doxygen output.</span></div>
<div class="line"><a name="l00920"></a><span class="lineno"> 920</span> <span class="comment"></span></div>
<div class="line"><a name="l00921"></a><span class="lineno"> 921</span> <span class="comment">USE_MDFILE_AS_MAINPAGE = </span></div>
<div class="line"><a name="l00922"></a><span class="lineno"> 922</span> <span class="comment"></span></div>
<div class="line"><a name="l00923"></a><span class="lineno"> 923</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00924"></a><span class="lineno"> 924</span> <span class="comment"># Configuration options related to source browsing</span></div>
<div class="line"><a name="l00925"></a><span class="lineno"> 925</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00926"></a><span class="lineno"> 926</span> <span class="comment"></span></div>
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span> <span class="comment"># If the SOURCE_BROWSER tag is set to YES then a list of source files will be</span></div>
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span> <span class="comment"># generated. Documented entities will be cross-referenced with these sources.</span></div>
<div class="line"><a name="l00929"></a><span class="lineno"> 929</span> <span class="comment">#</span></div>
<div class="line"><a name="l00930"></a><span class="lineno"> 930</span> <span class="comment"># Note: To get rid of all source code in the generated output, make sure that</span></div>
<div class="line"><a name="l00931"></a><span class="lineno"> 931</span> <span class="comment"># also VERBATIM_HEADERS is set to NO.</span></div>
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span> <span class="comment"></span></div>
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span> <span class="comment">SOURCE_BROWSER = YES</span></div>
<div class="line"><a name="l00935"></a><span class="lineno"> 935</span> <span class="comment"></span></div>
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span> <span class="comment"># Setting the INLINE_SOURCES tag to YES will include the body of functions,</span></div>
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span> <span class="comment"># classes and enums directly into the documentation.</span></div>
<div class="line"><a name="l00938"></a><span class="lineno"> 938</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00939"></a><span class="lineno"> 939</span> <span class="comment"></span></div>
<div class="line"><a name="l00940"></a><span class="lineno"> 940</span> <span class="comment">INLINE_SOURCES = NO</span></div>
<div class="line"><a name="l00941"></a><span class="lineno"> 941</span> <span class="comment"></span></div>
<div class="line"><a name="l00942"></a><span class="lineno"> 942</span> <span class="comment"># Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any</span></div>
<div class="line"><a name="l00943"></a><span class="lineno"> 943</span> <span class="comment"># special comment blocks from generated source code fragments. Normal C, C++ and</span></div>
<div class="line"><a name="l00944"></a><span class="lineno"> 944</span> <span class="comment"># Fortran comments will always remain visible.</span></div>
<div class="line"><a name="l00945"></a><span class="lineno"> 945</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l00946"></a><span class="lineno"> 946</span> <span class="comment"></span></div>
<div class="line"><a name="l00947"></a><span class="lineno"> 947</span> <span class="comment">STRIP_CODE_COMMENTS = YES</span></div>
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span> <span class="comment"></span></div>
<div class="line"><a name="l00949"></a><span class="lineno"> 949</span> <span class="comment"># If the REFERENCED_BY_RELATION tag is set to YES then for each documented</span></div>
<div class="line"><a name="l00950"></a><span class="lineno"> 950</span> <span class="comment"># function all documented functions referencing it will be listed.</span></div>
<div class="line"><a name="l00951"></a><span class="lineno"> 951</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span> <span class="comment"></span></div>
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span> <span class="comment">REFERENCED_BY_RELATION = YES</span></div>
<div class="line"><a name="l00954"></a><span class="lineno"> 954</span> <span class="comment"></span></div>
<div class="line"><a name="l00955"></a><span class="lineno"> 955</span> <span class="comment"># If the REFERENCES_RELATION tag is set to YES then for each documented function</span></div>
<div class="line"><a name="l00956"></a><span class="lineno"> 956</span> <span class="comment"># all documented entities called/used by that function will be listed.</span></div>
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span> <span class="comment"></span></div>
<div class="line"><a name="l00959"></a><span class="lineno"> 959</span> <span class="comment">REFERENCES_RELATION = YES</span></div>
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span> <span class="comment"></span></div>
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span> <span class="comment"># If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set</span></div>
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span> <span class="comment"># to YES then the hyperlinks from functions in REFERENCES_RELATION and</span></div>
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span> <span class="comment"># REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will</span></div>
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span> <span class="comment"># link to the documentation.</span></div>
<div class="line"><a name="l00965"></a><span class="lineno"> 965</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span> <span class="comment"></span></div>
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span> <span class="comment">REFERENCES_LINK_SOURCE = YES</span></div>
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span> <span class="comment"></span></div>
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span> <span class="comment"># If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the</span></div>
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span> <span class="comment"># source code will show a tooltip with additional information such as prototype,</span></div>
<div class="line"><a name="l00971"></a><span class="lineno"> 971</span> <span class="comment"># brief description and links to the definition and documentation. Since this</span></div>
<div class="line"><a name="l00972"></a><span class="lineno"> 972</span> <span class="comment"># will make the HTML file larger and loading of large files a bit slower, you</span></div>
<div class="line"><a name="l00973"></a><span class="lineno"> 973</span> <span class="comment"># can opt to disable this feature.</span></div>
<div class="line"><a name="l00974"></a><span class="lineno"> 974</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l00975"></a><span class="lineno"> 975</span> <span class="comment"># This tag requires that the tag SOURCE_BROWSER is set to YES.</span></div>
<div class="line"><a name="l00976"></a><span class="lineno"> 976</span> <span class="comment"></span></div>
<div class="line"><a name="l00977"></a><span class="lineno"> 977</span> <span class="comment">SOURCE_TOOLTIPS = YES</span></div>
<div class="line"><a name="l00978"></a><span class="lineno"> 978</span> <span class="comment"></span></div>
<div class="line"><a name="l00979"></a><span class="lineno"> 979</span> <span class="comment"># If the USE_HTAGS tag is set to YES then the references to source code will</span></div>
<div class="line"><a name="l00980"></a><span class="lineno"> 980</span> <span class="comment"># point to the HTML generated by the htags(1) tool instead of doxygen built-in</span></div>
<div class="line"><a name="l00981"></a><span class="lineno"> 981</span> <span class="comment"># source browser. The htags tool is part of GNU's global source tagging system</span></div>
<div class="line"><a name="l00982"></a><span class="lineno"> 982</span> <span class="comment"># (see http://www.gnu.org/software/global/global.html). You will need version</span></div>
<div class="line"><a name="l00983"></a><span class="lineno"> 983</span> <span class="comment"># 4.8.6 or higher.</span></div>
<div class="line"><a name="l00984"></a><span class="lineno"> 984</span> <span class="comment">#</span></div>
<div class="line"><a name="l00985"></a><span class="lineno"> 985</span> <span class="comment"># To use it do the following:</span></div>
<div class="line"><a name="l00986"></a><span class="lineno"> 986</span> <span class="comment"># - Install the latest version of global</span></div>
<div class="line"><a name="l00987"></a><span class="lineno"> 987</span> <span class="comment"># - Enable SOURCE_BROWSER and USE_HTAGS in the config file</span></div>
<div class="line"><a name="l00988"></a><span class="lineno"> 988</span> <span class="comment"># - Make sure the INPUT points to the root of the source tree</span></div>
<div class="line"><a name="l00989"></a><span class="lineno"> 989</span> <span class="comment"># - Run doxygen as normal</span></div>
<div class="line"><a name="l00990"></a><span class="lineno"> 990</span> <span class="comment">#</span></div>
<div class="line"><a name="l00991"></a><span class="lineno"> 991</span> <span class="comment"># Doxygen will invoke htags (and that will in turn invoke gtags), so these</span></div>
<div class="line"><a name="l00992"></a><span class="lineno"> 992</span> <span class="comment"># tools must be available from the command line (i.e. in the search path).</span></div>
<div class="line"><a name="l00993"></a><span class="lineno"> 993</span> <span class="comment">#</span></div>
<div class="line"><a name="l00994"></a><span class="lineno"> 994</span> <span class="comment"># The result: instead of the source browser generated by doxygen, the links to</span></div>
<div class="line"><a name="l00995"></a><span class="lineno"> 995</span> <span class="comment"># source code will now point to the output of htags.</span></div>
<div class="line"><a name="l00996"></a><span class="lineno"> 996</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l00997"></a><span class="lineno"> 997</span> <span class="comment"># This tag requires that the tag SOURCE_BROWSER is set to YES.</span></div>
<div class="line"><a name="l00998"></a><span class="lineno"> 998</span> <span class="comment"></span></div>
<div class="line"><a name="l00999"></a><span class="lineno"> 999</span> <span class="comment">USE_HTAGS = NO</span></div>
<div class="line"><a name="l01000"></a><span class="lineno"> 1000</span> <span class="comment"></span></div>
<div class="line"><a name="l01001"></a><span class="lineno"> 1001</span> <span class="comment"># If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a</span></div>
<div class="line"><a name="l01002"></a><span class="lineno"> 1002</span> <span class="comment"># verbatim copy of the header file for each class for which an include is</span></div>
<div class="line"><a name="l01003"></a><span class="lineno"> 1003</span> <span class="comment"># specified. Set to NO to disable this.</span></div>
<div class="line"><a name="l01004"></a><span class="lineno"> 1004</span> <span class="comment"># See also: Section \class.</span></div>
<div class="line"><a name="l01005"></a><span class="lineno"> 1005</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01006"></a><span class="lineno"> 1006</span> <span class="comment"></span></div>
<div class="line"><a name="l01007"></a><span class="lineno"> 1007</span> <span class="comment">VERBATIM_HEADERS = YES</span></div>
<div class="line"><a name="l01008"></a><span class="lineno"> 1008</span> <span class="comment"></span></div>
<div class="line"><a name="l01009"></a><span class="lineno"> 1009</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span> <span class="comment"># Configuration options related to the alphabetical class index</span></div>
<div class="line"><a name="l01011"></a><span class="lineno"> 1011</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span> <span class="comment"></span></div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span> <span class="comment"># If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all</span></div>
<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span> <span class="comment"># compounds will be generated. Enable this if the project contains a lot of</span></div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span> <span class="comment"># classes, structs, unions or interfaces.</span></div>
<div class="line"><a name="l01016"></a><span class="lineno"> 1016</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01017"></a><span class="lineno"> 1017</span> <span class="comment"></span></div>
<div class="line"><a name="l01018"></a><span class="lineno"> 1018</span> <span class="comment">ALPHABETICAL_INDEX = NO</span></div>
<div class="line"><a name="l01019"></a><span class="lineno"> 1019</span> <span class="comment"></span></div>
<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span> <span class="comment"># The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in</span></div>
<div class="line"><a name="l01021"></a><span class="lineno"> 1021</span> <span class="comment"># which the alphabetical index list will be split.</span></div>
<div class="line"><a name="l01022"></a><span class="lineno"> 1022</span> <span class="comment"># Minimum value: 1, maximum value: 20, default value: 5.</span></div>
<div class="line"><a name="l01023"></a><span class="lineno"> 1023</span> <span class="comment"># This tag requires that the tag ALPHABETICAL_INDEX is set to YES.</span></div>
<div class="line"><a name="l01024"></a><span class="lineno"> 1024</span> <span class="comment"></span></div>
<div class="line"><a name="l01025"></a><span class="lineno"> 1025</span> <span class="comment">COLS_IN_ALPHA_INDEX = 5</span></div>
<div class="line"><a name="l01026"></a><span class="lineno"> 1026</span> <span class="comment"></span></div>
<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span> <span class="comment"># In case all classes in a project start with a common prefix, all classes will</span></div>
<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span> <span class="comment"># be put under the same header in the alphabetical index. The IGNORE_PREFIX tag</span></div>
<div class="line"><a name="l01029"></a><span class="lineno"> 1029</span> <span class="comment"># can be used to specify a prefix (or a list of prefixes) that should be ignored</span></div>
<div class="line"><a name="l01030"></a><span class="lineno"> 1030</span> <span class="comment"># while generating the index headers.</span></div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span> <span class="comment"># This tag requires that the tag ALPHABETICAL_INDEX is set to YES.</span></div>
<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span> <span class="comment"></span></div>
<div class="line"><a name="l01033"></a><span class="lineno"> 1033</span> <span class="comment">IGNORE_PREFIX = </span></div>
<div class="line"><a name="l01034"></a><span class="lineno"> 1034</span> <span class="comment"></span></div>
<div class="line"><a name="l01035"></a><span class="lineno"> 1035</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01036"></a><span class="lineno"> 1036</span> <span class="comment"># Configuration options related to the HTML output</span></div>
<div class="line"><a name="l01037"></a><span class="lineno"> 1037</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span> <span class="comment"></span></div>
<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span> <span class="comment"># If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output</span></div>
<div class="line"><a name="l01040"></a><span class="lineno"> 1040</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01041"></a><span class="lineno"> 1041</span> <span class="comment"></span></div>
<div class="line"><a name="l01042"></a><span class="lineno"> 1042</span> <span class="comment">GENERATE_HTML = YES</span></div>
<div class="line"><a name="l01043"></a><span class="lineno"> 1043</span> <span class="comment"></span></div>
<div class="line"><a name="l01044"></a><span class="lineno"> 1044</span> <span class="comment"># The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a</span></div>
<div class="line"><a name="l01045"></a><span class="lineno"> 1045</span> <span class="comment"># relative path is entered the value of OUTPUT_DIRECTORY will be put in front of</span></div>
<div class="line"><a name="l01046"></a><span class="lineno"> 1046</span> <span class="comment"># it.</span></div>
<div class="line"><a name="l01047"></a><span class="lineno"> 1047</span> <span class="comment"># The default directory is: html.</span></div>
<div class="line"><a name="l01048"></a><span class="lineno"> 1048</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01049"></a><span class="lineno"> 1049</span> <span class="comment"></span></div>
<div class="line"><a name="l01050"></a><span class="lineno"> 1050</span> <span class="comment">HTML_OUTPUT = html</span></div>
<div class="line"><a name="l01051"></a><span class="lineno"> 1051</span> <span class="comment"></span></div>
<div class="line"><a name="l01052"></a><span class="lineno"> 1052</span> <span class="comment"># The HTML_FILE_EXTENSION tag can be used to specify the file extension for each</span></div>
<div class="line"><a name="l01053"></a><span class="lineno"> 1053</span> <span class="comment"># generated HTML page (for example: .htm, .php, .asp).</span></div>
<div class="line"><a name="l01054"></a><span class="lineno"> 1054</span> <span class="comment"># The default value is: .html.</span></div>
<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01056"></a><span class="lineno"> 1056</span> <span class="comment"></span></div>
<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span> <span class="comment">HTML_FILE_EXTENSION = .html</span></div>
<div class="line"><a name="l01058"></a><span class="lineno"> 1058</span> <span class="comment"></span></div>
<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span> <span class="comment"># The HTML_HEADER tag can be used to specify a user-defined HTML header file for</span></div>
<div class="line"><a name="l01060"></a><span class="lineno"> 1060</span> <span class="comment"># each generated HTML page. If the tag is left blank doxygen will generate a</span></div>
<div class="line"><a name="l01061"></a><span class="lineno"> 1061</span> <span class="comment"># standard header.</span></div>
<div class="line"><a name="l01062"></a><span class="lineno"> 1062</span> <span class="comment">#</span></div>
<div class="line"><a name="l01063"></a><span class="lineno"> 1063</span> <span class="comment"># To get valid HTML the header file that includes any scripts and style sheets</span></div>
<div class="line"><a name="l01064"></a><span class="lineno"> 1064</span> <span class="comment"># that doxygen needs, which is dependent on the configuration options used (e.g.</span></div>
<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span> <span class="comment"># the setting GENERATE_TREEVIEW). It is highly recommended to start with a</span></div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span> <span class="comment"># default header using</span></div>
<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span> <span class="comment"># doxygen -w html new_header.html new_footer.html new_stylesheet.css</span></div>
<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span> <span class="comment"># YourConfigFile</span></div>
<div class="line"><a name="l01069"></a><span class="lineno"> 1069</span> <span class="comment"># and then modify the file new_header.html. See also section "Doxygen usage"</span></div>
<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span> <span class="comment"># for information on how to generate the default header that doxygen normally</span></div>
<div class="line"><a name="l01071"></a><span class="lineno"> 1071</span> <span class="comment"># uses.</span></div>
<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span> <span class="comment"># Note: The header is subject to change so you typically have to regenerate the</span></div>
<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span> <span class="comment"># default header when upgrading to a newer version of doxygen. For a description</span></div>
<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span> <span class="comment"># of the possible markers and block names see the documentation.</span></div>
<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span> <span class="comment"></span></div>
<div class="line"><a name="l01077"></a><span class="lineno"> 1077</span> <span class="comment">HTML_HEADER = </span></div>
<div class="line"><a name="l01078"></a><span class="lineno"> 1078</span> <span class="comment"></span></div>
<div class="line"><a name="l01079"></a><span class="lineno"> 1079</span> <span class="comment"># The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each</span></div>
<div class="line"><a name="l01080"></a><span class="lineno"> 1080</span> <span class="comment"># generated HTML page. If the tag is left blank doxygen will generate a standard</span></div>
<div class="line"><a name="l01081"></a><span class="lineno"> 1081</span> <span class="comment"># footer. See HTML_HEADER for more information on how to generate a default</span></div>
<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span> <span class="comment"># footer and what special commands can be used inside the footer. See also</span></div>
<div class="line"><a name="l01083"></a><span class="lineno"> 1083</span> <span class="comment"># section "Doxygen usage" for information on how to generate the default footer</span></div>
<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span> <span class="comment"># that doxygen normally uses.</span></div>
<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span> <span class="comment"></span></div>
<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span> <span class="comment">HTML_FOOTER = </span></div>
<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span> <span class="comment"></span></div>
<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span> <span class="comment"># The HTML_STYLESHEET tag can be used to specify a user-defined cascading style</span></div>
<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span> <span class="comment"># sheet that is used by each HTML page. It can be used to fine-tune the look of</span></div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span> <span class="comment"># the HTML output. If left blank doxygen will generate a default style sheet.</span></div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span> <span class="comment"># See also section "Doxygen usage" for information on how to generate the style</span></div>
<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span> <span class="comment"># sheet that doxygen normally uses.</span></div>
<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span> <span class="comment"># Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as</span></div>
<div class="line"><a name="l01095"></a><span class="lineno"> 1095</span> <span class="comment"># it is more robust and this tag (HTML_STYLESHEET) will in the future become</span></div>
<div class="line"><a name="l01096"></a><span class="lineno"> 1096</span> <span class="comment"># obsolete.</span></div>
<div class="line"><a name="l01097"></a><span class="lineno"> 1097</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01098"></a><span class="lineno"> 1098</span> <span class="comment"></span></div>
<div class="line"><a name="l01099"></a><span class="lineno"> 1099</span> <span class="comment">HTML_STYLESHEET = </span></div>
<div class="line"><a name="l01100"></a><span class="lineno"> 1100</span> <span class="comment"></span></div>
<div class="line"><a name="l01101"></a><span class="lineno"> 1101</span> <span class="comment"># The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined</span></div>
<div class="line"><a name="l01102"></a><span class="lineno"> 1102</span> <span class="comment"># cascading style sheets that are included after the standard style sheets</span></div>
<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span> <span class="comment"># created by doxygen. Using this option one can overrule certain style aspects.</span></div>
<div class="line"><a name="l01104"></a><span class="lineno"> 1104</span> <span class="comment"># This is preferred over using HTML_STYLESHEET since it does not replace the</span></div>
<div class="line"><a name="l01105"></a><span class="lineno"> 1105</span> <span class="comment"># standard style sheet and is therefore more robust against future updates.</span></div>
<div class="line"><a name="l01106"></a><span class="lineno"> 1106</span> <span class="comment"># Doxygen will copy the style sheet files to the output directory.</span></div>
<div class="line"><a name="l01107"></a><span class="lineno"> 1107</span> <span class="comment"># Note: The order of the extra style sheet files is of importance (e.g. the last</span></div>
<div class="line"><a name="l01108"></a><span class="lineno"> 1108</span> <span class="comment"># style sheet in the list overrules the setting of the previous ones in the</span></div>
<div class="line"><a name="l01109"></a><span class="lineno"> 1109</span> <span class="comment"># list). For an example see the documentation.</span></div>
<div class="line"><a name="l01110"></a><span class="lineno"> 1110</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01111"></a><span class="lineno"> 1111</span> <span class="comment"></span></div>
<div class="line"><a name="l01112"></a><span class="lineno"> 1112</span> <span class="comment">HTML_EXTRA_STYLESHEET = </span></div>
<div class="line"><a name="l01113"></a><span class="lineno"> 1113</span> <span class="comment"></span></div>
<div class="line"><a name="l01114"></a><span class="lineno"> 1114</span> <span class="comment"># The HTML_EXTRA_FILES tag can be used to specify one or more extra images or</span></div>
<div class="line"><a name="l01115"></a><span class="lineno"> 1115</span> <span class="comment"># other source files which should be copied to the HTML output directory. Note</span></div>
<div class="line"><a name="l01116"></a><span class="lineno"> 1116</span> <span class="comment"># that these files will be copied to the base HTML output directory. Use the</span></div>
<div class="line"><a name="l01117"></a><span class="lineno"> 1117</span> <span class="comment"># $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these</span></div>
<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span> <span class="comment"># files. In the HTML_STYLESHEET file, use the file name only. Also note that the</span></div>
<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span> <span class="comment"># files will be copied as-is; there are no commands or markers available.</span></div>
<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</span> <span class="comment"></span></div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span> <span class="comment">HTML_EXTRA_FILES = </span></div>
<div class="line"><a name="l01123"></a><span class="lineno"> 1123</span> <span class="comment"></span></div>
<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span> <span class="comment"># The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen</span></div>
<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span> <span class="comment"># will adjust the colors in the style sheet and background images according to</span></div>
<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span> <span class="comment"># this color. Hue is specified as an angle on a colorwheel, see</span></div>
<div class="line"><a name="l01127"></a><span class="lineno"> 1127</span> <span class="comment"># http://en.wikipedia.org/wiki/Hue for more information. For instance the value</span></div>
<div class="line"><a name="l01128"></a><span class="lineno"> 1128</span> <span class="comment"># 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300</span></div>
<div class="line"><a name="l01129"></a><span class="lineno"> 1129</span> <span class="comment"># purple, and 360 is red again.</span></div>
<div class="line"><a name="l01130"></a><span class="lineno"> 1130</span> <span class="comment"># Minimum value: 0, maximum value: 359, default value: 220.</span></div>
<div class="line"><a name="l01131"></a><span class="lineno"> 1131</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01132"></a><span class="lineno"> 1132</span> <span class="comment"></span></div>
<div class="line"><a name="l01133"></a><span class="lineno"> 1133</span> <span class="comment">HTML_COLORSTYLE_HUE = 220</span></div>
<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span> <span class="comment"></span></div>
<div class="line"><a name="l01135"></a><span class="lineno"> 1135</span> <span class="comment"># The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors</span></div>
<div class="line"><a name="l01136"></a><span class="lineno"> 1136</span> <span class="comment"># in the HTML output. For a value of 0 the output will use grayscales only. A</span></div>
<div class="line"><a name="l01137"></a><span class="lineno"> 1137</span> <span class="comment"># value of 255 will produce the most vivid colors.</span></div>
<div class="line"><a name="l01138"></a><span class="lineno"> 1138</span> <span class="comment"># Minimum value: 0, maximum value: 255, default value: 100.</span></div>
<div class="line"><a name="l01139"></a><span class="lineno"> 1139</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01140"></a><span class="lineno"> 1140</span> <span class="comment"></span></div>
<div class="line"><a name="l01141"></a><span class="lineno"> 1141</span> <span class="comment">HTML_COLORSTYLE_SAT = 100</span></div>
<div class="line"><a name="l01142"></a><span class="lineno"> 1142</span> <span class="comment"></span></div>
<div class="line"><a name="l01143"></a><span class="lineno"> 1143</span> <span class="comment"># The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the</span></div>
<div class="line"><a name="l01144"></a><span class="lineno"> 1144</span> <span class="comment"># luminance component of the colors in the HTML output. Values below 100</span></div>
<div class="line"><a name="l01145"></a><span class="lineno"> 1145</span> <span class="comment"># gradually make the output lighter, whereas values above 100 make the output</span></div>
<div class="line"><a name="l01146"></a><span class="lineno"> 1146</span> <span class="comment"># darker. The value divided by 100 is the actual gamma applied, so 80 represents</span></div>
<div class="line"><a name="l01147"></a><span class="lineno"> 1147</span> <span class="comment"># a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not</span></div>
<div class="line"><a name="l01148"></a><span class="lineno"> 1148</span> <span class="comment"># change the gamma.</span></div>
<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span> <span class="comment"># Minimum value: 40, maximum value: 240, default value: 80.</span></div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01151"></a><span class="lineno"> 1151</span> <span class="comment"></span></div>
<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span> <span class="comment">HTML_COLORSTYLE_GAMMA = 80</span></div>
<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span> <span class="comment"></span></div>
<div class="line"><a name="l01154"></a><span class="lineno"> 1154</span> <span class="comment"># If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML</span></div>
<div class="line"><a name="l01155"></a><span class="lineno"> 1155</span> <span class="comment"># page will contain the date and time when the page was generated. Setting this</span></div>
<div class="line"><a name="l01156"></a><span class="lineno"> 1156</span> <span class="comment"># to YES can help to show when doxygen was last run and thus if the</span></div>
<div class="line"><a name="l01157"></a><span class="lineno"> 1157</span> <span class="comment"># documentation is up to date.</span></div>
<div class="line"><a name="l01158"></a><span class="lineno"> 1158</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01159"></a><span class="lineno"> 1159</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01160"></a><span class="lineno"> 1160</span> <span class="comment"></span></div>
<div class="line"><a name="l01161"></a><span class="lineno"> 1161</span> <span class="comment">HTML_TIMESTAMP = NO</span></div>
<div class="line"><a name="l01162"></a><span class="lineno"> 1162</span> <span class="comment"></span></div>
<div class="line"><a name="l01163"></a><span class="lineno"> 1163</span> <span class="comment"># If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML</span></div>
<div class="line"><a name="l01164"></a><span class="lineno"> 1164</span> <span class="comment"># documentation will contain sections that can be hidden and shown after the</span></div>
<div class="line"><a name="l01165"></a><span class="lineno"> 1165</span> <span class="comment"># page has loaded.</span></div>
<div class="line"><a name="l01166"></a><span class="lineno"> 1166</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01167"></a><span class="lineno"> 1167</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span> <span class="comment"></span></div>
<div class="line"><a name="l01169"></a><span class="lineno"> 1169</span> <span class="comment">HTML_DYNAMIC_SECTIONS = NO</span></div>
<div class="line"><a name="l01170"></a><span class="lineno"> 1170</span> <span class="comment"></span></div>
<div class="line"><a name="l01171"></a><span class="lineno"> 1171</span> <span class="comment"># With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries</span></div>
<div class="line"><a name="l01172"></a><span class="lineno"> 1172</span> <span class="comment"># shown in the various tree structured indices initially; the user can expand</span></div>
<div class="line"><a name="l01173"></a><span class="lineno"> 1173</span> <span class="comment"># and collapse entries dynamically later on. Doxygen will expand the tree to</span></div>
<div class="line"><a name="l01174"></a><span class="lineno"> 1174</span> <span class="comment"># such a level that at most the specified number of entries are visible (unless</span></div>
<div class="line"><a name="l01175"></a><span class="lineno"> 1175</span> <span class="comment"># a fully collapsed tree already exceeds this amount). So setting the number of</span></div>
<div class="line"><a name="l01176"></a><span class="lineno"> 1176</span> <span class="comment"># entries 1 will produce a full collapsed tree by default. 0 is a special value</span></div>
<div class="line"><a name="l01177"></a><span class="lineno"> 1177</span> <span class="comment"># representing an infinite number of entries and will result in a full expanded</span></div>
<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span> <span class="comment"># tree by default.</span></div>
<div class="line"><a name="l01179"></a><span class="lineno"> 1179</span> <span class="comment"># Minimum value: 0, maximum value: 9999, default value: 100.</span></div>
<div class="line"><a name="l01180"></a><span class="lineno"> 1180</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01181"></a><span class="lineno"> 1181</span> <span class="comment"></span></div>
<div class="line"><a name="l01182"></a><span class="lineno"> 1182</span> <span class="comment">HTML_INDEX_NUM_ENTRIES = 100</span></div>
<div class="line"><a name="l01183"></a><span class="lineno"> 1183</span> <span class="comment"></span></div>
<div class="line"><a name="l01184"></a><span class="lineno"> 1184</span> <span class="comment"># If the GENERATE_DOCSET tag is set to YES, additional index files will be</span></div>
<div class="line"><a name="l01185"></a><span class="lineno"> 1185</span> <span class="comment"># generated that can be used as input for Apple's Xcode 3 integrated development</span></div>
<div class="line"><a name="l01186"></a><span class="lineno"> 1186</span> <span class="comment"># environment (see: http://developer.apple.com/tools/xcode/), introduced with</span></div>
<div class="line"><a name="l01187"></a><span class="lineno"> 1187</span> <span class="comment"># OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a</span></div>
<div class="line"><a name="l01188"></a><span class="lineno"> 1188</span> <span class="comment"># Makefile in the HTML output directory. Running make will produce the docset in</span></div>
<div class="line"><a name="l01189"></a><span class="lineno"> 1189</span> <span class="comment"># that directory and running make install will install the docset in</span></div>
<div class="line"><a name="l01190"></a><span class="lineno"> 1190</span> <span class="comment"># ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at</span></div>
<div class="line"><a name="l01191"></a><span class="lineno"> 1191</span> <span class="comment"># startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html</span></div>
<div class="line"><a name="l01192"></a><span class="lineno"> 1192</span> <span class="comment"># for more information.</span></div>
<div class="line"><a name="l01193"></a><span class="lineno"> 1193</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01194"></a><span class="lineno"> 1194</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01195"></a><span class="lineno"> 1195</span> <span class="comment"></span></div>
<div class="line"><a name="l01196"></a><span class="lineno"> 1196</span> <span class="comment">GENERATE_DOCSET = NO</span></div>
<div class="line"><a name="l01197"></a><span class="lineno"> 1197</span> <span class="comment"></span></div>
<div class="line"><a name="l01198"></a><span class="lineno"> 1198</span> <span class="comment"># This tag determines the name of the docset feed. A documentation feed provides</span></div>
<div class="line"><a name="l01199"></a><span class="lineno"> 1199</span> <span class="comment"># an umbrella under which multiple documentation sets from a single provider</span></div>
<div class="line"><a name="l01200"></a><span class="lineno"> 1200</span> <span class="comment"># (such as a company or product suite) can be grouped.</span></div>
<div class="line"><a name="l01201"></a><span class="lineno"> 1201</span> <span class="comment"># The default value is: Doxygen generated docs.</span></div>
<div class="line"><a name="l01202"></a><span class="lineno"> 1202</span> <span class="comment"># This tag requires that the tag GENERATE_DOCSET is set to YES.</span></div>
<div class="line"><a name="l01203"></a><span class="lineno"> 1203</span> <span class="comment"></span></div>
<div class="line"><a name="l01204"></a><span class="lineno"> 1204</span> <span class="comment">DOCSET_FEEDNAME = "Doxygen generated docs"</span></div>
<div class="line"><a name="l01205"></a><span class="lineno"> 1205</span> <span class="comment"></span></div>
<div class="line"><a name="l01206"></a><span class="lineno"> 1206</span> <span class="comment"># This tag specifies a string that should uniquely identify the documentation</span></div>
<div class="line"><a name="l01207"></a><span class="lineno"> 1207</span> <span class="comment"># set bundle. This should be a reverse domain-name style string, e.g.</span></div>
<div class="line"><a name="l01208"></a><span class="lineno"> 1208</span> <span class="comment"># com.mycompany.MyDocSet. Doxygen will append .docset to the name.</span></div>
<div class="line"><a name="l01209"></a><span class="lineno"> 1209</span> <span class="comment"># The default value is: org.doxygen.Project.</span></div>
<div class="line"><a name="l01210"></a><span class="lineno"> 1210</span> <span class="comment"># This tag requires that the tag GENERATE_DOCSET is set to YES.</span></div>
<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span> <span class="comment"></span></div>
<div class="line"><a name="l01212"></a><span class="lineno"> 1212</span> <span class="comment">DOCSET_BUNDLE_ID = org.doxygen.Project</span></div>
<div class="line"><a name="l01213"></a><span class="lineno"> 1213</span> <span class="comment"></span></div>
<div class="line"><a name="l01214"></a><span class="lineno"> 1214</span> <span class="comment"># The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify</span></div>
<div class="line"><a name="l01215"></a><span class="lineno"> 1215</span> <span class="comment"># the documentation publisher. This should be a reverse domain-name style</span></div>
<div class="line"><a name="l01216"></a><span class="lineno"> 1216</span> <span class="comment"># string, e.g. com.mycompany.MyDocSet.documentation.</span></div>
<div class="line"><a name="l01217"></a><span class="lineno"> 1217</span> <span class="comment"># The default value is: org.doxygen.Publisher.</span></div>
<div class="line"><a name="l01218"></a><span class="lineno"> 1218</span> <span class="comment"># This tag requires that the tag GENERATE_DOCSET is set to YES.</span></div>
<div class="line"><a name="l01219"></a><span class="lineno"> 1219</span> <span class="comment"></span></div>
<div class="line"><a name="l01220"></a><span class="lineno"> 1220</span> <span class="comment">DOCSET_PUBLISHER_ID = org.doxygen.Publisher</span></div>
<div class="line"><a name="l01221"></a><span class="lineno"> 1221</span> <span class="comment"></span></div>
<div class="line"><a name="l01222"></a><span class="lineno"> 1222</span> <span class="comment"># The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.</span></div>
<div class="line"><a name="l01223"></a><span class="lineno"> 1223</span> <span class="comment"># The default value is: Publisher.</span></div>
<div class="line"><a name="l01224"></a><span class="lineno"> 1224</span> <span class="comment"># This tag requires that the tag GENERATE_DOCSET is set to YES.</span></div>
<div class="line"><a name="l01225"></a><span class="lineno"> 1225</span> <span class="comment"></span></div>
<div class="line"><a name="l01226"></a><span class="lineno"> 1226</span> <span class="comment">DOCSET_PUBLISHER_NAME = Publisher</span></div>
<div class="line"><a name="l01227"></a><span class="lineno"> 1227</span> <span class="comment"></span></div>
<div class="line"><a name="l01228"></a><span class="lineno"> 1228</span> <span class="comment"># If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three</span></div>
<div class="line"><a name="l01229"></a><span class="lineno"> 1229</span> <span class="comment"># additional HTML index files: index.hhp, index.hhc, and index.hhk. The</span></div>
<div class="line"><a name="l01230"></a><span class="lineno"> 1230</span> <span class="comment"># index.hhp is a project file that can be read by Microsoft's HTML Help Workshop</span></div>
<div class="line"><a name="l01231"></a><span class="lineno"> 1231</span> <span class="comment"># (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on</span></div>
<div class="line"><a name="l01232"></a><span class="lineno"> 1232</span> <span class="comment"># Windows.</span></div>
<div class="line"><a name="l01233"></a><span class="lineno"> 1233</span> <span class="comment">#</span></div>
<div class="line"><a name="l01234"></a><span class="lineno"> 1234</span> <span class="comment"># The HTML Help Workshop contains a compiler that can convert all HTML output</span></div>
<div class="line"><a name="l01235"></a><span class="lineno"> 1235</span> <span class="comment"># generated by doxygen into a single compiled HTML file (.chm). Compiled HTML</span></div>
<div class="line"><a name="l01236"></a><span class="lineno"> 1236</span> <span class="comment"># files are now used as the Windows 98 help format, and will replace the old</span></div>
<div class="line"><a name="l01237"></a><span class="lineno"> 1237</span> <span class="comment"># Windows help format (.hlp) on all Windows platforms in the future. Compressed</span></div>
<div class="line"><a name="l01238"></a><span class="lineno"> 1238</span> <span class="comment"># HTML files also contain an index, a table of contents, and you can search for</span></div>
<div class="line"><a name="l01239"></a><span class="lineno"> 1239</span> <span class="comment"># words in the documentation. The HTML workshop also contains a viewer for</span></div>
<div class="line"><a name="l01240"></a><span class="lineno"> 1240</span> <span class="comment"># compressed HTML files.</span></div>
<div class="line"><a name="l01241"></a><span class="lineno"> 1241</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01242"></a><span class="lineno"> 1242</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01243"></a><span class="lineno"> 1243</span> <span class="comment"></span></div>
<div class="line"><a name="l01244"></a><span class="lineno"> 1244</span> <span class="comment">GENERATE_HTMLHELP = NO</span></div>
<div class="line"><a name="l01245"></a><span class="lineno"> 1245</span> <span class="comment"></span></div>
<div class="line"><a name="l01246"></a><span class="lineno"> 1246</span> <span class="comment"># The CHM_FILE tag can be used to specify the file name of the resulting .chm</span></div>
<div class="line"><a name="l01247"></a><span class="lineno"> 1247</span> <span class="comment"># file. You can add a path in front of the file if the result should not be</span></div>
<div class="line"><a name="l01248"></a><span class="lineno"> 1248</span> <span class="comment"># written to the html output directory.</span></div>
<div class="line"><a name="l01249"></a><span class="lineno"> 1249</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01250"></a><span class="lineno"> 1250</span> <span class="comment"></span></div>
<div class="line"><a name="l01251"></a><span class="lineno"> 1251</span> <span class="comment">CHM_FILE = </span></div>
<div class="line"><a name="l01252"></a><span class="lineno"> 1252</span> <span class="comment"></span></div>
<div class="line"><a name="l01253"></a><span class="lineno"> 1253</span> <span class="comment"># The HHC_LOCATION tag can be used to specify the location (absolute path</span></div>
<div class="line"><a name="l01254"></a><span class="lineno"> 1254</span> <span class="comment"># including file name) of the HTML help compiler (hhc.exe). If non-empty,</span></div>
<div class="line"><a name="l01255"></a><span class="lineno"> 1255</span> <span class="comment"># doxygen will try to run the HTML help compiler on the generated index.hhp.</span></div>
<div class="line"><a name="l01256"></a><span class="lineno"> 1256</span> <span class="comment"># The file has to be specified with full path.</span></div>
<div class="line"><a name="l01257"></a><span class="lineno"> 1257</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01258"></a><span class="lineno"> 1258</span> <span class="comment"></span></div>
<div class="line"><a name="l01259"></a><span class="lineno"> 1259</span> <span class="comment">HHC_LOCATION = </span></div>
<div class="line"><a name="l01260"></a><span class="lineno"> 1260</span> <span class="comment"></span></div>
<div class="line"><a name="l01261"></a><span class="lineno"> 1261</span> <span class="comment"># The GENERATE_CHI flag controls if a separate .chi index file is generated</span></div>
<div class="line"><a name="l01262"></a><span class="lineno"> 1262</span> <span class="comment"># (YES) or that it should be included in the master .chm file (NO).</span></div>
<div class="line"><a name="l01263"></a><span class="lineno"> 1263</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01264"></a><span class="lineno"> 1264</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01265"></a><span class="lineno"> 1265</span> <span class="comment"></span></div>
<div class="line"><a name="l01266"></a><span class="lineno"> 1266</span> <span class="comment">GENERATE_CHI = NO</span></div>
<div class="line"><a name="l01267"></a><span class="lineno"> 1267</span> <span class="comment"></span></div>
<div class="line"><a name="l01268"></a><span class="lineno"> 1268</span> <span class="comment"># The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)</span></div>
<div class="line"><a name="l01269"></a><span class="lineno"> 1269</span> <span class="comment"># and project file content.</span></div>
<div class="line"><a name="l01270"></a><span class="lineno"> 1270</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01271"></a><span class="lineno"> 1271</span> <span class="comment"></span></div>
<div class="line"><a name="l01272"></a><span class="lineno"> 1272</span> <span class="comment">CHM_INDEX_ENCODING = </span></div>
<div class="line"><a name="l01273"></a><span class="lineno"> 1273</span> <span class="comment"></span></div>
<div class="line"><a name="l01274"></a><span class="lineno"> 1274</span> <span class="comment"># The BINARY_TOC flag controls whether a binary table of contents is generated</span></div>
<div class="line"><a name="l01275"></a><span class="lineno"> 1275</span> <span class="comment"># (YES) or a normal table of contents (NO) in the .chm file. Furthermore it</span></div>
<div class="line"><a name="l01276"></a><span class="lineno"> 1276</span> <span class="comment"># enables the Previous and Next buttons.</span></div>
<div class="line"><a name="l01277"></a><span class="lineno"> 1277</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01278"></a><span class="lineno"> 1278</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01279"></a><span class="lineno"> 1279</span> <span class="comment"></span></div>
<div class="line"><a name="l01280"></a><span class="lineno"> 1280</span> <span class="comment">BINARY_TOC = NO</span></div>
<div class="line"><a name="l01281"></a><span class="lineno"> 1281</span> <span class="comment"></span></div>
<div class="line"><a name="l01282"></a><span class="lineno"> 1282</span> <span class="comment"># The TOC_EXPAND flag can be set to YES to add extra items for group members to</span></div>
<div class="line"><a name="l01283"></a><span class="lineno"> 1283</span> <span class="comment"># the table of contents of the HTML help documentation and to the tree view.</span></div>
<div class="line"><a name="l01284"></a><span class="lineno"> 1284</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01285"></a><span class="lineno"> 1285</span> <span class="comment"># This tag requires that the tag GENERATE_HTMLHELP is set to YES.</span></div>
<div class="line"><a name="l01286"></a><span class="lineno"> 1286</span> <span class="comment"></span></div>
<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span> <span class="comment">TOC_EXPAND = NO</span></div>
<div class="line"><a name="l01288"></a><span class="lineno"> 1288</span> <span class="comment"></span></div>
<div class="line"><a name="l01289"></a><span class="lineno"> 1289</span> <span class="comment"># If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and</span></div>
<div class="line"><a name="l01290"></a><span class="lineno"> 1290</span> <span class="comment"># QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that</span></div>
<div class="line"><a name="l01291"></a><span class="lineno"> 1291</span> <span class="comment"># can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help</span></div>
<div class="line"><a name="l01292"></a><span class="lineno"> 1292</span> <span class="comment"># (.qch) of the generated HTML documentation.</span></div>
<div class="line"><a name="l01293"></a><span class="lineno"> 1293</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01294"></a><span class="lineno"> 1294</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span> <span class="comment"></span></div>
<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span> <span class="comment">GENERATE_QHP = NO</span></div>
<div class="line"><a name="l01297"></a><span class="lineno"> 1297</span> <span class="comment"></span></div>
<div class="line"><a name="l01298"></a><span class="lineno"> 1298</span> <span class="comment"># If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify</span></div>
<div class="line"><a name="l01299"></a><span class="lineno"> 1299</span> <span class="comment"># the file name of the resulting .qch file. The path specified is relative to</span></div>
<div class="line"><a name="l01300"></a><span class="lineno"> 1300</span> <span class="comment"># the HTML output folder.</span></div>
<div class="line"><a name="l01301"></a><span class="lineno"> 1301</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01302"></a><span class="lineno"> 1302</span> <span class="comment"></span></div>
<div class="line"><a name="l01303"></a><span class="lineno"> 1303</span> <span class="comment">QCH_FILE = </span></div>
<div class="line"><a name="l01304"></a><span class="lineno"> 1304</span> <span class="comment"></span></div>
<div class="line"><a name="l01305"></a><span class="lineno"> 1305</span> <span class="comment"># The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help</span></div>
<div class="line"><a name="l01306"></a><span class="lineno"> 1306</span> <span class="comment"># Project output. For more information please see Qt Help Project / Namespace</span></div>
<div class="line"><a name="l01307"></a><span class="lineno"> 1307</span> <span class="comment"># (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).</span></div>
<div class="line"><a name="l01308"></a><span class="lineno"> 1308</span> <span class="comment"># The default value is: org.doxygen.Project.</span></div>
<div class="line"><a name="l01309"></a><span class="lineno"> 1309</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01310"></a><span class="lineno"> 1310</span> <span class="comment"></span></div>
<div class="line"><a name="l01311"></a><span class="lineno"> 1311</span> <span class="comment">QHP_NAMESPACE = org.doxygen.Project</span></div>
<div class="line"><a name="l01312"></a><span class="lineno"> 1312</span> <span class="comment"></span></div>
<div class="line"><a name="l01313"></a><span class="lineno"> 1313</span> <span class="comment"># The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt</span></div>
<div class="line"><a name="l01314"></a><span class="lineno"> 1314</span> <span class="comment"># Help Project output. For more information please see Qt Help Project / Virtual</span></div>
<div class="line"><a name="l01315"></a><span class="lineno"> 1315</span> <span class="comment"># Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-</span></div>
<div class="line"><a name="l01316"></a><span class="lineno"> 1316</span> <span class="comment"># folders).</span></div>
<div class="line"><a name="l01317"></a><span class="lineno"> 1317</span> <span class="comment"># The default value is: doc.</span></div>
<div class="line"><a name="l01318"></a><span class="lineno"> 1318</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01319"></a><span class="lineno"> 1319</span> <span class="comment"></span></div>
<div class="line"><a name="l01320"></a><span class="lineno"> 1320</span> <span class="comment">QHP_VIRTUAL_FOLDER = doc</span></div>
<div class="line"><a name="l01321"></a><span class="lineno"> 1321</span> <span class="comment"></span></div>
<div class="line"><a name="l01322"></a><span class="lineno"> 1322</span> <span class="comment"># If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom</span></div>
<div class="line"><a name="l01323"></a><span class="lineno"> 1323</span> <span class="comment"># filter to add. For more information please see Qt Help Project / Custom</span></div>
<div class="line"><a name="l01324"></a><span class="lineno"> 1324</span> <span class="comment"># Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-</span></div>
<div class="line"><a name="l01325"></a><span class="lineno"> 1325</span> <span class="comment"># filters).</span></div>
<div class="line"><a name="l01326"></a><span class="lineno"> 1326</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01327"></a><span class="lineno"> 1327</span> <span class="comment"></span></div>
<div class="line"><a name="l01328"></a><span class="lineno"> 1328</span> <span class="comment">QHP_CUST_FILTER_NAME = </span></div>
<div class="line"><a name="l01329"></a><span class="lineno"> 1329</span> <span class="comment"></span></div>
<div class="line"><a name="l01330"></a><span class="lineno"> 1330</span> <span class="comment"># The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the</span></div>
<div class="line"><a name="l01331"></a><span class="lineno"> 1331</span> <span class="comment"># custom filter to add. For more information please see Qt Help Project / Custom</span></div>
<div class="line"><a name="l01332"></a><span class="lineno"> 1332</span> <span class="comment"># Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-</span></div>
<div class="line"><a name="l01333"></a><span class="lineno"> 1333</span> <span class="comment"># filters).</span></div>
<div class="line"><a name="l01334"></a><span class="lineno"> 1334</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01335"></a><span class="lineno"> 1335</span> <span class="comment"></span></div>
<div class="line"><a name="l01336"></a><span class="lineno"> 1336</span> <span class="comment">QHP_CUST_FILTER_ATTRS = </span></div>
<div class="line"><a name="l01337"></a><span class="lineno"> 1337</span> <span class="comment"></span></div>
<div class="line"><a name="l01338"></a><span class="lineno"> 1338</span> <span class="comment"># The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this</span></div>
<div class="line"><a name="l01339"></a><span class="lineno"> 1339</span> <span class="comment"># project's filter section matches. Qt Help Project / Filter Attributes (see:</span></div>
<div class="line"><a name="l01340"></a><span class="lineno"> 1340</span> <span class="comment"># http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).</span></div>
<div class="line"><a name="l01341"></a><span class="lineno"> 1341</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01342"></a><span class="lineno"> 1342</span> <span class="comment"></span></div>
<div class="line"><a name="l01343"></a><span class="lineno"> 1343</span> <span class="comment">QHP_SECT_FILTER_ATTRS = </span></div>
<div class="line"><a name="l01344"></a><span class="lineno"> 1344</span> <span class="comment"></span></div>
<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span> <span class="comment"># The QHG_LOCATION tag can be used to specify the location of Qt's</span></div>
<div class="line"><a name="l01346"></a><span class="lineno"> 1346</span> <span class="comment"># qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the</span></div>
<div class="line"><a name="l01347"></a><span class="lineno"> 1347</span> <span class="comment"># generated .qhp file.</span></div>
<div class="line"><a name="l01348"></a><span class="lineno"> 1348</span> <span class="comment"># This tag requires that the tag GENERATE_QHP is set to YES.</span></div>
<div class="line"><a name="l01349"></a><span class="lineno"> 1349</span> <span class="comment"></span></div>
<div class="line"><a name="l01350"></a><span class="lineno"> 1350</span> <span class="comment">QHG_LOCATION = </span></div>
<div class="line"><a name="l01351"></a><span class="lineno"> 1351</span> <span class="comment"></span></div>
<div class="line"><a name="l01352"></a><span class="lineno"> 1352</span> <span class="comment"># If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be</span></div>
<div class="line"><a name="l01353"></a><span class="lineno"> 1353</span> <span class="comment"># generated, together with the HTML files, they form an Eclipse help plugin. To</span></div>
<div class="line"><a name="l01354"></a><span class="lineno"> 1354</span> <span class="comment"># install this plugin and make it available under the help contents menu in</span></div>
<div class="line"><a name="l01355"></a><span class="lineno"> 1355</span> <span class="comment"># Eclipse, the contents of the directory containing the HTML and XML files needs</span></div>
<div class="line"><a name="l01356"></a><span class="lineno"> 1356</span> <span class="comment"># to be copied into the plugins directory of eclipse. The name of the directory</span></div>
<div class="line"><a name="l01357"></a><span class="lineno"> 1357</span> <span class="comment"># within the plugins directory should be the same as the ECLIPSE_DOC_ID value.</span></div>
<div class="line"><a name="l01358"></a><span class="lineno"> 1358</span> <span class="comment"># After copying Eclipse needs to be restarted before the help appears.</span></div>
<div class="line"><a name="l01359"></a><span class="lineno"> 1359</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01360"></a><span class="lineno"> 1360</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01361"></a><span class="lineno"> 1361</span> <span class="comment"></span></div>
<div class="line"><a name="l01362"></a><span class="lineno"> 1362</span> <span class="comment">GENERATE_ECLIPSEHELP = NO</span></div>
<div class="line"><a name="l01363"></a><span class="lineno"> 1363</span> <span class="comment"></span></div>
<div class="line"><a name="l01364"></a><span class="lineno"> 1364</span> <span class="comment"># A unique identifier for the Eclipse help plugin. When installing the plugin</span></div>
<div class="line"><a name="l01365"></a><span class="lineno"> 1365</span> <span class="comment"># the directory name containing the HTML and XML files should also have this</span></div>
<div class="line"><a name="l01366"></a><span class="lineno"> 1366</span> <span class="comment"># name. Each documentation set should have its own identifier.</span></div>
<div class="line"><a name="l01367"></a><span class="lineno"> 1367</span> <span class="comment"># The default value is: org.doxygen.Project.</span></div>
<div class="line"><a name="l01368"></a><span class="lineno"> 1368</span> <span class="comment"># This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.</span></div>
<div class="line"><a name="l01369"></a><span class="lineno"> 1369</span> <span class="comment"></span></div>
<div class="line"><a name="l01370"></a><span class="lineno"> 1370</span> <span class="comment">ECLIPSE_DOC_ID = org.doxygen.Project</span></div>
<div class="line"><a name="l01371"></a><span class="lineno"> 1371</span> <span class="comment"></span></div>
<div class="line"><a name="l01372"></a><span class="lineno"> 1372</span> <span class="comment"># If you want full control over the layout of the generated HTML pages it might</span></div>
<div class="line"><a name="l01373"></a><span class="lineno"> 1373</span> <span class="comment"># be necessary to disable the index and replace it with your own. The</span></div>
<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span> <span class="comment"># DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top</span></div>
<div class="line"><a name="l01375"></a><span class="lineno"> 1375</span> <span class="comment"># of each HTML page. A value of NO enables the index and the value YES disables</span></div>
<div class="line"><a name="l01376"></a><span class="lineno"> 1376</span> <span class="comment"># it. Since the tabs in the index contain the same information as the navigation</span></div>
<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span> <span class="comment"># tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.</span></div>
<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01380"></a><span class="lineno"> 1380</span> <span class="comment"></span></div>
<div class="line"><a name="l01381"></a><span class="lineno"> 1381</span> <span class="comment">DISABLE_INDEX = NO</span></div>
<div class="line"><a name="l01382"></a><span class="lineno"> 1382</span> <span class="comment"></span></div>
<div class="line"><a name="l01383"></a><span class="lineno"> 1383</span> <span class="comment"># The GENERATE_TREEVIEW tag is used to specify whether a tree-like index</span></div>
<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span> <span class="comment"># structure should be generated to display hierarchical information. If the tag</span></div>
<div class="line"><a name="l01385"></a><span class="lineno"> 1385</span> <span class="comment"># value is set to YES, a side panel will be generated containing a tree-like</span></div>
<div class="line"><a name="l01386"></a><span class="lineno"> 1386</span> <span class="comment"># index structure (just like the one that is generated for HTML Help). For this</span></div>
<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span> <span class="comment"># to work a browser that supports JavaScript, DHTML, CSS and frames is required</span></div>
<div class="line"><a name="l01388"></a><span class="lineno"> 1388</span> <span class="comment"># (i.e. any modern browser). Windows users are probably better off using the</span></div>
<div class="line"><a name="l01389"></a><span class="lineno"> 1389</span> <span class="comment"># HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can</span></div>
<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span> <span class="comment"># further fine-tune the look of the index. As an example, the default style</span></div>
<div class="line"><a name="l01391"></a><span class="lineno"> 1391</span> <span class="comment"># sheet generated by doxygen has an example that shows how to put an image at</span></div>
<div class="line"><a name="l01392"></a><span class="lineno"> 1392</span> <span class="comment"># the root of the tree instead of the PROJECT_NAME. Since the tree basically has</span></div>
<div class="line"><a name="l01393"></a><span class="lineno"> 1393</span> <span class="comment"># the same information as the tab index, you could consider setting</span></div>
<div class="line"><a name="l01394"></a><span class="lineno"> 1394</span> <span class="comment"># DISABLE_INDEX to YES when enabling this option.</span></div>
<div class="line"><a name="l01395"></a><span class="lineno"> 1395</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01396"></a><span class="lineno"> 1396</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01397"></a><span class="lineno"> 1397</span> <span class="comment"></span></div>
<div class="line"><a name="l01398"></a><span class="lineno"> 1398</span> <span class="comment">GENERATE_TREEVIEW = NO</span></div>
<div class="line"><a name="l01399"></a><span class="lineno"> 1399</span> <span class="comment"></span></div>
<div class="line"><a name="l01400"></a><span class="lineno"> 1400</span> <span class="comment"># The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that</span></div>
<div class="line"><a name="l01401"></a><span class="lineno"> 1401</span> <span class="comment"># doxygen will group on one line in the generated HTML documentation.</span></div>
<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span> <span class="comment">#</span></div>
<div class="line"><a name="l01403"></a><span class="lineno"> 1403</span> <span class="comment"># Note that a value of 0 will completely suppress the enum values from appearing</span></div>
<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span> <span class="comment"># in the overview section.</span></div>
<div class="line"><a name="l01405"></a><span class="lineno"> 1405</span> <span class="comment"># Minimum value: 0, maximum value: 20, default value: 4.</span></div>
<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01407"></a><span class="lineno"> 1407</span> <span class="comment"></span></div>
<div class="line"><a name="l01408"></a><span class="lineno"> 1408</span> <span class="comment">ENUM_VALUES_PER_LINE = 4</span></div>
<div class="line"><a name="l01409"></a><span class="lineno"> 1409</span> <span class="comment"></span></div>
<div class="line"><a name="l01410"></a><span class="lineno"> 1410</span> <span class="comment"># If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used</span></div>
<div class="line"><a name="l01411"></a><span class="lineno"> 1411</span> <span class="comment"># to set the initial width (in pixels) of the frame in which the tree is shown.</span></div>
<div class="line"><a name="l01412"></a><span class="lineno"> 1412</span> <span class="comment"># Minimum value: 0, maximum value: 1500, default value: 250.</span></div>
<div class="line"><a name="l01413"></a><span class="lineno"> 1413</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01414"></a><span class="lineno"> 1414</span> <span class="comment"></span></div>
<div class="line"><a name="l01415"></a><span class="lineno"> 1415</span> <span class="comment">TREEVIEW_WIDTH = 250</span></div>
<div class="line"><a name="l01416"></a><span class="lineno"> 1416</span> <span class="comment"></span></div>
<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span> <span class="comment"># If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to</span></div>
<div class="line"><a name="l01418"></a><span class="lineno"> 1418</span> <span class="comment"># external symbols imported via tag files in a separate window.</span></div>
<div class="line"><a name="l01419"></a><span class="lineno"> 1419</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01420"></a><span class="lineno"> 1420</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01421"></a><span class="lineno"> 1421</span> <span class="comment"></span></div>
<div class="line"><a name="l01422"></a><span class="lineno"> 1422</span> <span class="comment">EXT_LINKS_IN_WINDOW = NO</span></div>
<div class="line"><a name="l01423"></a><span class="lineno"> 1423</span> <span class="comment"></span></div>
<div class="line"><a name="l01424"></a><span class="lineno"> 1424</span> <span class="comment"># Use this tag to change the font size of LaTeX formulas included as images in</span></div>
<div class="line"><a name="l01425"></a><span class="lineno"> 1425</span> <span class="comment"># the HTML documentation. When you change the font size after a successful</span></div>
<div class="line"><a name="l01426"></a><span class="lineno"> 1426</span> <span class="comment"># doxygen run you need to manually remove any form_*.png images from the HTML</span></div>
<div class="line"><a name="l01427"></a><span class="lineno"> 1427</span> <span class="comment"># output directory to force them to be regenerated.</span></div>
<div class="line"><a name="l01428"></a><span class="lineno"> 1428</span> <span class="comment"># Minimum value: 8, maximum value: 50, default value: 10.</span></div>
<div class="line"><a name="l01429"></a><span class="lineno"> 1429</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01430"></a><span class="lineno"> 1430</span> <span class="comment"></span></div>
<div class="line"><a name="l01431"></a><span class="lineno"> 1431</span> <span class="comment">FORMULA_FONTSIZE = 10</span></div>
<div class="line"><a name="l01432"></a><span class="lineno"> 1432</span> <span class="comment"></span></div>
<div class="line"><a name="l01433"></a><span class="lineno"> 1433</span> <span class="comment"># Use the FORMULA_TRANPARENT tag to determine whether or not the images</span></div>
<div class="line"><a name="l01434"></a><span class="lineno"> 1434</span> <span class="comment"># generated for formulas are transparent PNGs. Transparent PNGs are not</span></div>
<div class="line"><a name="l01435"></a><span class="lineno"> 1435</span> <span class="comment"># supported properly for IE 6.0, but are supported on all modern browsers.</span></div>
<div class="line"><a name="l01436"></a><span class="lineno"> 1436</span> <span class="comment">#</span></div>
<div class="line"><a name="l01437"></a><span class="lineno"> 1437</span> <span class="comment"># Note that when changing this option you need to delete any form_*.png files in</span></div>
<div class="line"><a name="l01438"></a><span class="lineno"> 1438</span> <span class="comment"># the HTML output directory before the changes have effect.</span></div>
<div class="line"><a name="l01439"></a><span class="lineno"> 1439</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01440"></a><span class="lineno"> 1440</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01441"></a><span class="lineno"> 1441</span> <span class="comment"></span></div>
<div class="line"><a name="l01442"></a><span class="lineno"> 1442</span> <span class="comment">FORMULA_TRANSPARENT = YES</span></div>
<div class="line"><a name="l01443"></a><span class="lineno"> 1443</span> <span class="comment"></span></div>
<div class="line"><a name="l01444"></a><span class="lineno"> 1444</span> <span class="comment"># Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see</span></div>
<div class="line"><a name="l01445"></a><span class="lineno"> 1445</span> <span class="comment"># http://www.mathjax.org) which uses client side Javascript for the rendering</span></div>
<div class="line"><a name="l01446"></a><span class="lineno"> 1446</span> <span class="comment"># instead of using pre-rendered bitmaps. Use this if you do not have LaTeX</span></div>
<div class="line"><a name="l01447"></a><span class="lineno"> 1447</span> <span class="comment"># installed or if you want to formulas look prettier in the HTML output. When</span></div>
<div class="line"><a name="l01448"></a><span class="lineno"> 1448</span> <span class="comment"># enabled you may also need to install MathJax separately and configure the path</span></div>
<div class="line"><a name="l01449"></a><span class="lineno"> 1449</span> <span class="comment"># to it using the MATHJAX_RELPATH option.</span></div>
<div class="line"><a name="l01450"></a><span class="lineno"> 1450</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01451"></a><span class="lineno"> 1451</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01452"></a><span class="lineno"> 1452</span> <span class="comment"></span></div>
<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span> <span class="comment">USE_MATHJAX = NO</span></div>
<div class="line"><a name="l01454"></a><span class="lineno"> 1454</span> <span class="comment"></span></div>
<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span> <span class="comment"># When MathJax is enabled you can set the default output format to be used for</span></div>
<div class="line"><a name="l01456"></a><span class="lineno"> 1456</span> <span class="comment"># the MathJax output. See the MathJax site (see:</span></div>
<div class="line"><a name="l01457"></a><span class="lineno"> 1457</span> <span class="comment"># http://docs.mathjax.org/en/latest/output.html) for more details.</span></div>
<div class="line"><a name="l01458"></a><span class="lineno"> 1458</span> <span class="comment"># Possible values are: HTML-CSS (which is slower, but has the best</span></div>
<div class="line"><a name="l01459"></a><span class="lineno"> 1459</span> <span class="comment"># compatibility), NativeMML (i.e. MathML) and SVG.</span></div>
<div class="line"><a name="l01460"></a><span class="lineno"> 1460</span> <span class="comment"># The default value is: HTML-CSS.</span></div>
<div class="line"><a name="l01461"></a><span class="lineno"> 1461</span> <span class="comment"># This tag requires that the tag USE_MATHJAX is set to YES.</span></div>
<div class="line"><a name="l01462"></a><span class="lineno"> 1462</span> <span class="comment"></span></div>
<div class="line"><a name="l01463"></a><span class="lineno"> 1463</span> <span class="comment">MATHJAX_FORMAT = HTML-CSS</span></div>
<div class="line"><a name="l01464"></a><span class="lineno"> 1464</span> <span class="comment"></span></div>
<div class="line"><a name="l01465"></a><span class="lineno"> 1465</span> <span class="comment"># When MathJax is enabled you need to specify the location relative to the HTML</span></div>
<div class="line"><a name="l01466"></a><span class="lineno"> 1466</span> <span class="comment"># output directory using the MATHJAX_RELPATH option. The destination directory</span></div>
<div class="line"><a name="l01467"></a><span class="lineno"> 1467</span> <span class="comment"># should contain the MathJax.js script. For instance, if the mathjax directory</span></div>
<div class="line"><a name="l01468"></a><span class="lineno"> 1468</span> <span class="comment"># is located at the same level as the HTML output directory, then</span></div>
<div class="line"><a name="l01469"></a><span class="lineno"> 1469</span> <span class="comment"># MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax</span></div>
<div class="line"><a name="l01470"></a><span class="lineno"> 1470</span> <span class="comment"># Content Delivery Network so you can quickly see the result without installing</span></div>
<div class="line"><a name="l01471"></a><span class="lineno"> 1471</span> <span class="comment"># MathJax. However, it is strongly recommended to install a local copy of</span></div>
<div class="line"><a name="l01472"></a><span class="lineno"> 1472</span> <span class="comment"># MathJax from http://www.mathjax.org before deployment.</span></div>
<div class="line"><a name="l01473"></a><span class="lineno"> 1473</span> <span class="comment"># The default value is: http://cdn.mathjax.org/mathjax/latest.</span></div>
<div class="line"><a name="l01474"></a><span class="lineno"> 1474</span> <span class="comment"># This tag requires that the tag USE_MATHJAX is set to YES.</span></div>
<div class="line"><a name="l01475"></a><span class="lineno"> 1475</span> <span class="comment"></span></div>
<div class="line"><a name="l01476"></a><span class="lineno"> 1476</span> <span class="comment">MATHJAX_RELPATH = http://www.mathjax.org/mathjax</span></div>
<div class="line"><a name="l01477"></a><span class="lineno"> 1477</span> <span class="comment"></span></div>
<div class="line"><a name="l01478"></a><span class="lineno"> 1478</span> <span class="comment"># The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax</span></div>
<div class="line"><a name="l01479"></a><span class="lineno"> 1479</span> <span class="comment"># extension names that should be enabled during MathJax rendering. For example</span></div>
<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span> <span class="comment"># MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols</span></div>
<div class="line"><a name="l01481"></a><span class="lineno"> 1481</span> <span class="comment"># This tag requires that the tag USE_MATHJAX is set to YES.</span></div>
<div class="line"><a name="l01482"></a><span class="lineno"> 1482</span> <span class="comment"></span></div>
<div class="line"><a name="l01483"></a><span class="lineno"> 1483</span> <span class="comment">MATHJAX_EXTENSIONS = </span></div>
<div class="line"><a name="l01484"></a><span class="lineno"> 1484</span> <span class="comment"></span></div>
<div class="line"><a name="l01485"></a><span class="lineno"> 1485</span> <span class="comment"># The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces</span></div>
<div class="line"><a name="l01486"></a><span class="lineno"> 1486</span> <span class="comment"># of code that will be used on startup of the MathJax code. See the MathJax site</span></div>
<div class="line"><a name="l01487"></a><span class="lineno"> 1487</span> <span class="comment"># (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an</span></div>
<div class="line"><a name="l01488"></a><span class="lineno"> 1488</span> <span class="comment"># example see the documentation.</span></div>
<div class="line"><a name="l01489"></a><span class="lineno"> 1489</span> <span class="comment"># This tag requires that the tag USE_MATHJAX is set to YES.</span></div>
<div class="line"><a name="l01490"></a><span class="lineno"> 1490</span> <span class="comment"></span></div>
<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span> <span class="comment">MATHJAX_CODEFILE = </span></div>
<div class="line"><a name="l01492"></a><span class="lineno"> 1492</span> <span class="comment"></span></div>
<div class="line"><a name="l01493"></a><span class="lineno"> 1493</span> <span class="comment"># When the SEARCHENGINE tag is enabled doxygen will generate a search box for</span></div>
<div class="line"><a name="l01494"></a><span class="lineno"> 1494</span> <span class="comment"># the HTML output. The underlying search engine uses javascript and DHTML and</span></div>
<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span> <span class="comment"># should work on any modern browser. Note that when using HTML help</span></div>
<div class="line"><a name="l01496"></a><span class="lineno"> 1496</span> <span class="comment"># (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)</span></div>
<div class="line"><a name="l01497"></a><span class="lineno"> 1497</span> <span class="comment"># there is already a search function so this one should typically be disabled.</span></div>
<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span> <span class="comment"># For large projects the javascript based search engine can be slow, then</span></div>
<div class="line"><a name="l01499"></a><span class="lineno"> 1499</span> <span class="comment"># enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to</span></div>
<div class="line"><a name="l01500"></a><span class="lineno"> 1500</span> <span class="comment"># search using the keyboard; to jump to the search box use <access key> + S</span></div>
<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span> <span class="comment"># (what the <access key> is depends on the OS and browser, but it is typically</span></div>
<div class="line"><a name="l01502"></a><span class="lineno"> 1502</span> <span class="comment"># <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down</span></div>
<div class="line"><a name="l01503"></a><span class="lineno"> 1503</span> <span class="comment"># key> to jump into the search results window, the results can be navigated</span></div>
<div class="line"><a name="l01504"></a><span class="lineno"> 1504</span> <span class="comment"># using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel</span></div>
<div class="line"><a name="l01505"></a><span class="lineno"> 1505</span> <span class="comment"># the search. The filter options can be selected when the cursor is inside the</span></div>
<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span> <span class="comment"># search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys></span></div>
<div class="line"><a name="l01507"></a><span class="lineno"> 1507</span> <span class="comment"># to select a filter and <Enter> or <escape> to activate or cancel the filter</span></div>
<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span> <span class="comment"># option.</span></div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span> <span class="comment"># This tag requires that the tag GENERATE_HTML is set to YES.</span></div>
<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span> <span class="comment"></span></div>
<div class="line"><a name="l01512"></a><span class="lineno"> 1512</span> <span class="comment">SEARCHENGINE = NO</span></div>
<div class="line"><a name="l01513"></a><span class="lineno"> 1513</span> <span class="comment"></span></div>
<div class="line"><a name="l01514"></a><span class="lineno"> 1514</span> <span class="comment"># When the SERVER_BASED_SEARCH tag is enabled the search engine will be</span></div>
<div class="line"><a name="l01515"></a><span class="lineno"> 1515</span> <span class="comment"># implemented using a web server instead of a web client using Javascript. There</span></div>
<div class="line"><a name="l01516"></a><span class="lineno"> 1516</span> <span class="comment"># are two flavors of web server based searching depending on the EXTERNAL_SEARCH</span></div>
<div class="line"><a name="l01517"></a><span class="lineno"> 1517</span> <span class="comment"># setting. When disabled, doxygen will generate a PHP script for searching and</span></div>
<div class="line"><a name="l01518"></a><span class="lineno"> 1518</span> <span class="comment"># an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing</span></div>
<div class="line"><a name="l01519"></a><span class="lineno"> 1519</span> <span class="comment"># and searching needs to be provided by external tools. See the section</span></div>
<div class="line"><a name="l01520"></a><span class="lineno"> 1520</span> <span class="comment"># "External Indexing and Searching" for details.</span></div>
<div class="line"><a name="l01521"></a><span class="lineno"> 1521</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01522"></a><span class="lineno"> 1522</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01523"></a><span class="lineno"> 1523</span> <span class="comment"></span></div>
<div class="line"><a name="l01524"></a><span class="lineno"> 1524</span> <span class="comment">SERVER_BASED_SEARCH = NO</span></div>
<div class="line"><a name="l01525"></a><span class="lineno"> 1525</span> <span class="comment"></span></div>
<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span> <span class="comment"># When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP</span></div>
<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span> <span class="comment"># script for searching. Instead the search results are written to an XML file</span></div>
<div class="line"><a name="l01528"></a><span class="lineno"> 1528</span> <span class="comment"># which needs to be processed by an external indexer. Doxygen will invoke an</span></div>
<div class="line"><a name="l01529"></a><span class="lineno"> 1529</span> <span class="comment"># external search engine pointed to by the SEARCHENGINE_URL option to obtain the</span></div>
<div class="line"><a name="l01530"></a><span class="lineno"> 1530</span> <span class="comment"># search results.</span></div>
<div class="line"><a name="l01531"></a><span class="lineno"> 1531</span> <span class="comment">#</span></div>
<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span> <span class="comment"># Doxygen ships with an example indexer (doxyindexer) and search engine</span></div>
<div class="line"><a name="l01533"></a><span class="lineno"> 1533</span> <span class="comment"># (doxysearch.cgi) which are based on the open source search engine library</span></div>
<div class="line"><a name="l01534"></a><span class="lineno"> 1534</span> <span class="comment"># Xapian (see: http://xapian.org/).</span></div>
<div class="line"><a name="l01535"></a><span class="lineno"> 1535</span> <span class="comment">#</span></div>
<div class="line"><a name="l01536"></a><span class="lineno"> 1536</span> <span class="comment"># See the section "External Indexing and Searching" for details.</span></div>
<div class="line"><a name="l01537"></a><span class="lineno"> 1537</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01538"></a><span class="lineno"> 1538</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01539"></a><span class="lineno"> 1539</span> <span class="comment"></span></div>
<div class="line"><a name="l01540"></a><span class="lineno"> 1540</span> <span class="comment">EXTERNAL_SEARCH = NO</span></div>
<div class="line"><a name="l01541"></a><span class="lineno"> 1541</span> <span class="comment"></span></div>
<div class="line"><a name="l01542"></a><span class="lineno"> 1542</span> <span class="comment"># The SEARCHENGINE_URL should point to a search engine hosted by a web server</span></div>
<div class="line"><a name="l01543"></a><span class="lineno"> 1543</span> <span class="comment"># which will return the search results when EXTERNAL_SEARCH is enabled.</span></div>
<div class="line"><a name="l01544"></a><span class="lineno"> 1544</span> <span class="comment">#</span></div>
<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span> <span class="comment"># Doxygen ships with an example indexer (doxyindexer) and search engine</span></div>
<div class="line"><a name="l01546"></a><span class="lineno"> 1546</span> <span class="comment"># (doxysearch.cgi) which are based on the open source search engine library</span></div>
<div class="line"><a name="l01547"></a><span class="lineno"> 1547</span> <span class="comment"># Xapian (see: http://xapian.org/). See the section "External Indexing and</span></div>
<div class="line"><a name="l01548"></a><span class="lineno"> 1548</span> <span class="comment"># Searching" for details.</span></div>
<div class="line"><a name="l01549"></a><span class="lineno"> 1549</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01550"></a><span class="lineno"> 1550</span> <span class="comment"></span></div>
<div class="line"><a name="l01551"></a><span class="lineno"> 1551</span> <span class="comment">SEARCHENGINE_URL = </span></div>
<div class="line"><a name="l01552"></a><span class="lineno"> 1552</span> <span class="comment"></span></div>
<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span> <span class="comment"># When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed</span></div>
<div class="line"><a name="l01554"></a><span class="lineno"> 1554</span> <span class="comment"># search data is written to a file for indexing by an external tool. With the</span></div>
<div class="line"><a name="l01555"></a><span class="lineno"> 1555</span> <span class="comment"># SEARCHDATA_FILE tag the name of this file can be specified.</span></div>
<div class="line"><a name="l01556"></a><span class="lineno"> 1556</span> <span class="comment"># The default file is: searchdata.xml.</span></div>
<div class="line"><a name="l01557"></a><span class="lineno"> 1557</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01558"></a><span class="lineno"> 1558</span> <span class="comment"></span></div>
<div class="line"><a name="l01559"></a><span class="lineno"> 1559</span> <span class="comment">SEARCHDATA_FILE = searchdata.xml</span></div>
<div class="line"><a name="l01560"></a><span class="lineno"> 1560</span> <span class="comment"></span></div>
<div class="line"><a name="l01561"></a><span class="lineno"> 1561</span> <span class="comment"># When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the</span></div>
<div class="line"><a name="l01562"></a><span class="lineno"> 1562</span> <span class="comment"># EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is</span></div>
<div class="line"><a name="l01563"></a><span class="lineno"> 1563</span> <span class="comment"># useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple</span></div>
<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span> <span class="comment"># projects and redirect the results back to the right project.</span></div>
<div class="line"><a name="l01565"></a><span class="lineno"> 1565</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span> <span class="comment"></span></div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span> <span class="comment">EXTERNAL_SEARCH_ID = </span></div>
<div class="line"><a name="l01568"></a><span class="lineno"> 1568</span> <span class="comment"></span></div>
<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span> <span class="comment"># The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen</span></div>
<div class="line"><a name="l01570"></a><span class="lineno"> 1570</span> <span class="comment"># projects other than the one defined by this configuration file, but that are</span></div>
<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span> <span class="comment"># all added to the same external search index. Each project needs to have a</span></div>
<div class="line"><a name="l01572"></a><span class="lineno"> 1572</span> <span class="comment"># unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of</span></div>
<div class="line"><a name="l01573"></a><span class="lineno"> 1573</span> <span class="comment"># to a relative location where the documentation can be found. The format is:</span></div>
<div class="line"><a name="l01574"></a><span class="lineno"> 1574</span> <span class="comment"># EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...</span></div>
<div class="line"><a name="l01575"></a><span class="lineno"> 1575</span> <span class="comment"># This tag requires that the tag SEARCHENGINE is set to YES.</span></div>
<div class="line"><a name="l01576"></a><span class="lineno"> 1576</span> <span class="comment"></span></div>
<div class="line"><a name="l01577"></a><span class="lineno"> 1577</span> <span class="comment">EXTRA_SEARCH_MAPPINGS = </span></div>
<div class="line"><a name="l01578"></a><span class="lineno"> 1578</span> <span class="comment"></span></div>
<div class="line"><a name="l01579"></a><span class="lineno"> 1579</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01580"></a><span class="lineno"> 1580</span> <span class="comment"># Configuration options related to the LaTeX output</span></div>
<div class="line"><a name="l01581"></a><span class="lineno"> 1581</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01582"></a><span class="lineno"> 1582</span> <span class="comment"></span></div>
<div class="line"><a name="l01583"></a><span class="lineno"> 1583</span> <span class="comment"># If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.</span></div>
<div class="line"><a name="l01584"></a><span class="lineno"> 1584</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01585"></a><span class="lineno"> 1585</span> <span class="comment"></span></div>
<div class="line"><a name="l01586"></a><span class="lineno"> 1586</span> <span class="comment">GENERATE_LATEX = NO</span></div>
<div class="line"><a name="l01587"></a><span class="lineno"> 1587</span> <span class="comment"></span></div>
<div class="line"><a name="l01588"></a><span class="lineno"> 1588</span> <span class="comment"># The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a</span></div>
<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span> <span class="comment"># relative path is entered the value of OUTPUT_DIRECTORY will be put in front of</span></div>
<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span> <span class="comment"># it.</span></div>
<div class="line"><a name="l01591"></a><span class="lineno"> 1591</span> <span class="comment"># The default directory is: latex.</span></div>
<div class="line"><a name="l01592"></a><span class="lineno"> 1592</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01593"></a><span class="lineno"> 1593</span> <span class="comment"></span></div>
<div class="line"><a name="l01594"></a><span class="lineno"> 1594</span> <span class="comment">LATEX_OUTPUT = latex</span></div>
<div class="line"><a name="l01595"></a><span class="lineno"> 1595</span> <span class="comment"></span></div>
<div class="line"><a name="l01596"></a><span class="lineno"> 1596</span> <span class="comment"># The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be</span></div>
<div class="line"><a name="l01597"></a><span class="lineno"> 1597</span> <span class="comment"># invoked.</span></div>
<div class="line"><a name="l01598"></a><span class="lineno"> 1598</span> <span class="comment">#</span></div>
<div class="line"><a name="l01599"></a><span class="lineno"> 1599</span> <span class="comment"># Note that when enabling USE_PDFLATEX this option is only used for generating</span></div>
<div class="line"><a name="l01600"></a><span class="lineno"> 1600</span> <span class="comment"># bitmaps for formulas in the HTML output, but not in the Makefile that is</span></div>
<div class="line"><a name="l01601"></a><span class="lineno"> 1601</span> <span class="comment"># written to the output directory.</span></div>
<div class="line"><a name="l01602"></a><span class="lineno"> 1602</span> <span class="comment"># The default file is: latex.</span></div>
<div class="line"><a name="l01603"></a><span class="lineno"> 1603</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01604"></a><span class="lineno"> 1604</span> <span class="comment"></span></div>
<div class="line"><a name="l01605"></a><span class="lineno"> 1605</span> <span class="comment">LATEX_CMD_NAME = latex</span></div>
<div class="line"><a name="l01606"></a><span class="lineno"> 1606</span> <span class="comment"></span></div>
<div class="line"><a name="l01607"></a><span class="lineno"> 1607</span> <span class="comment"># The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate</span></div>
<div class="line"><a name="l01608"></a><span class="lineno"> 1608</span> <span class="comment"># index for LaTeX.</span></div>
<div class="line"><a name="l01609"></a><span class="lineno"> 1609</span> <span class="comment"># The default file is: makeindex.</span></div>
<div class="line"><a name="l01610"></a><span class="lineno"> 1610</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01611"></a><span class="lineno"> 1611</span> <span class="comment"></span></div>
<div class="line"><a name="l01612"></a><span class="lineno"> 1612</span> <span class="comment">MAKEINDEX_CMD_NAME = makeindex</span></div>
<div class="line"><a name="l01613"></a><span class="lineno"> 1613</span> <span class="comment"></span></div>
<div class="line"><a name="l01614"></a><span class="lineno"> 1614</span> <span class="comment"># If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX</span></div>
<div class="line"><a name="l01615"></a><span class="lineno"> 1615</span> <span class="comment"># documents. This may be useful for small projects and may help to save some</span></div>
<div class="line"><a name="l01616"></a><span class="lineno"> 1616</span> <span class="comment"># trees in general.</span></div>
<div class="line"><a name="l01617"></a><span class="lineno"> 1617</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01618"></a><span class="lineno"> 1618</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01619"></a><span class="lineno"> 1619</span> <span class="comment"></span></div>
<div class="line"><a name="l01620"></a><span class="lineno"> 1620</span> <span class="comment">COMPACT_LATEX = NO</span></div>
<div class="line"><a name="l01621"></a><span class="lineno"> 1621</span> <span class="comment"></span></div>
<div class="line"><a name="l01622"></a><span class="lineno"> 1622</span> <span class="comment"># The PAPER_TYPE tag can be used to set the paper type that is used by the</span></div>
<div class="line"><a name="l01623"></a><span class="lineno"> 1623</span> <span class="comment"># printer.</span></div>
<div class="line"><a name="l01624"></a><span class="lineno"> 1624</span> <span class="comment"># Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x</span></div>
<div class="line"><a name="l01625"></a><span class="lineno"> 1625</span> <span class="comment"># 14 inches) and executive (7.25 x 10.5 inches).</span></div>
<div class="line"><a name="l01626"></a><span class="lineno"> 1626</span> <span class="comment"># The default value is: a4.</span></div>
<div class="line"><a name="l01627"></a><span class="lineno"> 1627</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01628"></a><span class="lineno"> 1628</span> <span class="comment"></span></div>
<div class="line"><a name="l01629"></a><span class="lineno"> 1629</span> <span class="comment">PAPER_TYPE = a4wide</span></div>
<div class="line"><a name="l01630"></a><span class="lineno"> 1630</span> <span class="comment"></span></div>
<div class="line"><a name="l01631"></a><span class="lineno"> 1631</span> <span class="comment"># The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names</span></div>
<div class="line"><a name="l01632"></a><span class="lineno"> 1632</span> <span class="comment"># that should be included in the LaTeX output. The package can be specified just</span></div>
<div class="line"><a name="l01633"></a><span class="lineno"> 1633</span> <span class="comment"># by its name or with the correct syntax as to be used with the LaTeX</span></div>
<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span> <span class="comment"># \usepackage command. To get the times font for instance you can specify :</span></div>
<div class="line"><a name="l01635"></a><span class="lineno"> 1635</span> <span class="comment"># EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}</span></div>
<div class="line"><a name="l01636"></a><span class="lineno"> 1636</span> <span class="comment"># To use the option intlimits with the amsmath package you can specify:</span></div>
<div class="line"><a name="l01637"></a><span class="lineno"> 1637</span> <span class="comment"># EXTRA_PACKAGES=[intlimits]{amsmath}</span></div>
<div class="line"><a name="l01638"></a><span class="lineno"> 1638</span> <span class="comment"># If left blank no extra packages will be included.</span></div>
<div class="line"><a name="l01639"></a><span class="lineno"> 1639</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01640"></a><span class="lineno"> 1640</span> <span class="comment"></span></div>
<div class="line"><a name="l01641"></a><span class="lineno"> 1641</span> <span class="comment">EXTRA_PACKAGES = </span></div>
<div class="line"><a name="l01642"></a><span class="lineno"> 1642</span> <span class="comment"></span></div>
<div class="line"><a name="l01643"></a><span class="lineno"> 1643</span> <span class="comment"># The LATEX_HEADER tag can be used to specify a personal LaTeX header for the</span></div>
<div class="line"><a name="l01644"></a><span class="lineno"> 1644</span> <span class="comment"># generated LaTeX document. The header should contain everything until the first</span></div>
<div class="line"><a name="l01645"></a><span class="lineno"> 1645</span> <span class="comment"># chapter. If it is left blank doxygen will generate a standard header. See</span></div>
<div class="line"><a name="l01646"></a><span class="lineno"> 1646</span> <span class="comment"># section "Doxygen usage" for information on how to let doxygen write the</span></div>
<div class="line"><a name="l01647"></a><span class="lineno"> 1647</span> <span class="comment"># default header to a separate file.</span></div>
<div class="line"><a name="l01648"></a><span class="lineno"> 1648</span> <span class="comment">#</span></div>
<div class="line"><a name="l01649"></a><span class="lineno"> 1649</span> <span class="comment"># Note: Only use a user-defined header if you know what you are doing! The</span></div>
<div class="line"><a name="l01650"></a><span class="lineno"> 1650</span> <span class="comment"># following commands have a special meaning inside the header: $title,</span></div>
<div class="line"><a name="l01651"></a><span class="lineno"> 1651</span> <span class="comment"># $datetime, $date, $doxygenversion, $projectname, $projectnumber,</span></div>
<div class="line"><a name="l01652"></a><span class="lineno"> 1652</span> <span class="comment"># $projectbrief, $projectlogo. Doxygen will replace $title with the empty</span></div>
<div class="line"><a name="l01653"></a><span class="lineno"> 1653</span> <span class="comment"># string, for the replacement values of the other commands the user is referred</span></div>
<div class="line"><a name="l01654"></a><span class="lineno"> 1654</span> <span class="comment"># to HTML_HEADER.</span></div>
<div class="line"><a name="l01655"></a><span class="lineno"> 1655</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01656"></a><span class="lineno"> 1656</span> <span class="comment"></span></div>
<div class="line"><a name="l01657"></a><span class="lineno"> 1657</span> <span class="comment">LATEX_HEADER = </span></div>
<div class="line"><a name="l01658"></a><span class="lineno"> 1658</span> <span class="comment"></span></div>
<div class="line"><a name="l01659"></a><span class="lineno"> 1659</span> <span class="comment"># The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the</span></div>
<div class="line"><a name="l01660"></a><span class="lineno"> 1660</span> <span class="comment"># generated LaTeX document. The footer should contain everything after the last</span></div>
<div class="line"><a name="l01661"></a><span class="lineno"> 1661</span> <span class="comment"># chapter. If it is left blank doxygen will generate a standard footer. See</span></div>
<div class="line"><a name="l01662"></a><span class="lineno"> 1662</span> <span class="comment"># LATEX_HEADER for more information on how to generate a default footer and what</span></div>
<div class="line"><a name="l01663"></a><span class="lineno"> 1663</span> <span class="comment"># special commands can be used inside the footer.</span></div>
<div class="line"><a name="l01664"></a><span class="lineno"> 1664</span> <span class="comment">#</span></div>
<div class="line"><a name="l01665"></a><span class="lineno"> 1665</span> <span class="comment"># Note: Only use a user-defined footer if you know what you are doing!</span></div>
<div class="line"><a name="l01666"></a><span class="lineno"> 1666</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01667"></a><span class="lineno"> 1667</span> <span class="comment"></span></div>
<div class="line"><a name="l01668"></a><span class="lineno"> 1668</span> <span class="comment">LATEX_FOOTER = </span></div>
<div class="line"><a name="l01669"></a><span class="lineno"> 1669</span> <span class="comment"></span></div>
<div class="line"><a name="l01670"></a><span class="lineno"> 1670</span> <span class="comment"># The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined</span></div>
<div class="line"><a name="l01671"></a><span class="lineno"> 1671</span> <span class="comment"># LaTeX style sheets that are included after the standard style sheets created</span></div>
<div class="line"><a name="l01672"></a><span class="lineno"> 1672</span> <span class="comment"># by doxygen. Using this option one can overrule certain style aspects. Doxygen</span></div>
<div class="line"><a name="l01673"></a><span class="lineno"> 1673</span> <span class="comment"># will copy the style sheet files to the output directory.</span></div>
<div class="line"><a name="l01674"></a><span class="lineno"> 1674</span> <span class="comment"># Note: The order of the extra style sheet files is of importance (e.g. the last</span></div>
<div class="line"><a name="l01675"></a><span class="lineno"> 1675</span> <span class="comment"># style sheet in the list overrules the setting of the previous ones in the</span></div>
<div class="line"><a name="l01676"></a><span class="lineno"> 1676</span> <span class="comment"># list).</span></div>
<div class="line"><a name="l01677"></a><span class="lineno"> 1677</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01678"></a><span class="lineno"> 1678</span> <span class="comment"></span></div>
<div class="line"><a name="l01679"></a><span class="lineno"> 1679</span> <span class="comment">LATEX_EXTRA_STYLESHEET = </span></div>
<div class="line"><a name="l01680"></a><span class="lineno"> 1680</span> <span class="comment"></span></div>
<div class="line"><a name="l01681"></a><span class="lineno"> 1681</span> <span class="comment"># The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or</span></div>
<div class="line"><a name="l01682"></a><span class="lineno"> 1682</span> <span class="comment"># other source files which should be copied to the LATEX_OUTPUT output</span></div>
<div class="line"><a name="l01683"></a><span class="lineno"> 1683</span> <span class="comment"># directory. Note that the files will be copied as-is; there are no commands or</span></div>
<div class="line"><a name="l01684"></a><span class="lineno"> 1684</span> <span class="comment"># markers available.</span></div>
<div class="line"><a name="l01685"></a><span class="lineno"> 1685</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01686"></a><span class="lineno"> 1686</span> <span class="comment"></span></div>
<div class="line"><a name="l01687"></a><span class="lineno"> 1687</span> <span class="comment">LATEX_EXTRA_FILES = </span></div>
<div class="line"><a name="l01688"></a><span class="lineno"> 1688</span> <span class="comment"></span></div>
<div class="line"><a name="l01689"></a><span class="lineno"> 1689</span> <span class="comment"># If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is</span></div>
<div class="line"><a name="l01690"></a><span class="lineno"> 1690</span> <span class="comment"># prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will</span></div>
<div class="line"><a name="l01691"></a><span class="lineno"> 1691</span> <span class="comment"># contain links (just like the HTML output) instead of page references. This</span></div>
<div class="line"><a name="l01692"></a><span class="lineno"> 1692</span> <span class="comment"># makes the output suitable for online browsing using a PDF viewer.</span></div>
<div class="line"><a name="l01693"></a><span class="lineno"> 1693</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01694"></a><span class="lineno"> 1694</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01695"></a><span class="lineno"> 1695</span> <span class="comment"></span></div>
<div class="line"><a name="l01696"></a><span class="lineno"> 1696</span> <span class="comment">PDF_HYPERLINKS = NO</span></div>
<div class="line"><a name="l01697"></a><span class="lineno"> 1697</span> <span class="comment"></span></div>
<div class="line"><a name="l01698"></a><span class="lineno"> 1698</span> <span class="comment"># If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate</span></div>
<div class="line"><a name="l01699"></a><span class="lineno"> 1699</span> <span class="comment"># the PDF file directly from the LaTeX files. Set this option to YES, to get a</span></div>
<div class="line"><a name="l01700"></a><span class="lineno"> 1700</span> <span class="comment"># higher quality PDF documentation.</span></div>
<div class="line"><a name="l01701"></a><span class="lineno"> 1701</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01702"></a><span class="lineno"> 1702</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01703"></a><span class="lineno"> 1703</span> <span class="comment"></span></div>
<div class="line"><a name="l01704"></a><span class="lineno"> 1704</span> <span class="comment">USE_PDFLATEX = YES</span></div>
<div class="line"><a name="l01705"></a><span class="lineno"> 1705</span> <span class="comment"></span></div>
<div class="line"><a name="l01706"></a><span class="lineno"> 1706</span> <span class="comment"># If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode</span></div>
<div class="line"><a name="l01707"></a><span class="lineno"> 1707</span> <span class="comment"># command to the generated LaTeX files. This will instruct LaTeX to keep running</span></div>
<div class="line"><a name="l01708"></a><span class="lineno"> 1708</span> <span class="comment"># if errors occur, instead of asking the user for help. This option is also used</span></div>
<div class="line"><a name="l01709"></a><span class="lineno"> 1709</span> <span class="comment"># when generating formulas in HTML.</span></div>
<div class="line"><a name="l01710"></a><span class="lineno"> 1710</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01711"></a><span class="lineno"> 1711</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01712"></a><span class="lineno"> 1712</span> <span class="comment"></span></div>
<div class="line"><a name="l01713"></a><span class="lineno"> 1713</span> <span class="comment">LATEX_BATCHMODE = NO</span></div>
<div class="line"><a name="l01714"></a><span class="lineno"> 1714</span> <span class="comment"></span></div>
<div class="line"><a name="l01715"></a><span class="lineno"> 1715</span> <span class="comment"># If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the</span></div>
<div class="line"><a name="l01716"></a><span class="lineno"> 1716</span> <span class="comment"># index chapters (such as File Index, Compound Index, etc.) in the output.</span></div>
<div class="line"><a name="l01717"></a><span class="lineno"> 1717</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01718"></a><span class="lineno"> 1718</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01719"></a><span class="lineno"> 1719</span> <span class="comment"></span></div>
<div class="line"><a name="l01720"></a><span class="lineno"> 1720</span> <span class="comment">LATEX_HIDE_INDICES = NO</span></div>
<div class="line"><a name="l01721"></a><span class="lineno"> 1721</span> <span class="comment"></span></div>
<div class="line"><a name="l01722"></a><span class="lineno"> 1722</span> <span class="comment"># If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source</span></div>
<div class="line"><a name="l01723"></a><span class="lineno"> 1723</span> <span class="comment"># code with syntax highlighting in the LaTeX output.</span></div>
<div class="line"><a name="l01724"></a><span class="lineno"> 1724</span> <span class="comment">#</span></div>
<div class="line"><a name="l01725"></a><span class="lineno"> 1725</span> <span class="comment"># Note that which sources are shown also depends on other settings such as</span></div>
<div class="line"><a name="l01726"></a><span class="lineno"> 1726</span> <span class="comment"># SOURCE_BROWSER.</span></div>
<div class="line"><a name="l01727"></a><span class="lineno"> 1727</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01728"></a><span class="lineno"> 1728</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01729"></a><span class="lineno"> 1729</span> <span class="comment"></span></div>
<div class="line"><a name="l01730"></a><span class="lineno"> 1730</span> <span class="comment">LATEX_SOURCE_CODE = NO</span></div>
<div class="line"><a name="l01731"></a><span class="lineno"> 1731</span> <span class="comment"></span></div>
<div class="line"><a name="l01732"></a><span class="lineno"> 1732</span> <span class="comment"># The LATEX_BIB_STYLE tag can be used to specify the style to use for the</span></div>
<div class="line"><a name="l01733"></a><span class="lineno"> 1733</span> <span class="comment"># bibliography, e.g. plainnat, or ieeetr. See</span></div>
<div class="line"><a name="l01734"></a><span class="lineno"> 1734</span> <span class="comment"># http://en.wikipedia.org/wiki/BibTeX and \cite for more info.</span></div>
<div class="line"><a name="l01735"></a><span class="lineno"> 1735</span> <span class="comment"># The default value is: plain.</span></div>
<div class="line"><a name="l01736"></a><span class="lineno"> 1736</span> <span class="comment"># This tag requires that the tag GENERATE_LATEX is set to YES.</span></div>
<div class="line"><a name="l01737"></a><span class="lineno"> 1737</span> <span class="comment"></span></div>
<div class="line"><a name="l01738"></a><span class="lineno"> 1738</span> <span class="comment">LATEX_BIB_STYLE = plain</span></div>
<div class="line"><a name="l01739"></a><span class="lineno"> 1739</span> <span class="comment"></span></div>
<div class="line"><a name="l01740"></a><span class="lineno"> 1740</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01741"></a><span class="lineno"> 1741</span> <span class="comment"># Configuration options related to the RTF output</span></div>
<div class="line"><a name="l01742"></a><span class="lineno"> 1742</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01743"></a><span class="lineno"> 1743</span> <span class="comment"></span></div>
<div class="line"><a name="l01744"></a><span class="lineno"> 1744</span> <span class="comment"># If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The</span></div>
<div class="line"><a name="l01745"></a><span class="lineno"> 1745</span> <span class="comment"># RTF output is optimized for Word 97 and may not look too pretty with other RTF</span></div>
<div class="line"><a name="l01746"></a><span class="lineno"> 1746</span> <span class="comment"># readers/editors.</span></div>
<div class="line"><a name="l01747"></a><span class="lineno"> 1747</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01748"></a><span class="lineno"> 1748</span> <span class="comment"></span></div>
<div class="line"><a name="l01749"></a><span class="lineno"> 1749</span> <span class="comment">GENERATE_RTF = NO</span></div>
<div class="line"><a name="l01750"></a><span class="lineno"> 1750</span> <span class="comment"></span></div>
<div class="line"><a name="l01751"></a><span class="lineno"> 1751</span> <span class="comment"># The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a</span></div>
<div class="line"><a name="l01752"></a><span class="lineno"> 1752</span> <span class="comment"># relative path is entered the value of OUTPUT_DIRECTORY will be put in front of</span></div>
<div class="line"><a name="l01753"></a><span class="lineno"> 1753</span> <span class="comment"># it.</span></div>
<div class="line"><a name="l01754"></a><span class="lineno"> 1754</span> <span class="comment"># The default directory is: rtf.</span></div>
<div class="line"><a name="l01755"></a><span class="lineno"> 1755</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01756"></a><span class="lineno"> 1756</span> <span class="comment"></span></div>
<div class="line"><a name="l01757"></a><span class="lineno"> 1757</span> <span class="comment">RTF_OUTPUT = glm.rtf</span></div>
<div class="line"><a name="l01758"></a><span class="lineno"> 1758</span> <span class="comment"></span></div>
<div class="line"><a name="l01759"></a><span class="lineno"> 1759</span> <span class="comment"># If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF</span></div>
<div class="line"><a name="l01760"></a><span class="lineno"> 1760</span> <span class="comment"># documents. This may be useful for small projects and may help to save some</span></div>
<div class="line"><a name="l01761"></a><span class="lineno"> 1761</span> <span class="comment"># trees in general.</span></div>
<div class="line"><a name="l01762"></a><span class="lineno"> 1762</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01763"></a><span class="lineno"> 1763</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01764"></a><span class="lineno"> 1764</span> <span class="comment"></span></div>
<div class="line"><a name="l01765"></a><span class="lineno"> 1765</span> <span class="comment">COMPACT_RTF = NO</span></div>
<div class="line"><a name="l01766"></a><span class="lineno"> 1766</span> <span class="comment"></span></div>
<div class="line"><a name="l01767"></a><span class="lineno"> 1767</span> <span class="comment"># If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will</span></div>
<div class="line"><a name="l01768"></a><span class="lineno"> 1768</span> <span class="comment"># contain hyperlink fields. The RTF file will contain links (just like the HTML</span></div>
<div class="line"><a name="l01769"></a><span class="lineno"> 1769</span> <span class="comment"># output) instead of page references. This makes the output suitable for online</span></div>
<div class="line"><a name="l01770"></a><span class="lineno"> 1770</span> <span class="comment"># browsing using Word or some other Word compatible readers that support those</span></div>
<div class="line"><a name="l01771"></a><span class="lineno"> 1771</span> <span class="comment"># fields.</span></div>
<div class="line"><a name="l01772"></a><span class="lineno"> 1772</span> <span class="comment">#</span></div>
<div class="line"><a name="l01773"></a><span class="lineno"> 1773</span> <span class="comment"># Note: WordPad (write) and others do not support links.</span></div>
<div class="line"><a name="l01774"></a><span class="lineno"> 1774</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01775"></a><span class="lineno"> 1775</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01776"></a><span class="lineno"> 1776</span> <span class="comment"></span></div>
<div class="line"><a name="l01777"></a><span class="lineno"> 1777</span> <span class="comment">RTF_HYPERLINKS = YES</span></div>
<div class="line"><a name="l01778"></a><span class="lineno"> 1778</span> <span class="comment"></span></div>
<div class="line"><a name="l01779"></a><span class="lineno"> 1779</span> <span class="comment"># Load stylesheet definitions from file. Syntax is similar to doxygen's config</span></div>
<div class="line"><a name="l01780"></a><span class="lineno"> 1780</span> <span class="comment"># file, i.e. a series of assignments. You only have to provide replacements,</span></div>
<div class="line"><a name="l01781"></a><span class="lineno"> 1781</span> <span class="comment"># missing definitions are set to their default value.</span></div>
<div class="line"><a name="l01782"></a><span class="lineno"> 1782</span> <span class="comment">#</span></div>
<div class="line"><a name="l01783"></a><span class="lineno"> 1783</span> <span class="comment"># See also section "Doxygen usage" for information on how to generate the</span></div>
<div class="line"><a name="l01784"></a><span class="lineno"> 1784</span> <span class="comment"># default style sheet that doxygen normally uses.</span></div>
<div class="line"><a name="l01785"></a><span class="lineno"> 1785</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01786"></a><span class="lineno"> 1786</span> <span class="comment"></span></div>
<div class="line"><a name="l01787"></a><span class="lineno"> 1787</span> <span class="comment">RTF_STYLESHEET_FILE = </span></div>
<div class="line"><a name="l01788"></a><span class="lineno"> 1788</span> <span class="comment"></span></div>
<div class="line"><a name="l01789"></a><span class="lineno"> 1789</span> <span class="comment"># Set optional variables used in the generation of an RTF document. Syntax is</span></div>
<div class="line"><a name="l01790"></a><span class="lineno"> 1790</span> <span class="comment"># similar to doxygen's config file. A template extensions file can be generated</span></div>
<div class="line"><a name="l01791"></a><span class="lineno"> 1791</span> <span class="comment"># using doxygen -e rtf extensionFile.</span></div>
<div class="line"><a name="l01792"></a><span class="lineno"> 1792</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01793"></a><span class="lineno"> 1793</span> <span class="comment"></span></div>
<div class="line"><a name="l01794"></a><span class="lineno"> 1794</span> <span class="comment">RTF_EXTENSIONS_FILE = </span></div>
<div class="line"><a name="l01795"></a><span class="lineno"> 1795</span> <span class="comment"></span></div>
<div class="line"><a name="l01796"></a><span class="lineno"> 1796</span> <span class="comment"># If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code</span></div>
<div class="line"><a name="l01797"></a><span class="lineno"> 1797</span> <span class="comment"># with syntax highlighting in the RTF output.</span></div>
<div class="line"><a name="l01798"></a><span class="lineno"> 1798</span> <span class="comment">#</span></div>
<div class="line"><a name="l01799"></a><span class="lineno"> 1799</span> <span class="comment"># Note that which sources are shown also depends on other settings such as</span></div>
<div class="line"><a name="l01800"></a><span class="lineno"> 1800</span> <span class="comment"># SOURCE_BROWSER.</span></div>
<div class="line"><a name="l01801"></a><span class="lineno"> 1801</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01802"></a><span class="lineno"> 1802</span> <span class="comment"># This tag requires that the tag GENERATE_RTF is set to YES.</span></div>
<div class="line"><a name="l01803"></a><span class="lineno"> 1803</span> <span class="comment"></span></div>
<div class="line"><a name="l01804"></a><span class="lineno"> 1804</span> <span class="comment">RTF_SOURCE_CODE = NO</span></div>
<div class="line"><a name="l01805"></a><span class="lineno"> 1805</span> <span class="comment"></span></div>
<div class="line"><a name="l01806"></a><span class="lineno"> 1806</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01807"></a><span class="lineno"> 1807</span> <span class="comment"># Configuration options related to the man page output</span></div>
<div class="line"><a name="l01808"></a><span class="lineno"> 1808</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01809"></a><span class="lineno"> 1809</span> <span class="comment"></span></div>
<div class="line"><a name="l01810"></a><span class="lineno"> 1810</span> <span class="comment"># If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for</span></div>
<div class="line"><a name="l01811"></a><span class="lineno"> 1811</span> <span class="comment"># classes and files.</span></div>
<div class="line"><a name="l01812"></a><span class="lineno"> 1812</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01813"></a><span class="lineno"> 1813</span> <span class="comment"></span></div>
<div class="line"><a name="l01814"></a><span class="lineno"> 1814</span> <span class="comment">GENERATE_MAN = NO</span></div>
<div class="line"><a name="l01815"></a><span class="lineno"> 1815</span> <span class="comment"></span></div>
<div class="line"><a name="l01816"></a><span class="lineno"> 1816</span> <span class="comment"># The MAN_OUTPUT tag is used to specify where the man pages will be put. If a</span></div>
<div class="line"><a name="l01817"></a><span class="lineno"> 1817</span> <span class="comment"># relative path is entered the value of OUTPUT_DIRECTORY will be put in front of</span></div>
<div class="line"><a name="l01818"></a><span class="lineno"> 1818</span> <span class="comment"># it. A directory man3 will be created inside the directory specified by</span></div>
<div class="line"><a name="l01819"></a><span class="lineno"> 1819</span> <span class="comment"># MAN_OUTPUT.</span></div>
<div class="line"><a name="l01820"></a><span class="lineno"> 1820</span> <span class="comment"># The default directory is: man.</span></div>
<div class="line"><a name="l01821"></a><span class="lineno"> 1821</span> <span class="comment"># This tag requires that the tag GENERATE_MAN is set to YES.</span></div>
<div class="line"><a name="l01822"></a><span class="lineno"> 1822</span> <span class="comment"></span></div>
<div class="line"><a name="l01823"></a><span class="lineno"> 1823</span> <span class="comment">MAN_OUTPUT = man</span></div>
<div class="line"><a name="l01824"></a><span class="lineno"> 1824</span> <span class="comment"></span></div>
<div class="line"><a name="l01825"></a><span class="lineno"> 1825</span> <span class="comment"># The MAN_EXTENSION tag determines the extension that is added to the generated</span></div>
<div class="line"><a name="l01826"></a><span class="lineno"> 1826</span> <span class="comment"># man pages. In case the manual section does not start with a number, the number</span></div>
<div class="line"><a name="l01827"></a><span class="lineno"> 1827</span> <span class="comment"># 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is</span></div>
<div class="line"><a name="l01828"></a><span class="lineno"> 1828</span> <span class="comment"># optional.</span></div>
<div class="line"><a name="l01829"></a><span class="lineno"> 1829</span> <span class="comment"># The default value is: .3.</span></div>
<div class="line"><a name="l01830"></a><span class="lineno"> 1830</span> <span class="comment"># This tag requires that the tag GENERATE_MAN is set to YES.</span></div>
<div class="line"><a name="l01831"></a><span class="lineno"> 1831</span> <span class="comment"></span></div>
<div class="line"><a name="l01832"></a><span class="lineno"> 1832</span> <span class="comment">MAN_EXTENSION = .3</span></div>
<div class="line"><a name="l01833"></a><span class="lineno"> 1833</span> <span class="comment"></span></div>
<div class="line"><a name="l01834"></a><span class="lineno"> 1834</span> <span class="comment"># The MAN_SUBDIR tag determines the name of the directory created within</span></div>
<div class="line"><a name="l01835"></a><span class="lineno"> 1835</span> <span class="comment"># MAN_OUTPUT in which the man pages are placed. If defaults to man followed by</span></div>
<div class="line"><a name="l01836"></a><span class="lineno"> 1836</span> <span class="comment"># MAN_EXTENSION with the initial . removed.</span></div>
<div class="line"><a name="l01837"></a><span class="lineno"> 1837</span> <span class="comment"># This tag requires that the tag GENERATE_MAN is set to YES.</span></div>
<div class="line"><a name="l01838"></a><span class="lineno"> 1838</span> <span class="comment"></span></div>
<div class="line"><a name="l01839"></a><span class="lineno"> 1839</span> <span class="comment">MAN_SUBDIR = </span></div>
<div class="line"><a name="l01840"></a><span class="lineno"> 1840</span> <span class="comment"></span></div>
<div class="line"><a name="l01841"></a><span class="lineno"> 1841</span> <span class="comment"># If the MAN_LINKS tag is set to YES and doxygen generates man output, then it</span></div>
<div class="line"><a name="l01842"></a><span class="lineno"> 1842</span> <span class="comment"># will generate one additional man file for each entity documented in the real</span></div>
<div class="line"><a name="l01843"></a><span class="lineno"> 1843</span> <span class="comment"># man page(s). These additional files only source the real man page, but without</span></div>
<div class="line"><a name="l01844"></a><span class="lineno"> 1844</span> <span class="comment"># them the man command would be unable to find the correct page.</span></div>
<div class="line"><a name="l01845"></a><span class="lineno"> 1845</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01846"></a><span class="lineno"> 1846</span> <span class="comment"># This tag requires that the tag GENERATE_MAN is set to YES.</span></div>
<div class="line"><a name="l01847"></a><span class="lineno"> 1847</span> <span class="comment"></span></div>
<div class="line"><a name="l01848"></a><span class="lineno"> 1848</span> <span class="comment">MAN_LINKS = NO</span></div>
<div class="line"><a name="l01849"></a><span class="lineno"> 1849</span> <span class="comment"></span></div>
<div class="line"><a name="l01850"></a><span class="lineno"> 1850</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01851"></a><span class="lineno"> 1851</span> <span class="comment"># Configuration options related to the XML output</span></div>
<div class="line"><a name="l01852"></a><span class="lineno"> 1852</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01853"></a><span class="lineno"> 1853</span> <span class="comment"></span></div>
<div class="line"><a name="l01854"></a><span class="lineno"> 1854</span> <span class="comment"># If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that</span></div>
<div class="line"><a name="l01855"></a><span class="lineno"> 1855</span> <span class="comment"># captures the structure of the code including all documentation.</span></div>
<div class="line"><a name="l01856"></a><span class="lineno"> 1856</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01857"></a><span class="lineno"> 1857</span> <span class="comment"></span></div>
<div class="line"><a name="l01858"></a><span class="lineno"> 1858</span> <span class="comment">GENERATE_XML = NO</span></div>
<div class="line"><a name="l01859"></a><span class="lineno"> 1859</span> <span class="comment"></span></div>
<div class="line"><a name="l01860"></a><span class="lineno"> 1860</span> <span class="comment"># The XML_OUTPUT tag is used to specify where the XML pages will be put. If a</span></div>
<div class="line"><a name="l01861"></a><span class="lineno"> 1861</span> <span class="comment"># relative path is entered the value of OUTPUT_DIRECTORY will be put in front of</span></div>
<div class="line"><a name="l01862"></a><span class="lineno"> 1862</span> <span class="comment"># it.</span></div>
<div class="line"><a name="l01863"></a><span class="lineno"> 1863</span> <span class="comment"># The default directory is: xml.</span></div>
<div class="line"><a name="l01864"></a><span class="lineno"> 1864</span> <span class="comment"># This tag requires that the tag GENERATE_XML is set to YES.</span></div>
<div class="line"><a name="l01865"></a><span class="lineno"> 1865</span> <span class="comment"></span></div>
<div class="line"><a name="l01866"></a><span class="lineno"> 1866</span> <span class="comment">XML_OUTPUT = xml</span></div>
<div class="line"><a name="l01867"></a><span class="lineno"> 1867</span> <span class="comment"></span></div>
<div class="line"><a name="l01868"></a><span class="lineno"> 1868</span> <span class="comment"># If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program</span></div>
<div class="line"><a name="l01869"></a><span class="lineno"> 1869</span> <span class="comment"># listings (including syntax highlighting and cross-referencing information) to</span></div>
<div class="line"><a name="l01870"></a><span class="lineno"> 1870</span> <span class="comment"># the XML output. Note that enabling this will significantly increase the size</span></div>
<div class="line"><a name="l01871"></a><span class="lineno"> 1871</span> <span class="comment"># of the XML output.</span></div>
<div class="line"><a name="l01872"></a><span class="lineno"> 1872</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01873"></a><span class="lineno"> 1873</span> <span class="comment"># This tag requires that the tag GENERATE_XML is set to YES.</span></div>
<div class="line"><a name="l01874"></a><span class="lineno"> 1874</span> <span class="comment"></span></div>
<div class="line"><a name="l01875"></a><span class="lineno"> 1875</span> <span class="comment">XML_PROGRAMLISTING = YES</span></div>
<div class="line"><a name="l01876"></a><span class="lineno"> 1876</span> <span class="comment"></span></div>
<div class="line"><a name="l01877"></a><span class="lineno"> 1877</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01878"></a><span class="lineno"> 1878</span> <span class="comment"># Configuration options related to the DOCBOOK output</span></div>
<div class="line"><a name="l01879"></a><span class="lineno"> 1879</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01880"></a><span class="lineno"> 1880</span> <span class="comment"></span></div>
<div class="line"><a name="l01881"></a><span class="lineno"> 1881</span> <span class="comment"># If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files</span></div>
<div class="line"><a name="l01882"></a><span class="lineno"> 1882</span> <span class="comment"># that can be used to generate PDF.</span></div>
<div class="line"><a name="l01883"></a><span class="lineno"> 1883</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01884"></a><span class="lineno"> 1884</span> <span class="comment"></span></div>
<div class="line"><a name="l01885"></a><span class="lineno"> 1885</span> <span class="comment">GENERATE_DOCBOOK = NO</span></div>
<div class="line"><a name="l01886"></a><span class="lineno"> 1886</span> <span class="comment"></span></div>
<div class="line"><a name="l01887"></a><span class="lineno"> 1887</span> <span class="comment"># The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.</span></div>
<div class="line"><a name="l01888"></a><span class="lineno"> 1888</span> <span class="comment"># If a relative path is entered the value of OUTPUT_DIRECTORY will be put in</span></div>
<div class="line"><a name="l01889"></a><span class="lineno"> 1889</span> <span class="comment"># front of it.</span></div>
<div class="line"><a name="l01890"></a><span class="lineno"> 1890</span> <span class="comment"># The default directory is: docbook.</span></div>
<div class="line"><a name="l01891"></a><span class="lineno"> 1891</span> <span class="comment"># This tag requires that the tag GENERATE_DOCBOOK is set to YES.</span></div>
<div class="line"><a name="l01892"></a><span class="lineno"> 1892</span> <span class="comment"></span></div>
<div class="line"><a name="l01893"></a><span class="lineno"> 1893</span> <span class="comment">DOCBOOK_OUTPUT = docbook</span></div>
<div class="line"><a name="l01894"></a><span class="lineno"> 1894</span> <span class="comment"></span></div>
<div class="line"><a name="l01895"></a><span class="lineno"> 1895</span> <span class="comment"># If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the</span></div>
<div class="line"><a name="l01896"></a><span class="lineno"> 1896</span> <span class="comment"># program listings (including syntax highlighting and cross-referencing</span></div>
<div class="line"><a name="l01897"></a><span class="lineno"> 1897</span> <span class="comment"># information) to the DOCBOOK output. Note that enabling this will significantly</span></div>
<div class="line"><a name="l01898"></a><span class="lineno"> 1898</span> <span class="comment"># increase the size of the DOCBOOK output.</span></div>
<div class="line"><a name="l01899"></a><span class="lineno"> 1899</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01900"></a><span class="lineno"> 1900</span> <span class="comment"># This tag requires that the tag GENERATE_DOCBOOK is set to YES.</span></div>
<div class="line"><a name="l01901"></a><span class="lineno"> 1901</span> <span class="comment"></span></div>
<div class="line"><a name="l01902"></a><span class="lineno"> 1902</span> <span class="comment">DOCBOOK_PROGRAMLISTING = NO</span></div>
<div class="line"><a name="l01903"></a><span class="lineno"> 1903</span> <span class="comment"></span></div>
<div class="line"><a name="l01904"></a><span class="lineno"> 1904</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01905"></a><span class="lineno"> 1905</span> <span class="comment"># Configuration options for the AutoGen Definitions output</span></div>
<div class="line"><a name="l01906"></a><span class="lineno"> 1906</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01907"></a><span class="lineno"> 1907</span> <span class="comment"></span></div>
<div class="line"><a name="l01908"></a><span class="lineno"> 1908</span> <span class="comment"># If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an</span></div>
<div class="line"><a name="l01909"></a><span class="lineno"> 1909</span> <span class="comment"># AutoGen Definitions (see http://autogen.sf.net) file that captures the</span></div>
<div class="line"><a name="l01910"></a><span class="lineno"> 1910</span> <span class="comment"># structure of the code including all documentation. Note that this feature is</span></div>
<div class="line"><a name="l01911"></a><span class="lineno"> 1911</span> <span class="comment"># still experimental and incomplete at the moment.</span></div>
<div class="line"><a name="l01912"></a><span class="lineno"> 1912</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01913"></a><span class="lineno"> 1913</span> <span class="comment"></span></div>
<div class="line"><a name="l01914"></a><span class="lineno"> 1914</span> <span class="comment">GENERATE_AUTOGEN_DEF = NO</span></div>
<div class="line"><a name="l01915"></a><span class="lineno"> 1915</span> <span class="comment"></span></div>
<div class="line"><a name="l01916"></a><span class="lineno"> 1916</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01917"></a><span class="lineno"> 1917</span> <span class="comment"># Configuration options related to the Perl module output</span></div>
<div class="line"><a name="l01918"></a><span class="lineno"> 1918</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01919"></a><span class="lineno"> 1919</span> <span class="comment"></span></div>
<div class="line"><a name="l01920"></a><span class="lineno"> 1920</span> <span class="comment"># If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module</span></div>
<div class="line"><a name="l01921"></a><span class="lineno"> 1921</span> <span class="comment"># file that captures the structure of the code including all documentation.</span></div>
<div class="line"><a name="l01922"></a><span class="lineno"> 1922</span> <span class="comment">#</span></div>
<div class="line"><a name="l01923"></a><span class="lineno"> 1923</span> <span class="comment"># Note that this feature is still experimental and incomplete at the moment.</span></div>
<div class="line"><a name="l01924"></a><span class="lineno"> 1924</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01925"></a><span class="lineno"> 1925</span> <span class="comment"></span></div>
<div class="line"><a name="l01926"></a><span class="lineno"> 1926</span> <span class="comment">GENERATE_PERLMOD = NO</span></div>
<div class="line"><a name="l01927"></a><span class="lineno"> 1927</span> <span class="comment"></span></div>
<div class="line"><a name="l01928"></a><span class="lineno"> 1928</span> <span class="comment"># If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary</span></div>
<div class="line"><a name="l01929"></a><span class="lineno"> 1929</span> <span class="comment"># Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI</span></div>
<div class="line"><a name="l01930"></a><span class="lineno"> 1930</span> <span class="comment"># output from the Perl module output.</span></div>
<div class="line"><a name="l01931"></a><span class="lineno"> 1931</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01932"></a><span class="lineno"> 1932</span> <span class="comment"># This tag requires that the tag GENERATE_PERLMOD is set to YES.</span></div>
<div class="line"><a name="l01933"></a><span class="lineno"> 1933</span> <span class="comment"></span></div>
<div class="line"><a name="l01934"></a><span class="lineno"> 1934</span> <span class="comment">PERLMOD_LATEX = NO</span></div>
<div class="line"><a name="l01935"></a><span class="lineno"> 1935</span> <span class="comment"></span></div>
<div class="line"><a name="l01936"></a><span class="lineno"> 1936</span> <span class="comment"># If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely</span></div>
<div class="line"><a name="l01937"></a><span class="lineno"> 1937</span> <span class="comment"># formatted so it can be parsed by a human reader. This is useful if you want to</span></div>
<div class="line"><a name="l01938"></a><span class="lineno"> 1938</span> <span class="comment"># understand what is going on. On the other hand, if this tag is set to NO, the</span></div>
<div class="line"><a name="l01939"></a><span class="lineno"> 1939</span> <span class="comment"># size of the Perl module output will be much smaller and Perl will parse it</span></div>
<div class="line"><a name="l01940"></a><span class="lineno"> 1940</span> <span class="comment"># just the same.</span></div>
<div class="line"><a name="l01941"></a><span class="lineno"> 1941</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01942"></a><span class="lineno"> 1942</span> <span class="comment"># This tag requires that the tag GENERATE_PERLMOD is set to YES.</span></div>
<div class="line"><a name="l01943"></a><span class="lineno"> 1943</span> <span class="comment"></span></div>
<div class="line"><a name="l01944"></a><span class="lineno"> 1944</span> <span class="comment">PERLMOD_PRETTY = YES</span></div>
<div class="line"><a name="l01945"></a><span class="lineno"> 1945</span> <span class="comment"></span></div>
<div class="line"><a name="l01946"></a><span class="lineno"> 1946</span> <span class="comment"># The names of the make variables in the generated doxyrules.make file are</span></div>
<div class="line"><a name="l01947"></a><span class="lineno"> 1947</span> <span class="comment"># prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful</span></div>
<div class="line"><a name="l01948"></a><span class="lineno"> 1948</span> <span class="comment"># so different doxyrules.make files included by the same Makefile don't</span></div>
<div class="line"><a name="l01949"></a><span class="lineno"> 1949</span> <span class="comment"># overwrite each other's variables.</span></div>
<div class="line"><a name="l01950"></a><span class="lineno"> 1950</span> <span class="comment"># This tag requires that the tag GENERATE_PERLMOD is set to YES.</span></div>
<div class="line"><a name="l01951"></a><span class="lineno"> 1951</span> <span class="comment"></span></div>
<div class="line"><a name="l01952"></a><span class="lineno"> 1952</span> <span class="comment">PERLMOD_MAKEVAR_PREFIX = </span></div>
<div class="line"><a name="l01953"></a><span class="lineno"> 1953</span> <span class="comment"></span></div>
<div class="line"><a name="l01954"></a><span class="lineno"> 1954</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01955"></a><span class="lineno"> 1955</span> <span class="comment"># Configuration options related to the preprocessor</span></div>
<div class="line"><a name="l01956"></a><span class="lineno"> 1956</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l01957"></a><span class="lineno"> 1957</span> <span class="comment"></span></div>
<div class="line"><a name="l01958"></a><span class="lineno"> 1958</span> <span class="comment"># If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all</span></div>
<div class="line"><a name="l01959"></a><span class="lineno"> 1959</span> <span class="comment"># C-preprocessor directives found in the sources and include files.</span></div>
<div class="line"><a name="l01960"></a><span class="lineno"> 1960</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01961"></a><span class="lineno"> 1961</span> <span class="comment"></span></div>
<div class="line"><a name="l01962"></a><span class="lineno"> 1962</span> <span class="comment">ENABLE_PREPROCESSING = YES</span></div>
<div class="line"><a name="l01963"></a><span class="lineno"> 1963</span> <span class="comment"></span></div>
<div class="line"><a name="l01964"></a><span class="lineno"> 1964</span> <span class="comment"># If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names</span></div>
<div class="line"><a name="l01965"></a><span class="lineno"> 1965</span> <span class="comment"># in the source code. If set to NO, only conditional compilation will be</span></div>
<div class="line"><a name="l01966"></a><span class="lineno"> 1966</span> <span class="comment"># performed. Macro expansion can be done in a controlled way by setting</span></div>
<div class="line"><a name="l01967"></a><span class="lineno"> 1967</span> <span class="comment"># EXPAND_ONLY_PREDEF to YES.</span></div>
<div class="line"><a name="l01968"></a><span class="lineno"> 1968</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01969"></a><span class="lineno"> 1969</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l01970"></a><span class="lineno"> 1970</span> <span class="comment"></span></div>
<div class="line"><a name="l01971"></a><span class="lineno"> 1971</span> <span class="comment">MACRO_EXPANSION = NO</span></div>
<div class="line"><a name="l01972"></a><span class="lineno"> 1972</span> <span class="comment"></span></div>
<div class="line"><a name="l01973"></a><span class="lineno"> 1973</span> <span class="comment"># If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then</span></div>
<div class="line"><a name="l01974"></a><span class="lineno"> 1974</span> <span class="comment"># the macro expansion is limited to the macros specified with the PREDEFINED and</span></div>
<div class="line"><a name="l01975"></a><span class="lineno"> 1975</span> <span class="comment"># EXPAND_AS_DEFINED tags.</span></div>
<div class="line"><a name="l01976"></a><span class="lineno"> 1976</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l01977"></a><span class="lineno"> 1977</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l01978"></a><span class="lineno"> 1978</span> <span class="comment"></span></div>
<div class="line"><a name="l01979"></a><span class="lineno"> 1979</span> <span class="comment">EXPAND_ONLY_PREDEF = NO</span></div>
<div class="line"><a name="l01980"></a><span class="lineno"> 1980</span> <span class="comment"></span></div>
<div class="line"><a name="l01981"></a><span class="lineno"> 1981</span> <span class="comment"># If the SEARCH_INCLUDES tag is set to YES, the include files in the</span></div>
<div class="line"><a name="l01982"></a><span class="lineno"> 1982</span> <span class="comment"># INCLUDE_PATH will be searched if a #include is found.</span></div>
<div class="line"><a name="l01983"></a><span class="lineno"> 1983</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l01984"></a><span class="lineno"> 1984</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l01985"></a><span class="lineno"> 1985</span> <span class="comment"></span></div>
<div class="line"><a name="l01986"></a><span class="lineno"> 1986</span> <span class="comment">SEARCH_INCLUDES = YES</span></div>
<div class="line"><a name="l01987"></a><span class="lineno"> 1987</span> <span class="comment"></span></div>
<div class="line"><a name="l01988"></a><span class="lineno"> 1988</span> <span class="comment"># The INCLUDE_PATH tag can be used to specify one or more directories that</span></div>
<div class="line"><a name="l01989"></a><span class="lineno"> 1989</span> <span class="comment"># contain include files that are not input files but should be processed by the</span></div>
<div class="line"><a name="l01990"></a><span class="lineno"> 1990</span> <span class="comment"># preprocessor.</span></div>
<div class="line"><a name="l01991"></a><span class="lineno"> 1991</span> <span class="comment"># This tag requires that the tag SEARCH_INCLUDES is set to YES.</span></div>
<div class="line"><a name="l01992"></a><span class="lineno"> 1992</span> <span class="comment"></span></div>
<div class="line"><a name="l01993"></a><span class="lineno"> 1993</span> <span class="comment">INCLUDE_PATH = </span></div>
<div class="line"><a name="l01994"></a><span class="lineno"> 1994</span> <span class="comment"></span></div>
<div class="line"><a name="l01995"></a><span class="lineno"> 1995</span> <span class="comment"># You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard</span></div>
<div class="line"><a name="l01996"></a><span class="lineno"> 1996</span> <span class="comment"># patterns (like *.h and *.hpp) to filter out the header-files in the</span></div>
<div class="line"><a name="l01997"></a><span class="lineno"> 1997</span> <span class="comment"># directories. If left blank, the patterns specified with FILE_PATTERNS will be</span></div>
<div class="line"><a name="l01998"></a><span class="lineno"> 1998</span> <span class="comment"># used.</span></div>
<div class="line"><a name="l01999"></a><span class="lineno"> 1999</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l02000"></a><span class="lineno"> 2000</span> <span class="comment"></span></div>
<div class="line"><a name="l02001"></a><span class="lineno"> 2001</span> <span class="comment">INCLUDE_FILE_PATTERNS = </span></div>
<div class="line"><a name="l02002"></a><span class="lineno"> 2002</span> <span class="comment"></span></div>
<div class="line"><a name="l02003"></a><span class="lineno"> 2003</span> <span class="comment"># The PREDEFINED tag can be used to specify one or more macro names that are</span></div>
<div class="line"><a name="l02004"></a><span class="lineno"> 2004</span> <span class="comment"># defined before the preprocessor is started (similar to the -D option of e.g.</span></div>
<div class="line"><a name="l02005"></a><span class="lineno"> 2005</span> <span class="comment"># gcc). The argument of the tag is a list of macros of the form: name or</span></div>
<div class="line"><a name="l02006"></a><span class="lineno"> 2006</span> <span class="comment"># name=definition (no spaces). If the definition and the "=" are omitted, "=1"</span></div>
<div class="line"><a name="l02007"></a><span class="lineno"> 2007</span> <span class="comment"># is assumed. To prevent a macro definition from being undefined via #undef or</span></div>
<div class="line"><a name="l02008"></a><span class="lineno"> 2008</span> <span class="comment"># recursively expanded use the := operator instead of the = operator.</span></div>
<div class="line"><a name="l02009"></a><span class="lineno"> 2009</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l02010"></a><span class="lineno"> 2010</span> <span class="comment"></span></div>
<div class="line"><a name="l02011"></a><span class="lineno"> 2011</span> <span class="comment">PREDEFINED = </span></div>
<div class="line"><a name="l02012"></a><span class="lineno"> 2012</span> <span class="comment"></span></div>
<div class="line"><a name="l02013"></a><span class="lineno"> 2013</span> <span class="comment"># If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this</span></div>
<div class="line"><a name="l02014"></a><span class="lineno"> 2014</span> <span class="comment"># tag can be used to specify a list of macro names that should be expanded. The</span></div>
<div class="line"><a name="l02015"></a><span class="lineno"> 2015</span> <span class="comment"># macro definition that is found in the sources will be used. Use the PREDEFINED</span></div>
<div class="line"><a name="l02016"></a><span class="lineno"> 2016</span> <span class="comment"># tag if you want to use a different macro definition that overrules the</span></div>
<div class="line"><a name="l02017"></a><span class="lineno"> 2017</span> <span class="comment"># definition found in the source code.</span></div>
<div class="line"><a name="l02018"></a><span class="lineno"> 2018</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l02019"></a><span class="lineno"> 2019</span> <span class="comment"></span></div>
<div class="line"><a name="l02020"></a><span class="lineno"> 2020</span> <span class="comment">EXPAND_AS_DEFINED = </span></div>
<div class="line"><a name="l02021"></a><span class="lineno"> 2021</span> <span class="comment"></span></div>
<div class="line"><a name="l02022"></a><span class="lineno"> 2022</span> <span class="comment"># If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will</span></div>
<div class="line"><a name="l02023"></a><span class="lineno"> 2023</span> <span class="comment"># remove all references to function-like macros that are alone on a line, have</span></div>
<div class="line"><a name="l02024"></a><span class="lineno"> 2024</span> <span class="comment"># an all uppercase name, and do not end with a semicolon. Such function macros</span></div>
<div class="line"><a name="l02025"></a><span class="lineno"> 2025</span> <span class="comment"># are typically used for boiler-plate code, and will confuse the parser if not</span></div>
<div class="line"><a name="l02026"></a><span class="lineno"> 2026</span> <span class="comment"># removed.</span></div>
<div class="line"><a name="l02027"></a><span class="lineno"> 2027</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02028"></a><span class="lineno"> 2028</span> <span class="comment"># This tag requires that the tag ENABLE_PREPROCESSING is set to YES.</span></div>
<div class="line"><a name="l02029"></a><span class="lineno"> 2029</span> <span class="comment"></span></div>
<div class="line"><a name="l02030"></a><span class="lineno"> 2030</span> <span class="comment">SKIP_FUNCTION_MACROS = YES</span></div>
<div class="line"><a name="l02031"></a><span class="lineno"> 2031</span> <span class="comment"></span></div>
<div class="line"><a name="l02032"></a><span class="lineno"> 2032</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l02033"></a><span class="lineno"> 2033</span> <span class="comment"># Configuration options related to external references</span></div>
<div class="line"><a name="l02034"></a><span class="lineno"> 2034</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l02035"></a><span class="lineno"> 2035</span> <span class="comment"></span></div>
<div class="line"><a name="l02036"></a><span class="lineno"> 2036</span> <span class="comment"># The TAGFILES tag can be used to specify one or more tag files. For each tag</span></div>
<div class="line"><a name="l02037"></a><span class="lineno"> 2037</span> <span class="comment"># file the location of the external documentation should be added. The format of</span></div>
<div class="line"><a name="l02038"></a><span class="lineno"> 2038</span> <span class="comment"># a tag file without this location is as follows:</span></div>
<div class="line"><a name="l02039"></a><span class="lineno"> 2039</span> <span class="comment"># TAGFILES = file1 file2 ...</span></div>
<div class="line"><a name="l02040"></a><span class="lineno"> 2040</span> <span class="comment"># Adding location for the tag files is done as follows:</span></div>
<div class="line"><a name="l02041"></a><span class="lineno"> 2041</span> <span class="comment"># TAGFILES = file1=loc1 "file2 = loc2" ...</span></div>
<div class="line"><a name="l02042"></a><span class="lineno"> 2042</span> <span class="comment"># where loc1 and loc2 can be relative or absolute paths or URLs. See the</span></div>
<div class="line"><a name="l02043"></a><span class="lineno"> 2043</span> <span class="comment"># section "Linking to external documentation" for more information about the use</span></div>
<div class="line"><a name="l02044"></a><span class="lineno"> 2044</span> <span class="comment"># of tag files.</span></div>
<div class="line"><a name="l02045"></a><span class="lineno"> 2045</span> <span class="comment"># Note: Each tag file must have a unique name (where the name does NOT include</span></div>
<div class="line"><a name="l02046"></a><span class="lineno"> 2046</span> <span class="comment"># the path). If a tag file is not located in the directory in which doxygen is</span></div>
<div class="line"><a name="l02047"></a><span class="lineno"> 2047</span> <span class="comment"># run, you must also specify the path to the tagfile here.</span></div>
<div class="line"><a name="l02048"></a><span class="lineno"> 2048</span> <span class="comment"></span></div>
<div class="line"><a name="l02049"></a><span class="lineno"> 2049</span> <span class="comment">TAGFILES = </span></div>
<div class="line"><a name="l02050"></a><span class="lineno"> 2050</span> <span class="comment"></span></div>
<div class="line"><a name="l02051"></a><span class="lineno"> 2051</span> <span class="comment"># When a file name is specified after GENERATE_TAGFILE, doxygen will create a</span></div>
<div class="line"><a name="l02052"></a><span class="lineno"> 2052</span> <span class="comment"># tag file that is based on the input files it reads. See section "Linking to</span></div>
<div class="line"><a name="l02053"></a><span class="lineno"> 2053</span> <span class="comment"># external documentation" for more information about the usage of tag files.</span></div>
<div class="line"><a name="l02054"></a><span class="lineno"> 2054</span> <span class="comment"></span></div>
<div class="line"><a name="l02055"></a><span class="lineno"> 2055</span> <span class="comment">GENERATE_TAGFILE = </span></div>
<div class="line"><a name="l02056"></a><span class="lineno"> 2056</span> <span class="comment"></span></div>
<div class="line"><a name="l02057"></a><span class="lineno"> 2057</span> <span class="comment"># If the ALLEXTERNALS tag is set to YES, all external class will be listed in</span></div>
<div class="line"><a name="l02058"></a><span class="lineno"> 2058</span> <span class="comment"># the class index. If set to NO, only the inherited external classes will be</span></div>
<div class="line"><a name="l02059"></a><span class="lineno"> 2059</span> <span class="comment"># listed.</span></div>
<div class="line"><a name="l02060"></a><span class="lineno"> 2060</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02061"></a><span class="lineno"> 2061</span> <span class="comment"></span></div>
<div class="line"><a name="l02062"></a><span class="lineno"> 2062</span> <span class="comment">ALLEXTERNALS = NO</span></div>
<div class="line"><a name="l02063"></a><span class="lineno"> 2063</span> <span class="comment"></span></div>
<div class="line"><a name="l02064"></a><span class="lineno"> 2064</span> <span class="comment"># If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed</span></div>
<div class="line"><a name="l02065"></a><span class="lineno"> 2065</span> <span class="comment"># in the modules index. If set to NO, only the current project's groups will be</span></div>
<div class="line"><a name="l02066"></a><span class="lineno"> 2066</span> <span class="comment"># listed.</span></div>
<div class="line"><a name="l02067"></a><span class="lineno"> 2067</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02068"></a><span class="lineno"> 2068</span> <span class="comment"></span></div>
<div class="line"><a name="l02069"></a><span class="lineno"> 2069</span> <span class="comment">EXTERNAL_GROUPS = YES</span></div>
<div class="line"><a name="l02070"></a><span class="lineno"> 2070</span> <span class="comment"></span></div>
<div class="line"><a name="l02071"></a><span class="lineno"> 2071</span> <span class="comment"># If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in</span></div>
<div class="line"><a name="l02072"></a><span class="lineno"> 2072</span> <span class="comment"># the related pages index. If set to NO, only the current project's pages will</span></div>
<div class="line"><a name="l02073"></a><span class="lineno"> 2073</span> <span class="comment"># be listed.</span></div>
<div class="line"><a name="l02074"></a><span class="lineno"> 2074</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02075"></a><span class="lineno"> 2075</span> <span class="comment"></span></div>
<div class="line"><a name="l02076"></a><span class="lineno"> 2076</span> <span class="comment">EXTERNAL_PAGES = YES</span></div>
<div class="line"><a name="l02077"></a><span class="lineno"> 2077</span> <span class="comment"></span></div>
<div class="line"><a name="l02078"></a><span class="lineno"> 2078</span> <span class="comment"># The PERL_PATH should be the absolute path and name of the perl script</span></div>
<div class="line"><a name="l02079"></a><span class="lineno"> 2079</span> <span class="comment"># interpreter (i.e. the result of 'which perl').</span></div>
<div class="line"><a name="l02080"></a><span class="lineno"> 2080</span> <span class="comment"># The default file (with absolute path) is: /usr/bin/perl.</span></div>
<div class="line"><a name="l02081"></a><span class="lineno"> 2081</span> <span class="comment"></span></div>
<div class="line"><a name="l02082"></a><span class="lineno"> 2082</span> <span class="comment">PERL_PATH = /usr/bin/perl</span></div>
<div class="line"><a name="l02083"></a><span class="lineno"> 2083</span> <span class="comment"></span></div>
<div class="line"><a name="l02084"></a><span class="lineno"> 2084</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l02085"></a><span class="lineno"> 2085</span> <span class="comment"># Configuration options related to the dot tool</span></div>
<div class="line"><a name="l02086"></a><span class="lineno"> 2086</span> <span class="comment">#---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l02087"></a><span class="lineno"> 2087</span> <span class="comment"></span></div>
<div class="line"><a name="l02088"></a><span class="lineno"> 2088</span> <span class="comment"># If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram</span></div>
<div class="line"><a name="l02089"></a><span class="lineno"> 2089</span> <span class="comment"># (in HTML and LaTeX) for classes with base or super classes. Setting the tag to</span></div>
<div class="line"><a name="l02090"></a><span class="lineno"> 2090</span> <span class="comment"># NO turns the diagrams off. Note that this option also works with HAVE_DOT</span></div>
<div class="line"><a name="l02091"></a><span class="lineno"> 2091</span> <span class="comment"># disabled, but it is recommended to install and use dot, since it yields more</span></div>
<div class="line"><a name="l02092"></a><span class="lineno"> 2092</span> <span class="comment"># powerful graphs.</span></div>
<div class="line"><a name="l02093"></a><span class="lineno"> 2093</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02094"></a><span class="lineno"> 2094</span> <span class="comment"></span></div>
<div class="line"><a name="l02095"></a><span class="lineno"> 2095</span> <span class="comment">CLASS_DIAGRAMS = YES</span></div>
<div class="line"><a name="l02096"></a><span class="lineno"> 2096</span> <span class="comment"></span></div>
<div class="line"><a name="l02097"></a><span class="lineno"> 2097</span> <span class="comment"># You can define message sequence charts within doxygen comments using the \msc</span></div>
<div class="line"><a name="l02098"></a><span class="lineno"> 2098</span> <span class="comment"># command. Doxygen will then run the mscgen tool (see:</span></div>
<div class="line"><a name="l02099"></a><span class="lineno"> 2099</span> <span class="comment"># http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the</span></div>
<div class="line"><a name="l02100"></a><span class="lineno"> 2100</span> <span class="comment"># documentation. The MSCGEN_PATH tag allows you to specify the directory where</span></div>
<div class="line"><a name="l02101"></a><span class="lineno"> 2101</span> <span class="comment"># the mscgen tool resides. If left empty the tool is assumed to be found in the</span></div>
<div class="line"><a name="l02102"></a><span class="lineno"> 2102</span> <span class="comment"># default search path.</span></div>
<div class="line"><a name="l02103"></a><span class="lineno"> 2103</span> <span class="comment"></span></div>
<div class="line"><a name="l02104"></a><span class="lineno"> 2104</span> <span class="comment">MSCGEN_PATH = </span></div>
<div class="line"><a name="l02105"></a><span class="lineno"> 2105</span> <span class="comment"></span></div>
<div class="line"><a name="l02106"></a><span class="lineno"> 2106</span> <span class="comment"># You can include diagrams made with dia in doxygen documentation. Doxygen will</span></div>
<div class="line"><a name="l02107"></a><span class="lineno"> 2107</span> <span class="comment"># then run dia to produce the diagram and insert it in the documentation. The</span></div>
<div class="line"><a name="l02108"></a><span class="lineno"> 2108</span> <span class="comment"># DIA_PATH tag allows you to specify the directory where the dia binary resides.</span></div>
<div class="line"><a name="l02109"></a><span class="lineno"> 2109</span> <span class="comment"># If left empty dia is assumed to be found in the default search path.</span></div>
<div class="line"><a name="l02110"></a><span class="lineno"> 2110</span> <span class="comment"></span></div>
<div class="line"><a name="l02111"></a><span class="lineno"> 2111</span> <span class="comment">DIA_PATH = </span></div>
<div class="line"><a name="l02112"></a><span class="lineno"> 2112</span> <span class="comment"></span></div>
<div class="line"><a name="l02113"></a><span class="lineno"> 2113</span> <span class="comment"># If set to YES the inheritance and collaboration graphs will hide inheritance</span></div>
<div class="line"><a name="l02114"></a><span class="lineno"> 2114</span> <span class="comment"># and usage relations if the target is undocumented or is not a class.</span></div>
<div class="line"><a name="l02115"></a><span class="lineno"> 2115</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02116"></a><span class="lineno"> 2116</span> <span class="comment"></span></div>
<div class="line"><a name="l02117"></a><span class="lineno"> 2117</span> <span class="comment">HIDE_UNDOC_RELATIONS = YES</span></div>
<div class="line"><a name="l02118"></a><span class="lineno"> 2118</span> <span class="comment"></span></div>
<div class="line"><a name="l02119"></a><span class="lineno"> 2119</span> <span class="comment"># If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is</span></div>
<div class="line"><a name="l02120"></a><span class="lineno"> 2120</span> <span class="comment"># available from the path. This tool is part of Graphviz (see:</span></div>
<div class="line"><a name="l02121"></a><span class="lineno"> 2121</span> <span class="comment"># http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent</span></div>
<div class="line"><a name="l02122"></a><span class="lineno"> 2122</span> <span class="comment"># Bell Labs. The other options in this section have no effect if this option is</span></div>
<div class="line"><a name="l02123"></a><span class="lineno"> 2123</span> <span class="comment"># set to NO</span></div>
<div class="line"><a name="l02124"></a><span class="lineno"> 2124</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02125"></a><span class="lineno"> 2125</span> <span class="comment"></span></div>
<div class="line"><a name="l02126"></a><span class="lineno"> 2126</span> <span class="comment">HAVE_DOT = NO</span></div>
<div class="line"><a name="l02127"></a><span class="lineno"> 2127</span> <span class="comment"></span></div>
<div class="line"><a name="l02128"></a><span class="lineno"> 2128</span> <span class="comment"># The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed</span></div>
<div class="line"><a name="l02129"></a><span class="lineno"> 2129</span> <span class="comment"># to run in parallel. When set to 0 doxygen will base this on the number of</span></div>
<div class="line"><a name="l02130"></a><span class="lineno"> 2130</span> <span class="comment"># processors available in the system. You can set it explicitly to a value</span></div>
<div class="line"><a name="l02131"></a><span class="lineno"> 2131</span> <span class="comment"># larger than 0 to get control over the balance between CPU load and processing</span></div>
<div class="line"><a name="l02132"></a><span class="lineno"> 2132</span> <span class="comment"># speed.</span></div>
<div class="line"><a name="l02133"></a><span class="lineno"> 2133</span> <span class="comment"># Minimum value: 0, maximum value: 32, default value: 0.</span></div>
<div class="line"><a name="l02134"></a><span class="lineno"> 2134</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02135"></a><span class="lineno"> 2135</span> <span class="comment"></span></div>
<div class="line"><a name="l02136"></a><span class="lineno"> 2136</span> <span class="comment">DOT_NUM_THREADS = 0</span></div>
<div class="line"><a name="l02137"></a><span class="lineno"> 2137</span> <span class="comment"></span></div>
<div class="line"><a name="l02138"></a><span class="lineno"> 2138</span> <span class="comment"># When you want a differently looking font in the dot files that doxygen</span></div>
<div class="line"><a name="l02139"></a><span class="lineno"> 2139</span> <span class="comment"># generates you can specify the font name using DOT_FONTNAME. You need to make</span></div>
<div class="line"><a name="l02140"></a><span class="lineno"> 2140</span> <span class="comment"># sure dot is able to find the font, which can be done by putting it in a</span></div>
<div class="line"><a name="l02141"></a><span class="lineno"> 2141</span> <span class="comment"># standard location or by setting the DOTFONTPATH environment variable or by</span></div>
<div class="line"><a name="l02142"></a><span class="lineno"> 2142</span> <span class="comment"># setting DOT_FONTPATH to the directory containing the font.</span></div>
<div class="line"><a name="l02143"></a><span class="lineno"> 2143</span> <span class="comment"># The default value is: Helvetica.</span></div>
<div class="line"><a name="l02144"></a><span class="lineno"> 2144</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02145"></a><span class="lineno"> 2145</span> <span class="comment"></span></div>
<div class="line"><a name="l02146"></a><span class="lineno"> 2146</span> <span class="comment">DOT_FONTNAME = Helvetica</span></div>
<div class="line"><a name="l02147"></a><span class="lineno"> 2147</span> <span class="comment"></span></div>
<div class="line"><a name="l02148"></a><span class="lineno"> 2148</span> <span class="comment"># The DOT_FONTSIZE tag can be used to set the size (in points) of the font of</span></div>
<div class="line"><a name="l02149"></a><span class="lineno"> 2149</span> <span class="comment"># dot graphs.</span></div>
<div class="line"><a name="l02150"></a><span class="lineno"> 2150</span> <span class="comment"># Minimum value: 4, maximum value: 24, default value: 10.</span></div>
<div class="line"><a name="l02151"></a><span class="lineno"> 2151</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02152"></a><span class="lineno"> 2152</span> <span class="comment"></span></div>
<div class="line"><a name="l02153"></a><span class="lineno"> 2153</span> <span class="comment">DOT_FONTSIZE = 10</span></div>
<div class="line"><a name="l02154"></a><span class="lineno"> 2154</span> <span class="comment"></span></div>
<div class="line"><a name="l02155"></a><span class="lineno"> 2155</span> <span class="comment"># By default doxygen will tell dot to use the default font as specified with</span></div>
<div class="line"><a name="l02156"></a><span class="lineno"> 2156</span> <span class="comment"># DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set</span></div>
<div class="line"><a name="l02157"></a><span class="lineno"> 2157</span> <span class="comment"># the path where dot can find it using this tag.</span></div>
<div class="line"><a name="l02158"></a><span class="lineno"> 2158</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02159"></a><span class="lineno"> 2159</span> <span class="comment"></span></div>
<div class="line"><a name="l02160"></a><span class="lineno"> 2160</span> <span class="comment">DOT_FONTPATH = </span></div>
<div class="line"><a name="l02161"></a><span class="lineno"> 2161</span> <span class="comment"></span></div>
<div class="line"><a name="l02162"></a><span class="lineno"> 2162</span> <span class="comment"># If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for</span></div>
<div class="line"><a name="l02163"></a><span class="lineno"> 2163</span> <span class="comment"># each documented class showing the direct and indirect inheritance relations.</span></div>
<div class="line"><a name="l02164"></a><span class="lineno"> 2164</span> <span class="comment"># Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.</span></div>
<div class="line"><a name="l02165"></a><span class="lineno"> 2165</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02166"></a><span class="lineno"> 2166</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02167"></a><span class="lineno"> 2167</span> <span class="comment"></span></div>
<div class="line"><a name="l02168"></a><span class="lineno"> 2168</span> <span class="comment">CLASS_GRAPH = YES</span></div>
<div class="line"><a name="l02169"></a><span class="lineno"> 2169</span> <span class="comment"></span></div>
<div class="line"><a name="l02170"></a><span class="lineno"> 2170</span> <span class="comment"># If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a</span></div>
<div class="line"><a name="l02171"></a><span class="lineno"> 2171</span> <span class="comment"># graph for each documented class showing the direct and indirect implementation</span></div>
<div class="line"><a name="l02172"></a><span class="lineno"> 2172</span> <span class="comment"># dependencies (inheritance, containment, and class references variables) of the</span></div>
<div class="line"><a name="l02173"></a><span class="lineno"> 2173</span> <span class="comment"># class with other documented classes.</span></div>
<div class="line"><a name="l02174"></a><span class="lineno"> 2174</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02175"></a><span class="lineno"> 2175</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02176"></a><span class="lineno"> 2176</span> <span class="comment"></span></div>
<div class="line"><a name="l02177"></a><span class="lineno"> 2177</span> <span class="comment">COLLABORATION_GRAPH = YES</span></div>
<div class="line"><a name="l02178"></a><span class="lineno"> 2178</span> <span class="comment"></span></div>
<div class="line"><a name="l02179"></a><span class="lineno"> 2179</span> <span class="comment"># If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for</span></div>
<div class="line"><a name="l02180"></a><span class="lineno"> 2180</span> <span class="comment"># groups, showing the direct groups dependencies.</span></div>
<div class="line"><a name="l02181"></a><span class="lineno"> 2181</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02182"></a><span class="lineno"> 2182</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02183"></a><span class="lineno"> 2183</span> <span class="comment"></span></div>
<div class="line"><a name="l02184"></a><span class="lineno"> 2184</span> <span class="comment">GROUP_GRAPHS = YES</span></div>
<div class="line"><a name="l02185"></a><span class="lineno"> 2185</span> <span class="comment"></span></div>
<div class="line"><a name="l02186"></a><span class="lineno"> 2186</span> <span class="comment"># If the UML_LOOK tag is set to YES, doxygen will generate inheritance and</span></div>
<div class="line"><a name="l02187"></a><span class="lineno"> 2187</span> <span class="comment"># collaboration diagrams in a style similar to the OMG's Unified Modeling</span></div>
<div class="line"><a name="l02188"></a><span class="lineno"> 2188</span> <span class="comment"># Language.</span></div>
<div class="line"><a name="l02189"></a><span class="lineno"> 2189</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02190"></a><span class="lineno"> 2190</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02191"></a><span class="lineno"> 2191</span> <span class="comment"></span></div>
<div class="line"><a name="l02192"></a><span class="lineno"> 2192</span> <span class="comment">UML_LOOK = NO</span></div>
<div class="line"><a name="l02193"></a><span class="lineno"> 2193</span> <span class="comment"></span></div>
<div class="line"><a name="l02194"></a><span class="lineno"> 2194</span> <span class="comment"># If the UML_LOOK tag is enabled, the fields and methods are shown inside the</span></div>
<div class="line"><a name="l02195"></a><span class="lineno"> 2195</span> <span class="comment"># class node. If there are many fields or methods and many nodes the graph may</span></div>
<div class="line"><a name="l02196"></a><span class="lineno"> 2196</span> <span class="comment"># become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the</span></div>
<div class="line"><a name="l02197"></a><span class="lineno"> 2197</span> <span class="comment"># number of items for each type to make the size more manageable. Set this to 0</span></div>
<div class="line"><a name="l02198"></a><span class="lineno"> 2198</span> <span class="comment"># for no limit. Note that the threshold may be exceeded by 50% before the limit</span></div>
<div class="line"><a name="l02199"></a><span class="lineno"> 2199</span> <span class="comment"># is enforced. So when you set the threshold to 10, up to 15 fields may appear,</span></div>
<div class="line"><a name="l02200"></a><span class="lineno"> 2200</span> <span class="comment"># but if the number exceeds 15, the total amount of fields shown is limited to</span></div>
<div class="line"><a name="l02201"></a><span class="lineno"> 2201</span> <span class="comment"># 10.</span></div>
<div class="line"><a name="l02202"></a><span class="lineno"> 2202</span> <span class="comment"># Minimum value: 0, maximum value: 100, default value: 10.</span></div>
<div class="line"><a name="l02203"></a><span class="lineno"> 2203</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02204"></a><span class="lineno"> 2204</span> <span class="comment"></span></div>
<div class="line"><a name="l02205"></a><span class="lineno"> 2205</span> <span class="comment">UML_LIMIT_NUM_FIELDS = 10</span></div>
<div class="line"><a name="l02206"></a><span class="lineno"> 2206</span> <span class="comment"></span></div>
<div class="line"><a name="l02207"></a><span class="lineno"> 2207</span> <span class="comment"># If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and</span></div>
<div class="line"><a name="l02208"></a><span class="lineno"> 2208</span> <span class="comment"># collaboration graphs will show the relations between templates and their</span></div>
<div class="line"><a name="l02209"></a><span class="lineno"> 2209</span> <span class="comment"># instances.</span></div>
<div class="line"><a name="l02210"></a><span class="lineno"> 2210</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02211"></a><span class="lineno"> 2211</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02212"></a><span class="lineno"> 2212</span> <span class="comment"></span></div>
<div class="line"><a name="l02213"></a><span class="lineno"> 2213</span> <span class="comment">TEMPLATE_RELATIONS = NO</span></div>
<div class="line"><a name="l02214"></a><span class="lineno"> 2214</span> <span class="comment"></span></div>
<div class="line"><a name="l02215"></a><span class="lineno"> 2215</span> <span class="comment"># If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to</span></div>
<div class="line"><a name="l02216"></a><span class="lineno"> 2216</span> <span class="comment"># YES then doxygen will generate a graph for each documented file showing the</span></div>
<div class="line"><a name="l02217"></a><span class="lineno"> 2217</span> <span class="comment"># direct and indirect include dependencies of the file with other documented</span></div>
<div class="line"><a name="l02218"></a><span class="lineno"> 2218</span> <span class="comment"># files.</span></div>
<div class="line"><a name="l02219"></a><span class="lineno"> 2219</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02220"></a><span class="lineno"> 2220</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02221"></a><span class="lineno"> 2221</span> <span class="comment"></span></div>
<div class="line"><a name="l02222"></a><span class="lineno"> 2222</span> <span class="comment">INCLUDE_GRAPH = YES</span></div>
<div class="line"><a name="l02223"></a><span class="lineno"> 2223</span> <span class="comment"></span></div>
<div class="line"><a name="l02224"></a><span class="lineno"> 2224</span> <span class="comment"># If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are</span></div>
<div class="line"><a name="l02225"></a><span class="lineno"> 2225</span> <span class="comment"># set to YES then doxygen will generate a graph for each documented file showing</span></div>
<div class="line"><a name="l02226"></a><span class="lineno"> 2226</span> <span class="comment"># the direct and indirect include dependencies of the file with other documented</span></div>
<div class="line"><a name="l02227"></a><span class="lineno"> 2227</span> <span class="comment"># files.</span></div>
<div class="line"><a name="l02228"></a><span class="lineno"> 2228</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02229"></a><span class="lineno"> 2229</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02230"></a><span class="lineno"> 2230</span> <span class="comment"></span></div>
<div class="line"><a name="l02231"></a><span class="lineno"> 2231</span> <span class="comment">INCLUDED_BY_GRAPH = YES</span></div>
<div class="line"><a name="l02232"></a><span class="lineno"> 2232</span> <span class="comment"></span></div>
<div class="line"><a name="l02233"></a><span class="lineno"> 2233</span> <span class="comment"># If the CALL_GRAPH tag is set to YES then doxygen will generate a call</span></div>
<div class="line"><a name="l02234"></a><span class="lineno"> 2234</span> <span class="comment"># dependency graph for every global function or class method.</span></div>
<div class="line"><a name="l02235"></a><span class="lineno"> 2235</span> <span class="comment">#</span></div>
<div class="line"><a name="l02236"></a><span class="lineno"> 2236</span> <span class="comment"># Note that enabling this option will significantly increase the time of a run.</span></div>
<div class="line"><a name="l02237"></a><span class="lineno"> 2237</span> <span class="comment"># So in most cases it will be better to enable call graphs for selected</span></div>
<div class="line"><a name="l02238"></a><span class="lineno"> 2238</span> <span class="comment"># functions only using the \callgraph command. Disabling a call graph can be</span></div>
<div class="line"><a name="l02239"></a><span class="lineno"> 2239</span> <span class="comment"># accomplished by means of the command \hidecallgraph.</span></div>
<div class="line"><a name="l02240"></a><span class="lineno"> 2240</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02241"></a><span class="lineno"> 2241</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02242"></a><span class="lineno"> 2242</span> <span class="comment"></span></div>
<div class="line"><a name="l02243"></a><span class="lineno"> 2243</span> <span class="comment">CALL_GRAPH = YES</span></div>
<div class="line"><a name="l02244"></a><span class="lineno"> 2244</span> <span class="comment"></span></div>
<div class="line"><a name="l02245"></a><span class="lineno"> 2245</span> <span class="comment"># If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller</span></div>
<div class="line"><a name="l02246"></a><span class="lineno"> 2246</span> <span class="comment"># dependency graph for every global function or class method.</span></div>
<div class="line"><a name="l02247"></a><span class="lineno"> 2247</span> <span class="comment">#</span></div>
<div class="line"><a name="l02248"></a><span class="lineno"> 2248</span> <span class="comment"># Note that enabling this option will significantly increase the time of a run.</span></div>
<div class="line"><a name="l02249"></a><span class="lineno"> 2249</span> <span class="comment"># So in most cases it will be better to enable caller graphs for selected</span></div>
<div class="line"><a name="l02250"></a><span class="lineno"> 2250</span> <span class="comment"># functions only using the \callergraph command. Disabling a caller graph can be</span></div>
<div class="line"><a name="l02251"></a><span class="lineno"> 2251</span> <span class="comment"># accomplished by means of the command \hidecallergraph.</span></div>
<div class="line"><a name="l02252"></a><span class="lineno"> 2252</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02253"></a><span class="lineno"> 2253</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02254"></a><span class="lineno"> 2254</span> <span class="comment"></span></div>
<div class="line"><a name="l02255"></a><span class="lineno"> 2255</span> <span class="comment">CALLER_GRAPH = YES</span></div>
<div class="line"><a name="l02256"></a><span class="lineno"> 2256</span> <span class="comment"></span></div>
<div class="line"><a name="l02257"></a><span class="lineno"> 2257</span> <span class="comment"># If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical</span></div>
<div class="line"><a name="l02258"></a><span class="lineno"> 2258</span> <span class="comment"># hierarchy of all classes instead of a textual one.</span></div>
<div class="line"><a name="l02259"></a><span class="lineno"> 2259</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02260"></a><span class="lineno"> 2260</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02261"></a><span class="lineno"> 2261</span> <span class="comment"></span></div>
<div class="line"><a name="l02262"></a><span class="lineno"> 2262</span> <span class="comment">GRAPHICAL_HIERARCHY = YES</span></div>
<div class="line"><a name="l02263"></a><span class="lineno"> 2263</span> <span class="comment"></span></div>
<div class="line"><a name="l02264"></a><span class="lineno"> 2264</span> <span class="comment"># If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the</span></div>
<div class="line"><a name="l02265"></a><span class="lineno"> 2265</span> <span class="comment"># dependencies a directory has on other directories in a graphical way. The</span></div>
<div class="line"><a name="l02266"></a><span class="lineno"> 2266</span> <span class="comment"># dependency relations are determined by the #include relations between the</span></div>
<div class="line"><a name="l02267"></a><span class="lineno"> 2267</span> <span class="comment"># files in the directories.</span></div>
<div class="line"><a name="l02268"></a><span class="lineno"> 2268</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02269"></a><span class="lineno"> 2269</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02270"></a><span class="lineno"> 2270</span> <span class="comment"></span></div>
<div class="line"><a name="l02271"></a><span class="lineno"> 2271</span> <span class="comment">DIRECTORY_GRAPH = YES</span></div>
<div class="line"><a name="l02272"></a><span class="lineno"> 2272</span> <span class="comment"></span></div>
<div class="line"><a name="l02273"></a><span class="lineno"> 2273</span> <span class="comment"># The DOT_IMAGE_FORMAT tag can be used to set the image format of the images</span></div>
<div class="line"><a name="l02274"></a><span class="lineno"> 2274</span> <span class="comment"># generated by dot. For an explanation of the image formats see the section</span></div>
<div class="line"><a name="l02275"></a><span class="lineno"> 2275</span> <span class="comment"># output formats in the documentation of the dot tool (Graphviz (see:</span></div>
<div class="line"><a name="l02276"></a><span class="lineno"> 2276</span> <span class="comment"># http://www.graphviz.org/)).</span></div>
<div class="line"><a name="l02277"></a><span class="lineno"> 2277</span> <span class="comment"># Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order</span></div>
<div class="line"><a name="l02278"></a><span class="lineno"> 2278</span> <span class="comment"># to make the SVG files visible in IE 9+ (other browsers do not have this</span></div>
<div class="line"><a name="l02279"></a><span class="lineno"> 2279</span> <span class="comment"># requirement).</span></div>
<div class="line"><a name="l02280"></a><span class="lineno"> 2280</span> <span class="comment"># Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,</span></div>
<div class="line"><a name="l02281"></a><span class="lineno"> 2281</span> <span class="comment"># png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and</span></div>
<div class="line"><a name="l02282"></a><span class="lineno"> 2282</span> <span class="comment"># png:gdiplus:gdiplus.</span></div>
<div class="line"><a name="l02283"></a><span class="lineno"> 2283</span> <span class="comment"># The default value is: png.</span></div>
<div class="line"><a name="l02284"></a><span class="lineno"> 2284</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02285"></a><span class="lineno"> 2285</span> <span class="comment"></span></div>
<div class="line"><a name="l02286"></a><span class="lineno"> 2286</span> <span class="comment">DOT_IMAGE_FORMAT = png</span></div>
<div class="line"><a name="l02287"></a><span class="lineno"> 2287</span> <span class="comment"></span></div>
<div class="line"><a name="l02288"></a><span class="lineno"> 2288</span> <span class="comment"># If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to</span></div>
<div class="line"><a name="l02289"></a><span class="lineno"> 2289</span> <span class="comment"># enable generation of interactive SVG images that allow zooming and panning.</span></div>
<div class="line"><a name="l02290"></a><span class="lineno"> 2290</span> <span class="comment">#</span></div>
<div class="line"><a name="l02291"></a><span class="lineno"> 2291</span> <span class="comment"># Note that this requires a modern browser other than Internet Explorer. Tested</span></div>
<div class="line"><a name="l02292"></a><span class="lineno"> 2292</span> <span class="comment"># and working are Firefox, Chrome, Safari, and Opera.</span></div>
<div class="line"><a name="l02293"></a><span class="lineno"> 2293</span> <span class="comment"># Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make</span></div>
<div class="line"><a name="l02294"></a><span class="lineno"> 2294</span> <span class="comment"># the SVG files visible. Older versions of IE do not have SVG support.</span></div>
<div class="line"><a name="l02295"></a><span class="lineno"> 2295</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02296"></a><span class="lineno"> 2296</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02297"></a><span class="lineno"> 2297</span> <span class="comment"></span></div>
<div class="line"><a name="l02298"></a><span class="lineno"> 2298</span> <span class="comment">INTERACTIVE_SVG = NO</span></div>
<div class="line"><a name="l02299"></a><span class="lineno"> 2299</span> <span class="comment"></span></div>
<div class="line"><a name="l02300"></a><span class="lineno"> 2300</span> <span class="comment"># The DOT_PATH tag can be used to specify the path where the dot tool can be</span></div>
<div class="line"><a name="l02301"></a><span class="lineno"> 2301</span> <span class="comment"># found. If left blank, it is assumed the dot tool can be found in the path.</span></div>
<div class="line"><a name="l02302"></a><span class="lineno"> 2302</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02303"></a><span class="lineno"> 2303</span> <span class="comment"></span></div>
<div class="line"><a name="l02304"></a><span class="lineno"> 2304</span> <span class="comment">DOT_PATH = </span></div>
<div class="line"><a name="l02305"></a><span class="lineno"> 2305</span> <span class="comment"></span></div>
<div class="line"><a name="l02306"></a><span class="lineno"> 2306</span> <span class="comment"># The DOTFILE_DIRS tag can be used to specify one or more directories that</span></div>
<div class="line"><a name="l02307"></a><span class="lineno"> 2307</span> <span class="comment"># contain dot files that are included in the documentation (see the \dotfile</span></div>
<div class="line"><a name="l02308"></a><span class="lineno"> 2308</span> <span class="comment"># command).</span></div>
<div class="line"><a name="l02309"></a><span class="lineno"> 2309</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02310"></a><span class="lineno"> 2310</span> <span class="comment"></span></div>
<div class="line"><a name="l02311"></a><span class="lineno"> 2311</span> <span class="comment">DOTFILE_DIRS = </span></div>
<div class="line"><a name="l02312"></a><span class="lineno"> 2312</span> <span class="comment"></span></div>
<div class="line"><a name="l02313"></a><span class="lineno"> 2313</span> <span class="comment"># The MSCFILE_DIRS tag can be used to specify one or more directories that</span></div>
<div class="line"><a name="l02314"></a><span class="lineno"> 2314</span> <span class="comment"># contain msc files that are included in the documentation (see the \mscfile</span></div>
<div class="line"><a name="l02315"></a><span class="lineno"> 2315</span> <span class="comment"># command).</span></div>
<div class="line"><a name="l02316"></a><span class="lineno"> 2316</span> <span class="comment"></span></div>
<div class="line"><a name="l02317"></a><span class="lineno"> 2317</span> <span class="comment">MSCFILE_DIRS = </span></div>
<div class="line"><a name="l02318"></a><span class="lineno"> 2318</span> <span class="comment"></span></div>
<div class="line"><a name="l02319"></a><span class="lineno"> 2319</span> <span class="comment"># The DIAFILE_DIRS tag can be used to specify one or more directories that</span></div>
<div class="line"><a name="l02320"></a><span class="lineno"> 2320</span> <span class="comment"># contain dia files that are included in the documentation (see the \diafile</span></div>
<div class="line"><a name="l02321"></a><span class="lineno"> 2321</span> <span class="comment"># command).</span></div>
<div class="line"><a name="l02322"></a><span class="lineno"> 2322</span> <span class="comment"></span></div>
<div class="line"><a name="l02323"></a><span class="lineno"> 2323</span> <span class="comment">DIAFILE_DIRS = </span></div>
<div class="line"><a name="l02324"></a><span class="lineno"> 2324</span> <span class="comment"></span></div>
<div class="line"><a name="l02325"></a><span class="lineno"> 2325</span> <span class="comment"># When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the</span></div>
<div class="line"><a name="l02326"></a><span class="lineno"> 2326</span> <span class="comment"># path where java can find the plantuml.jar file. If left blank, it is assumed</span></div>
<div class="line"><a name="l02327"></a><span class="lineno"> 2327</span> <span class="comment"># PlantUML is not used or called during a preprocessing step. Doxygen will</span></div>
<div class="line"><a name="l02328"></a><span class="lineno"> 2328</span> <span class="comment"># generate a warning when it encounters a \startuml command in this case and</span></div>
<div class="line"><a name="l02329"></a><span class="lineno"> 2329</span> <span class="comment"># will not generate output for the diagram.</span></div>
<div class="line"><a name="l02330"></a><span class="lineno"> 2330</span> <span class="comment"></span></div>
<div class="line"><a name="l02331"></a><span class="lineno"> 2331</span> <span class="comment">PLANTUML_JAR_PATH = </span></div>
<div class="line"><a name="l02332"></a><span class="lineno"> 2332</span> <span class="comment"></span></div>
<div class="line"><a name="l02333"></a><span class="lineno"> 2333</span> <span class="comment"># When using plantuml, the specified paths are searched for files specified by</span></div>
<div class="line"><a name="l02334"></a><span class="lineno"> 2334</span> <span class="comment"># the !include statement in a plantuml block.</span></div>
<div class="line"><a name="l02335"></a><span class="lineno"> 2335</span> <span class="comment"></span></div>
<div class="line"><a name="l02336"></a><span class="lineno"> 2336</span> <span class="comment">PLANTUML_INCLUDE_PATH = </span></div>
<div class="line"><a name="l02337"></a><span class="lineno"> 2337</span> <span class="comment"></span></div>
<div class="line"><a name="l02338"></a><span class="lineno"> 2338</span> <span class="comment"># The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes</span></div>
<div class="line"><a name="l02339"></a><span class="lineno"> 2339</span> <span class="comment"># that will be shown in the graph. If the number of nodes in a graph becomes</span></div>
<div class="line"><a name="l02340"></a><span class="lineno"> 2340</span> <span class="comment"># larger than this value, doxygen will truncate the graph, which is visualized</span></div>
<div class="line"><a name="l02341"></a><span class="lineno"> 2341</span> <span class="comment"># by representing a node as a red box. Note that doxygen if the number of direct</span></div>
<div class="line"><a name="l02342"></a><span class="lineno"> 2342</span> <span class="comment"># children of the root node in a graph is already larger than</span></div>
<div class="line"><a name="l02343"></a><span class="lineno"> 2343</span> <span class="comment"># DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that</span></div>
<div class="line"><a name="l02344"></a><span class="lineno"> 2344</span> <span class="comment"># the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.</span></div>
<div class="line"><a name="l02345"></a><span class="lineno"> 2345</span> <span class="comment"># Minimum value: 0, maximum value: 10000, default value: 50.</span></div>
<div class="line"><a name="l02346"></a><span class="lineno"> 2346</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02347"></a><span class="lineno"> 2347</span> <span class="comment"></span></div>
<div class="line"><a name="l02348"></a><span class="lineno"> 2348</span> <span class="comment">DOT_GRAPH_MAX_NODES = 50</span></div>
<div class="line"><a name="l02349"></a><span class="lineno"> 2349</span> <span class="comment"></span></div>
<div class="line"><a name="l02350"></a><span class="lineno"> 2350</span> <span class="comment"># The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs</span></div>
<div class="line"><a name="l02351"></a><span class="lineno"> 2351</span> <span class="comment"># generated by dot. A depth value of 3 means that only nodes reachable from the</span></div>
<div class="line"><a name="l02352"></a><span class="lineno"> 2352</span> <span class="comment"># root by following a path via at most 3 edges will be shown. Nodes that lay</span></div>
<div class="line"><a name="l02353"></a><span class="lineno"> 2353</span> <span class="comment"># further from the root node will be omitted. Note that setting this option to 1</span></div>
<div class="line"><a name="l02354"></a><span class="lineno"> 2354</span> <span class="comment"># or 2 may greatly reduce the computation time needed for large code bases. Also</span></div>
<div class="line"><a name="l02355"></a><span class="lineno"> 2355</span> <span class="comment"># note that the size of a graph can be further restricted by</span></div>
<div class="line"><a name="l02356"></a><span class="lineno"> 2356</span> <span class="comment"># DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.</span></div>
<div class="line"><a name="l02357"></a><span class="lineno"> 2357</span> <span class="comment"># Minimum value: 0, maximum value: 1000, default value: 0.</span></div>
<div class="line"><a name="l02358"></a><span class="lineno"> 2358</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02359"></a><span class="lineno"> 2359</span> <span class="comment"></span></div>
<div class="line"><a name="l02360"></a><span class="lineno"> 2360</span> <span class="comment">MAX_DOT_GRAPH_DEPTH = 1000</span></div>
<div class="line"><a name="l02361"></a><span class="lineno"> 2361</span> <span class="comment"></span></div>
<div class="line"><a name="l02362"></a><span class="lineno"> 2362</span> <span class="comment"># Set the DOT_TRANSPARENT tag to YES to generate images with a transparent</span></div>
<div class="line"><a name="l02363"></a><span class="lineno"> 2363</span> <span class="comment"># background. This is disabled by default, because dot on Windows does not seem</span></div>
<div class="line"><a name="l02364"></a><span class="lineno"> 2364</span> <span class="comment"># to support this out of the box.</span></div>
<div class="line"><a name="l02365"></a><span class="lineno"> 2365</span> <span class="comment">#</span></div>
<div class="line"><a name="l02366"></a><span class="lineno"> 2366</span> <span class="comment"># Warning: Depending on the platform used, enabling this option may lead to</span></div>
<div class="line"><a name="l02367"></a><span class="lineno"> 2367</span> <span class="comment"># badly anti-aliased labels on the edges of a graph (i.e. they become hard to</span></div>
<div class="line"><a name="l02368"></a><span class="lineno"> 2368</span> <span class="comment"># read).</span></div>
<div class="line"><a name="l02369"></a><span class="lineno"> 2369</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02370"></a><span class="lineno"> 2370</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02371"></a><span class="lineno"> 2371</span> <span class="comment"></span></div>
<div class="line"><a name="l02372"></a><span class="lineno"> 2372</span> <span class="comment">DOT_TRANSPARENT = NO</span></div>
<div class="line"><a name="l02373"></a><span class="lineno"> 2373</span> <span class="comment"></span></div>
<div class="line"><a name="l02374"></a><span class="lineno"> 2374</span> <span class="comment"># Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output</span></div>
<div class="line"><a name="l02375"></a><span class="lineno"> 2375</span> <span class="comment"># files in one run (i.e. multiple -o and -T options on the command line). This</span></div>
<div class="line"><a name="l02376"></a><span class="lineno"> 2376</span> <span class="comment"># makes dot run faster, but since only newer versions of dot (>1.8.10) support</span></div>
<div class="line"><a name="l02377"></a><span class="lineno"> 2377</span> <span class="comment"># this, this feature is disabled by default.</span></div>
<div class="line"><a name="l02378"></a><span class="lineno"> 2378</span> <span class="comment"># The default value is: NO.</span></div>
<div class="line"><a name="l02379"></a><span class="lineno"> 2379</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02380"></a><span class="lineno"> 2380</span> <span class="comment"></span></div>
<div class="line"><a name="l02381"></a><span class="lineno"> 2381</span> <span class="comment">DOT_MULTI_TARGETS = NO</span></div>
<div class="line"><a name="l02382"></a><span class="lineno"> 2382</span> <span class="comment"></span></div>
<div class="line"><a name="l02383"></a><span class="lineno"> 2383</span> <span class="comment"># If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page</span></div>
<div class="line"><a name="l02384"></a><span class="lineno"> 2384</span> <span class="comment"># explaining the meaning of the various boxes and arrows in the dot generated</span></div>
<div class="line"><a name="l02385"></a><span class="lineno"> 2385</span> <span class="comment"># graphs.</span></div>
<div class="line"><a name="l02386"></a><span class="lineno"> 2386</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02387"></a><span class="lineno"> 2387</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02388"></a><span class="lineno"> 2388</span> <span class="comment"></span></div>
<div class="line"><a name="l02389"></a><span class="lineno"> 2389</span> <span class="comment">GENERATE_LEGEND = YES</span></div>
<div class="line"><a name="l02390"></a><span class="lineno"> 2390</span> <span class="comment"></span></div>
<div class="line"><a name="l02391"></a><span class="lineno"> 2391</span> <span class="comment"># If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot</span></div>
<div class="line"><a name="l02392"></a><span class="lineno"> 2392</span> <span class="comment"># files that are used to generate the various graphs.</span></div>
<div class="line"><a name="l02393"></a><span class="lineno"> 2393</span> <span class="comment"># The default value is: YES.</span></div>
<div class="line"><a name="l02394"></a><span class="lineno"> 2394</span> <span class="comment"># This tag requires that the tag HAVE_DOT is set to YES.</span></div>
<div class="line"><a name="l02395"></a><span class="lineno"> 2395</span> <span class="comment"></span></div>
<div class="line"><a name="l02396"></a><span class="lineno"> 2396</span> <span class="comment">DOT_CLEANUP = YES</span></div>
<div class="ttc" id="a00146_html"><div class="ttname"><a href="a00146.html">glm</a></div><div class="ttdef"><b>Definition:</b> <a href="a00003_source.html#l00040">_noise.hpp:40</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
| yurikoma/PhysicsForGamesAIE_StudentWork | dependencies/glm/doc/api/a00057_source.html | HTML | mit | 375,431 |
<html>
<head>
<script type="text/javascript" src="orInclude.js">
</script>
<script type="text/javascript">
$(document).ready(function() {
var ids = getURLParameter("ids");
or_aux_datafileDetail(
ids,
function(data) { setData(data, "or_aux_datafileDetail") }
);
or_aux_controlPanelLinks(
ids
,function(data) { setData(data, "or_aux_controlPanelLinks") }
,$.param({ simpleFilter : 'link.linkId:equals:2' })
);
or_aux_linkedURLForDatafile(
ids
,function(data) { setData(data, "or_aux_linkedURLForDatafile") }
,$.param({ simpleFilter : 'linkedURL.isLinked:equals:true' })
);
var menuId = getURLParameter("menuId");
or_aux_MenuLinks(
menuId
,function(data) { setData(data, "or_aux_MenuLinks") }
,$.param({ simpleFilter : 'linkedURLs.menuDatafileExists:equals:true' })
);
});
function setData(data, id)
{
$("#" + id).text(JSON.stringify(data));
}
</script>
</head>
<body>
<div id="or_aux_datafileDetail"></div>
<div id="or_aux_controlPanelLinks"></div>
<div id="or_aux_linkedURLForDatafile"></div>
<div id="or_aux_MenuLinks"></div>
</body>
</html>
| Cygnut/www-sandbox | reference/or/testor_aux.html | HTML | mit | 1,704 |
<hr />
{% assign navPages = site.pages | where: 'nav', true | sort: 'order' %}
{% for page in navPages %}
<div><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></div>
{% endfor %}
| funwithbrains/funwithbrains.github.io | _includes/footer.html | HTML | mit | 197 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Symplocos factsheet on ARKive - Symplocos nivea</title>
<link rel="canonical" href="http://www.arkive.org/symplocos/symplocos-nivea/" />
<link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body> <!-- onload="window.print()">-->
<div id="container">
<div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div>
<div id="content">
<h1>Symplocos (<i>Symplocos nivea</i>)</h1>
<img alt="" src="/media/25/25A90167-9B6F-4A77-811B-8CC2459F0C49/Presentation.Large/Symplocos-nivea-herbarium-specimen.jpg"/>
<table cellspacing="0" cellpadding="0" id="factList">
<tbody>
<tr class="kingdom"><th align="left">Kingdom</th><td align="left">Plantae</td></tr>
<tr class="phylum"><th align="left">Phylum</th><td align="left">Tracheophyta</td></tr>
<tr class="class"><th align="left">Class</th><td align="left">Magnoliopsida</td></tr>
<tr class="order"><th align="left">Order</th><td align="left">Ebenales</td></tr>
<tr class="family"><th align="left">Family</th><td align="left">Symplocaceae</td></tr>
<tr class="genus"><th align="left">Genus</th><td align="left"><em>Symplocos (1)</em></td></tr>
</tbody>
</table>
<h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p>This species is classified as Endangered (EN) on the IUCN Red List (1).</p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on <em>Symplocos nivea </em>is being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:[email protected]">[email protected]</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2>
<ol id="references">
<li id="ref1">
<a id="reference_1" name="reference_1"></a>
IUCN Red List (January, 2012) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li>
</ol>
</div>
</div>
</body>
</html>
| andrewedstrom/cs638project | raw_data/arkive-endangered-html/symplocos-nivea.html | HTML | mit | 2,829 |
<div class="click-overlay"
(click)="dismissSuggestions()"
*ngIf="suggestionsShown"></div>
<input type="search" class="query-input"
[(ngModel)]=value
(ngModelChange)="updateSuggestions()"
placeholder="{{placeholder}}"
(keydown)="onKeydown($event)">
<ul class="suggestions" *ngIf="suggestionsShown">
<li *ngFor="let item of filteredList; let i = index"
[ngClass]="{selected: highlightedIndex === i}">
<a (click)="select(item)" >{{item}}</a>
</li>
</ul>
| lsim/mobro | src/client/app/shared/components/autocomplete/autocomplete.component.html | HTML | mit | 504 |
---
layout: tag
section-type: tag
title: js
---
## Tag | rherlt/rherlt.github.io | tags/js.html | HTML | mit | 54 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>topology: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / topology - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
topology
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 12:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 12:27:18 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.2~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/topology"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Topology"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-zorns-lemma" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: topology" "keyword: filters" "keyword: nets" "keyword: metric spaces" "keyword: real analysis" "keyword: Urysohn's lemma" "keyword: Tietze extension theorem" "category: Mathematics/Real Calculus and Topology" ]
authors: [ "Daniel Schepler <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/topology/issues"
dev-repo: "git+https://github.com/coq-contribs/topology.git"
synopsis: "General Topology"
description:
"This library develops some of the basic concepts and results of general topology."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/topology/archive/v8.8.0.tar.gz"
checksum: "md5=7d5ca5136f9b431e175f0e302cb13ee8"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-topology.8.8.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-topology -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-topology.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2~camlp4/topology/8.8.0.html | HTML | mit | 7,341 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fourcolor: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / fourcolor - 1.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
fourcolor
<small>
1.2
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-16 06:48:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-16 06:48:30 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.2~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <[email protected]>"
homepage: "https://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <[email protected]>"
dev-repo: "git+https://github.com/math-comp/fourcolor"
license: "CeCILL-B"
build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
depends: [ "coq-mathcomp-algebra" { >= "1.8.0" & < "1.9" } ]
tags: [ "keyword:Four color theorem" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Georges Gonthier" ]
synopsis: "Mechanization of the Four Color Theorem"
description: """
Proof of the Four Color Theorem
This library contains a formalized proof of the Four Color Theorem, along
with the theories needed to support stating and then proving the Theorem.
This includes an axiomatization of the setoid of classical real numbers,
basic plane topology definitions, and a theory of combinatorial hypermaps.
"""
url {
src: "https://github.com/math-comp/fourcolor/archive/v1.2.tar.gz"
checksum: "sha256=93add0655031f2207d8e5b48dcccd76ff6dff7ea0a17ddada07b10a2d0a395b0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-fourcolor.1.2 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-fourcolor -> coq-mathcomp-algebra >= 1.8.0 -> coq-mathcomp-fingroup >= 1.8.0 -> coq-mathcomp-ssreflect >= 1.8.0 -> coq >= 8.7
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-fourcolor.1.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.2~camlp4/fourcolor/1.2.html | HTML | mit | 7,278 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class Command_Default</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class Command_Default</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-vars">Vars</a>
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Default Command</p>
<p class="notes">
Located in <a class="field" href="_web---app---command---default.class.php.html">/web/app/command/default.class.php</a> (line <span class="field">14</span>)
</p>
<pre><a href="../../UMCart/Controller/Command.html">Command</a>
|
--<a href="../../UMCart/Controller/Command_Common.html">Command_Common</a>
|
--Command_Default</pre>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-vars">Vars</a>
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">void</span>
<a href="#exec" title="details" class="method-name">exec</a>
()
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../UMCart/Controller/Command.html">Command</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../../UMCart/Controller/Command.html#var$data">Command::$data</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../../UMCart/Controller/Command.html#var$get">Command::$get</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../../UMCart/Controller/Command.html#var$post">Command::$post</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../../UMCart/Controller/Command.html#var$session">Command::$session</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-vars">Vars</a>
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodexec" id="exec"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">exec</span> (line <span class="line-number">18</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Execute command</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
exec
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../UMCart/Controller/Command.html#methodexec">Command::exec()</a></dt>
<dd>Execute application logic</dd>
</dl>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../UMCart/Controller/Command_Common.html">Command_Common</a></span></p>
<blockquote>
<span class="method-name"><a href="../../UMCart/Controller/Command_Common.html#methodinit">Command_Common::init()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../UMCart/Controller/Command.html">Command</a></span></p>
<blockquote>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#method__construct">Command::__construct()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodcolumnHeadings">Command::columnHeadings()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodexec">Command::exec()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodgenerateQueryString">Command::generateQueryString()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodgetList">Command::getList()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodinit">Command::init()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodloadErrors">Command::loadErrors()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodloadView">Command::loadView()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodpageSelector">Command::pageSelector()</a></span><br>
<span class="method-name"><a href="../../UMCart/Controller/Command.html#methodparseParams">Command::parseParams()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Mon, 14 Nov 2011 11:54:46 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html> | ultramega/umcart | docs/UMCart/Controller/Command_Default.html | HTML | mit | 6,886 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>abp: 13 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / abp - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
abp
<small>
8.8.0
<span class="label label-success">13 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-05 01:02:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-05 01:02:10 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.2 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/abp"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ABP"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: alternating bit protocol" "keyword: process calculi" "keyword: reactive systems" "keyword: co-inductive types" "keyword: co-induction" "category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols" ]
authors: [ "Eduardo Giménez" ]
bug-reports: "https://github.com/coq-contribs/abp/issues"
dev-repo: "git+https://github.com/coq-contribs/abp.git"
synopsis: "A verification of the alternating bit protocol expressed in CBS"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/abp/archive/v8.8.0.tar.gz"
checksum: "md5=36f8096ed0185225ee0d1c3fcc43af6e"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-abp.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-abp.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-abp.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>739 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Lemmas.vo</code></li>
<li>691 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Lemmas.vo</code></li>
<li>114 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Lemmas.glob</code></li>
<li>105 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Lemmas.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Interpreter.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Processes.glob</code></li>
<li>43 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Processes.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Processes.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Unique.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Processes.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Evt.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Lemmas.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Interpreter.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Processes.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Processes.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Correctness.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Lemmas.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Evt.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Hypotheses.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Unique.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Hypotheses.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Correctness.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Protocol.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Protocol.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Processes.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Protocol.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Processes.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Protocol.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Hypotheses.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Unique.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Evt.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Correctness.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Correction.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Hypotheses.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Interpreter.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Correction.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Protocol.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/INTERPRETER/Processes.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Hypotheses.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Protocol.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/TRACES/Correction.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/ABP/ABP/BISIMULATION/Hypotheses.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-abp.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.8.2/abp/8.8.0.html | HTML | mit | 11,715 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jun 19 13:27:34 CEST 2017 -->
<title>aspguidc.model.input.entity</title>
<meta name="date" content="2017-06-19">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../aspguidc/model/input/entity/package-summary.html" target="classFrame">aspguidc.model.input.entity</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="EntityInputDefinition.html" title="class in aspguidc.model.input.entity" target="classFrame">EntityInputDefinition</a></li>
<li><a href="InputAttributeDefinition.html" title="class in aspguidc.model.input.entity" target="classFrame">InputAttributeDefinition</a></li>
</ul>
</div>
</body>
</html>
| nnatter/aspguid-compiler | docs/aspguidc/model/input/entity/package-frame.html | HTML | mit | 1,010 |
<html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2>_VACB</h2>
<font face="arial"> +0x000 BaseAddress : Ptr64 Void<br>
+0x008 SharedCacheMap : Ptr64 <a href="./_SHARED_CACHE_MAP.html">_SHARED_CACHE_MAP</a><br>
+0x010 Overlay : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br>
+0x020 ArrayHead : Ptr64 <a href="./_VACB_ARRAY_HEADER.html">_VACB_ARRAY_HEADER</a><br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.418)/_VACB.html | HTML | mit | 439 |
---
layout: post
title: Les joies de la téléphonie
categories:
- Personnel
tags:
- Internet
- Téléphonie
status: publish
type: post
published: true
meta:
tweetbackscheck: '1233978902'
shorturls: a:7:{s:9:"permalink";s:65:"http://www.alienlebarge.ch/2007/10/04/les-joies-de-la-telephonie/";s:7:"tinyurl";s:25:"http://tinyurl.com/cgf69q";s:4:"isgd";s:17:"http://is.gd/itrP";s:5:"bitly";s:19:"http://bit.ly/15KNs";s:5:"snipr";s:22:"http://snipr.com/bch3t";s:5:"snurl";s:22:"http://snurl.com/bch3t";s:7:"snipurl";s:24:"http://snipurl.com/bch3t";}
twittercomments: a:0:{}
tweetcount: '0'
tmac_last_id: ''
---
<img src="http://farm1.static.flickr.com/31/64027565_79b890c8c4.jpg" alt="Hotline" />
<em><a href="http://www.flickr.com/photos/splorp/64027565/" title="photo sharing">Hotline</a></em>
Je me suis poser quelque question quand au "rendement" de notre ligne de téléphone fixe à la maison. Après avoir passé en revu les facture <a href="http://www.swisscom.ch/" title="site de Swisscom">swisscom </a>des six dernier mois, il s’avère que nous avons eu au total 6 francs de communication pour 150 francs d’abonnement.
Un problème persiste. Notre abonnement raccordement fixe est couplé avec notre abonnement ADSL.
Je me suis renseigné afin de savoir dans quel mesure il était possible de résilier le fixe tout en gardant internet. Et bien, sachez que c’est tout à fait possible selon swisscom. Là seul condition est que votre abonnement ADSL doit être couplé avec un abonnement mobil swisscom.
Bon à savoir …
<p class="MsoNormal">Maintenant, il faut que je test les alternatives comme <a href="http://www.skype.com/" title="Site de Skype">Skype </a>pour téléphoner à moindre coups.</p>
| alienlebarge/alienlebarge.github.com | _posts/2007-10-04-les-joies-de-la-telephonie.html | HTML | mit | 1,738 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./d3600231db9364734b53817913a881a244f280f6d3d66448641a3d23eb0e40a5.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e5ff355a85a45b0f6b69d0ba55d6f83db28e09138d484eb53cb5a72f8dc2ff42.html | HTML | mit | 550 |
<p>
comp-702 works!
</p>
| angular/angular-cli-stress-test | src/app/components/comp-702/comp-702.component.html | HTML | mit | 27 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Mon Mar 23 16:01:46 AKDT 2015 -->
<title>SevenZip Class Hierarchy</title>
<meta name="date" content="2015-03-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SevenZip Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-all.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../prz/util/package-tree.html">Prev</a></li>
<li><a href="../SevenZip/Compression/LZ/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?SevenZip/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package SevenZip</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">SevenZip.<a href="../SevenZip/CRC.html" title="class in SevenZip"><span class="typeNameLink">CRC</span></a></li>
<li type="circle">SevenZip.<a href="../SevenZip/LzmaAlone.html" title="class in SevenZip"><span class="typeNameLink">LzmaAlone</span></a></li>
<li type="circle">SevenZip.<a href="../SevenZip/LzmaAlone.CommandLine.html" title="class in SevenZip"><span class="typeNameLink">LzmaAlone.CommandLine</span></a></li>
<li type="circle">SevenZip.<a href="../SevenZip/LzmaBench.html" title="class in SevenZip"><span class="typeNameLink">LzmaBench</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">SevenZip.<a href="../SevenZip/ICodeProgress.html" title="interface in SevenZip"><span class="typeNameLink">ICodeProgress</span></a></li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-all.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../prz/util/package-tree.html">Prev</a></li>
<li><a href="../SevenZip/Compression/LZ/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?SevenZip/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| dracoix/PRZ | apidocs/SevenZip/package-tree.html | HTML | mit | 4,908 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_41) on Tue Mar 05 22:46:28 EST 2013 -->
<TITLE>
Echo.EchoLevel (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2013-03-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Echo.EchoLevel (Apache Ant API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/taskdefs/Echo.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html" title="class in org.apache.tools.ant.taskdefs"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/taskdefs/Echo.EchoLevel.html" target="_top"><B>FRAMES</B></A>
<A HREF="Echo.EchoLevel.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.apache.tools.ant.types.LogLevel">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_org.apache.tools.ant.types.LogLevel">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.tools.ant.taskdefs</FONT>
<BR>
Class Echo.EchoLevel</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">org.apache.tools.ant.types.EnumeratedAttribute</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html" title="class in org.apache.tools.ant.types">org.apache.tools.ant.types.LogLevel</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.taskdefs.Echo.EchoLevel</B>
</PRE>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/apache/tools/ant/taskdefs/Echo.html" title="class in org.apache.tools.ant.taskdefs">Echo</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static class <B>Echo.EchoLevel</B><DT>extends <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html" title="class in org.apache.tools.ant.types">LogLevel</A></DL>
</PRE>
<P>
The enumerated values for the level attribute.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_org.apache.tools.ant.types.LogLevel"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html" title="class in org.apache.tools.ant.types">LogLevel</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#DEBUG">DEBUG</A>, <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#ERR">ERR</A>, <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#INFO">INFO</A>, <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#VERBOSE">VERBOSE</A>, <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#WARN">WARN</A></CODE></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#value">value</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Echo.EchoLevel.html#Echo.EchoLevel()">Echo.EchoLevel</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.tools.ant.types.LogLevel"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html" title="class in org.apache.tools.ant.types">LogLevel</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#getLevel()">getLevel</A>, <A HREF="../../../../../org/apache/tools/ant/types/LogLevel.html#getValues()">getValues</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#containsValue(java.lang.String)">containsValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getIndex()">getIndex</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getInstance(java.lang.Class, java.lang.String)">getInstance</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValue()">getValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#indexOfValue(java.lang.String)">indexOfValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#setValue(java.lang.String)">setValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Echo.EchoLevel()"><!-- --></A><H3>
Echo.EchoLevel</H3>
<PRE>
public <B>Echo.EchoLevel</B>()</PRE>
<DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/taskdefs/Echo.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html" title="class in org.apache.tools.ant.taskdefs"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/taskdefs/Echo.EchoLevel.html" target="_top"><B>FRAMES</B></A>
<A HREF="Echo.EchoLevel.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.apache.tools.ant.types.LogLevel">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_org.apache.tools.ant.types.LogLevel">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| bownie/Brazil | thirdparty/apache-ant-1.9.0/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html | HTML | mit | 13,765 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>flocq: 6 m 35 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / flocq - 3.2.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
flocq
<small>
3.2.1
<span class="label label-success">6 m 35 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://flocq.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git"
bug-reports: "https://gitlab.inria.fr/flocq/flocq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.7" & < "8.14~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"logpath:Flocq"
"date:2020-04-03"
]
authors: [ "Sylvie Boldo <[email protected]>" "Guillaume Melquiond <[email protected]>" ]
synopsis: "A floating-point formalization for the Coq system"
url {
src: "https://flocq.gitlabpages.inria.fr/releases/flocq-3.2.1.tar.gz"
checksum: "sha512=5e300bfe7e6998047c8e1458a1205b1e88768ec9d1492a701ceb1293ad994190bc00e63a2566c4d77aaaaa585dd2d66f2c03fddddcacb75b0e30ab1f0c46c6f6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-flocq.3.2.1 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-flocq.3.2.1 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.3.2.1 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>6 m 35 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 10 M</p>
<ul>
<li>3 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff.v</code></li>
<li>522 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li>
<li>222 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li>
<li>220 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li>
<li>171 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li>
<li>164 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li>
<li>154 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Double_rounding.v</code></li>
<li>145 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li>
<li>136 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li>
<li>135 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li>
<li>116 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li>
<li>102 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li>
<li>100 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li>
<li>93 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/IEEE754/Binary.v</code></li>
<li>92 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li>
<li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v</code></li>
<li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li>
<li>83 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li>
<li>75 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li>
<li>65 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Ulp.v</code></li>
<li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Generic_fmt.v</code></li>
<li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Raux.v</code></li>
<li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Round_odd.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Round.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Round_pred.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Relative.v</code></li>
<li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Digits.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/IEEE754/Bits.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Zaux.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Bracket.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Round_NE.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Version.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Float_prop.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FLT.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FLX.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FTZ.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Div.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Prop/Sterbenz.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Calc/Operations.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Defs.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/FIX.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Version.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Flocq/Core/Core.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-flocq.3.2.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.2/flocq/3.2.1.html | HTML | mit | 14,074 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graphs: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / graphs - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
graphs
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-20 18:56:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-20 18:56:28 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/graphs"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Graphs"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-int-map" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: graphs" "keyword: graph theory" "keyword: cycle detection" "keyword: paths" "keyword: constraints" "keyword: inequalities" "keyword: reflection" "category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "category: Miscellaneous/Extracted Programs/Combinatorics" ]
authors: [ "Jean Goubault" ]
bug-reports: "https://github.com/coq-contribs/graphs/issues"
dev-repo: "git+https://github.com/coq-contribs/graphs.git"
synopsis: "Satisfiability of inequality constraints and detection of cycles with negative weight in graphs"
description:
"*******************************************************************"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graphs/archive/v8.8.0.tar.gz"
checksum: "md5=aa176fba6a90b6ffff8f673958baa68d"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-graphs.8.8.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-graphs -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-graphs.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.12.0/graphs/8.8.0.html | HTML | mit | 7,116 |
<div class="commune_descr limited">
<p>
Sassierges-Saint-Germain est
un village
géographiquement positionné dans le département de l'Indre en Centre. Elle comptait 458 habitants en 2008.</p>
<p>Si vous pensez demenager à Sassierges-Saint-Germain, vous pourrez aisément trouver une maison à acheter. </p>
<p>À coté de Sassierges-Saint-Germain sont situées les communes de
<a href="{{VLROOT}}/immobilier/meunet-planches_36121/">Meunet-Planches</a> située à 8 km, 187 habitants,
<a href="{{VLROOT}}/immobilier/maron_36112/">Mâron</a> située à 4 km, 719 habitants,
<a href="{{VLROOT}}/immobilier/ardentes_36005/">Ardentes</a> à 5 km, 3 582 habitants,
<a href="{{VLROOT}}/immobilier/ambrault_36003/">Ambrault</a> située à 5 km, 805 habitants,
<a href="{{VLROOT}}/immobilier/brives_36027/">Brives</a> située à 9 km, 265 habitants,
<a href="{{VLROOT}}/immobilier/bommiers_36019/">Bommiers</a> localisée à 7 km, 278 habitants,
entre autres. De plus, Sassierges-Saint-Germain est située à seulement 16 km de <a href="{{VLROOT}}/immobilier/chateauroux_36044/">Châteauroux</a>.</p>
<p>Le nombre d'habitations, à Sassierges-Saint-Germain, se décomposait en 2011 en deux appartements et 205 maisons soit
un marché relativement équilibré.</p>
<p>La ville compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/36211.html | HTML | mit | 1,431 |
<div class="commune_descr limited">
<p>
Benoîtville est
un village
situé dans le département de Manche en Basse-Normandie. On dénombrait 541 habitants en 2008.</p>
<p>Le nombre d'habitations, à Benoîtville, était réparti en 2011 en trois appartements et 267 maisons soit
un marché plutôt équilibré.</p>
<p>Si vous envisagez de venir habiter à Benoîtville, vous pourrez aisément trouver une maison à acheter. </p>
<p>À proximité de Benoîtville sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/pieux_50402/">Les Pieux</a> située à 2 km, 3 387 habitants,
<a href="{{VLROOT}}/immobilier/siouville-hague_50576/">Siouville-Hague</a> située à 5 km, 1 079 habitants,
<a href="{{VLROOT}}/immobilier/crasville_50150/">Crasville</a> localisée à 5 km, 243 habitants,
<a href="{{VLROOT}}/immobilier/saint-germain-le-gaillard_50480/">Saint-Germain-le-Gaillard</a> à 4 km, 646 habitants,
<a href="{{VLROOT}}/immobilier/grosville_50222/">Grosville</a> localisée à 3 km, 689 habitants,
<a href="{{VLROOT}}/immobilier/saint-christophe-du-foc_50454/">Saint-Christophe-du-Foc</a> localisée à 4 km, 322 habitants,
entre autres. De plus, Benoîtville est située à seulement 17 km de <a href="{{VLROOT}}/immobilier/cherbourg-octeville_50129/">Cherbourg-Octeville</a>.</p>
<p>À Benoîtville, la valorisation moyenne à la vente d'un appartement se situe à 1 162 € du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 1 168 € du m². À la location la valorisation moyenne se situe à 10,87 € du m² par mois.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/50045.html | HTML | mit | 1,676 |
<div class="sub-email text-center">
<p><strong>订阅到邮箱</strong></p>
<div class="form-inline">
<div class="form-group ">
<input type="email" class="form-control" id="sub-email" placeholder="您的邮箱">
</div>
<button class="btn btn-default btn-success" type="submit" id="sub-email-submit">莫着急</button>
</div>
</div> | onlylemi/inerd | _includes/sub-email.html | HTML | mit | 379 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>RoboDog Voice Control: /home/viki/robodogworkspace/cpp-RoboDogVoiceController/test/motionModuleStubTest.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">RoboDog Voice Control
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_13e138d54eb8818da29c3992edef070a.html">test</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">motionModuleStubTest.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the ".cpp" file for testing the <a class="el" href="classmotionModuleStub.html" title="A motionModuleStub Class. ">motionModuleStub</a> Class.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include <<a class="el" href="motionModuleStub_8hpp_source.html">motionModuleStub.hpp</a>></code><br />
<code>#include <gtest/gtest.h></code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for motionModuleStubTest.cpp:</div>
<div class="dyncontent">
<div class="center"><img src="motionModuleStubTest_8cpp__incl.png" border="0" usemap="#_2home_2viki_2robodogworkspace_2cpp-RoboDogVoiceController_2test_2motionModuleStubTest_8cpp" alt=""/></div>
<map name="_2home_2viki_2robodogworkspace_2cpp-RoboDogVoiceController_2test_2motionModuleStubTest_8cpp" id="_2home_2viki_2robodogworkspace_2cpp-RoboDogVoiceController_2test_2motionModuleStubTest_8cpp">
<area shape="rect" id="node2" href="motionModuleStub_8hpp.html" title="This is the ".hpp" file for the motionModuleStub Class. " alt="" coords="5,109,160,136"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:adf426dbe45faeeede03ea409f69acccb"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#adf426dbe45faeeede03ea409f69acccb">TEST</a> (motionModuleStubTest, walkTest)</td></tr>
<tr class="memdesc:adf426dbe45faeeede03ea409f69acccb"><td class="mdescLeft"> </td><td class="mdescRight">test for walk <a href="#adf426dbe45faeeede03ea409f69acccb">More...</a><br /></td></tr>
<tr class="separator:adf426dbe45faeeede03ea409f69acccb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a204680e2461d112a52854a64571e0937"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#a204680e2461d112a52854a64571e0937">TEST</a> (motionModuleStubTest, turnRightTest)</td></tr>
<tr class="memdesc:a204680e2461d112a52854a64571e0937"><td class="mdescLeft"> </td><td class="mdescRight">test for turning right <a href="#a204680e2461d112a52854a64571e0937">More...</a><br /></td></tr>
<tr class="separator:a204680e2461d112a52854a64571e0937"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af939ffe02b6c289d04f0bf5850f5329e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#af939ffe02b6c289d04f0bf5850f5329e">TEST</a> (motionModuleStubTest, turnLeftTest)</td></tr>
<tr class="memdesc:af939ffe02b6c289d04f0bf5850f5329e"><td class="mdescLeft"> </td><td class="mdescRight">test for turning left <a href="#af939ffe02b6c289d04f0bf5850f5329e">More...</a><br /></td></tr>
<tr class="separator:af939ffe02b6c289d04f0bf5850f5329e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a86257e80f7969b31a3d83eda966afa57"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#a86257e80f7969b31a3d83eda966afa57">TEST</a> (motionModuleStubTest, stopTest)</td></tr>
<tr class="memdesc:a86257e80f7969b31a3d83eda966afa57"><td class="mdescLeft"> </td><td class="mdescRight">test for stopping <a href="#a86257e80f7969b31a3d83eda966afa57">More...</a><br /></td></tr>
<tr class="separator:a86257e80f7969b31a3d83eda966afa57"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a78e1693bb714158bd674f2ea20904350"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#a78e1693bb714158bd674f2ea20904350">TEST</a> (motionModuleStubTest, sitTest)</td></tr>
<tr class="memdesc:a78e1693bb714158bd674f2ea20904350"><td class="mdescLeft"> </td><td class="mdescRight">test for sitting <a href="#a78e1693bb714158bd674f2ea20904350">More...</a><br /></td></tr>
<tr class="separator:a78e1693bb714158bd674f2ea20904350"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abbf1a961f817aa67be4db69c430cd4b1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#abbf1a961f817aa67be4db69c430cd4b1">TEST</a> (motionModuleStubTest, lieDownTest)</td></tr>
<tr class="memdesc:abbf1a961f817aa67be4db69c430cd4b1"><td class="mdescLeft"> </td><td class="mdescRight">test for sitting <a href="#abbf1a961f817aa67be4db69c430cd4b1">More...</a><br /></td></tr>
<tr class="separator:abbf1a961f817aa67be4db69c430cd4b1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ad19937f75ab4ee12a8989005285efc"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#a6ad19937f75ab4ee12a8989005285efc">TEST</a> (motionModuleStubTest, chaseTailTest)</td></tr>
<tr class="memdesc:a6ad19937f75ab4ee12a8989005285efc"><td class="mdescLeft"> </td><td class="mdescRight">test for sitting <a href="#a6ad19937f75ab4ee12a8989005285efc">More...</a><br /></td></tr>
<tr class="separator:a6ad19937f75ab4ee12a8989005285efc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa7ee2f40911ec900bcc12096a14a070b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="motionModuleStubTest_8cpp.html#aa7ee2f40911ec900bcc12096a14a070b">TEST</a> (motionModuleStubTest, badCommandTest)</td></tr>
<tr class="memdesc:aa7ee2f40911ec900bcc12096a14a070b"><td class="mdescLeft"> </td><td class="mdescRight">test for bad command <a href="#aa7ee2f40911ec900bcc12096a14a070b">More...</a><br /></td></tr>
<tr class="separator:aa7ee2f40911ec900bcc12096a14a070b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This is the ".cpp" file for testing the <a class="el" href="classmotionModuleStub.html" title="A motionModuleStub Class. ">motionModuleStub</a> Class. </p>
<dl class="section author"><dt>Author</dt><dd>Ruben Acevedo</dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>[2017] Ruben Acevedo</dd></dl>
<p>This file tests the <a class="el" href="classmotionModuleStub.html" title="A motionModuleStub Class. ">motionModuleStub</a> Class using google test </p>
</div><h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="adf426dbe45faeeede03ea409f69acccb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">walkTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for walk </p>
<p>MIT License</p>
<p>Copyright 2017 Ruben Acevedo</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. © 2017 GitHub, Inc. This tests to make sure that when the walk command is entered the robot walks </p>
</div>
</div>
<a class="anchor" id="a204680e2461d112a52854a64571e0937"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">turnRightTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for turning right </p>
<p>This tests to make sure that when the turn right command is entered the robot turns right </p>
</div>
</div>
<a class="anchor" id="af939ffe02b6c289d04f0bf5850f5329e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">turnLeftTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for turning left </p>
<p>This tests to make sure that when the turn left command is entered the robot turns left </p>
</div>
</div>
<a class="anchor" id="a86257e80f7969b31a3d83eda966afa57"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">stopTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for stopping </p>
<p>This tests to make sure that when the stop command is entered the robot stops moving </p>
</div>
</div>
<a class="anchor" id="a78e1693bb714158bd674f2ea20904350"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">sitTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for sitting </p>
<p>This tests to make sure that when the sit command is entered the robot sits </p>
</div>
</div>
<a class="anchor" id="abbf1a961f817aa67be4db69c430cd4b1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">lieDownTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for sitting </p>
<p>This tests to make sure that when the sit command is entered the robot sits </p>
</div>
</div>
<a class="anchor" id="a6ad19937f75ab4ee12a8989005285efc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">chaseTailTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for sitting </p>
<p>This tests to make sure that when the lie down command is entered the robot lies down </p>
</div>
</div>
<a class="anchor" id="aa7ee2f40911ec900bcc12096a14a070b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TEST </td>
<td>(</td>
<td class="paramtype">motionModuleStubTest </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">badCommandTest </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>test for bad command </p>
<p>This tests to make sure that when a command is entered incorrectly the robot does nothing </p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| rubenacevedo3/cpp-RoboDogVoiceController | doxygenfiles/html/motionModuleStubTest_8cpp.html | HTML | mit | 18,150 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../new_blog.css">
<link rel="stylesheet" href="cheat_sheet.css">
</head>
<body class="wrapper">
<div id="top">
<h1 id="hello" class="banda">ghammell's<b style="font-size:45px">Blog</b></h1>
<nav id="external">
<a href="https://www.facebook.com/gary.hammell.5" class="ext"><img src="../unit1_projects/images/asset.f.logo.lg.png"></a>
<a href="http://www.linkedin.com/pub/gary-hammell/53/574/352/" class="ext"><img src="../unit1_projects/images/linkedin.png"></a>
<a href="https://twitter.com/ghammell1"><img src="../unit1_projects/images/twitter.png" class="ext"></a>
<a href="https://plus.google.com/+GaryHammell1"><img src="../unit1_projects/images/gplus.png" class="ext"></a>
<a href="https://github.com/ghammell"><img src="../unit1_projects/images/github.png" class="ext"></a>
</nav>
</div>
<nav id="links">
<ol>
<li><ul class="cluster">
<li class="weeks"><br></li>
<li><a href="../index.html" style="font-size:14px">Home</a></li>
<li class="weeks"><br></li>
</ul></li>
</ol>
</nav>
<!-- QUICK LINKS GO HERE IF YOU WANT TO USE THEM FOR A BLOG -->
<ul id="quicklinks">
<a href="#ruby_basics"><li>Ruby BASICS</li>
<a href="#ruby_enu"><li>Ruby Enumerables</li>
<a href="#ruby_structures"><li>Ruby Hashes, Arrays, Strings, Integers</li>
<a href="#js_objects"><li>JavaScript Objects</li>
<a href="#js_proto"><li>JavaScript Prototypes</li>
<a href="#looping"><li>Looping in Ruby and JavaScript</li>
<a href="#HTML"><li>HTML</li>
<a href="#CSS"><li>CSS</li>
<a href="#GIT"><li>GIT</li>
<a href="#SQL"><li>SQL</li></a>
</ul>
<section id="main">
<strong id="welcome">Cheat Sheet</strong>
<br><br>
<div id="words">
<!-- <ul id="top_links">
<a href="#ruby_basics"><li>Ruby BASICS</li>
<a href="#ruby_enu"><li>Ruby Enumerables</li>
<a href="#ruby_structures"><li>Ruby Hashes, Arrays, Strings, Integers</li>
<a href="#js_objects"><li>JavaScript Objects</li>
<a href="#js_proto"><li>JavaScript Prototypes</li>
<a href="#looping"><li>Looping in Ruby and JavaScript</li>
<a href="#HTML"><li>HTML</li>
<a href="#CSS"><li>CSS</li>
<a href="#GIT"><li>GIT</li>
<a href="#SQL"><li>SQL</li></a>
</ul> -->
<p>
Welcome to my cheat sheet! I'm going to edit this document as I progress through dev bootcamp, documenting those concepts that I find are essential to know.<br><br>
<h3 id="ruby_basics">Ruby BASICS</h3>
Material coming soon!
<br><br>
<h3 id="ruby_enu">Ruby Enumerables</h3>
The ruby enumberable methods are used to iterate through each component of an object:<br>
<ul>
<li>each object of an array</li>
<li>each key-value pair of a hash</li>
<li>each key of a hash</li>
<li>each value of a hash</li>
<li>each number in a range</li>
</ul>
---------------------------------------------
<ul>
<li><b>#each</b><br>
- performs a specific block of code for each object in an array, or for each key-value pair in a hash
<div class="code">
nums = [1,2,3,4,5]<br>
nums.each {|num| puts num*2}
</div>
<div class="output">
2<br>
4<br>
6<br>
8<br>
10<br>
</div>
</li><br>
<li><b>#reverse_each</b><br>
- the same as #each, except that iterates through each object backwards
<div class="code">
nums = [1,2,3,4,5]<br>
nums.reverse_each {|num| puts num*2}
</div>
<div class="output">
10<br>
8<br>
6<br>
4<br>
2<br>
</div>
</li><br>
<li><b>#map</b><br>
- creates a new array, replacing each value of the current array with the output of the code block passed at every iteration
<div class="code">
nums = [1,2,3,4,5]<br>
nums.map {|num| num*3}
</div>
<div class="output">
[3,6,9,12,15]
</div>
</li><br>
<li><b>#collect</b><br>
- same as the #map method
</li><br>
<li><b>#select</b><br>
- creates a new array with the values from the original array that satisfy a condition imposed by the block
<div class="code">
nums = [1,2,3,4,5]<br>
nums.select {|num| num % 2 == 0}
</div>
<div class="output">
[2,5]
</div>
</li><br>
<li><b>#inject</b><br>
- works like the #each method, except it also defines a variable whose value is set to the output of every iteration (the starting point of this variable must be defined)<br>
<div class="code">
nums = [1,2,3,4,5]<br>
nums.inject(0) {|sum, num| sum += num}
</div>
<div class="output">
15
</div>
</li>
<li><b>#cycle</b><br>
- works like the #each method, except it doesn't stop at the last iteration. It starts from the beginning again and cycles through the code an unlimited amount of times, unless a specific cycle count is defined, or if there is a specific breaking point
<div class="code">
nums = [1,2,3,4,5]<br>
i = 0<br>
nums.cycle {|num| puts num; i += 1; break if i == 15}
</div>
<div class="output">
1<br>
2<br>
3<br>
4<br>
5<br>
1<br>
2<br>
3<br>
4<br>
5<br>
1<br>
2<br>
3<br>
4<br>
5<br>
</div>
<div class="code">
nums = [1,2,3,4,5]<br>
nums.cycle(3) {|num| puts num}
</div>
<div class="output">
1<br>
2<br>
3<br>
4<br>
5<br>
1<br>
2<br>
3<br>
4<br>
5<br>
1<br>
2<br>
3<br>
4<br>
5<br>
</div>
</li>
<li><b>#include?</b><br>
- returns true or false if the array it is called on includes a specific value<br>
<div class="code">
nums = [1,2,3,4,5]<br>
nums.include?(3)<br>
nums.include?(6)
</div>
<div class="output">
true<br>
false<br>
</div>
</li>
</ul>
<br><br>
<h3 id="ruby_structures">Ruby Hashes, Arrays, Strings, Integers</h3>
Material coming soon!<br><br>
<h3 id="js_objects">JavaScript Objects</h3>
Material coming soon!<br><br>
<h3 id="js_proto">JavaScript prototypes</h3>
Material coming soon!<br><br>
<h3 id="looping">Looping in Ruby and Javascript (comparisons)</h3>
Material coming soon!<br><br>
<h3 id="HTML">HTML</h3>
Material coming soon!<br><br>
<h3 id="CSS">CSS</h3>
Material coming soon!<br><br>
<h3 id="GIT">GIT</h3>
Material coming soon!<br><br>
<h3 id="SQL">SQL</h3>
Material coming soon!
</p>
</div>
<br>
<span style="font-size:12px">Copyright: Gary Hammell 2014</span>
</section>
</body>
</html> | ghammell/ghammell.github.io | blogposts/cheat_sheet.html | HTML | mit | 7,376 |
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://newsblur.com/media/img/favicon.ico" type="image/png" />
<link rel="icon" href="https://newsblur.com/media/img/favicon_32.png" sizes="32x32"/>
<link rel="icon" href="https://newsblur.com/media/img/favicon_64.png" sizes="64x64"/>
<link rel="alternate" type="application/rss+xml"
title="The NewsBlur Blog RSS feed"
href="/feed.xml" /><!-- Begin Jekyll SEO tag v2.7.1 -->
<title>SSL & Stripe.js | The NewsBlur Blog</title>
<meta name="generator" content="Jekyll v4.2.0" />
<meta property="og:title" content="SSL & Stripe.js" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Two big announcements today:" />
<meta property="og:description" content="Two big announcements today:" />
<link rel="canonical" href="https://blog.newsblur.com/2012/02/29/ssl-stripejs/" />
<meta property="og:url" content="https://blog.newsblur.com/2012/02/29/ssl-stripejs/" />
<meta property="og:site_name" content="The NewsBlur Blog" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2012-02-29T15:45:00-05:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="SSL & Stripe.js" />
<script type="application/ld+json">
{"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://blog.newsblur.com/assets/newsblur_logo_512.png"}},"url":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/","@type":"BlogPosting","headline":"SSL & Stripe.js","dateModified":"2012-02-29T15:45:00-05:00","datePublished":"2012-02-29T15:45:00-05:00","description":"Two big announcements today:","mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.newsblur.com/2012/02/29/ssl-stripejs/"},"@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/711824/css/fonts.css" />
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6565292/731824/css/fonts.css" /><link type="application/atom+xml" rel="alternate" href="https://blog.newsblur.com/feed.xml" title="The NewsBlur Blog" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">
<div class="site-title-image">
<img src="/assets/newsblur_logo_512.png">
</div>
<div class="site-title-text">The NewsBlur Blog</div>
</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="https://www.newsblur.com">Visit NewsBlur ➤</a></div>
</nav></div>
</header>
<header class="site-subheader" role="banner">
<div class="wrapper">
<div class="top">
NewsBlur is a personal news reader that brings people together to talk about the world.
</div>
<div class="bottom">
A new sound of an old instrument.
</div>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">SSL & Stripe.js</h1>
<p class="post-meta">
<time class="dt-published" datetime="2012-02-29T15:45:00-05:00" itemprop="datePublished">Feb 29, 2012
</time></p>
</header>
<div class="post-content e-content" itemprop="articleBody">
<p>Two big announcements today:</p>
<ol>
<li>SSL is now available. You can use <a href="https://www.newsblur.com"><strong>https</strong> ://www.newsblur.com</a> if that’s your thing.</li>
<li>Stripe.js integration means you can use a credit card to pay for a premium account.</li>
</ol>
<p>In order to integrate <a href="http://www.stripe.com">Stripe.js</a> into NewsBlur, I had to add SSL support, which was not the easiest task. Generating signing requests, signing certifications, and providing additional security is no basic task.</p>
<p>Since you’re reading this, it would be a safe assumption that you have already gone premium. To which, firstly, I thank you. And secondly, if you’re invested in the success of a product, you want to watch it grow. But that means you also will not have a chance to see the new payment form, so here’s the new premium upsell:</p>
<p><img src="http://f.cl.ly/items/39232n0X213R0v241e3q/Premium%20Upsell.png" alt="" /></p>
<p>And the new payment form:</p>
<p><img src="http://f.cl.ly/items/0Y1v1X060i453A1z2o2Q/Stripe%20Payment%20Form.png" alt="" /></p>
<p>I’m extraordinarily pleased with how much easier this was relative to setting up PayPal about a year ago for recurring payments. Thanks to Stripe.js for being such a hassle-free payment provider.</p>
</div><a class="u-url" href="/2012/02/29/ssl-stripejs/" hidden></a>
</article>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<h2 class="footer-heading">The NewsBlur Blog</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1"><ul class="social-media-list"><li><a href="https://github.com/samuelclay"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">samuelclay</span></a></li><li><a href="https://www.twitter.com/newsblur"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg> <span class="username">newsblur</span></a></li><li><a href="mailto:[email protected]?subject=Hello from the NewsBlur blog"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#email"></use></svg> <span class="username">[email protected]</span></a></li></ul>
</div>
<div class="footer-col footer-col-3">
<p>NewsBlur is a personal news reader that brings people together to talk about the world.<br />
A new sound of an old instrument.<br />
</p>
</div>
</div>
</div>
</footer>
</body>
</html>
| samuelclay/NewsBlur | blog/_site/2012/02/29/ssl-stripejs/index.html | HTML | mit | 6,976 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Object.keys()方法的应用</title>
</head>
<script>
// 问题起源于有人问道,如果我要拿到一个对象里面的所有属性,Object里面有一个方法是什么??
// 第一种,传入对象,返回属性名
var obj1 = {
"name": "jessie",
"sex": "female",
"age": 23,
"hobby": 'music'
};
console.log(Object.keys(obj1)); // ["name", "sex", "age", "hobby"]
var obj2 = Object.create({}, {getFoo: {value: function(){return this.foo}}});
obj2.foo = 1;
console.log(Object.keys(obj2)); // ["foo"]
// 第二种,传入字符串,返回索引
var str1 = 'abcdefg';
console.log(Object.keys(str1)); // ["0", "1", "2", "3", "4", "5", "6"]
// 第三种,传入构造函数,返回空数组或者属性名
function TestFun(name, age, gender){
this,name = name;
this.age = age;
this.gender = gender;
this.toString = function(){
return (this.name + ',' + this.age + ',' + this.gender);
};
}
console.log(Object.keys(TestFun)); // []
var oTestFun = new TestFun('jessie', '23', 'female');
console.log(Object.keys(oTestFun)); // ["age", "gender", "toString"]
</script>
<body>
</body>
</html> | jessietang/daily-practice | Object.keys方法.html | HTML | mit | 1,247 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>EmbASP-Python v7.1.0: base.callback.Callback Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EmbASP-Python v7.1.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacebase.html">base</a></li><li class="navelem"><a class="el" href="namespacebase_1_1callback.html">callback</a></li><li class="navelem"><a class="el" href="classbase_1_1callback_1_1Callback.html">Callback</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classbase_1_1callback_1_1Callback-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">base.callback.Callback Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for base.callback.Callback:</div>
<div class="dyncontent">
<div class="center">
<img src="classbase_1_1callback_1_1Callback.png" alt=""/>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a129f81feeb6d3f522698c8aa0b6f7e2d"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="classbase_1_1callback_1_1Callback.html#a129f81feeb6d3f522698c8aa0b6f7e2d">callback</a> (self, o)</td></tr>
<tr class="separator:a129f81feeb6d3f522698c8aa0b6f7e2d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><pre class="fragment">This interface is used to communicate results of solver invocation to
the user.</pre> </div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a129f81feeb6d3f522698c8aa0b6f7e2d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a129f81feeb6d3f522698c8aa0b6f7e2d">◆ </a></span>callback()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">def base.callback.Callback.callback </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>self</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>o</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>embasp-python/base/<a class="el" href="callback_8py.html">callback.py</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.0
</small></address>
</body>
</html>
| DeMaCS-UNICAL/embasp_website | docs/_static/doxygen/python/classbase_1_1callback_1_1Callback.html | HTML | mit | 5,427 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Valit\Exceptions\InvalidContainerException | Valit API</title>
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../css/sami.css">
<script src="../../js/jquery-1.11.1.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/typeahead.min.js"></script>
<script src="../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Valit_Exceptions_InvalidContainerException" data-root-path="../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form action="#" method="GET">
<select id="version-switcher" name="version">
<option value="../../../2.0.0-alpha/index.html" data-version="2.0.0-alpha">2.0.0-alpha</option>
<option value="../../../2.0.0/index.html" data-version="2.0.0">2.0.0</option>
<option value="../../../2.0.1/index.html" data-version="2.0.1">2.0.1</option>
<option value="../../../1.0.0/index.html" data-version="1.0.0">1.0.0</option>
<option value="../../../1.0.1/index.html" data-version="1.0.1">1.0.1</option>
<option value="../../../1.0.2/index.html" data-version="1.0.2">1.0.2</option>
<option value="../../../0.8.0/index.html" data-version="0.8.0">0.8.0</option>
<option value="../../../0.8.1/index.html" data-version="0.8.1">0.8.1</option>
<option value="../../../master/index.html" data-version="master">master dev branch</option>
</select>
</form>
<script>
$('option[data-version="'+window.projectVersion+'"]').prop('selected', true);
</script>
<form id="search-form" action="../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">Valit API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
<li><a href="../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../Valit.html">Valit</a></li><li class="backslash">\</li><li><a href="../../Valit/Exceptions.html">Exceptions</a></li><li class="backslash">\</li><li>InvalidContainerException</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>
InvalidContainerException
</h1>
</div>
<p> class
<strong>InvalidContainerException</strong> extends <a href="../../Valit/Exceptions/InvalidValueException.html"><abbr title="Valit\Exceptions\InvalidValueException">InvalidValueException</abbr></a> (<a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Exceptions/InvalidContainerException.php">View source</a>)
</p>
<div class="description">
<p>Exception thrown when a value is invalid.</p> </div>
<h2>Traits</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../../Valit/Traits/ContainsResults.html"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a>
</div>
<div class="col-md-6">
</div>
</div>
</div>
<h2>Properties</h2>
<table class="table table-condensed">
<tr>
<td class="type" id="property_results">
<a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]
</td>
<td>$results</td>
<td class="last">Internal.</td>
<td><small>from <a href="../../Valit/Traits/ContainsResults.html#property_results"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_varName">
string
</td>
<td>$varName</td>
<td class="last">Internal.</td>
<td><small>from <a href="../../Valit/Traits/ContainsResults.html#property_varName"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_value">
mixed
</td>
<td>$value</td>
<td class="last">Internal.</td>
<td><small>from <a href="../../Valit/Traits/ContainsResults.html#property_value"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_successes">
int
</td>
<td>$successes</td>
<td class="last">Internal.</td>
<td><small>from <a href="../../Valit/Traits/ContainsResults.html#property_successes"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_failures">
int
</td>
<td>$failures</td>
<td class="last">Internal.</td>
<td><small>from <a href="../../Valit/Traits/ContainsResults.html#property_failures"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_containerResults">
<a href="../../Valit/Result/ContainerResultBag.html"><abbr title="Valit\Result\ContainerResultBag">ContainerResultBag</abbr></a>
</td>
<td>$containerResults</td>
<td class="last">Internal.</td>
<td></td>
</tr>
</table>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_varName">varName</a>()
<p>The the variable name alias.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_varName"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Valit\Traits\$this">$this</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_alias">alias</a>(string $varName)
<p>Set the variable name alias.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_alias"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_value">value</a>()
<p>Get the validated value.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_value"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
bool
</div>
<div class="col-md-8 type">
<a href="#method_success">success</a>()
<p>Have all checks been completed successfully?</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_success"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
bool
</div>
<div class="col-md-8 type">
<a href="#method_hasErrors">hasErrors</a>()
<p>Return true if there are errors.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_hasErrors"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
mixed
</div>
<div class="col-md-8 type">
<a href="#method_valueOr">valueOr</a>(mixed $valueIfValidationFails)
<p>Get the validated value, but use a fallback if the validation failed.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_valueOr"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]
</div>
<div class="col-md-8 type">
<a href="#method_results">results</a>()
<p>Get the assertie results.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_results"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Valit\Traits\$this">$this</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_addAssertionResult">addAssertionResult</a>(<a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a> $result)
<p>Add new result to the internal results list.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_addAssertionResult"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]
</div>
<div class="col-md-8 type">
<a href="#method_errors">errors</a>()
<p>Get all failed assertion results.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_errors"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string[]
</div>
<div class="col-md-8 type">
<a href="#method_errorMessages">errorMessages</a>()
<p>Return an array of rendered error messages.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_errorMessages"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string[]
</div>
<div class="col-md-8 type">
<a href="#method_statusMessages">statusMessages</a>()
<p>Status messages.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_statusMessages"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string|null
</div>
<div class="col-md-8 type">
<a href="#method_firstErrorMessage">firstErrorMessage</a>()
<p>Get the first error message.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Traits/ContainsResults.html#method_firstErrorMessage"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(<a href="../../Valit/Result/ContainerResultBag.html"><abbr title="Valit\Result\ContainerResultBag">ContainerResultBag</abbr></a> $containerResults)
<p>Constructor.</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_detailedMessage">detailedMessage</a>()
<p>Get a detailed error message.</p> </div>
<div class="col-md-2"><small>from <a href="../../Valit/Exceptions/InvalidValueException.html#method_detailedMessage"><abbr title="Valit\Exceptions\InvalidValueException">InvalidValueException</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string[]
</div>
<div class="col-md-8 type">
<a href="#method_errorBullets">errorBullets</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from <a href="../../Valit/Exceptions/InvalidValueException.html#method_errorBullets"><abbr title="Valit\Exceptions\InvalidValueException">InvalidValueException</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
mixed
</div>
<div class="col-md-8 type">
<a href="#method___call">__call</a>(string $method, array $args)
<p>Forward calls to inner container.</p> </div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_varName">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_varName"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L57">line 57</a></div>
<code>
<strong>varName</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>The the variable name alias.</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_alias">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_alias"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L69">line 69</a></div>
<code> <abbr title="Valit\Traits\$this">$this</abbr>
<strong>alias</strong>(string $varName)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Set the variable name alias.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>$varName</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td><abbr title="Valit\Traits\$this">$this</abbr></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_value">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_value"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L81">line 81</a></div>
<code>
<strong>value</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the validated value.</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_success">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_success"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L91">line 91</a></div>
<code> bool
<strong>success</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Have all checks been completed successfully?</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>bool</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_hasErrors">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_hasErrors"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L101">line 101</a></div>
<code> bool
<strong>hasErrors</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return true if there are errors.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>bool</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_valueOr">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_valueOr"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L113">line 113</a></div>
<code> mixed
<strong>valueOr</strong>(mixed $valueIfValidationFails)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the validated value, but use a fallback if the validation failed.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>$valueIfValidationFails</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>mixed</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_results">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_results"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L125">line 125</a></div>
<code> <a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]
<strong>results</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the assertie results.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td><a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_addAssertionResult">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_addAssertionResult"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L139">line 139</a></div>
<code> <abbr title="Valit\Traits\$this">$this</abbr>
<strong>addAssertionResult</strong>(<a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a> $result)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Add new result to the internal results list.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td><a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a></td>
<td>$result</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td><abbr title="Valit\Traits\$this">$this</abbr></td>
<td></td>
</tr>
</table>
<h4>Exceptions</h4>
<table class="table table-condensed">
<tr>
<td><abbr title="Valit\Traits\InvalidValueException">InvalidValueException</abbr></td>
<td>if we are in throwOnFailure-mode and the result is an error</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_errors">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_errors"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L157">line 157</a></div>
<code> <a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]
<strong>errors</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get all failed assertion results.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td><a href="../../Valit/Result/AssertionResult.html"><abbr title="Valit\Result\AssertionResult">AssertionResult</abbr></a>[]</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_errorMessages">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_errorMessages"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L171">line 171</a></div>
<code> string[]
<strong>errorMessages</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return an array of rendered error messages.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string[]</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_statusMessages">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_statusMessages"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L186">line 186</a></div>
<code> string[]
<strong>statusMessages</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Status messages.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string[]</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_firstErrorMessage">
<div class="location">in <a href="../../Valit/Traits/ContainsResults.html#method_firstErrorMessage"><abbr title="Valit\Traits\ContainsResults">ContainsResults</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Traits/ContainsResults.php#L205">line 205</a></div>
<code> string|null
<strong>firstErrorMessage</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the first error message.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string|null</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location">at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Exceptions/InvalidContainerException.php#L33">line 33</a></div>
<code>
<strong>__construct</strong>(<a href="../../Valit/Result/ContainerResultBag.html"><abbr title="Valit\Result\ContainerResultBag">ContainerResultBag</abbr></a> $containerResults)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Constructor.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td><a href="../../Valit/Result/ContainerResultBag.html"><abbr title="Valit\Result\ContainerResultBag">ContainerResultBag</abbr></a></td>
<td>$containerResults</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_detailedMessage">
<div class="location">in <a href="../../Valit/Exceptions/InvalidValueException.html#method_detailedMessage"><abbr title="Valit\Exceptions\InvalidValueException">InvalidValueException</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Exceptions/InvalidValueException.php#L49">line 49</a></div>
<code> string
<strong>detailedMessage</strong>()
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get a detailed error message.</p> <p>Note that this message spans multiple lines.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_errorBullets">
<div class="location">in <a href="../../Valit/Exceptions/InvalidValueException.html#method_errorBullets"><abbr title="Valit\Exceptions\InvalidValueException">InvalidValueException</abbr></a> at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Exceptions/InvalidValueException.php#L60">line 60</a></div>
<code> protected string[]
<strong>errorBullets</strong>()
</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>string[]</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method___call">
<div class="location">at <a href="https://github.com/moccalotto/valit/blob/1.0.2/Volumes/Macintosh HD/Code/github.com/moccalotto/valit/Exceptions/InvalidContainerException.php#L52">line 52</a></div>
<code> mixed
<strong>__call</strong>(string $method, array $args)
</code>
</h3>
<div class="details">
<div class="method-description">
<p>Forward calls to inner container.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>string</td>
<td>$method</td>
<td>Name of method to forward</td>
</tr>
<tr>
<td>array</td>
<td>$args</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>mixed</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| moccalotto/moccalotto.github.com | docs/valit/api/1.0.2/Valit/Exceptions/InvalidContainerException.html | HTML | mit | 38,837 |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Convert genes to symbols — convertGenesToSymbols • basejump</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="../bootstrap-toc.css">
<script src="../bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<link href="../extra.css" rel="stylesheet">
<meta property="og:title" content="Convert genes to symbols — convertGenesToSymbols" />
<meta property="og:description" content="Convert genes to symbols" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">basejump</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.12.6</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fas fa fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../articles/basejump.html">Get started</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li>
<a href="../news/index.html">Changelog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/acidgenomics/basejump/">
<span class="fab fa fab fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Convert genes to symbols</h1>
<small class="dont-index">Source: <a href='https://github.com/acidgenomics/basejump/blob/master/R/convertGenesToSymbols-methods.R'><code>R/convertGenesToSymbols-methods.R</code></a></small>
<div class="hidden name"><code>convertGenesToSymbols.Rd</code></div>
</div>
<div class="ref-description">
<p>Convert genes to symbols</p>
</div>
<pre class="usage"><span class='fu'>convertGenesToSymbols</span>(<span class='no'>object</span>, <span class='no'>...</span>)
<span class='fu'>convertSymbolsToGenes</span>(<span class='no'>object</span>, <span class='no'>...</span>)
<span class='co'># S4 method for character</span>
<span class='fu'>convertGenesToSymbols</span>(<span class='no'>object</span>, <span class='no'>gene2symbol</span>)
<span class='co'># S4 method for matrix</span>
<span class='fu'>convertGenesToSymbols</span>(<span class='no'>object</span>, <span class='no'>gene2symbol</span>)
<span class='co'># S4 method for Matrix</span>
<span class='fu'>convertGenesToSymbols</span>(<span class='no'>object</span>, <span class='no'>gene2symbol</span>)
<span class='co'># S4 method for SummarizedExperiment</span>
<span class='fu'>convertGenesToSymbols</span>(<span class='no'>object</span>)
<span class='co'># S4 method for SummarizedExperiment</span>
<span class='fu'>convertSymbolsToGenes</span>(<span class='no'>object</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>object</th>
<td><p>Object.</p></td>
</tr>
<tr>
<th>gene2symbol</th>
<td><p><code>Gene2Symbol</code>.
Gene-to-symbol mappings. Must contain <code>geneID</code> and <code>geneName</code> columns. See
<code>Gene2Symbol</code> for more information.</p></td>
</tr>
<tr>
<th>...</th>
<td><p>Additional arguments.</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p>Modified object of same class.</p>
<h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2>
<p>Updated 2020-01-30.</p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='fu'><a href='https://rdrr.io/r/utils/data.html'>data</a></span>(<span class='no'>RangedSummarizedExperiment</span>, <span class='kw'>package</span> <span class='kw'>=</span> <span class='st'>"acidtest"</span>)
<span class='no'>rse</span> <span class='kw'><-</span> <span class='no'>RangedSummarizedExperiment</span>
<span class='no'>object</span> <span class='kw'><-</span> <span class='no'>rse</span>
<span class='no'>g2s</span> <span class='kw'><-</span> <span class='fu'><a href='Gene2Symbol.html'>Gene2Symbol</a></span>(<span class='no'>object</span>)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>g2s</span>)</div><div class='output co'>#> Gene2Symbol with 500 rows and 2 columns
#> geneID geneName
#> <character> <character>
#> gene001 ENSG00000000003 TSPAN6
#> gene002 ENSG00000000005 TNMD
#> gene003 ENSG00000000419 DPM1
#> gene004 ENSG00000000457 SCYL3
#> gene005 ENSG00000000460 C1orf112
#> ... ... ...
#> gene496 ENSG00000032742 IFT88
#> gene497 ENSG00000033011 ALG1
#> gene498 ENSG00000033030 ZCCHC8
#> gene499 ENSG00000033050 ABCF2
#> gene500 ENSG00000033100 CHPF2</div><div class='input'><span class='no'>genes</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/utils/head.html'>head</a></span>(<span class='no'>g2s</span><span class='kw'>[[</span><span class='st'>"geneID"</span>]])
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>genes</span>)</div><div class='output co'>#> [1] "ENSG00000000003" "ENSG00000000005" "ENSG00000000419" "ENSG00000000457"
#> [5] "ENSG00000000460" "ENSG00000000938"</div><div class='input'>
<span class='co'>## character ====</span>
<span class='no'>x</span> <span class='kw'><-</span> <span class='fu'>convertGenesToSymbols</span>(<span class='no'>genes</span>, <span class='kw'>gene2symbol</span> <span class='kw'>=</span> <span class='no'>g2s</span>)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>x</span>)</div><div class='output co'>#> ENSG00000000003 ENSG00000000005 ENSG00000000419 ENSG00000000457 ENSG00000000460
#> "TSPAN6" "TNMD" "DPM1" "SCYL3" "C1orf112"
#> ENSG00000000938
#> "FGR" </div><div class='input'>
<span class='co'>## matrix ====</span>
<span class='no'>samples</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/utils/head.html'>head</a></span>(<span class='fu'><a href='https://rdrr.io/r/base/colnames.html'>colnames</a></span>(<span class='no'>object</span>))
<span class='no'>counts</span> <span class='kw'><-</span> <span class='fu'><a href='https://rdrr.io/r/base/matrix.html'>matrix</a></span>(
<span class='kw'>data</span> <span class='kw'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/seq.html'>seq_len</a></span>(<span class='fu'><a href='https://rdrr.io/r/base/length.html'>length</a></span>(<span class='no'>genes</span>) * <span class='fu'><a href='https://rdrr.io/r/base/length.html'>length</a></span>(<span class='no'>samples</span>)),
<span class='kw'>byrow</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>,
<span class='kw'>nrow</span> <span class='kw'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/length.html'>length</a></span>(<span class='no'>genes</span>),
<span class='kw'>ncol</span> <span class='kw'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/length.html'>length</a></span>(<span class='no'>samples</span>),
<span class='kw'>dimnames</span> <span class='kw'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/list.html'>list</a></span>(<span class='no'>genes</span>, <span class='no'>samples</span>)
)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>counts</span>)</div><div class='output co'>#> sample01 sample02 sample03 sample04 sample05 sample06
#> ENSG00000000003 1 2 3 4 5 6
#> ENSG00000000005 7 8 9 10 11 12
#> ENSG00000000419 13 14 15 16 17 18
#> ENSG00000000457 19 20 21 22 23 24
#> ENSG00000000460 25 26 27 28 29 30
#> ENSG00000000938 31 32 33 34 35 36</div><div class='input'><span class='no'>x</span> <span class='kw'><-</span> <span class='fu'>convertGenesToSymbols</span>(<span class='no'>counts</span>, <span class='kw'>gene2symbol</span> <span class='kw'>=</span> <span class='no'>g2s</span>)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>x</span>)</div><div class='output co'>#> sample01 sample02 sample03 sample04 sample05 sample06
#> TSPAN6 1 2 3 4 5 6
#> TNMD 7 8 9 10 11 12
#> DPM1 13 14 15 16 17 18
#> SCYL3 19 20 21 22 23 24
#> C1orf112 25 26 27 28 29 30
#> FGR 31 32 33 34 35 36</div><div class='input'>
<span class='co'>## SummarizedExperiment ====</span>
<span class='no'>x</span> <span class='kw'><-</span> <span class='fu'>convertGenesToSymbols</span>(<span class='no'>rse</span>)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>x</span>)</div><div class='output co'>#> class: RangedSummarizedExperiment
#> dim: 500 12
#> metadata(3): version date interestingGroups
#> assays(1): counts
#> rownames(500): TSPAN6 TNMD ... ABCF2 CHPF2
#> rowData names(8): broadClass description ... geneName seqCoordSystem
#> colnames(12): sample01 sample02 ... sample11 sample12
#> colData names(1): condition</div><div class='input'><span class='co'>## Interconvert back to gene IDs.</span>
<span class='no'>y</span> <span class='kw'><-</span> <span class='fu'>convertSymbolsToGenes</span>(<span class='no'>x</span>)
<span class='fu'><a href='https://rdrr.io/r/base/print.html'>print</a></span>(<span class='no'>y</span>)</div><div class='output co'>#> class: RangedSummarizedExperiment
#> dim: 500 12
#> metadata(3): version date interestingGroups
#> assays(1): counts
#> rownames(500): ENSG00000000003 ENSG00000000005 ... ENSG00000033050
#> ENSG00000033100
#> rowData names(8): broadClass description ... geneName seqCoordSystem
#> colnames(12): sample01 sample02 ... sample11 sample12
#> colData names(1): condition</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by <a href='https://steinbaugh.com/'>Michael Steinbaugh</a>, <a href='https://acidgenomics.com/'>Acid Genomics</a>.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.5.1.</p>
</div>
</footer>
</div>
</body>
</html>
| seqcloud/seqcloudR | docs/reference/convertGenesToSymbols.html | HTML | mit | 14,492 |
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
svg {
font: 10px sans-serif;
border: solid 1px #ccc;
margin-bottom: 10px;
}
</style>
<svg style="position:absolute;top:-1000px;">
<defs>
<marker id="arrow" markerWidth="10" markerHeight="10" refX="0" refY="3" orient="auto" markerUnits="strokeWidth">
<path d="M0,0 L0,6 L9,3 z" fill="#000"></path>
</marker>
</defs>
</svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script>
var A = {type: "Polygon", coordinates: [[[0, 0], [10, 0], [10, 10], [0, 10], [0, 0]]]},
B = {type: "Polygon", coordinates: [A.coordinates[0].slice().reverse()]};
</script>
<script>
var path = d3.geoPath(d3.geoOrthographic().rotate([-20, -20]).precision(0.1));
var svg = d3.select("body").selectAll()
.data([A, B])
.enter().append("svg")
.attr("width", 958)
.attr("height", 500);
svg.append("path")
.attr("fill", "none")
.attr("stroke", "#000")
.attr("d", path(d3.geoGraticule10()));
svg.append("path")
.attr("fill", "red")
.attr("fill-opacity", 0.5)
.attr("d", path);
svg.append("path")
.attr("fill", "none")
.attr("stroke", "#000")
.attr("marker-mid", "url(#arrow)")
.attr("marker-end", "url(#arrow)")
.attr("d", function(d) { return path({type: "LineString", coordinates: d.coordinates[0]}); });
svg.append("path")
.attr("fill", "none")
.attr("stroke", "#000")
.attr("d", path({type: "Sphere"}));
svg.append("text")
.attr("x", 10)
.attr("y", 10)
.attr("dy", "0.71em")
.text(function(d) { return "ring = " + JSON.stringify(d.coordinates[0]); });
svg.append("text")
.attr("x", 10)
.attr("y", 10)
.attr("dy", "2em")
.text(function(d) { return "area = " + d3.geoArea(d); });
</script>
<script>
var path = d3.geoPath(d3.geoIdentity().translate([480 - 50, 250 - 50]).scale(10));
var svg = d3.select("body").selectAll()
.data([A, B])
.enter().append("svg")
.attr("width", 958)
.attr("height", 500);
svg.append("path")
.attr("fill", "red")
.attr("fill-opacity", 0.5)
.attr("d", path);
svg.append("path")
.attr("fill", "none")
.attr("stroke", "#000")
.attr("marker-mid", "url(#arrow)")
.attr("marker-end", "url(#arrow)")
.attr("d", function(d) { return path({type: "LineString", coordinates: d.coordinates[0]}); });
svg.append("text")
.attr("x", 10)
.attr("y", 10)
.attr("dy", "0.71em")
.text(function(d) { return "ring = " + JSON.stringify(d.coordinates[0]); });
svg.append("text")
.attr("x", 10)
.attr("y", 10)
.attr("dy", "2em")
.text(function(d) { return "area = " + path.area(d); });
</script>
| homiiiiii/test | three.html | HTML | mit | 2,671 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/">
<xi:include href="../themes/${site.theme}/master.html" />
<head>
<title >${site.title} - ${site.subtitle}</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
</head>
<body>
<div id="new_user" >
<h4><a href="/${site.name}/users">Existing Users</a></h4>
<h3>New user</h3>
<form id="new_user-form" method="post" action="create">
<p><label for="title"><small>User Name</small></label><br/><input type="text" id="user_name" name="user_name" value="" /></p>
<p><label for="user"><small>Email</small></label><br/><input type="text" id="email_address" name="email_address" value="" /></p>
<p><label for="user"><small>Display Name</small></label><br/><input type="text" id="display_name" name="display_name" value="" /></p>
<p><label for="user"><small>Password</small></label><br/><input type="password" id="password" name="password" value="" /></p>
<p>
<label for="user"><small>Group</small></label><br/>
<select id="groups" name="groups" multiple="true" py:for="group in groups">
<option value ="${group.id}">${group.display_name}</option>
</select>
</p>
<p><input type="submit" value="Submit" /></p>
</form>
</div>
</body>
</html>
| CarlosGabaldon/calabro | calabro/templates/new_user.html | HTML | mit | 1,549 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./b5189d69d4fec4f09fcc44cfae15ef983993edbf97d2c16fc1636921576b3417.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/2a93b316b9140eae52f23868e02f27d0f9de9346bca195042f4000987d851482.html | HTML | mit | 550 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>登录错误</title>
</head>
<body>
登录错误!
</body>
</html> | feiyue/maven-framework-project | newltcms/src/main/webapp/WEB-INF/error.html | HTML | mit | 266 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zsearch-trees: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.2 / zsearch-trees - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
zsearch-trees
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-09 17:44:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 17:44:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/zsearch-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZSearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: binary search trees" "category: Computer Science/Data Types and Data Structures" "category: Miscellaneous/Extracted Programs/Data structures" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/zsearch-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/zsearch-trees.git"
synopsis: "Binary Search Trees"
description:
"Algorithms for collecting, searching, inserting and deleting elements in binary search trees on Z"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zsearch-trees/archive/v8.6.0.tar.gz"
checksum: "md5=fca201467e21f6c236d51b3801924ce7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-zsearch-trees.8.6.0 coq.8.10.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2).
The following dependencies couldn't be met:
- coq-zsearch-trees -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-zsearch-trees.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.2/zsearch-trees/8.6.0.html | HTML | mit | 6,928 |
{% extends "bootstrap_responsive.html" %}
{% block title %}Flask-Bouncer Demo{% endblock %}
{% block body_content %}
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">Flask-Bouncer Demo</a>
</div>
</div>
{% with messages = get_flashed_messages(with_categories = true) %}
{% if messages %}
{% for category, message in messages %}
<div class="alert alert-{{ category }}">
<button type="button" class="close" data-dismiss="alert">×</button>
{{ message }}
</div>
{% endfor %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
</div>
{% endblock %}
| miguelgrinberg/Flask-Bouncer | example/templates/base.html | HTML | mit | 700 |
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Learn JS!!</title>
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css'>
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script>
<script src='/vendor.js'></script>
<script src='app.js'></script>
<style type="text/css" media="all">
body { margin-top: 30px; }
</style>
</head>
<body>
<div class='markup'>
<div class='view-container container'>
<div class='row'>
<div class='one-half column'>
<h3>Hello! Learn JavaScript, one puzzle at a time.</h3>
<a href='' class="button button-primary">Start now!</a>
</div>
<div class='one-half column'>
<img src='/images/HeroImage.jpg' />
</div>
</div>
</div>
</div>
</body>
</html>
| shofujimoto/examples | until_201803/learnjs/public/index.html | HTML | mit | 1,084 |
<!--{template @admin/header}--> <script type="text/javascript">
function reSizeImg(obj)
{
if (obj.width > 230)
{
obj.width = 230;
}
}
</script> <form name="logoform" method="post" enctype="multipart/form-data"> <table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder"> <tr class="header"> <td colspan="4">站点Logo设置</td> </tr> <tr class="alert"> <td colspan="4">所有风格模板的LOGO标准尺寸为<b>245x75</b>像素,请不要上传分辨率过大的图片!</td> </tr> <tr> <td width="10%">描述</td> <td width="20%">Logo</td> <td width="12%">路径</td> <td width="15%">上传/替换</td> </tr> <!--{loop $logos $i $logo}--> <tr onmouseover="this.className='tr_hover'" onmouseout="this.className='tr_normal'"> <td>{$logo['title']}</td> <td><img onload="reSizeImg(this)" src="{$logo['url']}" /></td> <td>{$logo['url']}</td> <td> <input type="file" name="uploads[]" /> <input type="submit" class="button" value="保存" onclick="document.logoform.action='admin.php?mod=tttuangou&code=dositelogo&op=save&path={echo urlencode($logo['url'])}';" /> </td> </tr> <!--{/loop}--> <tr class="footer"> <td colspan="4"><b>提示:每次只能上传一张图片,请不要尝试进行批量上传替换!</b></td> </tr> </table> </form>
{template @admin/footer} | kinglion/tttuangou | templates/admin/tttuangou_site_logo.html | HTML | mit | 1,297 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4pl4 / contrib:ptsatr 8.4.dev</a></li>
<li class="active"><a href="">2014-11-19 11:05:16</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:ptsatr
<small>
8.4.dev
<span class="label label-success">27 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-19 11:05:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 11:05:16 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:ptsatr/coq:contrib:ptsatr.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:ptsatr.8.4.dev coq.8.4pl4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4).
The following actions will be performed:
- install coq:contrib:ptsatr.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:ptsatr.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:ptsatr.8.4.dev.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --deps-only coq:contrib:ptsatr.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --verbose coq:contrib:ptsatr.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>27 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:ptsatr.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:ptsatr] Fetching git://clarus.io/ptsatr#v8.4
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:ptsatr.8.4.dev/.git/
[master (root-commit) 09271ca] opam-git-init
warning: no common commits
From git://clarus.io/ptsatr
* [new branch] v8.4 -> opam-ref
* [new branch] v8.4 -> origin/v8.4
Make
Makefile
README
base.v
counter_ex.v
description
env.v
final_result.v
glue.v
red.v
strip.v
term.v
typ_annot.v
ut_env.v
ut_red.v
ut_sr.v
ut_strengh.v
ut_term.v
ut_typ.v
ut_typ_eq.v
ut_typ_eq_inj.v
HEAD is now at 0a75416 v8.4: Updating PTSATR with last official version of Vincent Siles.
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:ptsatr.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
coqdep -c -slash -R . PTSATR "base.v" > "base.v.d" || ( RV=$?; rm -f "base.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_term.v" > "ut_term.v.d" || ( RV=$?; rm -f "ut_term.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_env.v" > "ut_env.v.d" || ( RV=$?; rm -f "ut_env.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_red.v" > "ut_red.v.d" || ( RV=$?; rm -f "ut_red.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_typ.v" > "ut_typ.v.d" || ( RV=$?; rm -f "ut_typ.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_sr.v" > "ut_sr.v.d" || ( RV=$?; rm -f "ut_sr.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_typ_eq.v" > "ut_typ_eq.v.d" || ( RV=$?; rm -f "ut_typ_eq.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_strengh.v" > "ut_strengh.v.d" || ( RV=$?; rm -f "ut_strengh.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "term.v" > "term.v.d" || ( RV=$?; rm -f "term.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "env.v" > "env.v.d" || ( RV=$?; rm -f "env.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "red.v" > "red.v.d" || ( RV=$?; rm -f "red.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "strip.v" > "strip.v.d" || ( RV=$?; rm -f "strip.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "typ_annot.v" > "typ_annot.v.d" || ( RV=$?; rm -f "typ_annot.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "glue.v" > "glue.v.d" || ( RV=$?; rm -f "glue.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "final_result.v" > "final_result.v.d" || ( RV=$?; rm -f "final_result.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "counter_ex.v" > "counter_ex.v.d" || ( RV=$?; rm -f "counter_ex.v.d"; exit ${RV} )
coqdep -c -slash -R . PTSATR "ut_typ_eq_inj.v" > "ut_typ_eq_inj.v.d" || ( RV=$?; rm -f "ut_typ_eq_inj.v.d"; exit ${RV} )
coqc -q -R . PTSATR base
coqc -q -R . PTSATR ut_term
coqc -q -R . PTSATR term
Identifier 'Π' now a keyword
Identifier 'Π' now a keyword
Identifier 'λ' now a keyword
Identifier 'λ' now a keyword
coqc -q -R . PTSATR ut_red
coqc -q -R . PTSATR ut_env
coqc -q -R . PTSATR red
coqc -q -R . PTSATR env
coqc -q -R . PTSATR typ_annot
coqc -q -R . PTSATR ut_typ
coqc -q -R . PTSATR strip
coqc -q -R . PTSATR ut_sr
coqc -q -R . PTSATR ut_typ_eq
coqc -q -R . PTSATR ut_strengh
coqc -q -R . PTSATR glue
coqc -q -R . PTSATR final_result
Axioms:
Ax : Sorts -> Sorts -> Prop
Rel : Sorts -> Sorts -> Sorts -> Prop
Sorts : Set
coqc -q -R . PTSATR ut_typ_eq_inj
coqc -q -R . PTSATR counter_ex
for i in ut_typ_eq_inj.vo counter_ex.vo final_result.vo glue.vo typ_annot.vo strip.vo red.vo env.vo term.vo ut_strengh.vo ut_typ_eq.vo ut_sr.vo ut_typ.vo ut_red.vo ut_env.vo ut_term.vo base.vo; do \
install -d `dirname /home/bench/.opam/system/lib/coq/user-contrib/PTSATR/$i`; \
install -m 0644 $i /home/bench/.opam/system/lib/coq/user-contrib/PTSATR/$i; \
done
Installing coq:contrib:ptsatr.8.4.dev.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:ptsatr.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:ptsatr.8.4.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:ptsatr] Fetching git://clarus.io/ptsatr#v8.4
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:ptsatr.8.4.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/PTSATR
</pre></dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:ptsatr/8.4.dev/2014-11-19_11-05-16.html | HTML | mit | 11,034 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Test">
<title>About - Boyuan Gong</title>
<link rel="canonical" href="http://localhost:4000/about/">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/clean-blog.css">
<!-- Pygments Github CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Boyuan Gong" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Boyuan Gong</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/contact/">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<header class="intro-header" style="background-image: url('/img/about-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>About</h1>
<hr class="small">
<span class="subheading">A little self-introduction</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p> I am passionate with artificial intelligence and neural network. Hoping to make contributions to the humankinds.</p>
<a href="#">
<img src="/img/me.jpg" alt="selfiy">
</a>
<span class="caption text-muted">Boyuan Gong</span>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="/feed.xml">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/gongboyuan">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/gongboyuan">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/boyuangong">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © BoyuanGong 2017</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.min.js "></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js "></script>
<!-- Custom Theme JavaScript -->
<script src="/js/clean-blog.min.js "></script>
</body>
</html>
| boyuangong/boyuangong.github.io | _site/about/index.html | HTML | mit | 6,568 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-agm: 2 m 23 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.0 / pi-agm - 1.2.6</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pi-agm
<small>
1.2.6
<span class="label label-success">2 m 23 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-22 08:53:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-22 08:53:51 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://www-sop.inria.fr/members/Yves.Bertot/"
bug-reports: "[email protected]"
license: "CECILL-B"
build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ]
[ make "-j" "%{jobs}%" ]]
install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ]
depends: [
"ocaml"
"coq" {>= "8.12"}
"coq-coquelicot" {>= "3" & < "4~"}
"coq-interval" {>= "4"}
]
dev-repo: "git+https://github.com/ybertot/pi-agm.git"
tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" "logpath:agm" "date:2020-06-23" ]
authors: [ "Yves Bertot <[email protected]>" ]
synopsis:
"Computing thousands or millions of digits of PI with arithmetic-geometric means"
description: """
This is a proof of correctness for two algorithms to compute PI to high
precision using arithmetic-geometric means. A first file contains
the calculus-based proofs for an abstract view of the algorithm, where all
numbers are real numbers. A second file describes how to approximate all
computations using large integers. Other files describe the second algorithm
which is close to the one used in mpfr, for instance.
The whole development can be used to produce mathematically proved and
formally verified approximations of PI."""
url {
src: "https://github.com/ybertot/pi-agm/archive/v1.2.6.zip"
checksum: "sha256=f690dd8e464acafb4c14437a0ad09545a11f4ebd6771b05f4e7f74ca5c08a7ff"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-pi-agm.1.2.6 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-pi-agm.1.2.6 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>19 m 21 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-pi-agm.1.2.6 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 m 23 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 5 M</p>
<ul>
<li>838 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_correct.glob</code></li>
<li>663 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/agmpi.glob</code></li>
<li>475 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/agmpi.vo</code></li>
<li>423 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding2.glob</code></li>
<li>416 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_correct.vo</code></li>
<li>243 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/elliptic_integral.glob</code></li>
<li>237 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding2.vo</code></li>
<li>194 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/alg2.vo</code></li>
<li>191 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/alg2.glob</code></li>
<li>178 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/elliptic_integral.vo</code></li>
<li>156 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/generalities.glob</code></li>
<li>155 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/generalities.vo</code></li>
<li>137 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/filter_Rlt.vo</code></li>
<li>135 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/filter_Rlt.glob</code></li>
<li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_correct.v</code></li>
<li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/agmpi.v</code></li>
<li>65 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/arcsinh.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/hrounding_correct.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/arcsinh.glob</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.glob</code></li>
<li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding2.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/hrounding_correct.glob</code></li>
<li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/elliptic_integral.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_big.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/filter_Rlt.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/generalities.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/alg2.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/computing.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_big.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/arcsinh.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/atan_derivative_improper_integral.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/hrounding_correct.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/rounding_big.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/computing.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/agm/computing.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-pi-agm.1.2.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.0/pi-agm/1.2.6.html | HTML | mit | 11,500 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.