path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
layouts/partials/competence.html
peppicelli/hugo-resume
<div class="container competence col-md-10 col-md-offset-1"> <hr class="no-screen"/> <div class="title text-center wow fadeIn"> <img class="no-print" src="{{ .Site.BaseURL }}images/skills.svg" alt="Skills"/> <h1>{{ i18n "skills" }}</h1> </div> {{ range where .Data.Pages.Reverse "Section" "competence" }} <div class="wow fadeIn"> <h2><i class="fa-left-icon fa {{ .Params.fontawesome_icon }}"></i>{{ .Params.title }}</h2> <p>{{ .Params.description | markdownify }} </div> {{ end }} </div>
gnu_formatted/Datagram-Example.html
elmerland/elmerland
<a name="Datagram-Example"></a> <div class="header"> <p> Next: <a href="Example-Receiver.html#Example-Receiver" accesskey="n" rel="next">Example Receiver</a>, Previous: <a href="Receiving-Datagrams.html#Receiving-Datagrams" accesskey="p" rel="prev">Receiving Datagrams</a>, Up: <a href="Datagrams.html#Datagrams" accesskey="u" rel="up">Datagrams</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Datagram-Socket-Example"></a> <h4 class="subsection">16.10.3 Datagram Socket Example</h4> <p>Here is a set of example programs that send messages over a datagram stream in the local namespace. Both the client and server programs use the <code>make_named_socket</code> function that was presented in <a href="Local-Socket-Example.html#Local-Socket-Example">Local Socket Example</a>, to create and name their sockets. </p> <p>First, here is the server program. It sits in a loop waiting for messages to arrive, bouncing each message back to the sender. Obviously this isn&rsquo;t a particularly useful program, but it does show the general ideas involved. </p> <div class="smallexample"> <pre class="smallexample"> #include &lt;stdio.h&gt; #include &lt;errno.h&gt; #include &lt;stdlib.h&gt; #include &lt;sys/socket.h&gt; #include &lt;sys/un.h&gt; #define SERVER &quot;/tmp/serversocket&quot; #define MAXMSG 512 int main (void) { int sock; char message[MAXMSG]; struct sockaddr_un name; size_t size; int nbytes; /* <span class="roman">Remove the filename first, it&rsquo;s ok if the call fails</span> */ unlink (SERVER); /* <span class="roman">Make the socket, then loop endlessly.</span> */ sock = make_named_socket (SERVER); while (1) { /* <span class="roman">Wait for a datagram.</span> */ size = sizeof (name); nbytes = recvfrom (sock, message, MAXMSG, 0, (struct sockaddr *) &amp; name, &amp;size); if (nbytes &lt; 0) { perror (&quot;recfrom (server)&quot;); exit (EXIT_FAILURE); } /* <span class="roman">Give a diagnostic message.</span> */ fprintf (stderr, &quot;Server: got message: %s\n&quot;, message); /* <span class="roman">Bounce the message back to the sender.</span> */ nbytes = sendto (sock, message, nbytes, 0, (struct sockaddr *) &amp; name, size); if (nbytes &lt; 0) { perror (&quot;sendto (server)&quot;); exit (EXIT_FAILURE); } } } </pre></div>
src/index.html
baesparza/Tribute-Page-Aaron-Swart
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Aaron Swart</title> <base href="https://baesparza.github.io/Tribute-Page-Aaron-Swart/"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <app-root>Loading...</app-root> </body> </html>
place/south-sudan/index.html
okfn/opendataindex-2015
<!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="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesses the state of open government data around the world. "> <meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website" /> <meta property="og:title" content="Open Data Index - Open Knowledge" /> <meta property="og:site_name" content="Open Data Index" /> <meta property="og:description" content="The Global Open Data Index assesses the state of open government data around the world." /> <meta property="og:image" content="/static/images/favicon.ico" /> <title>South Sudan | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="empty"> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" 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="/"> <img src="/static/images/logo.png" height="44"> <span>Global Open Data Index</span> </a> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/stories/" title="Stories around the Open Data Index project"> Stories </a> </li> <li> <a href="/about/" title="Contact information for the Open Data Index"> Contact </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> <p class="navbar-subbrand navbar-text navbar-right"> <a href="http://okfn.org/"> <img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"> </a> </p> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li class="active">South Sudan</li> </ol> <header class="page-header"> <h1>South Sudan</h1> </header> <p> We do not current have any data for South Sudan. But you can help change that! </p> <section class="row"> <div class="col-md-4"> <a href="http://global.census.okfn.org/submit/?place=ss&dataset=&year=2014" class="btn btn-success"> Add information </a> </div> <div class="col-md-4"> <a href="" class="btn btn-success"> Contact us for help </a> </div> <div class="col-md-4"> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border="" /> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border="" /> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border="" /> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
client/src/components/meeting/broadcast/BroadcastPreview.css
hellojwilde/rehash
.BroadcastPreview { position: relative; background: #666; border-radius: 4px; } .BroadcastPreview-video { width: 100%; height: auto; vertical-align: bottom; border-radius: 4px; } .BroadcastPreview-label { position: absolute; top: 6px; left: 6px; }
app/vendors/PHPExcel/Documentation/API/PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticai.php.html
HadoDokis/Pragtico
<html> <head> <title>Docs for page helveticai.php</title> <link rel="stylesheet" type="text/css" href="../media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PHPExcel</td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="../classtrees_PHPExcel.html" class="menu">class tree: PHPExcel</a> ] [ <a href="../elementindex_PHPExcel.html" class="menu">index: PHPExcel</a> ] [ <a href="../elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="todolist"> <p><a href="../todolist.html">Todo List</a></p> </div> <b>Packages:</b><br /> <a href="../li_PHPExcel.html">PHPExcel</a><br /> <a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br /> <a href="../li_JAMA.html">JAMA</a><br /> <a href="../li_Math_Stats.html">Math_Stats</a><br /> <a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br /> <a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br /> <a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br /> <a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br /> <a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br /> <a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br /> <a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br /> <a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br /> <a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br /> <a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br /> <a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br /> <a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br /> <a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br /> <a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br /> <a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br /> <a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br /> <a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-chinese-simplified.php.html"> arialunicid0-chinese-simplified.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-chinese-traditional.php.html"> arialunicid0-chinese-traditional.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-japanese.php.html"> arialunicid0-japanese.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0-korean.php.html"> arialunicid0-korean.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---arialunicid0.php.html"> arialunicid0.php </a><br> <a href="../PHPExcel/_PHPExcel---Autoloader.php.html"> Autoloader.php </a><br> <a href="../PHPExcel/_PHPExcel---CachedObjectStorageFactory.php.html"> CachedObjectStorageFactory.php </a><br> <a href="../PHPExcel/_PHPExcel---Comment.php.html"> Comment.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---courier.php.html"> courier.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---credits.php.html"> credits.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---docs.php.html"> docs.php </a><br> <a href="../PHPExcel/_PHPExcel---DocumentProperties.php.html"> DocumentProperties.php </a><br> <a href="../PHPExcel/_PHPExcel---DocumentSecurity.php.html"> DocumentSecurity.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---download.php.html"> download.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---example.php.html"> example.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---footer.php.html"> footer.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesans.php.html"> freesans.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansb.php.html"> freesansb.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansbi.php.html"> freesansbi.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---freesansi.php.html"> freesansi.php </a><br> <a href="../PHPExcel/_PHPExcel---HashTable.php.html"> HashTable.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---header.php.html"> header.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helvetica.php.html"> helvetica.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticab.php.html"> helveticab.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticabi.php.html"> helveticabi.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---helveticai.php.html"> helveticai.php </a><br> <a href="../PHPExcel/_PHPExcel---IComparable.php.html"> IComparable.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---index.php.html"> index.php </a><br> <a href="../PHPExcel/_PHPExcel---IOFactory.php.html"> IOFactory.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LagrangeInterpolation.php.html"> LagrangeInterpolation.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LagrangeInterpolation2.php.html"> LagrangeInterpolation2.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LevenbergMarquardt.php.html"> LevenbergMarquardt.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---LMQuadTest.php.html"> LMQuadTest.php </a><br> <a href="../PHPExcel/_PHPExcel---NamedRange.php.html"> NamedRange.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---navbar.php.html"> navbar.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---package.php.html"> package.php </a><br> <a href="../PHPExcel/_PHPExcel.php.html"> PHPExcel.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---polyfit.php.html"> polyfit.php </a><br> <a href="../PHPExcel/_PHPExcel---ReferenceHelper.php.html"> ReferenceHelper.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---test.php.html"> test.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---tests---TestMatrix.php.html"> TestMatrix.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---JAMA---examples---tile.php.html"> tile.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---trend---trendClass.php.html"> trendClass.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ac15.php.html"> uni2cid_ac15.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ag15.php.html"> uni2cid_ag15.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_aj16.php.html"> uni2cid_aj16.php </a><br> <a href="../PHPExcel/_PHPExcel---Shared---PDF---fonts---uni2cid_ak12.php.html"> uni2cid_ak12.php </a><br> <a href="../PHPExcel/_PHPExcel---WorksheetIterator.php.html"> WorksheetIterator.php </a><br> </div><br /> <b>Interfaces:</b><br /> <div class="package"> <a href="../PHPExcel/PHPExcel_IComparable.html">PHPExcel_IComparable</a><br /> </div> <b>Classes:</b><br /> <div class="package"> <a href="../PHPExcel/LagrangeInterpolation.html">LagrangeInterpolation</a><br /> <a href="../PHPExcel/LevenbergMarquardt.html">LevenbergMarquardt</a><br /> <a href="../PHPExcel/LMQuadTest.html">LMQuadTest</a><br /> <a href="../PHPExcel/PHPExcel.html">PHPExcel</a><br /> <a href="../PHPExcel/PHPExcel_Autoloader.html">PHPExcel_Autoloader</a><br /> <a href="../PHPExcel/PHPExcel_CachedObjectStorageFactory.html">PHPExcel_CachedObjectStorageFactory</a><br /> <a href="../PHPExcel/PHPExcel_Comment.html">PHPExcel_Comment</a><br /> <a href="../PHPExcel/PHPExcel_DocumentProperties.html">PHPExcel_DocumentProperties</a><br /> <a href="../PHPExcel/PHPExcel_DocumentSecurity.html">PHPExcel_DocumentSecurity</a><br /> <a href="../PHPExcel/PHPExcel_HashTable.html">PHPExcel_HashTable</a><br /> <a href="../PHPExcel/PHPExcel_IOFactory.html">PHPExcel_IOFactory</a><br /> <a href="../PHPExcel/PHPExcel_NamedRange.html">PHPExcel_NamedRange</a><br /> <a href="../PHPExcel/PHPExcel_ReferenceHelper.html">PHPExcel_ReferenceHelper</a><br /> <a href="../PHPExcel/PHPExcel_WorksheetIterator.html">PHPExcel_WorksheetIterator</a><br /> <a href="../PHPExcel/TestMatrix.html">TestMatrix</a><br /> <a href="../PHPExcel/trendClass.html">trendClass</a><br /> </div> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <h1>Procedural File: helveticai.php</h1> Source Location: /PHPExcel/Shared/PDF/fonts/helveticai.php<br /><br /> <br> <br> <h2>Page Details:</h2> <br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>filesource:</b>&nbsp;&nbsp;</td><td><a href="../__filesource/fsource_PHPExcel__PHPExcelSharedPDFfontshelveticai.php.html">Source Code for this file</a></td> </tr> </table> </div> <br /><br /> <br /><br /> <br /><br /> <br /> <div class="credit"> <hr /> Documentation generated on Thu, 26 Aug 2010 17:43:17 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html>
cust/unicom/cn/media/phoneservice/defaultcontent/02/en-us/product_content/browser/task_clear_visited_pages.html
kamazee/honor6_cleaner
<!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name='HandheldFriendly' content='True'> <meta name='MobileOptimized' content='480'> <meta name='format-detection' content='telephone=no'> <meta name='viewport' content='initial-scale=1.0,width=device-width, minimum-scale=1.0, maximum-scale=1.0'> <meta http-equiv='cleartype' content='on'> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) 版权 2005"/> <meta name="DC.rights.owner" content="(C) 版权 2005"/> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <meta name="DC.Type" content="task"/> <meta name="DC.Title" content="Clearing your browsing history"/> <meta name="DC.subject" content="Clearing your browsing history"/> <meta name="keywords" content="Clearing your browsing history"/> <meta name="DC.Relation" scheme="URI" content="../../product_content/browser/topic_browser.html"/> <meta name="DC.Relation" scheme="URI" content="../../index.html"/> <meta name="DC.Relation" scheme="URI" content="../../product_content/browser/topic_browser.html"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="task_clear_visited_pages"/> <meta name="DC.Language" content="zh-cn"/> <link rel="stylesheet" type="text/css" href="../../css/commonltr.css"/> <link rel="stylesheet" type="text/css" href="../../css/my.css"/> <title>Clearing your browsing history</title> <link rel="stylesheet" type="text/css" href="css/my.css"/> <script defer="true" type="text/javascript" src="../../assets/guideCommon.js"/> <script defer="true" type="text/javascript"> setToRoot(); </script> </head> <body> <table class="dbh-header h-fixed"> <tr> <td class="back"><a href="../../product_content/browser/topic_browser.html" id="backLink" class="tap-act"/></td> <td class="dbhh-title"><em id="dbhht">Clearing your browsing history</em></td> </tr> </table> <div id="jd-content"><a name="task_clear_visited_pages"><!-- --></a> <div> <ol> <li><span>Open <span class="uicontrol"><img src="../../../image/icon/fig_browser.png"/></span><span class="uicontrol">Browser</span>.</span></li> <li><span>Touch <span class="menucascade"><span class="uicontrol"><img src="../../../image/buttons/fig_more_menu.png"/></span> &gt; <span class="uicontrol">Settings</span> &gt; <span class="uicontrol">Privacy &amp; security</span> &gt; <span class="uicontrol">Clear history</span></span>.</span></li> </ol> </div> <div> <div class="familylinks"> </div> </div> <div class="hrcopyright"><center> <div class="hwcopyright"/></center></div> </div> </body> </html>
2e75ac0/html/classv8_1_1EmbedderHeapTracer-members.html
v8-dox/v8-dox.github.io
<!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>V8 API Reference Guide for node.js v8.6.0: 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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v8.6.0 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_1EmbedderHeapTracer.html">EmbedderHeapTracer</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::EmbedderHeapTracer Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a997b79af3a065c17868638bfc0c0a0ab">AbortTracing</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a33e9ab6a32d22aa104ccdfac9a023ddb">AdvanceTracing</a>(double deadline_in_ms, AdvanceTracingActions actions)=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DO_NOT_FORCE_COMPLETION</b> enum value (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a802d0e71f8b360c1391d166f32caf098">EnterFinalPause</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>FORCE_COMPLETION</b> enum value (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ForceCompletionAction</b> enum name (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#ad380fefb5c8486acd41493f0545256e1">NumberOfWrappersToTrace</a>()</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a17660234b628c92f17c3f54904126c1f">RegisterV8References</a>(const std::vector&lt; std::pair&lt; void *, void * &gt; &gt; &amp;embedder_fields)=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a61b8dc3260247e2c47af8ad8f5775991">TraceEpilogue</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#af4f747aa1d77a0d2f341846b94f6b1ce">TracePrologue</a>()=0</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~EmbedderHeapTracer</b>()=default (defined in <a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a>)</td><td class="entry"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">v8::EmbedderHeapTracer</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0~camlp4/list-plus/1.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>list-plus: 18 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.5.0~camlp4 / list-plus - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> list-plus <small> 1.1.0 <span class="label label-success">18 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 18:21:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 18:21:42 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.04+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.0~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 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: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-list-plus&quot; dev-repo: &quot;git+https://github.com/clarus/coq-list-plus.git&quot; bug-reports: &quot;https://github.com/clarus/coq-list-plus/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ListPlus&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;More functions on lists&quot; flags: light-uninstall url { src: &quot;https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz&quot; checksum: &quot;md5=c192305beb883b81a48f609d1ba674f9&quot; } </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-list-plus.1.1.0 coq.8.5.0~camlp4</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-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-list-plus.1.1.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>18 s</dd> </dl> <h2>Installation size</h2> <p>Total: 41 K</p> <ul> <li>18 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/Sort.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/List.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/ListPlus/All.vo</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-list-plus.1.1.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"> 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>
about.html
uamithril/blink-style-importer
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>About</title> <meta name="theme-color" content="#3f51b5"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="css/main.css"> </head> <body> <div class="mdl-layout__container"> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> <header class="mdl-layout__header"> <div class="mdl-layout__header-row"> <span class="mdl-layout-title">About</span> </div> </header> <div class="mdl-layout__drawer"> <span class="mdl-layout-title">Menu</span> <nav class="mdl-navigation"> <a class="mdl-navigation__link" href="index.html">Home</a> <a class="mdl-navigation__link" href="options.html">Options<span class="sup-style red">Alpha</span></a> <a class="mdl-navigation__link" href="faq.html">Faq</a> <a class="mdl-navigation__link" href="about.html">About</a> </nav> </div> <main class="mdl-layout__content"> <div class="page-content"> <div class="mdl-grid"> <div class="mdl-cell mdl-cell--12-col mdl-card mdl-shadow--2dp"> <div class="mdl-card__title mdl-card--border"> <h2 class="mdl-card__title-text">Version 0.2.3</h2> </div> <div class="mdl-card__supporting-text"> <p> Chrome browser extension for adding custom css styles on any page. With Material design and code editor. </p> <p> Features: </p> <ul> <li>Autocomplete</li> <li>CSS Code Linting and highlighting</li> <li>Check on Brackets</li> <li>Saving short styles in cloud when logged in Chrome browser</li> </ul> <p> <a target="_blank" href="https://github.com/uamithril/blink-style-importer/blob/master/changelog.md">Changelog</a> </p> </div> </div> </div> </div> </main> </div> </div> <div id="toastLog" class="mdl-js-snackbar mdl-snackbar"> <div class="mdl-snackbar__text"></div> <button class="mdl-snackbar__action" type="button"></button> </div> <div id="progressNoEnd" class="mdl-progress mdl-js-progress mdl-progress--indeterminate"></div> <script src="https://www.gstatic.com/firebasejs/4.2.0/firebase.js"></script> <script src="js/vendor/codemirror.min.js"></script> <script src="js/main.js"></script> </body> </html>
Reports/nd/nd.framework.4.0.6/Nd.Framework.Logging.Log4Net-net40.html
kuhlenh/port-to-core
<!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&nbsp; 2dd49f3f-896c-4ce4-9f5f-2d9090f19535 </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="#Nd.Framework.Logging.Log4Net">Nd.Framework.Logging.Log4Net</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">97.62 %</td> <td class="text-center">100.00 %</td> <td class="text-center">97.62 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Nd.Framework.Logging.Log4Net"><h3>Nd.Framework.Logging.Log4Net</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.IO.FileInfo</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">#ctor(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
public/static/polymer/iron-list/iron-list.html
sfp12/darwin
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="../polymer/polymer.html"> <link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html"> <!-- `iron-list` displays a virtual, 'infinite' list. The template inside the iron-list element represents the DOM to create for each list item. The `items` property specifies an array of list item data. For performance reasons, not every item in the list is rendered at once; instead a small subset of actual template elements *(enough to fill the viewport)* are rendered and reused as the user scrolls. As such, it is important that all state of the list template be bound to the model driving it, since the view may be reused with a new model at any time. Particularly, any state that may change as the result of a user interaction with the list item must be bound to the model to avoid view state inconsistency. __Important:__ `iron-list` must ether be explicitly sized, or delegate scrolling to an explicitly sized parent. By "explicitly sized", we mean it either has an explicit CSS `height` property set via a class or inline style, or else is sized by other layout means (e.g. the `flex` or `fit` classes). ### Template model List item templates should bind to template models of the following structure: { index: 0, // data index for this item item: { // user data corresponding to items[index] /* user item data */ } } Alternatively, you can change the property name used as data index by changing the `indexAs` property. The `as` property defines the name of the variable to add to the binding scope for the array. For example, given the following `data` array: ##### data.json [ {"name": "Bob"}, {"name": "Tim"}, {"name": "Mike"} ] The following code would render the list (note the name and checked properties are bound from the model object provided to the template scope): <template is="dom-bind"> <iron-ajax url="data.json" last-response="{{data}}" auto></iron-ajax> <iron-list items="[[data]]" as="item"> <template> <div> Name: <span>[[item.name]]</span> </div> </template> </iron-list> </template> @group Iron Element @element iron-list @demo demo/index.html --> <dom-module id="iron-list"> <style> :host { display: block; will-change: transform; } :host(.has-scroller) { overflow: auto; } #items { position: relative; } #items > ::content > * { width: 100%; box-sizing: border-box; position: absolute; top: 0; } </style> <template> <div id="items"> <content></content> </div> </template> </dom-module> <script> (function() { var IOS = navigator.userAgent.match(/iP(?:hone|ad;(?: U;)? CPU) OS (\d+)/); var IOS_TOUCH_SCROLLING = IOS && IOS[1] >= 8; var DEFAULT_PHYSICAL_COUNT = 20; var MAX_PHYSICAL_COUNT = 500; Polymer({ is: 'iron-list', properties: { /** * An array containing items determining how many instances of the template * to stamp and that that each template instance should bind to. */ items: { type: Array }, /** * The name of the variable to add to the binding scope for the array * element associated with a given template instance. */ as: { type: String, value: 'item' }, /** * The name of the variable to add to the binding scope with the index * for the row. If `sort` is provided, the index will reflect the * sorted order (rather than the original array order). */ indexAs: { type: String, value: 'index' } }, observers: [ '_itemsChanged(items.*)' ], behaviors: [ Polymer.Templatizer, Polymer.IronResizableBehavior ], listeners: { 'iron-resize': '_resizeHandler' }, /** * The ratio of hidden tiles that should remain in the scroll direction. * Recommended value ≈ 0.5, so it will distribute tiles evely in both directions. */ _ratio: 0.5, /** * The element that controls the scroll */ _scroller: null, /** * The padding-top value of the `scroller` element */ _scrollerPaddingTop: 0, /** * This value is the same as `scrollTop`. */ _scrollPosition: 0, /** * The number of tiles in the DOM. */ _physicalCount: DEFAULT_PHYSICAL_COUNT, /** * The k-th tile that is at the top of the scrolling list. */ _physicalStart: 0, /** * The k-th tile that is at the bottom of the scrolling list. */ _physicalEnd: 0, /** * The sum of the heights of all the tiles in the DOM. */ _physicalSize: 0, /** * The average `offsetHeight` of the tiles observed till now. */ _physicalAverage: 0, /** * The number of tiles which `offsetHeight` > 0 observed until now. */ _physicalAverageCount: 0, /** * The Y position of the item rendered in the `_physicalStart` * tile relative to the scrolling list. */ _physicalTop: 0, /** * The number of items in the list. */ _virtualCount: 0, /** * The n-th item rendered in the `_physicalStart` tile. */ _virtualStartVal: 0, /** * A map between an item key and its physical item index */ _physicalIndexForKey: {}, /** * The average scroll size */ _scrollSize: 0, /** * The size of the viewport */ _viewportSize: 0, /** * An array of DOM nodes that are currently in the tree */ _physicalItems: null, /** * An array of heights for each item in `_physicalItems` */ _physicalSizes: null, /** * A cached value for the visible index. * See `firstVisibleIndex` */ _firstVisibleIndexVal: null, /** * A Polymer collection for the items. */ _collection: null, /** * True if the current item list was rendered for the first time * after attached. */ _initRendered: false, /** * The bottom of the physical content. */ get _physicalBottom() { return this._physicalTop + this._physicalSize; }, /** * The n-th item rendered in the last physical item. */ get _virtualEnd() { return this._virtualStartVal + this._physicalCount - 1; }, /** * The lowest n-th value for an item such that it can be rendered in `_physicalStart`. */ _minVirtualStart: 0, /** * The largest n-th value for an item such that it can be rendered in `_physicalStart`. */ get _maxVirtualStart() { return this._virtualCount < this._physicalCount ? this._virtualCount : this._virtualCount - this._physicalCount; }, /** * The height of the physical content that isn't on the screen. */ get _hiddenContentSize() { return this._physicalSize - this._viewportSize; }, /** * The maximum scroll top value. */ get _maxScrollTop() { return this._scrollSize - this._viewportSize; }, /** * Sets the n-th item rendered in `_physicalStart` */ set _virtualStart(val) { // clamp the value so that _minVirtualStart <= val <= _maxVirtualStart this._virtualStartVal = Math.min(this._maxVirtualStart, Math.max(this._minVirtualStart, val)); this._physicalStart = this._virtualStartVal % this._physicalCount; this._physicalEnd = (this._physicalStart + this._physicalCount - 1) % this._physicalCount; }, /** * Gets the n-th item rendered in `_physicalStart` */ get _virtualStart() { return this._virtualStartVal; }, /** * An optimal physical size such that we will have enough physical items * to fill up the viewport and recycle when the user scrolls. * * This default value assumes that we will at least have the equivalent * to a viewport of physical items above and below the user's viewport. */ get _optPhysicalSize() { return this._viewportSize * 3; }, /** * Gets the first visible item in the viewport. * * @property firstVisibleIndex */ get firstVisibleIndex() { var physicalOffset; if (this._firstVisibleIndexVal === null) { physicalOffset = this._physicalTop; this._firstVisibleIndexVal = this._iterateItems( function(pidx, vidx) { physicalOffset += this._physicalSizes[pidx]; if (physicalOffset > this._scrollPosition) { return vidx; } }) || 0; } return this._firstVisibleIndexVal; }, /** * When the element has been attached to the DOM tree. */ attached: function() { // delegate to the parent's scroller // e.g. paper-scroll-header-panel var el = Polymer.dom(this); if (el.parentNode && el.parentNode.scroller) { this._scroller = el.parentNode.scroller; } else { this._scroller = this; this.classList.add('has-scroller'); } this.updateViewportBoundaries(); if (IOS_TOUCH_SCROLLING) { this._scroller.style.webkitOverflowScrolling = 'touch'; this._scroller.addEventListener('scroll', function() { requestAnimationFrame(this._scrollHandler.bind(this)); }.bind(this)); } else { this._scroller.addEventListener('scroll', this._scrollHandler.bind(this)); } // render the list of items if we haven't rendered them yet this._render(); }, /** * When the element has been removed from the DOM tree. */ detached: function() { this._initRendered = false; }, /** * Invoke this method if you dynamically update the viewport's * size or CSS padding. * * @method updateViewportBoundaries */ updateViewportBoundaries: function() { var scrollerStyle = window.getComputedStyle(this._scroller); this._scrollerPaddingTop = parseInt(scrollerStyle['padding-top']); this._viewportSize = this._scroller.offsetHeight; }, /** * Update the models, the position of the * items in the viewport and recycle tiles as needed. */ _refresh: function() { var SCROLL_DIRECTION_UP = -1; var SCROLL_DIRECTION_DOWN = 1; var SCROLL_DIRECTION_NONE = 0; // clamp the `scrollTop` value // IE 10|11 scrollTop may go above `_maxScrollTop` // iOS `scrollTop` may go below 0 and above `_maxScrollTop` var scrollTop = Math.max(0, Math.min(this._maxScrollTop, this._scroller.scrollTop)); var tileHeight, kth, recycledTileSet; var ratio = this._ratio; var delta = scrollTop - this._scrollPosition; var direction = SCROLL_DIRECTION_NONE; var recycledTiles = 0; var hiddenContentSize = this._hiddenContentSize; var currentRatio = ratio; var movingUp = []; // track the last `scrollTop` this._scrollPosition = scrollTop; // clear cached visible index this._firstVisibleIndexVal = null; // random access if (Math.abs(delta) > this._physicalSize) { this._physicalTop += delta; direction = SCROLL_DIRECTION_NONE; recycledTiles = Math.round(delta / this._physicalAverage); } // scroll up else if (delta < 0) { var topSpace = scrollTop - this._physicalTop; var virtualStart = this._virtualStart; direction = SCROLL_DIRECTION_UP; recycledTileSet = []; kth = this._physicalEnd; currentRatio = topSpace / hiddenContentSize; // move tiles from bottom to top while ( // approximate `currentRatio` to `ratio` currentRatio < ratio && // recycle less physical items than the total recycledTiles < this._physicalCount && // ensure that these recycled tiles are needed virtualStart - recycledTiles > 0 ) { tileHeight = this._physicalSizes[kth] || this._physicalAverage; currentRatio += tileHeight / hiddenContentSize; recycledTileSet.push(kth); recycledTiles++; kth = (kth === 0) ? this._physicalCount - 1 : kth - 1; } movingUp = recycledTileSet; recycledTiles = -recycledTiles; } // scroll down else if (delta > 0) { var bottomSpace = this._physicalBottom - (scrollTop + this._viewportSize); var virtualEnd = this._virtualEnd; var lastVirtualItemIndex = this._virtualCount-1; direction = SCROLL_DIRECTION_DOWN; recycledTileSet = []; kth = this._physicalStart; currentRatio = bottomSpace / hiddenContentSize; // move tiles from top to bottom while ( // approximate `currentRatio` to `ratio` currentRatio < ratio && // recycle less physical items than the total recycledTiles < this._physicalCount && // ensure that these recycled tiles are needed virtualEnd + recycledTiles < lastVirtualItemIndex ) { tileHeight = this._physicalSizes[kth] || this._physicalAverage; currentRatio += tileHeight / hiddenContentSize; this._physicalTop += tileHeight; recycledTileSet.push(kth); recycledTiles++; kth = (kth + 1) % this._physicalCount; } } if (recycledTiles !== 0) { this._virtualStart = this._virtualStart + recycledTiles; this._update(recycledTileSet, movingUp); } }, /** * Update the list of items, starting from the `_virtualStartVal` item. */ _update: function(itemSet, movingUp) { // update models this._assignModels(itemSet); // measure heights // TODO(blasten) pass `recycledTileSet` this._updateMetrics(); // adjust offset after measuring if (movingUp) { while (movingUp.length) { this._physicalTop -= this._physicalSizes[movingUp.pop()]; } } // update the position of the items this._positionItems(); // set the scroller size this._updateScrollerSize(); // increase the pool of physical items if needed if (itemSet = this._increasePoolIfNeeded()) { // set models to the new items this.async(this._update.bind(this, itemSet)); } }, /** * Creates a pool of DOM elements and attaches them to the local dom. */ _createPool: function(size) { var physicalItems = new Array(size); this._ensureTemplatized(); for (var i = 0; i < size; i++) { var inst = this.stamp(null); // First element child is item; Safari doesn't support children[0] // on a doc fragment physicalItems[i] = inst.root.querySelector('*'); Polymer.dom(this).appendChild(inst.root); } return physicalItems; }, /** * Increases the pool size. That is, the physical items in the DOM. * This function will allocate additional physical items * (limited by `MAX_PHYSICAL_COUNT`) if the content size is shorter than * `_optPhysicalSize` * * @return Array */ _increasePoolIfNeeded: function() { if (this._physicalSize > this._optPhysicalSize) { return null; } // the estimated number of physical items that we will need to reach // the cap established by `_optPhysicalSize`. var missingItems = Math.round( (this._optPhysicalSize - this._physicalSize) * 1.2 / this._physicalAverage ); // limit the size var nextPhysicalCount = Math.min( this._physicalCount + missingItems, this._virtualCount, MAX_PHYSICAL_COUNT ); var prevPhysicalCount = this._physicalCount; var delta = nextPhysicalCount - prevPhysicalCount; if (delta <= 0) { return null; } var newPhysicalItems = this._createPool(delta); var emptyArray = new Array(delta); [].push.apply(this._physicalItems, newPhysicalItems); [].push.apply(this._physicalSizes, emptyArray); this._physicalCount = prevPhysicalCount + delta; // fill the array with the new item pos while (delta > 0) { emptyArray[--delta] = prevPhysicalCount + delta; } return emptyArray; }, /** * Render a new list of items. This method does exactly the same as `update`, * but it also ensures that only one `update` cycle is created. */ _render: function() { if (this.isAttached && !this._initRendered && this.items) { // polymer/issues/2039 if (window.CustomElements) { window.CustomElements.takeRecords(); } this._update(); this._initRendered = true; } }, /** * Templetizes the user template. */ _ensureTemplatized: function() { if (!this.ctor) { // Template instance props that should be excluded from forwarding this._instanceProps = { __key__: true }; this._instanceProps[this.as] = true; this._instanceProps[this.indexAs] = true; this._userTemplate = Polymer.dom(this).querySelector('template'); if (this._userTemplate) { this.templatize(this._userTemplate); } else { console.warn('iron-list requires a template to be provided in light-dom'); } } }, /** * Implements extension point from Templatizer mixin. */ _getStampedChildren: function() { return this._physicalItems; }, /** * Implements extension point from Templatizer * Called as a side effect of a template instance path change, responsible * for notifying items.<key-for-instance>.<path> change up to host. */ _forwardInstancePath: function(inst, path, value) { if (path.indexOf(this.as + '.') === 0) { this.notifyPath('items.' + inst.__key__ + '.' + path.slice(this.as.length + 1), value); } }, /** * Implements extension point from Templatizer mixin * Called as side-effect of a host property change, responsible for * notifying parent path change on each row. */ _forwardParentProp: function(prop, value) { if (this._physicalItems) { this._physicalItems.forEach(function(item) { item._templateInstance[prop] = value; }, this); } }, /** * Implements extension point from Templatizer * Called as side-effect of a host path change, responsible for * notifying parent.<path> path change on each row. */ _forwardParentPath: function(path, value) { if (this._physicalItems) { this._physicalItems.forEach(function(item) { item._templateInstance.notifyPath(path, value, true); }, this); } }, /** * Called as a side effect of a host items.<key>.<path> path change, * responsible for notifying item.<path> changes to row for key. */ _forwardItemPath: function(path, value) { if (this._physicalIndexForKey) { var dot = path.indexOf('.'); var key = path.substring(0, dot < 0 ? path.length : dot); var idx = this._physicalIndexForKey[key]; var row = this._physicalItems[idx]; if (row) { var inst = row._templateInstance; if (dot >= 0) { path = this.as + '.' + path.substring(dot+1); inst.notifyPath(path, value, true); } else { inst[this.as] = value; } } } }, _itemsChanged: function(change) { if (change.path === 'items') { // render the new set this._initRendered = false; // update the whole set this._virtualStartVal = 0; this._physicalTop = 0; this._virtualCount = this.items ? this.items.length : 0; this._collection = this.items ? Polymer.Collection.get(this.items) : null; // scroll to the top this._resetScrollPosition(0); // create the initial physical items if (!this._physicalItems) { this._physicalItems = this._createPool(this._physicalCount); this._physicalSizes = new Array(this._physicalCount); } this.debounce('refresh', this._render); } else if (change.path === 'items.splices') { // render the new set this._initRendered = false; this._adjustVirtualIndex(change.value.indexSplices); this._virtualCount = this.items ? this.items.length : 0; this.debounce('refresh', this._render); } else { // update a single item this._forwardItemPath(change.path.split('.').slice(1).join('.'), change.value); } }, _adjustVirtualIndex: function(splices) { for (var i = 0; i < splices.length; i++) { var splice = splices[i]; var idx = splice.index; // We only need to care about changes happening above the current position if (idx >= this._virtualStartVal) { break; } this._virtualStart = this._virtualStart + Math.max(splice.addedCount - splice.removed.length, idx - this._virtualStartVal); } }, _scrollHandler: function() { this._refresh(); }, _iterateItems: function(fn, itemSet) { var pidx, vidx, rtn, i; if (arguments.length === 2 && itemSet) { for (i = 0; i < itemSet.length; i++) { pidx = itemSet[i]; if (pidx >= this._physicalStart) { vidx = this._virtualStartVal + (pidx - this._physicalStart); } else { vidx = this._virtualStartVal + (this._physicalCount - this._physicalStart) + pidx; } if ((rtn = fn.call(this, pidx, vidx)) != null) { return rtn; } } } else { pidx = this._physicalStart; vidx = this._virtualStartVal; for (; pidx < this._physicalCount; pidx++, vidx++) { if ((rtn = fn.call(this, pidx, vidx)) != null) { return rtn; } } pidx = 0; for (; pidx < this._physicalStart; pidx++, vidx++) { if ((rtn = fn.call(this, pidx, vidx)) != null) { return rtn; } } } }, _assignModels: function(itemSet) { this._iterateItems(function(pidx, vidx) { var el = this._physicalItems[pidx]; var inst = el._templateInstance; var item = this.items && this.items[vidx]; if (item) { inst[this.as] = item; inst.__key__ = this._collection.getKey(item); inst[this.indexAs] = vidx; el.removeAttribute('hidden'); this._physicalIndexForKey[inst.__key__] = pidx; } else { inst.__key__ = null; el.setAttribute('hidden', ''); } }, itemSet); }, _updateMetrics: function() { var total = 0; var prevAvgCount = this._physicalAverageCount; var prevPhysicalAvg = this._physicalAverage; for (var i = 0; i < this._physicalCount; i++) { this._physicalSizes[i] = this._physicalItems[i].offsetHeight; total += this._physicalSizes[i]; this._physicalAverageCount += this._physicalSizes[i] ? 1 : 0; } this._physicalSize = total; this._viewportSize = this._scroller.offsetHeight; if (this._physicalAverageCount !== prevAvgCount) { this._physicalAverage = Math.round( ((prevPhysicalAvg * prevAvgCount) + total) / this._physicalAverageCount); } }, _positionItems: function(itemSet) { this._adjustScrollPosition(); var y = this._physicalTop; this._iterateItems(function(pidx) { this.transform('translate3d(0, ' + y + 'px, 0)', this._physicalItems[pidx]); y += this._physicalSizes[pidx]; }, itemSet); }, _adjustScrollPosition: function() { var deltaHeight = this._virtualStartVal === 0 ? this._physicalTop : Math.min(this._scrollPosition + this._physicalTop, 0); if (deltaHeight) { this._physicalTop = this._physicalTop - deltaHeight; // juking scroll position during interial scrolling on iOS is no bueno if (!IOS_TOUCH_SCROLLING) { this._resetScrollPosition(this._scroller.scrollTop - deltaHeight); } } }, _resetScrollPosition: function(pos) { if (this._scroller) { this._scroller.scrollTop = pos; this._scrollPosition = this._scroller.scrollTop; } }, _updateScrollerSize: function() { this._scrollSize = (this._physicalBottom + Math.max(this._virtualCount - this._physicalCount - this._virtualStartVal, 0) * this._physicalAverage); this.$.items.style.height = this._scrollSize + 'px'; }, /** * Scroll to a specific item in the virtual list regardless * of the physical items in the DOM tree. * * @method scrollToIndex */ scrollToIndex: function(idx) { if (typeof idx !== 'number') { return; } var firstVisible = this.firstVisibleIndex; idx = Math.min(Math.max(idx, 0), this._virtualCount-1); // start at the previous virtual item // so we have a item above the first visible item this._virtualStart = idx - 1; // assign new models this._assignModels(); // measure the new sizes this._updateMetrics(); // estimate new physical offset this._physicalTop = this._virtualStart * this._physicalAverage; var currentTopItem = this._physicalStart; var currentVirtualItem = this._virtualStart; var targetOffsetTop = 0; var hiddenContentSize = this._hiddenContentSize; // scroll to the item as much as we can while (currentVirtualItem !== idx && targetOffsetTop < hiddenContentSize) { targetOffsetTop = targetOffsetTop + this._physicalSizes[currentTopItem]; currentTopItem = (currentTopItem + 1) % this._physicalCount; currentVirtualItem++; } // update the scroller size this._updateScrollerSize(); // update the position of the items this._positionItems(); // set the new scroll position this._resetScrollPosition(this._physicalTop + targetOffsetTop + 1); // clear cached visible index this._firstVisibleIndexVal = null; }, _resetAverage: function() { this._physicalAverage = 0; this._physicalAverageCount = 0; }, _resizeHandler: function() { if (this._physicalItems) { this.debounce('resize', function() { this._resetAverage(); this.updateViewportBoundaries(); this.scrollToIndex(this.firstVisibleIndex); }); } } }); })(); </script>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:hedges/8.4.dev/2014-12-12_08-42-09.html
coq-bench/coq-bench.github.io-old
<!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.4.dev / contrib:hedges 8.4.dev</a></li> <li class="active"><a href="">2014-12-12 08:42:09</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:hedges <small> 8.4.dev <span class="label label-success">5 s</span> </small> </h1> <p><em><script>document.write(moment("2014-12-12 08:42:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-12 08:42:09 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:hedges/coq:contrib:hedges.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:hedges.8.4.dev coq.8.4.dev</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.4.dev). The following actions will be performed: - install coq:contrib:hedges.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:hedges.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:hedges.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:hedges.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --verbose coq:contrib:hedges.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:hedges.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:hedges] Fetching https://gforge.inria.fr/git/coq-contribs/hedges.git#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:hedges.8.4.dev/.git/ [master (root-commit) e34f74f] opam-git-init From https://gforge.inria.fr/git/coq-contribs/hedges * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 LICENSE Make Makefile bench.log description hedges.v HEAD is now at dd348db Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:hedges.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . Hedges &quot;hedges.v&quot; &gt; &quot;hedges.v.d&quot; || ( RV=$?; rm -f &quot;hedges.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . Hedges hedges for i in hedges.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Hedges/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Hedges/$i; \ done Installing coq:contrib:hedges.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Total: 213 K</p> <ul> <li>213 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Hedges/hedges.vo</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:hedges/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:hedges.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:hedges.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:hedges.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:hedges] Fetching https://gforge.inria.fr/git/coq-contribs/hedges.git#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:hedges.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/Hedges </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>
app/views/partials/headbandStandard.html
robbyronk/conf-registration-web
<div class="crs--headband" ng-style="subHeadStyle"> <div class="container-fluid" data-ng-show="adminDashboard"> <div class="crs--tagline-wrapper" > <div class="crs--tagline-logo circle bg--white inline-block center-vertical"> <i class="icon icon-heart center-vertical"></i> </div> <h1 class="crs--tagline-text inline-block">Forms for events. Easy peasy.</h1> </div> </div> </div>
src/main/resources/com/thalesgroup/jenkins/plugins/initscript/GroovyInitScript/help-groovyCode.html
cittools/nodeinitscript
<!-- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (c) 2012 Thales Global Services * * Author : Robin Jarry * * * * 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: * * * * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ --> <div> This Groovy code will be executed on this node when it comes online. </div>
about-us.html
leemtek/changessalon.com
<!DOCTYPE html> <html lang="en" ng-app="changessalonApp"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Changes Salon | About Us</title> <!-- favicon --> <link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png"> <link rel="manifest" href="assets/img/favicon/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Bootstrap --> <link href="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Font-awesome --> <link rel="stylesheet" href="assets/bower_components/font-awesome/css/font-awesome.min.css"> <!-- LeemTek --> <link href="assets/css/leemtek.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for 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]--> <!-- Facebook Pixels --> <div ng-include="'assets/includes/facebook-pixels.html'"></div> </head> <body> <!-- Google Analytics --> <div ng-include="'assets/includes/google-analytics.html'"></div> <header> <div id="social" class="text-right"> <div class="col-md-12"> <ul class="list-inline"> <li><a class="btn btn-default button-black" href="https://www.facebook.com/pages/Changes-Salon-Day-Spa/172296847881" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></li> <li><a class="btn btn-default button-black" href="https://twitter.com/changeswc" target="_blank"><i class="fa fa-twitter fa-lg"></i></a></li> <li><a class="btn btn-default button-black" href="https://instagram.com/changeswc/" target="_blank"><i class="fa fa-instagram fa-lg"></i></a></li> <li><a class="btn btn-default button-black" href="http://www.yelp.com/biz/changes-salon-and-day-spa-walnut-creek" target="_blank"><i class="fa fa-yelp fa-lg"></i></a></li> <li><a class="btn btn-default button-black" href="https://plus.google.com/u/0/112284510401602783718/posts" target="_blank"><i class="fa fa-google-plus fa-lg"></i></a></li> <li class="hidden-xs" id="phone">925.947.1814</li> </ul> </div> </div> <a href="index.html"><img src="assets/img/logo.png"></a> <div id="sminfo"> <a href="salon-services.html">Salon</a>&nbsp; | &nbsp; <a href="spa-services.html">Spa</a> &nbsp;| &nbsp; <a href="http://saas.shopsite.com/chan13/" target="_blank">Shop / Gift Cards</a> &nbsp;| &nbsp; <a href="https://bookchangessalon.com/onlinebooking2/#/" target="_blank">Make an Appointment</a> </div> </header> <nav class="navbar navbar-inverse"> <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> </div> <div class="collapse navbar-collapse" id="navbar"> <ul class="nav navbar-nav"> <!-- SALON --> <li class="dropdown"> <a href="salon-services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">SALON <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="hair.html">Hair Services</a></li> <li><a href="wedding-special-event.html">Weddings &amp; Social Events</a></li> <li><a href="nails-mani-pedi.html">Nails</a></li> <li><a href="makeup-services.html">Makeup</a></li> <li><a href="hair-removal.html">Hair Removal</a></li> <li><a href="mens-salon-and-spa-services.html">Especially For Men</a></li> <li><a href="packages.html">Packages</a></li> <li><a href="vip-points.html">VIP Program</a></li> <li><a href="group-events.html">Group Events</a></li> </ul> </li> <!-- SPA --> <li class="dropdown"> <a href="spa-services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">SPA <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="massage.html">Massage</a></li> <li><a href="/acoustic-body-balancing.php">Acoustic Body Balancing</a></li> <li><a href="spa-body-therapies.html">Spa Body Therapies</a></li> <li><a href="skin-care-services.html">Skin Care</a></li> <li><a href="medi-treatment-services.html">Medi Treatments</a></li> <li><a href="nails-mani-pedi.html">Nails</a></li> <li><a href="packages.html">Packages</a></li> <li><a href="hair-removal.html">Hair Removal</a></li> <li><a href="memberships.html">Memberships</a></li> </ul> </li> <!-- APPOINTMENTS --> <li class="dropdown"> <a href="appointments.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">APPOINTMENTS <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://www.demandforced3.com/www/etile_scheduler_popup.jsp?d3cp_exid=changessalon&d3cp_source=My%20Website">Request an Appointment</a></li> <li><a href="https://bookchangessalon.com/onlinebooking2/#/" target="_blank">Online Booking</a></li> <li><a href="vip-points.html">VIP Points Program</a></li> <li><a href="before-your-appointment.html">Before Your Appointment</a></li> <li><a href="frequently-asked-questions.html">FAQ</a></li> </ul> </li> <!-- ABOUT --> <li class="dropdown"> <a href="about-us.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">ABOUT <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="memberships.html">Memberships</a></li> <li><a href="specials.html">Specials</a></li> <li><a href="team.html">Our Team</a></li> <li><a href="careers.html">Careers</a></li> <li><a href="http://saas.shopsite.com/chan13/">Gift Certificates</a></li> <li><a href="packages.html">Packages</a></li> <li><a href="events.html">Events</a></li> <li><a href="group-events.html">Group Events</a></li> <li><a href="contact-us.html">Contact Us</a></li> </ul> </li> <!-- STORE --> <li><a href="http://saas.shopsite.com/chan13/">STORE</a></li> <!-- BLOG --> <li><a href="https://changessalon.wordpress.com">BLOG</a></li> </ul> </div> <!--/.nav-collapse --> </div> </nav> <div id="about-us"> <section class="container"> <div class="row"> <div class="col-md-10"> <img src="images/about_us.jpg" id="main"> <h2>About Us</h2> <p>Changes Salon &amp; Day Spa - serving Walnut Creek and the surrounding Bay Area communities since 1984! Whether you are looking for a new hair style or the perfect spa gift we've got you covered. Our team is always on top of the latest trends and technology in hair, nail and skin care and delivers the ultimate in stress relieving massage and spa therapies.</p> <div class="row"> <div class="col-md-6"> <h3>Salon Services</h3> <button><a href="salon-services.html"><strong>Learn More</strong></a></button> </div> <div class="col-md-6"> <h3>Spa Services</h3> <button><a href="spa-services.html"><strong>Learn More</strong></a></button> </div> </div> <div> <h3>Our Mission</h3> <p id="we-will"> We will deliver the highest quality, customer driven, innovative service.</p> <h3>Core Values and Beliefs</h3> <ul> <li><p><em>We consider it a privilege to service our clients and we will always treat them with the utmost respect. We believe we have a responsibility to our community, and we will demonstrate this by contributing our time and effort, as well as money.</em></p></li> <li><p><em>Due to the fact our future as a company rests squarely on the knowledge, imagination, skill, teamwork, and integrity of our employees, we value these qualities highly. Appreciation for these qualities will be demonstrated with personal praise, respect, prestige, increased authority and responsibility, and commensurate compensation.</em></p></li> <li><p><em>We will maintain a friendly, efficient, and organized work environment to effectively serve our clients.</em></p></li> <li><p><em>We are committed to the highest standards of ethics and integrity and we will strive to do what is right.</em></p></li> </ul> <h3>Awards</h3> <p>Diablo Magazine's Best of the East Bay 40 time winner including Best Salon and Best Day Spa Bay Area News Group Best In the East Bay including Best Salon and Best Day Spa Walnut Creek Magazine Best of Walnut Creek winner including Best Manicure and Pedicure, Best Massage and Best Waxing Global Salon Business Awards winner California State Assembly Small Business of the Year</p> <div id="rewards" class="row text-center"> <img src="images/awards/BOTEB.jpg"> <img src="images/awards/BIEB14_CC.jpg"> <img src="images/awards/bowc.jpg"> <img src="images/awards/GSBA Trophy_orig_large.jpg"> <img src="images/awards/assembly.jpg"> </div> </div> </div> <div class="col-md-2"> <section id="sub-menu"> <p><a href="salon-services.html">All Salon Services</a></p> <p><a href="spa-services.html">All Spa Services</a></p> <p><a href="memberships.html">Memberships</a></p> <p><a href="specials.html">Specials</a></p> <p><a href="team.html">Our Team</a></p> <p><a href="careers.html">Careers</a></p> <p><a href="store.html">Gift Certificates</a></p> <p><a href="packages.html">Packages</a></p> <p><a href="events.html">Events</a></p> <p><a href="contact-us.html">Contact Us</a></p> </section> </div> </div> </section> </div> <footer> <div class="container"> <div class="row"> <!-- main left side --> <div class="col-md-4"> <div class="row"> <div class="col-md-3"> <p> <strong>Address</strong> </p> </div> <div class="col-md-9"> <p>Changes Salon &amp; Day Spa <br> 1475 North Broadway <br> Walnut Creek, CA 94596 <br> <hr> </p> </div> </div> <!-- mail --> <div class="row"> <div class="col-md-3"> <p> <strong>Mail</strong> </p> </div> <div class="col-md-9"> <p>info@changessalon.com <br> <hr> </p> </div> </div> <!-- phone --> <div class="row"> <div class="col-md-3"> <p> <strong>Phone</strong> </p> </div> <div class="col-md-9"> <p>925-947-1814</p> </div> </div> </div><!-- /col-md-4 --> <div class="col-md-4"> <p> <strong>Hours</strong> <br> Sunday 9:00 am - 5:30 pm <br> Monday 9:00 - 3:00 pm <br> Tuesday - Thursday 9:00 am - 9:30 pm <br> Friday and Saturday 8:00 am - 6:30 pm </p> </div><!-- /col-md-4 --> <div class="col-md-4"> <div><a class="btn btn-default button-black" href="">Schedule an Appointment</a></div> <div class="space-top-10"><a class="btn btn-default button-black" href="">Join Our Mailing List</a></div> <div class="space-top-10"><input type="email" class="form-control" id="exampleInputEmail1"></div> <div class="space-top-10"><a class="btn btn-danger" href="">Go</a> </div> </div> </div> </div> </footer> <section id="subfooter"> <div class="container"> <div class="row"> <address class="col-md-4"> <p>2015 Changes Salon &amp; Day Spa&copy; All Rights Reserved</p> </address> <div class="col-md-4"> <a href="http://50.255.49.145/login.asp"> <p>Employee Login</p> </a> </div> <div class="col-md-4"> <p>Web Development by <a href="http://www.leemtek.com" target="_blank">LeemTek</a></p> </div> </div> </div> </section> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="assets/bower_components/jquery/dist/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/bootstrap/dist/js/bootstrap.min.js"></script> <!-- AngularJS --> <script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/angular/angular.min.js"></script> <script src="https://d1xrp9zhb3ks3c.cloudfront.net/web/changessalon/node_modules/angular-animate/angular-animate.min.js"></script> <!-- LeemTek JS --> <script src="assets/js/leemtek.js"></script> </body> </html>
public/modules/users/views/phaseThree.client.view.html
yilaisu/phonebuzz
<section class="row" data-ng-controller="PhoneBuzzController" data-ng-init="init()"> <h3 class="col-md-10 text-center">Dial a number with PhoneBuzz: now with delay!</h3> <div class="col-xs-8 col-md-offset-2 col-md-6"> <form data-ng-submit="call(false)" class="signin form-horizontal" autocomplete="off"> <fieldset> <div class="form-group"> <label for="to">Phone Number To Call</label> <input type="text" id="to" name="to" class="form-control" data-ng-model="credentials.to" placeholder="Phone Number"> </div> <div class="form-group"> <label for="Delay">Delay</label> <input type="text" id="sec" name="sec" class="form-control" data-ng-model="credentials.sec" placeholder="Seconds"> </div> <div class="text-center form-group"> <button type="submit" class="btn btn-large btn-primary">Call</button> </div> <div data-ng-show="error" class="text-center text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> <h3 class="col-md-10 text-center">{{submitMessage}}</h3> </section>
demo.html
haliphax/jquery.imgradio
<!doctype html> <html lang="en-US"> <head> <meta charset="utf-8" /> <title>jQuery.imgradio Demonstration</title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" src="jquery.imgradio.js"></script> <script type="text/javascript"> $(function() { $('.radio').imgradio(); $('.checkbox').imgradio(); $('.rating').imgradio(1); }); </script> <style type="text/css"> span.radio_img { display: inline-block; height: 32px; width: 33px; margin-right: 2px; background:url(star-empty.gif); } span.radio_img.checked { background:url(star-full.gif); } </style> </head> <body> <h1>jQuery.imgradio Demonstration</h1> <p> View this page's source for a closer look at how it all works. <br /> For more information, visit the <a href="http://plugins.jquery.com/project/imgradio/">Image Radio project page</a> on <a href="http://plugins.jquery.com/">plugins.jquery.com</a>. </p> <form method="POST"> <h2>Standard radio button behavior</h2> <p> <input type="radio" name="myradio" id="radio_1" class="radio" value="1" /><label for="radio_1">1</label> <input type="radio" name="myradio" id="radio_2" class="radio" value="2" /><label for="radio_2">2</label> <input type="radio" name="myradio" id="radio_3" class="radio" value="3" /><label for="radio_3">3</label> <input type="radio" name="myradio" id="radio_4" class="radio" value="4" /><label for="radio_4">4</label> <input type="radio" name="myradio" id="radio_5" class="radio" value="5" /><label for="radio_5">5</label> </p> <h2>Standard check box behavior</h2> <p> <input type="checkbox" name="mycheckbox" id="checkbox_1" class="checkbox" value="1" /><label for="checkbox_1">1</label> <input type="checkbox" name="mycheckbox" id="checkbox_2" class="checkbox" value="2" /><label for="checkbox_2">2</label> <input type="checkbox" name="mycheckbox" id="checkbox_3" class="checkbox" value="3" /><label for="checkbox_3">3</label> <input type="checkbox" name="mycheckbox" id="checkbox_4" class="checkbox" value="4" /><label for="checkbox_4">4</label> <input type="checkbox" name="mycheckbox" id="checkbox_5" class="checkbox" value="5" /><label for="checkbox_5">5</label> </p> <h2>"Rating" system behavior</h2> <p> <input type="radio" name="myrating" id="rating_1" class="rating" value="1" /><label for="rating_1">1</label> <input type="radio" name="myrating" id="rating_2" class="rating" value="2" /><label for="rating_2">2</label> <input type="radio" name="myrating" id="rating_3" class="rating" value="3" /><label for="rating_3">3</label> <input type="radio" name="myrating" id="rating_4" class="rating" value="4" /><label for="rating_4">4</label> <input type="radio" name="myrating" id="rating_5" class="rating" value="5" /><label for="rating_5">5</label> </p> </form> <br /> <p>&copy;2011 Todd Boyd - <a href="http://roadha.us/">roadha.us</a></p> </body> </html>
styles/main.css
mikeismint/otterspool
/******************* BASICS *******************/ body { background-color: #e2e3e4; font-family: "Century Gothic", 'Open Sans', sans-serif; color: #333; } html { font-size: 70%; } a { cursor: pointer; text-decoration: none; } a:hover { color: #99c; } h2 { margin-left: 10px; font-size: 2.4em; font-weight: 700; } h3 { text-align: center; font-size: 1.5em; } .clear { clear: both; } .lightback { background-color: #dce9f4; color: #333; } .darkback { background-color: #004e94; color: #eee; } #container { width: 960px; min-height: 350px; margin: 15px auto; padding-bottom: 20px; overflow: hidden; background: #fff; border-radius: 20px; } #content { float: left; width: 620px; margin: 0 10px; overflow: hidden; } #sidebar { float: right; margin-top: 27px; width: 320px; } .logo { float: left; margin-top: 10px; font-family: 'Ribeye', Georgia, serif; line-height: 0.8; } .logo:first-letter { float: left; margin-bottom: 0; } .infobox { float: left; width: 290px; margin: 10px; line-height: 20px; border-radius: 3px; } .infobox .infoimg { width: 270px; height: 80px; margin: 10px; border-radius: 3px 3px 0 0; } .infobox h3 { float: left; margin-top: 40px; padding: 5px 0; width: 100%; letter-spacing: -1px; font-size: 1.5em; } .darkback h3 { background-color: rgba( 0, 78, 148, 0.8); } .lightback h3 { background-color: rgba( 220, 232, 244, 0.8); } .infobox ul { margin: 10px; } .infobox li { padding-left: 10px; padding-bottom: 5px; font-size: 1.2em; } .infobox li .address { padding-left: 25px; } .infobox li:before { content: ">"; padding-right: 5px; font-family: 'Ribeye', cursive; font-weight: 600; } .darkback li:before { color: #dce8f4; } .lightback li:before { color: #004e94; } .infobox img { padding: 0 5px; } /******************* HEADER *******************/ #header { float: left; margin: 10px; } #header .logo { width: 460px; font-size: 32px; line-height: 0.8; } #header .logo a { color: #004394; } #header .logo a:hover { color: #99c; } #header .logo:first-line { font-size: 64px; letter-spacing: -6px; } #header .logo:first-letter { font-size: 96px; letter-spacing: -8px; } #header hr { position: absolute; top: 120px; width: 940px; height: 0; margin: 0; border: none; border-top: 5px solid #004394; border-radius: 0 0 20px 20px; } /******************************** TOP NAV *************************************/ #topNav { float: right; list-style: none; } #topNav li { float: left; display: inline-block; height: 40px; padding-left: 20px; } #topNav a { display: block; font-size: 1.2rem; font-weight: 800; line-height: 32px; letter-spacing: -1px; text-align: center; color: #333; } #topNav a:hover { color: #004e94; } #topNav img { width: auto; height: 32px; } /******************* MAIN NAV *******************/ #mainNav { float: right; margin-top: 21px; list-style: none; z-index: 2; } #mainNav > li { display: inline-block; width: 88px; } #mainNav a { display: block; margin: 0; padding-top: 4px; font-size: 1.3rem; font-weight: 400; line-height: 30px; letter-spacing: -1px; color: #ddf; text-align: center; background-color: #99c; border-radius: 7px 7px 0 0; } #mainNav a:hover { background-color: #004394; color: #eef; } #mainNav .current { background-color: #004394; color: #fff; } #mainNav ul a { border-radius: 0 0 0 0; } #mainNav ul { display: none; padding-top: 5px; z-index: 3; } #mainNav li:hover ul { display: block; position: absolute; } #mainNav li:hover li { float: none; } #mainNav ul li { width: 88px; } /******************* Breadcrumbs *******************/ #breadcrumbs { float: left; margin-left: 10px; margin-top: 20px; font-size: 1em; } #breadcrumbs li { display: inline; } .crumb, .thiscrumb{ color:#221; padding-right: 5px; } .thiscrumb { font-size: 1.1em; font-weight: bold; } .crumb:after { padding-left: 5px; content: ">"; font-family: 'Ribeye'; font-size: 1.2em; color: #004394; } /******************* ANIMAL SEARCH ******************/ .pet { float: left; margin: 10px 10px 20px 10px; padding: 5px; color: #004e94; border: 1px dashed #99c; border-radius: 5px; } .pet:hover { background: #004e94; color: white; } .pet img { width: 122px; height: 122px; border-radius: 5px; } .pet .name { font-size: 1.4em; letter-spacing: -1px; padding: 10px 0; } /******************** ANIMAL PROFILE *********************/ .petdata{ float: left; width: 462px; font-size: 1.15em; } .petdata .heading { padding: 3px; color: #004e94; font-weight: 700; font-size: 1.3em; letter-spacing: -1px; } .portrait { float: left; width: 220px; height: 220px; margin: 10px; border-radius: 3px; } #petinfo { float: left; margin: 10px; width: 200px; } #petinfo td { width: 90px; padding: 10px; color: #555; } #petinfo .label { font-weight: 700; text-align: right; color: #004e94; } #petinfo .odd { background-color: #dce8f4; } iframe { display: block; margin: 10px auto; } .gallery { float: left; width: 132px; margin: 10px; border: 1px dashed #99c; border-top: 0; border-radius: 5px; } .gallery img { width: 122px; height: 122px; margin: 5px; border-radius: 3px; } .gallery p { margin-right: -5px; margin-left: -5px; padding: 5px 10px; font-size: 1.3em; color: #eee; background-color: #004e94; border-radius: 3px; } #description, #adoptinfo { margin: 0 10px; border-radius: 3px; } .rehomeButtons a { float: left; width: 180px; margin: 5px 10px; padding: 5px 10px; color: #eee; font-weight: 600; line-height: 16pt; background-color: #99c; border-radius: 3px; } .rehomeButtons a:hover { background-color: #004e94; } .rehomeButtons a:after { content: ">"; padding-right: 5px; float: right; font-size: 1.2em; font-family: 'Ribeye', cursive; } #adoptinfo { margin: 10px; padding: 10px 20px; color: #555; line-height: 20px; background-color: #dce8f4; } #adoptinfo .heading { font-size: 16px; font-weight: bold; } #adoptinfo li:before { content: ">"; padding-right: 5px; color: #004394; font-weight: 700; font-family: 'Ribeye', cursive; } /******************** NEWSSTORY*********************/ #newsstory .postdate { font-style: italic; } #newsstory .tags { float: left; margin: 5px 10px; padding: 0 10px; line-height: 18px; color: #fff; background-color: #004e94; } #newsstory img { float: left; width: 122px; height: 122px; margin: 5px 10px 0 10px; border-radius: 3px; } #newsstory .newsimage { margin: 10px; } #newsstory img.large { margin: 0 40px; width: 500px; height: 300px; } .newsimage .caption { font-size: 0.8em; text-align: center; } #newsstory .newstext { margin: 5px 10px; color: #555; font-size: 1.2em; } /******************* SIDEBAR ******************/ .catButton, .dogButton { height: 150px; margin: 10px; background-size: 350px auto; border-radius: 3px; } .catButton { background-image: url('../img/catbutton.jpg'); } .catButton a, .dogButton a { float: left; width: 280px; margin-top: 110px; padding: 5px 10px; font-size: 1.5em; letter-spacing: -1px; color: white; background-color: rgba( 0, 78, 148, 0.8); } .catButton a:after, .dogButton a:after { content: "> > >"; font-family: 'Ribeye Marrow', cursive; font-size: 1.2em; float: right; } .catButton a:hover, .dogButton a:hover { color: #004e94; background-color: #ccf; } .latestNews { margin: 10px 15px; border: 1px dashed #99c; border-top: 0px; border-radius: 3px; } .latestNews > .heading { width: 280px; margin-left: -5px; padding: 5px 10px; color: white; font-size: 1.5em; letter-spacing: -1px; background-color: rgba( 0, 78, 148, 1.0); border-radius: 3px; } .newsBrief { padding: 10px; } .newsBrief a { font-weight: 600; } .newsBrief img { float: left; width: 80px; margin-right: 5px; border-radius: 2px; } .newsBrief .heading { font-size: 1.2em; font-weight: 700; } /**************************** CONTACT FORMS ***********************************/ form { float: left; width: 360px; margin: 10px; padding: 0; border-radius: 3px; } .formfield { float: left; width: 350px; margin-bottom: 10px; padding: 7px 5px; color: #333; border: 1px dashed #99c; border-radius: 0 3px 3px 0; } .formfield label { float: left; width: 105px; padding-right: 10px; text-align: right; line-height: 21px; font-size: 1.2em; } .formfield input, .formfield textarea, .formfield select{ float: left; margin: 0; height: 18px; padding: 0 0 0 5px; width: 227px; font-family: inherit; font-size: 1.2em; color: #333; border: 1px solid #fff; background-color: transparent; } .formfield input:hover, .formfield textarea:hover { border: 1px solid #004e94; } .formfield textarea { margin-top: 5px; width: 345px; height: 100px; resize: none; } .formfield select { font-size: 1.2em; border: 1px solid #99c; border-radius: 3px; } .button { float: right; width: 125px; padding: 0; line-height: 20px; } .button input { width: 100%; height: 100%; padding: 5px; font-weight: bold; } .button input:hover { background-color: #004e94; color: #eee; } #contactinfo { float: left; width: 200px; margin: 10px; padding: 10px; font-size: 1.2em; color: #444; background-color: #dce9f4; border-radius: 3px; } #contactinfo h3 { color: #004e94; } #contactinfo p { text-align: justify; margin: 5px 0; } #contactinfo .contacttype { font-style:italic; padding-top:5px; } #contactinfo .contactdetail { padding-bottom: 5px; color: #004e94; font-size: 1.1em; border-bottom: 1px dashed #99c; border-radius: 3px; } /******************* Content Footer ***********************/ #contentFoot p, #contentFoot a { color: #222; text-align: center; } /******************* FOOTER *******************/ #footer { width: 960px; height: 150px; margin: 20px auto; overflow: hidden; background: #004394; border-radius: 20px; } #footer .logo { width: 300px; margin: 10px; font-size: 18px; } #footer .logo a { color: #efefef; } #footer .logo a:hover { color: #99c; } #footer .logo:first-line { font-size: 36px; letter-spacing: -4px; } #footer .logo:first-letter { font-size: 54px; letter-spacing: -6px; } #footer #nav { float: right; font-size: 1.2rem; margin-top: 10px; } #footer #nav a { width: 92px; height: 16px; display: block; text-align: center; } #footer .virginLink { float: right; margin-top: 5px; margin-right: 5px; } #footer .topitem { display: inline-block; } #footer .topitem a { font-weight: 700; color: #eef; } #footer .subitem a { font-weight: 400; color: #99c; } #footer #nav a:hover { color: #99c; } #footer .topitem > ul { display: table; } #footer .address { margin-top: -85px; margin-left: 20px; float: left; width: 230px; text-align: left; color: #bbe; } #footer .charitydetails { float: right; margin-top: 74px; margin-right: 10px; color: #99c; }
app/views/Application/login.html
gripson/EIMS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=${_response_encoding}"> <title></title> <link rel="stylesheet" href="@{'/public/stylesheets/default.css'}" type="text/css" media="screen" title="no title" charset="${_response_encoding}"> <link rel="stylesheet" href="@{'/public/stylesheets/admin.css'}" type="text/css" media="screen" title="no title" charset="${_response_encoding}"> <script src="../../public/javascripts/jquery-1.6.4.min.js" type="text/javascript"></script> <script src="http://counter.sina.com.cn/ip/" type="text/javascript" charset="utf-8"></script><!--获取接口数据,注意charset --> <script typr="text/javascript" charset="utf-8"> $(function() { var ip=ILData[0]; $("#ip").val(ip); }) </script> </head> <body id="jobs"> <div id="login"> <h2>企业信息管理系统登录</h2> #{form @logincheck()} #{if flash.error} <div id="loginError"> ${flash.error} </div> #{/if} <label for="email">用户名</label> <input type="text" name="name" id="name" value="" /> <label for="password">密码</label> <input type="password" name="password" value="" id="password" /> <input type="text" name="ip" value="" id="ip" style="display:none;"/> <input class="submit" name="signin" type="submit" value="登录" id="signin"/> #{/form} </div> </body> </html>
src/main/resources/public/login.html
infsci2560sp16/full-stack-web-project-HuiZhang0312
<!DOCTYPE HTML> <html> <head> <title>Login Page</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="all"> <script> function login(){ var username = $("#username").val(); var password = $("#password").val(); var info = JSON.stringify({"username":username,"password":password}); alert(info); $.ajax({ contentType:'application/json', url : "/login", type : "post", dataType: "json", data:info, success : function(){ alert("Login successfully."); window.location.href='/index.html'; } }); } </script> </head> <body> <div id="header"> <ul> <li><a href="index.html">home</a></li> <li><a href="flowers.html">flowers</a></li> <li><a href="search.html">search</a></li> <li class="selected"><a href="login.html">login</a></li> <li><a href="register.html">register</a></li> </ul> <div class="logo"> <a href="index.html"><img src="images/orchid_logo.jpg" alt=""> </a> </div> </div> <div id="body"> <div class="about"> <h1> login </h1> <form action="LoginServlet" method="post"> <table class="table"> <tr> <td class="title"> + LOGIN </td> </tr> <tr> <td class="grey"> <img src="images/warning.gif" width="16" height="16" alt=""> <b>Please enter username and password.</b> </td> </tr> <tr> <td> Username </td> </tr> <tr> <td> <input id="username" name="username" type="text" class="username" size="30"> </td> </tr> <tr> <td></td> </tr> <tr> <td> Password </td> </tr> <tr> <td> <input id="password" name="password" type="password" class="password" size="30"> </td> </tr> <tr> <td class="orange"> <a href="register.html">Register?</a> </td> </tr> <tr> <td class="button"> <input type="image" src="images/login.jpg" alt="login" onclick="login()"> </td> </tr> </table> </form> </div> </div> <div id="footer"> <div> <div class="connect"> <h4> Follow us: </h4> <ul> <li class="facebook"> <a href="#">facebook</a> </li> <li class="twitter"> <a href="#">twitter</a> </li> </ul> </div> <p> Copyright &copy; 2016. All rights reserved. </p> </div> </div> </body> </html>
src/Frontend/UI/src/app/pages/scriptinstances/scriptinstance-details/scriptinstance-details.component.html
andiexer/EagleEye-ScriptLogPlatform
<button mat-button (click)="goBack()" style="margin-bottom:5px;"><mat-icon>arrow_back</mat-icon>Go Back</button> <div fxLayout="row" fxLayoutWrap fxLayoutAlign="space-around start" style="margin-bottom: 15px;"> <div fxFlex="32%"> <mat-card> <mat-card-header> <mat-card-title>Script Instance Informations</mat-card-title> </mat-card-header> <mat-card-content> <dl class="dl-horizontal" *ngIf="!loadingScriptInstance"> <dt>Status</dt> <dd>{{scriptInstance?.instanceStatus}}</dd> <dt>Start Time</dt> <dd>{{scriptInstance?.createdDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</dd> <dt>End Time</dt> <dd *ngIf="scriptInstance?.endDateTime != null">{{scriptInstance?.endDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</dd> <dd *ngIf="scriptInstance?.endDateTime == null">Scriptinstance is not finished</dd> <dt>Transaction ID </dt> <dd>{{scriptInstance?.transactionId}}</dd> </dl> <div fxLayoutAlign="center" *ngIf="loadingScriptInstance"> <mat-spinner></mat-spinner> </div> </mat-card-content> </mat-card> </div> <div fxFlex="30%"> <mat-card> <mat-card-header> <mat-card-title>Host Informations</mat-card-title> </mat-card-header> <mat-card-content> <dl class="dl-horizontal" *ngIf="scriptInstance?.host != null && !loadingScriptInstance"> <dt>Hostname</dt> <dd>{{scriptInstance?.host.fqdn}}</dd> </dl> <div fxLayoutAlign="center" *ngIf="loadingScriptInstance"> <mat-spinner></mat-spinner> </div> <span *ngIf="scriptInstance?.host == null">Host doesn't exist anymore.</span> </mat-card-content> </mat-card> </div> <div fxFlex="30%"> <mat-card> <mat-card-header> <mat-card-title>Script Informations</mat-card-title> </mat-card-header> <mat-card-content> <dl class="dl-horizontal" *ngIf="scriptInstance?.script != null && !loadingScriptInstance"> <dt>Script Name</dt> <dd>{{scriptInstance?.script.scriptname}}</dd> <dt>Description</dt> <dd>{{scriptInstance?.script.description}}</dd> </dl> <div fxLayoutAlign="center" *ngIf="loadingScriptInstance"> <mat-spinner></mat-spinner> </div> <span *ngIf="scriptInstance?.script == null">Script doesn't exist anymore.</span> </mat-card-content> </mat-card> </div> </div> <mat-card> <mat-card-header fxLayout="row" fxLayoutAlign="space-between stretch" fxLayoutWrap> <mat-card-title fxFlexAlign="left">Logs</mat-card-title> <div fxFlexAlign="right"> <form fxLayout="row" [formGroup]="searchForm" (ngSubmit)="onSearch()"> <div fxFlex="230px"> <mat-form-field class="form-control"> <mat-select placeholder="Log Level" name="logLevel" formControlName="logLevel" multiple> <mat-option *ngFor="let option of logLevelOptions" [value]="option.value"> {{option.label}} </mat-option> </mat-select> </mat-form-field> </div> <div fxFlex="230px"> <mat-form-field class="form-control"> <input matInput id="text" type="text" placeholder="Text" formControlName="text"> </mat-form-field> </div> <button mat-button type="submit" [disabled]="!searchForm.valid"><mat-icon>search</mat-icon>Search</button> <button mat-button color="warn" (click)="onSearchClear()"><mat-icon>clear</mat-icon>Clear</button> </form> </div> </mat-card-header> <mat-card-content> <mat-paginator [pageIndex]="currentPage" [length]="length" [pageSize]="pageSize" [pageSizeOptions]="pageSizeOptions" (page)="onPageChange($event)"> </mat-paginator> <table class="mdl-data-table mdl-js-data-table table-shadow"> <thead> <tr> <th>Time</th> <th>Level</th> <th>Text</th> </tr> </thead> <tbody *ngIf="!loadingScriptInstanceLogs"> <tr *ngFor="let log of scriptInstanceLogs "> <td width="200px">{{log.logDateTime | amDateFormat: 'DD.MM.YYYY HH:mm:ss'}}</td> <td width="150px"><span [class]="'logLevel ' + (log.logLevel | logLevelIcon)"><mat-icon>{{log.logLevel | logLevelIcon}}</mat-icon></span> {{log.logLevel}}</td> <td>{{log.logText}}</td> </tr> </tbody> </table> <div fxLayoutAlign="center" *ngIf="loadingScriptInstanceLogs"> <mat-spinner></mat-spinner> </div> </mat-card-content> </mat-card>
public/static/css/highbatch.css
nobuhito/HighBatch
body { padding-top: 70px; } .btn { margin-left: 5px; } .glyphicon { margin-right: 2px; } .resolve { float: right; } .execute { float: right; } pre.console { background: #3f3f3f; color: #dcdcdc; } .list-group-item { padding: 5px 15px; } th { width: 150px; } input[type="file"] { display: none; } .drag { padding: 20px; } dd { font-family: monospace; } .permalink { margin-top: 18px; margin-left: 20px; } pre.console, pre.hljs { min-height: 100px; max-height: 200px; } .version { margin-left: 0px; } svg> g.header { font-weight: 110%; font-size: 110%; } svg > .headerline { shape-rendering: crispEdges; }
index.html
kevinfjbecker/quickrank
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Quick Rank</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" /> <link href="typeahead-style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="myModal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Deck Import</h4> </div> <div class="modal-body"> <form> <div class="form-group"> <label for="message-text" class="control-label">Deck:</label> <textarea class="form-control" id="decklist-text" placeholder="Cockatrice Fomat Deck"></textarea> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <button id="import-button" type="button" class="btn btn-primary">Import</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="container"> <div class="row"> <div class="col-sm-12"> <div id="hero-selector" class="btn-group"> <button type="button" class="btn btn-default">Druid</button> <button type="button" class="btn btn-default active">Hunter</button> <button type="button" class="btn btn-default">Mage</button> <button type="button" class="btn btn-default">Paladin</button> <button type="button" class="btn btn-default">Priest</button> <button type="button" class="btn btn-default">Rogue</button> <button type="button" class="btn btn-default">Shaman</button> <button type="button" class="btn btn-default">Warlock</button> <button type="button" class="btn btn-default">Warrior</button> </div><!-- btn-group --> </div><!-- col --> </div><!-- row --> <div class="row"> <div class="col-sm-8"> <h1>Quick Rank</h1> </div> <div class="col-sm-3"> <div id="deck-tools" class="btn-group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span class="glyphicon glyphicon-cog" aria-hidden="true"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a id="save-deck" href="#">Save</a></li> <li><a id="load-deck" href="#">Load</a></li> <li><a id="import-deck" href="#">Import</a></li> <li class="divider"></li> <li><a id="enable-tracking" href="#">Track</a></li> <li><a id="clear-tracking" href="#">Clear</a></li> </ul> </div> </div> <div id="card-count" class="col-sm-1">0/30</div> </div><!-- row --> <div class="row"> <div class="col-sm-8"> <div id="the-basics" class="row"> <div class="col-sm-4 lookup-container"> <input class="typeahead" type="text" placeholder="1st Choice"> </div> <div class="col-sm-4 lookup-container"> <input class="typeahead" type="text" placeholder="2nd Choice"> </div> <div class="col-sm-4 lookup-container"> <input class="typeahead" type="text" placeholder="3rd Choice"> </div> </div><!-- row --> <div id="curves"> <div class="row"> <div id="minion-curve" class="col-sm-4"></div> <div id="spell-curve" class="col-sm-4"></div> <div id="weapon-curve" class="col-sm-4"></div> </div><!-- row --> <div id="mechanics-curves" class="row"></div><!-- row --> <div id="race-curves" class="row"></div><!-- row --> <div class="row"> <div id="full-curve" class="col-sm-4"></div> <div id="your-curve-here" class="col-sm-4"></div> <div id="some-other-curve" class="col-sm-4"></div> </div><!-- row --> </div> </div><!-- col --> <div id="deck-list" class="col-sm-4"></div> </div><!-- row --> <div class="row"> <div class="col-sm-12"> <div id="credits"> <a href="http://thelightforge.com/TierList"> Rankings are based on ADWCTA and Merps' Lightforge Tier List </a> </div> </div><!-- col --> </div><!-- row --> </div><!-- container --> <script src="https://code.jquery.com/jquery.min.js"></script> <script src="js/lib/jquery.finger.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> <script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"></script> <script src="https://d3js.org/d3.v3.min.js"></script> <script src="js/main.js"></script> <script src="js/cardrankCollection.js"></script> <script src="js/perClassCardRanks/druid.js"></script> <script src="js/perClassCardRanks/hunter.js"></script> <script src="js/perClassCardRanks/mage.js"></script> <script src="js/perClassCardRanks/paladin.js"></script> <script src="js/perClassCardRanks/priest.js"></script> <script src="js/perClassCardRanks/rogue.js"></script> <script src="js/perClassCardRanks/shaman.js"></script> <script src="js/perClassCardRanks/warlock.js"></script> <script src="js/perClassCardRanks/warrior.js"></script> <script src="js/cardranks.js"></script> <script src="js/carddata.js"></script> <script src="js/dataconnnector.js"></script> <script src="js/check.js"></script> <script src="js/curves.js"></script> <script src="js/deckview.js"></script> <script src="js/input.js"></script> <script src="js/deckimport.js"></script> <script src="js/persistence.js"></script> <script src="js/decktools.js"></script> <script src="js/showdeckquality.js"></script> <script src="js/init.js"></script> </body> </html>
WASP-turtlebot-DSL/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/142/0/.cp/javadoc/org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html
kribe48/wasp-mbse
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase (CDO Model Repository Documentation)</title> <meta name="date" content=""> <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="Uses of Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase (CDO Model Repository Documentation)"; } } 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><a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">Class</a></li> <li class="navBarCell1Rev">Use</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html" target="_top">Frames</a></li> <li><a href="InternalCDOWorkspaceBase.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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 Interface org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase" class="title">Uses of Interface<br>org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a></span><span class="tabEnd">&nbsp;</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.eclipse.emf.cdo.spi.workspace">org.eclipse.emf.cdo.spi.workspace</a></td> <td class="colLast"> <div class="block">Server provider interfaces (SPI) for CDO <a href="../../../../../../../org/eclipse/emf/cdo/workspace/CDOWorkspace.html" title="interface in org.eclipse.emf.cdo.workspace"><code>workspaces</code></a>.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.eclipse.emf.cdo.spi.workspace"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a> in <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/package-summary.html">org.eclipse.emf.cdo.spi.workspace</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/package-summary.html">org.eclipse.emf.cdo.spi.workspace</a> that return <a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a></span><span class="tabEnd">&nbsp;</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/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</a></code></td> <td class="colLast"><span class="typeNameLabel">InternalCDOWorkspace.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspace.html#getBase--">getBase</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </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><a href="../../../../../../../org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">Class</a></li> <li class="navBarCell1Rev">Use</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/eclipse/emf/cdo/spi/workspace/class-use/InternalCDOWorkspaceBase.html" target="_top">Frames</a></li> <li><a href="InternalCDOWorkspaceBase.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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 (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.</i></small></p> </body> </html>
samples/dfp/adbundle_8x1.html
InteractiveAdvertisingBureau/flex-ad-testing
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- ==================================================================== # /* # * Copyright (c) 2017, Interactive Advertising Bureau # * All rights reserved. # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: # Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # */ ==================================================================== --> <title>IAB: DFP Ad bundle showing flex, fixed, static image</title> <link rel="shortcut icon" href="//www.iab.net/media/image/iabnet.ico" /> <link rel="stylesheet" href="../../src/pub-flex-styles.css"> <link rel="stylesheet" href="../../root.css"> <link rel="stylesheet" href="adbundle.css"> <style type="text/css"> .iab-adcontent.autoscale iframe{ min-width:auto; } </style> <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script> googletag.cmd.push(function() { var gptAdSlots = []; gptAdSlots.push(googletag.defineSlot('/3790/Flex8:1', [1,1], 'div-gpt-flex-ad').addService(googletag.pubads())); gptAdSlots.push(googletag.defineSlot('/3790/Fixed728x90', [728,90], 'div-gpt-fixed-ad').addService(googletag.pubads())); gptAdSlots.push(googletag.defineSlot('/3790/Static8:1', [1,1], 'div-gpt-static-ad').addService(googletag.pubads())); gptAdSlots.push(googletag.defineSlot('/3790/Static728x90', [728,90], 'div-gpt-static300-ad').addService(googletag.pubads())); googletag.pubads().enableSingleRequest(); googletag.enableServices(); /* setInterval(function(){ googletag.pubads().refresh([gptAdSlots[0]]); }, 20000); */ }); </script> </head> <body> <script type="text/javascript" src="../../siteheader.js#root=../../"></script> <div class="mainContent"> <section class="intro"> <p class="em"> Best viewed on desktop or tablet devices. The size range for this ad is best suited for larger screens. </p> <!-- Common text encapsulation written from script --> <script src="adbundle_intro_text.js"></script> </section> </div> <div class="pageWrap "> <script> document.write(iabtxt.flex('8:1')); </script> <div class="iab-flexad" > <div class="iab-flexsizer flex-8x1" ></div> <div class="iab-adcontent"> <!-- AD INSERTED HERE --> <!-- /3790/Flex8:1 --> <div id='div-gpt-flex-ad'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-flex-ad'); }); </script> </div> </div> </div> <hr> <script> document.write(iabtxt.fixed('728x90')); </script> <div class="iab-flexad" > <div class="iab-flexsizer flex-8x1" ></div> <div class="iab-adcontent"> <!-- AD INSERTED HERE --> <!-- /3790/Flex8:1 --> <div id='div-gpt-fixed-ad'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-fixed-ad'); }); </script> </div> </div> </div> <hr> <script> document.write(iabtxt.aspectImg('8:1')); </script> <div class="iab-flexad" > <div class="iab-flexsizer flex-8x1" ></div> <div class="iab-adcontent"> <!-- AD INSERTED HERE --> <!-- /3790/Flex8:1 --> <div id='div-gpt-static-ad'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-static-ad'); }); </script> </div> </div> </div> <hr> <script> document.write(iabtxt.fixedImg('728x90')); </script> <div class="iab-flexad" > <div class="iab-flexsizer flex-8x1" ></div> <div class="iab-adcontent autoscale"> <!-- AD INSERTED HERE --> <!-- /3790/Flex8:1 --> <div id='div-gpt-static300-ad'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-static300-ad'); }); </script> </div> </div> </div> <hr> </div> <hr> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.0/mini-compiler/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mini-compiler: 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.7.0 / mini-compiler - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mini-compiler <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 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 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.7.0 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.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/mini-compiler&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniCompiler&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: compilation&quot; &quot;keyword: correctness&quot; &quot;keyword: arithmetic&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; &quot;date: 2003&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/mini-compiler/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/mini-compiler.git&quot; synopsis: &quot;Correctness of a tiny compiler for arithmetic expressions&quot; description: &quot;&quot;&quot; Tutorial correctness proof of a tiny compiler from simple arithmetic expressions (constants, variables and additions) to simple assembly-like code (one accumulator, infinitly many registers and addition)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/mini-compiler/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=f5679f730d174e15fa5d5396286c3b43&quot; } </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-mini-compiler.8.9.0 coq.8.7.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.7.0). The following dependencies couldn&#39;t be met: - coq-mini-compiler -&gt; coq &gt;= 8.9 Your request can&#39;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-mini-compiler.8.9.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>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.1/mathcomp-field/1.11.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 13 m 54 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.1 / mathcomp-field - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.11.0 <span class="label label-success">13 m 54 s</span> </small> </h1> <p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15: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 camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.1 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.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-solvable&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.field&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Fields&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz&quot; checksum: &quot;sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6&quot; } </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-mathcomp-field.1.11.0 coq.8.8.1</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-mathcomp-field.1.11.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 m 6 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-mathcomp-field.1.11.0 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 m 54 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.vo</code></li> <li>877 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.vo</code></li> <li>737 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo</code></li> <li>583 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.vo</code></li> <li>535 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.vo</code></li> <li>519 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.glob</code></li> <li>500 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.vo</code></li> <li>479 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.vo</code></li> <li>474 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.glob</code></li> <li>458 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.vo</code></li> <li>438 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.glob</code></li> <li>390 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.glob</code></li> <li>372 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob</code></li> <li>368 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.vo</code></li> <li>332 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.glob</code></li> <li>307 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.glob</code></li> <li>285 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.glob</code></li> <li>225 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.glob</code></li> <li>192 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/galois.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/fieldext.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v</code></li> <li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algC.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/falgebra.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/separable.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/closed_field.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/algnum.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/finfield.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/cyclotomic.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/field/all_field.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-field.1.11.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>
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/three-gap/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>three-gap: 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.1 / three-gap - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> three-gap <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-02 22:20:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 22:20:31 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 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.5.1 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/three-gap&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ThreeGap&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: real numbers&quot; &quot;keyword: Steinhaus&quot; &quot;keyword: Three Gap Theorem&quot; &quot;category: Mathematics/Geometry&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Miscellaneous&quot; ] authors: [ &quot;Micaela Mayero&quot; ] bug-reports: &quot;https://github.com/coq-contribs/three-gap/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/three-gap.git&quot; synopsis: &quot;A Proof of the Three Gap Theorem (Steinhaus Conjecture)&quot; description: &quot;&quot;&quot; This proof uses the real numbers. It is a classical proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/three-gap/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=2eb0a43d67d0aa5604f48ccfb9e520a0&quot; } </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-three-gap.8.10.0 coq.8.5.1</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.1). The following dependencies couldn&#39;t be met: - coq-three-gap -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) 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-three-gap.8.10.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>
web/bundles/acmedemo/style/style.css
ismaelsalesianoscadiz/s1
html { height: 100%;} * { margin: 0; padding: 0;} body { font: normal .80em 'trebuchet ms', arial, sans-serif; background: #F0EFE2 url(background.png) repeat; color: #777;} p { padding: 0 0 20px 0; line-height: 1.7em;} img { border: 0;} h1, h2, h3, h4, h5, h6 { font: normal 175% 'century gothic', arial, sans-serif; color: #068900; margin: 0 0 15px 0; padding: 15px 0 5px 0;} h2 { font: normal 175% 'century gothic', arial, sans-serif; color: #068900;} h4, h5, h6 { margin: 0; padding: 0 0 5px 0; font: normal 120% arial, sans-serif; color: #068900;} h5, h6 { font: italic 95% arial, sans-serif; padding: 0 0 15px 0; color: #000;} h6 { color: #362C20;} a, a:hover { outline: none; text-decoration: underline; color: #FD5BFF;} a:hover { text-decoration: none;} .left { float: left; width: auto; margin-right: 10px;} .right { float: right; width: auto; margin-left: 10px;} .center { display: block; text-align: center; margin: 20px auto;} blockquote { margin: 20px 0; padding: 10px 20px 0 20px; border: 1px solid #E5E5DB; background: #FFF;} ul { margin: 2px 0 22px 17px;} ul li { list-style-type: circle; margin: 0 0 6px 0; padding: 0 0 4px 5px;} ol { margin: 8px 0 22px 20px;} ol li { margin: 0 0 11px 0;} #main, #logo, #menubar, #site_content, #footer { margin-left: auto; margin-right: auto;} #header { height: 240px;} #logo { width: 825px; position: relative; height: 168px;} #logo #logo_text { position: absolute; top: 20px; left: 0;} #logo h1, #logo h2 { font: normal 300% 'century gothic', arial, sans-serif; border-bottom: 0; text-transform: none; margin: 0;} #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { padding: 22px 0 0 0; color: #000; letter-spacing: 0.1em; text-decoration: none;} #logo_text h1 a .logo_colour { color: #068900;} #logo_text h2 { font-size: 100%; padding: 4px 0 0 0; color: #676767;} #menubar { width: 900px; height: 72px; padding: 0; background: transparent url(transparent.png) repeat;} ul#menu, ul#menu li { float: left; margin: 0; padding: 0;} ul#menu li { list-style: none;} ul#menu li a { letter-spacing: 0.1em; font: normal 100% arial, sans-serif; display: block; float: left; height: 37px; padding: 29px 26px 6px 26px; text-align: center; color: #FFF; text-transform: uppercase; text-decoration: none; background: transparent;} ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover { color: #FFF; background: #068900;} #site_content { width: 837px; overflow: hidden; margin: 0 auto 0 auto; padding: 20px 24px 20px 37px; background: transparent url(transparent_light.png) repeat;} .sidebar { float: right; width: 190px; padding: 0 15px 20px 15px;} .sidebar ul { width: 178px; padding: 4px 0 0 0; margin: 4px 0 30px 0;} .sidebar li { list-style: none; padding: 0 0 7px 0; } .sidebar li a, .sidebar li a:hover { padding: 0 0 0 40px; display: block; background: transparent url(link.png) no-repeat left center;} .sidebar li a.selected { color: #444; text-decoration: none;} #content { text-align: left; width: 595px; padding: 0;} #content ul { margin: 2px 0 22px 0px;} #content ul li { list-style-type: none; background: url(bullet.png) no-repeat; margin: 0 0 6px 0; padding: 0 0 4px 25px; line-height: 1.5em;} #footer { width: 900px; font: normal 100% 'lucida sans unicode', arial, sans-serif; height: 33px; padding: 24px 0 5px 0; text-align: center; background: transparent url(transparent.png) repeat; color: #FFF; text-transform: uppercase; letter-spacing: 0.1em;} #footer a { color: #FFF; text-decoration: none;} #footer a:hover { color: #FFF; text-decoration: underline;} .search { color: #5D5D5D; border: 1px solid #BBB; width: 134px; padding: 4px; font: 100% arial, sans-serif;} #colours { height: 0px; text-align: right; padding: 66px 16px 0px 300px;} .form_settings { margin: 15px 0 0 0;} .form_settings p { padding: 0 0 4px 0;} .form_settings span { float: left; width: 200px; text-align: left;} .form_settings input, .form_settings textarea { padding: 5px; width: 299px; font: 100% arial; border: 1px solid #E5E5DB; background: #FFF; color: #47433F;} .form_settings .submit { font: 100% arial; border: 1px solid; width: 99px; margin: 0 0 0 212px; height: 33px; padding: 2px 0 3px 0; cursor: pointer; background: #068900; color: #FFF;} .form_settings textarea, .form_settings select { font: 100% arial; width: 299px;} .form_settings select { width: 310px;} .form_settings .checkbox { margin: 4px 0; padding: 0; width: 14px; border: 0; background: none;} .separator { width: 100%; height: 0; border-top: 1px solid #D9D5CF; border-bottom: 1px solid #FFF; margin: 0 0 20px 0;} table { margin: 10px 0 30px 0;} table tr th, table tr td { background: #3B3B3B; color: #FFF; padding: 7px 4px; text-align: left;} table tr td { background: #F0EFE2; color: #47433F; border-top: 1px solid #FFF;}
_index.html
KurdyMalloy/kurdymalloy.github.io
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content="KurdyMalloy projects hub."> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="icon" type="image/png" href="favicon.png" /> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <p>CKEasyWifiConfig Library for the chipKIT embedded platform. It lets you configure the Digilent wifi shield with a configuration file on the SD card.</p> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-46904610-4');ga('send','pageview'); </script> </body> </html>
longclaw/core/jinja2/core/longclaw_script.html
JamesRamm/longclaw
<script type="text/javascript" src="{{ static(path) }}"></script>
dist/npm-index.html
oskamaya/AJ-project
<!doctype html> <html> <title>npm-index</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/misc/npm-index.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../misc/npm-index.html">npm-index</a></h1> <p>Index of all npm documentation</p> <h3 id="readme-1-"><a href="../../doc/README.html">README</a></h3> <p>a JavaScript package manager</p> <h2 id="command-line-documentation">Command Line Documentation</h2> <p>Using npm on the command line</p> <h3 id="npm-1-"><a href="../cli/npm.html">npm(1)</a></h3> <p>javascript package manager</p> <h3 id="npm-access-1-"><a href="../cli/npm-access.html">npm-access(1)</a></h3> <p>Set access level on published packages</p> <h3 id="npm-adduser-1-"><a href="../cli/npm-adduser.html">npm-adduser(1)</a></h3> <p>Add a registry user account</p> <h3 id="npm-bin-1-"><a href="../cli/npm-bin.html">npm-bin(1)</a></h3> <p>Display npm bin folder</p> <h3 id="npm-bugs-1-"><a href="../cli/npm-bugs.html">npm-bugs(1)</a></h3> <p>Bugs for a package in a web browser maybe</p> <h3 id="npm-build-1-"><a href="../cli/npm-build.html">npm-build(1)</a></h3> <p>Build a package</p> <h3 id="npm-bundle-1-"><a href="../cli/npm-bundle.html">npm-bundle(1)</a></h3> <p>REMOVED</p> <h3 id="npm-cache-1-"><a href="../cli/npm-cache.html">npm-cache(1)</a></h3> <p>Manipulates packages cache</p> <h3 id="npm-completion-1-"><a href="../cli/npm-completion.html">npm-completion(1)</a></h3> <p>Tab Completion for npm</p> <h3 id="npm-config-1-"><a href="../cli/npm-config.html">npm-config(1)</a></h3> <p>Manage the npm configuration files</p> <h3 id="npm-dedupe-1-"><a href="../cli/npm-dedupe.html">npm-dedupe(1)</a></h3> <p>Reduce duplication</p> <h3 id="npm-deprecate-1-"><a href="../cli/npm-deprecate.html">npm-deprecate(1)</a></h3> <p>Deprecate a version of a package</p> <h3 id="npm-dist-tag-1-"><a href="../cli/npm-dist-tag.html">npm-dist-tag(1)</a></h3> <p>Modify package distribution tags</p> <h3 id="npm-docs-1-"><a href="../cli/npm-docs.html">npm-docs(1)</a></h3> <p>Docs for a package in a web browser maybe</p> <h3 id="npm-edit-1-"><a href="../cli/npm-edit.html">npm-edit(1)</a></h3> <p>Edit an installed package</p> <h3 id="npm-explore-1-"><a href="../cli/npm-explore.html">npm-explore(1)</a></h3> <p>Browse an installed package</p> <h3 id="npm-help-search-1-"><a href="../cli/npm-help-search.html">npm-help-search(1)</a></h3> <p>Search npm help documentation</p> <h3 id="npm-help-1-"><a href="../cli/npm-help.html">npm-help(1)</a></h3> <p>Get help on npm</p> <h3 id="npm-init-1-"><a href="../cli/npm-init.html">npm-init(1)</a></h3> <p>Interactively create a package.json file</p> <h3 id="npm-install-1-"><a href="../cli/npm-install.html">npm-install(1)</a></h3> <p>Install a package</p> <h3 id="npm-link-1-"><a href="../cli/npm-link.html">npm-link(1)</a></h3> <p>Symlink a package folder</p> <h3 id="npm-logout-1-"><a href="../cli/npm-logout.html">npm-logout(1)</a></h3> <p>Log out of the registry</p> <h3 id="npm-ls-1-"><a href="../cli/npm-ls.html">npm-ls(1)</a></h3> <p>List installed packages</p> <h3 id="npm-outdated-1-"><a href="../cli/npm-outdated.html">npm-outdated(1)</a></h3> <p>Check for outdated packages</p> <h3 id="npm-owner-1-"><a href="../cli/npm-owner.html">npm-owner(1)</a></h3> <p>Manage package owners</p> <h3 id="npm-pack-1-"><a href="../cli/npm-pack.html">npm-pack(1)</a></h3> <p>Create a tarball from a package</p> <h3 id="npm-ping-1-"><a href="../cli/npm-ping.html">npm-ping(1)</a></h3> <p>Ping npm registry</p> <h3 id="npm-prefix-1-"><a href="../cli/npm-prefix.html">npm-prefix(1)</a></h3> <p>Display prefix</p> <h3 id="npm-prune-1-"><a href="../cli/npm-prune.html">npm-prune(1)</a></h3> <p>Remove extraneous packages</p> <h3 id="npm-publish-1-"><a href="../cli/npm-publish.html">npm-publish(1)</a></h3> <p>Publish a package</p> <h3 id="npm-rebuild-1-"><a href="../cli/npm-rebuild.html">npm-rebuild(1)</a></h3> <p>Rebuild a package</p> <h3 id="npm-repo-1-"><a href="../cli/npm-repo.html">npm-repo(1)</a></h3> <p>Open package repository page in the browser</p> <h3 id="npm-restart-1-"><a href="../cli/npm-restart.html">npm-restart(1)</a></h3> <p>Restart a package</p> <h3 id="npm-rm-1-"><a href="../cli/npm-rm.html">npm-rm(1)</a></h3> <p>Remove a package</p> <h3 id="npm-root-1-"><a href="../cli/npm-root.html">npm-root(1)</a></h3> <p>Display npm root</p> <h3 id="npm-run-script-1-"><a href="../cli/npm-run-script.html">npm-run-script(1)</a></h3> <p>Run arbitrary package scripts</p> <h3 id="npm-search-1-"><a href="../cli/npm-search.html">npm-search(1)</a></h3> <p>Search for packages</p> <h3 id="npm-shrinkwrap-1-"><a href="../cli/npm-shrinkwrap.html">npm-shrinkwrap(1)</a></h3> <p>Lock down dependency versions</p> <h3 id="npm-star-1-"><a href="../cli/npm-star.html">npm-star(1)</a></h3> <p>Mark your favorite packages</p> <h3 id="npm-stars-1-"><a href="../cli/npm-stars.html">npm-stars(1)</a></h3> <p>View packages marked as favorites</p> <h3 id="npm-start-1-"><a href="../cli/npm-start.html">npm-start(1)</a></h3> <p>Start a package</p> <h3 id="npm-stop-1-"><a href="../cli/npm-stop.html">npm-stop(1)</a></h3> <p>Stop a package</p> <h3 id="npm-tag-1-"><a href="../cli/npm-tag.html">npm-tag(1)</a></h3> <p>Tag a published version</p> <h3 id="npm-team-1-"><a href="../cli/npm-team.html">npm-team(1)</a></h3> <p>Manage organization teams and team memberships</p> <h3 id="npm-test-1-"><a href="../cli/npm-test.html">npm-test(1)</a></h3> <p>Test a package</p> <h3 id="npm-uninstall-1-"><a href="../cli/npm-uninstall.html">npm-uninstall(1)</a></h3> <p>Remove a package</p> <h3 id="npm-unpublish-1-"><a href="../cli/npm-unpublish.html">npm-unpublish(1)</a></h3> <p>Remove a package from the registry</p> <h3 id="npm-update-1-"><a href="../cli/npm-update.html">npm-update(1)</a></h3> <p>Update a package</p> <h3 id="npm-version-1-"><a href="../cli/npm-version.html">npm-version(1)</a></h3> <p>Bump a package version</p> <h3 id="npm-view-1-"><a href="../cli/npm-view.html">npm-view(1)</a></h3> <p>View registry info</p> <h3 id="npm-whoami-1-"><a href="../cli/npm-whoami.html">npm-whoami(1)</a></h3> <p>Display npm username</p> <h2 id="api-documentation">API Documentation</h2> <p>Using npm in your Node programs</p> <h3 id="npm-3-"><a href="../api/npm.html">npm(3)</a></h3> <p>javascript package manager</p> <h3 id="npm-bin-3-"><a href="../api/npm-bin.html">npm-bin(3)</a></h3> <p>Display npm bin folder</p> <h3 id="npm-bugs-3-"><a href="../api/npm-bugs.html">npm-bugs(3)</a></h3> <p>Bugs for a package in a web browser maybe</p> <h3 id="npm-cache-3-"><a href="../api/npm-cache.html">npm-cache(3)</a></h3> <p>manage the npm cache programmatically</p> <h3 id="npm-commands-3-"><a href="../api/npm-commands.html">npm-commands(3)</a></h3> <p>npm commands</p> <h3 id="npm-config-3-"><a href="../api/npm-config.html">npm-config(3)</a></h3> <p>Manage the npm configuration files</p> <h3 id="npm-deprecate-3-"><a href="../api/npm-deprecate.html">npm-deprecate(3)</a></h3> <p>Deprecate a version of a package</p> <h3 id="npm-docs-3-"><a href="../api/npm-docs.html">npm-docs(3)</a></h3> <p>Docs for a package in a web browser maybe</p> <h3 id="npm-edit-3-"><a href="../api/npm-edit.html">npm-edit(3)</a></h3> <p>Edit an installed package</p> <h3 id="npm-explore-3-"><a href="../api/npm-explore.html">npm-explore(3)</a></h3> <p>Browse an installed package</p> <h3 id="npm-help-search-3-"><a href="../api/npm-help-search.html">npm-help-search(3)</a></h3> <p>Search the help pages</p> <h3 id="npm-init-3-"><a href="../api/npm-init.html">npm-init(3)</a></h3> <p>Interactively create a package.json file</p> <h3 id="npm-install-3-"><a href="../api/npm-install.html">npm-install(3)</a></h3> <p>install a package programmatically</p> <h3 id="npm-link-3-"><a href="../api/npm-link.html">npm-link(3)</a></h3> <p>Symlink a package folder</p> <h3 id="npm-load-3-"><a href="../api/npm-load.html">npm-load(3)</a></h3> <p>Load config settings</p> <h3 id="npm-ls-3-"><a href="../api/npm-ls.html">npm-ls(3)</a></h3> <p>List installed packages</p> <h3 id="npm-outdated-3-"><a href="../api/npm-outdated.html">npm-outdated(3)</a></h3> <p>Check for outdated packages</p> <h3 id="npm-owner-3-"><a href="../api/npm-owner.html">npm-owner(3)</a></h3> <p>Manage package owners</p> <h3 id="npm-pack-3-"><a href="../api/npm-pack.html">npm-pack(3)</a></h3> <p>Create a tarball from a package</p> <h3 id="npm-ping-3-"><a href="../api/npm-ping.html">npm-ping(3)</a></h3> <p>Ping npm registry</p> <h3 id="npm-prefix-3-"><a href="../api/npm-prefix.html">npm-prefix(3)</a></h3> <p>Display prefix</p> <h3 id="npm-prune-3-"><a href="../api/npm-prune.html">npm-prune(3)</a></h3> <p>Remove extraneous packages</p> <h3 id="npm-publish-3-"><a href="../api/npm-publish.html">npm-publish(3)</a></h3> <p>Publish a package</p> <h3 id="npm-rebuild-3-"><a href="../api/npm-rebuild.html">npm-rebuild(3)</a></h3> <p>Rebuild a package</p> <h3 id="npm-repo-3-"><a href="../api/npm-repo.html">npm-repo(3)</a></h3> <p>Open package repository page in the browser</p> <h3 id="npm-restart-3-"><a href="../api/npm-restart.html">npm-restart(3)</a></h3> <p>Restart a package</p> <h3 id="npm-root-3-"><a href="../api/npm-root.html">npm-root(3)</a></h3> <p>Display npm root</p> <h3 id="npm-run-script-3-"><a href="../api/npm-run-script.html">npm-run-script(3)</a></h3> <p>Run arbitrary package scripts</p> <h3 id="npm-search-3-"><a href="../api/npm-search.html">npm-search(3)</a></h3> <p>Search for packages</p> <h3 id="npm-shrinkwrap-3-"><a href="../api/npm-shrinkwrap.html">npm-shrinkwrap(3)</a></h3> <p>programmatically generate package shrinkwrap file</p> <h3 id="npm-start-3-"><a href="../api/npm-start.html">npm-start(3)</a></h3> <p>Start a package</p> <h3 id="npm-stop-3-"><a href="../api/npm-stop.html">npm-stop(3)</a></h3> <p>Stop a package</p> <h3 id="npm-tag-3-"><a href="../api/npm-tag.html">npm-tag(3)</a></h3> <p>Tag a published version</p> <h3 id="npm-test-3-"><a href="../api/npm-test.html">npm-test(3)</a></h3> <p>Test a package</p> <h3 id="npm-uninstall-3-"><a href="../api/npm-uninstall.html">npm-uninstall(3)</a></h3> <p>uninstall a package programmatically</p> <h3 id="npm-unpublish-3-"><a href="../api/npm-unpublish.html">npm-unpublish(3)</a></h3> <p>Remove a package from the registry</p> <h3 id="npm-update-3-"><a href="../api/npm-update.html">npm-update(3)</a></h3> <p>Update a package</p> <h3 id="npm-version-3-"><a href="../api/npm-version.html">npm-version(3)</a></h3> <p>Bump a package version</p> <h3 id="npm-view-3-"><a href="../api/npm-view.html">npm-view(3)</a></h3> <p>View registry info</p> <h3 id="npm-whoami-3-"><a href="../api/npm-whoami.html">npm-whoami(3)</a></h3> <p>Display npm username</p> <h2 id="files">Files</h2> <p>File system structures npm uses</p> <h3 id="npm-folders-5-"><a href="../files/npm-folders.html">npm-folders(5)</a></h3> <p>Folder Structures Used by npm</p> <h3 id="npmrc-5-"><a href="../files/npmrc.html">npmrc(5)</a></h3> <p>The npm config files</p> <h3 id="package-json-5-"><a href="../files/package.json.html">package.json(5)</a></h3> <p>Specifics of npm&#39;s package.json handling</p> <h2 id="misc">Misc</h2> <p>Various other bits and bobs</p> <h3 id="npm-coding-style-7-"><a href="../misc/npm-coding-style.html">npm-coding-style(7)</a></h3> <p>npm&#39;s &quot;funny&quot; coding style</p> <h3 id="npm-config-7-"><a href="../misc/npm-config.html">npm-config(7)</a></h3> <p>More than you probably want to know about npm configuration</p> <h3 id="npm-developers-7-"><a href="../misc/npm-developers.html">npm-developers(7)</a></h3> <p>Developer Guide</p> <h3 id="npm-disputes-7-"><a href="../misc/npm-disputes.html">npm-disputes(7)</a></h3> <p>Handling Module Name Disputes</p> <h3 id="npm-faq-7-"><a href="../misc/npm-faq.html">npm-faq(7)</a></h3> <p>Frequently Asked Questions</p> <h3 id="npm-index-7-"><a href="../misc/npm-index.html">npm-index(7)</a></h3> <p>Index of all npm documentation</p> <h3 id="npm-registry-7-"><a href="../misc/npm-registry.html">npm-registry(7)</a></h3> <p>The JavaScript Package Registry</p> <h3 id="npm-scope-7-"><a href="../misc/npm-scope.html">npm-scope(7)</a></h3> <p>Scoped packages</p> <h3 id="npm-scripts-7-"><a href="../misc/npm-scripts.html">npm-scripts(7)</a></h3> <p>How npm handles the &quot;scripts&quot; field</p> <h3 id="removing-npm-7-"><a href="../misc/removing-npm.html">removing-npm(7)</a></h3> <p>Cleaning the Slate</p> <h3 id="semver-7-"><a href="../misc/semver.html">semver(7)</a></h3> <p>The semantic versioner for npm</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-index &mdash; npm@2.14.3</p>
toolchain/gcc-arm-none-eabi-4_6-2012q2/share/doc/html/ld.html/TI-COFF.html
sahdman/rpi_android_kernel
<html lang="en"> <head> <title>TI COFF - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Machine-Dependent.html#Machine-Dependent" title="Machine Dependent"> <link rel="prev" href="SPU-ELF.html#SPU-ELF" title="SPU ELF"> <link rel="next" href="WIN32.html#WIN32" title="WIN32"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU linker LD (GNU Tools for ARM Embedded Processors) version 2.21.1. Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="TI-COFF"></a> Next:&nbsp;<a rel="next" accesskey="n" href="WIN32.html#WIN32">WIN32</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="SPU-ELF.html#SPU-ELF">SPU ELF</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Machine-Dependent.html#Machine-Dependent">Machine Dependent</a> <hr> </div> <h3 class="section">4.12 <samp><span class="command">ld</span></samp>'s Support for Various TI COFF Versions</h3> <p><a name="index-TI-COFF-versions-655"></a><a name="index-g_t_002d_002dformat_003d_0040var_007bversion_007d-656"></a>The &lsquo;<samp><span class="samp">--format</span></samp>&rsquo; switch allows selection of one of the various TI COFF versions. The latest of this writing is 2; versions 0 and 1 are also supported. The TI COFF versions also vary in header byte-order format; <samp><span class="command">ld</span></samp> will read any version or byte order, but the output header format depends on the default specified by the specific target. </body></html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.0/dpdgraph/0.6.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: 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.7.0 / dpdgraph - 0.6.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dpdgraph <small> 0.6.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 08:05:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 08:05:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base 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.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/karmaki/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] bug-reports: &quot;https://github.com/karmaki/coq-dpdgraph/issues&quot; dev-repo: &quot;git+https://github.com/karmaki/coq-dpdgraph.git&quot; install: [ [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/dpd2dot&quot; &quot;%{bin}%/dpdusage&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/dpdgraph&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; flags: light-uninstall url { src: &quot;https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.6.1.zip&quot; checksum: &quot;md5=0477114ba537b184ad715c23d94ac0ca&quot; } </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-dpdgraph.0.6.1 coq.8.7.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.7.0). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-dpdgraph.0.6.1</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>
tag/trip-planning/index.html
mouseguests/mouseguests.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>MouseGuests!</title> <meta name="description" content="Sharing our Disney obsession!" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="//www.mouseguests.com/themes/MouseGuests/favicon.ico"> <link rel="stylesheet" type="text/css" href="//www.mouseguests.com/themes/MouseGuests/assets/css/screen.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="http://www.mouseguests.com" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="MouseGuests!" href="http://www.mouseguests.com/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-trip-planning home-template"> <header class="main-header tag-head no-cover"> <nav class="main-nav overlay clearfix"> <a class="back-button icon-arrow-left" href="http://www.mouseguests.com">Home</a> <!-- <a class="subscribe-button icon-feed" href="http://www.mouseguests.com/tag/trip-planning/rss/">trip-planning</a> --> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">trip-planning</h1> <h2 class="page-description"> A 2-post collection </h2> </div> </div> </header> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <div class="articleList"> <article class="post tag-Disney-World tag-Star-Wars tag-Frozen tag-trip-planning"> <header class="post-header"> <h2 class="post-title"><a href="http://www.mouseguests.com/2016/04/05/Summer-Awakens-at-Walt-Disney-World.html">Summer Awakens at Walt Disney World</a></h2> </header> <section class="post-excerpt"> <img src="http://www.mouseguests.com/images/covers/LaunchBay.jpg"/> <p>The days are getting longer and the temperatures are rising. That can only mean that summer is almost here. And if you&#8217;re planning a <a class="read-more" href="http://www.mouseguests.com/2016/04/05/Summer-Awakens-at-Walt-Disney-World.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="http://www.mouseguests.com/tag/Disney-World">Disney World</a>, <a href="http://www.mouseguests.com/tag/Star-Wars"> Star Wars</a>, <a href="http://www.mouseguests.com/tag/Frozen"> Frozen</a>, <a href="http://www.mouseguests.com/tag/trip-planning"> trip planning</a> <time class="post-date" datetime="2016-04-05">05 April 2016</time> </footer> </article> <article class="post tag-Disney-World tag-Hollywood-Studios tag-trip-planning"> <header class="post-header"> <h2 class="post-title"><a href="http://www.mouseguests.com/2016/03/11/Should-you-bother-visiting-Disneys-Hollywood-Studios-on-your-next-trip.html">Should you bother visiting Disney&#x27;s Hollywood Studios on your next trip?</a></h2> </header> <section class="post-excerpt"> <p>In case you&#8217;ve missed it, Disney&#8217;s Hollywood Studios is undergoing a major overhaul. The original intent for the park was to be <a class="read-more" href="http://www.mouseguests.com/2016/03/11/Should-you-bother-visiting-Disneys-Hollywood-Studios-on-your-next-trip.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="http://www.mouseguests.com/tag/Disney-World">Disney World</a>, <a href="http://www.mouseguests.com/tag/Hollywood-Studios"> Hollywood Studios</a>, <a href="http://www.mouseguests.com/tag/trip-planning"> trip planning</a> <time class="post-date" datetime="2016-03-11">11 March 2016</time> </footer> </article> </div> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> <center><a href="https://www.facebook.com/smvbyraymie"><img src="/images/banners/RaymieSMVBanner2.png" border="0" style="max-width:100%;max-height:100%;" /></a></center> <footer class="site-footer clearfix"> <section class="copyright"><a href="http://www.mouseguests.com">MouseGuests!</a> &copy; 2016</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//www.mouseguests.com/themes/MouseGuests/assets/js/jquery.fitvids.js?v=1.0.0"></script> <script type="text/javascript" src="//www.mouseguests.com/themes/MouseGuests/assets/js/index.js?v=1.0.0"></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-73437500-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
index.html
svenstaro/innojam8
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HYPER OKTAGON</title> <link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/icons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/icons/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="/icons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/icons/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/icons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/icons/manifest.json"> <link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/icons/favicon.ico"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="/icons/mstile-144x144.png"> <meta name="msapplication-config" content="/icons/browserconfig.xml"> <meta name="theme-color" content="#000000"> <style> @font-face { font-family: 'ibmfont'; src: url('media/MIB.ttf'); } body { background: #1D1D16; } </style> <script type="text/javascript" src="src/game/config.js"></script> <script type="text/javascript" src="src/engine/core.js"></script> <script type="text/javascript" src="src/game/main.js"></script> </head> <body> </body> </html>
html/pdf/W28659.pdf_ind.html
datamade/elpc_bakken
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A href="W28659.pdfs.html#outline" target="contents">Outline</a><br><A href="W28659.pdfs.html#1" target="contents" >Page 1</a><br> <A href="W28659.pdfs.html#2" target="contents" >Page 2</a><br> <A href="W28659.pdfs.html#3" target="contents" >Page 3</a><br> <A href="W28659.pdfs.html#4" target="contents" >Page 4</a><br> <A href="W28659.pdfs.html#5" target="contents" >Page 5</a><br> <A href="W28659.pdfs.html#6" target="contents" >Page 6</a><br> <A href="W28659.pdfs.html#7" target="contents" >Page 7</a><br> <A href="W28659.pdfs.html#8" target="contents" >Page 8</a><br> <A href="W28659.pdfs.html#9" target="contents" >Page 9</a><br> <A href="W28659.pdfs.html#10" target="contents" >Page 10</a><br> <A href="W28659.pdfs.html#11" target="contents" >Page 11</a><br> <A href="W28659.pdfs.html#12" target="contents" >Page 12</a><br> <A href="W28659.pdfs.html#13" target="contents" >Page 13</a><br> <A href="W28659.pdfs.html#14" target="contents" >Page 14</a><br> <A href="W28659.pdfs.html#15" target="contents" >Page 15</a><br> <A href="W28659.pdfs.html#16" target="contents" >Page 16</a><br> <A href="W28659.pdfs.html#17" target="contents" >Page 17</a><br> <A href="W28659.pdfs.html#18" target="contents" >Page 18</a><br> <A href="W28659.pdfs.html#19" target="contents" >Page 19</a><br> <A href="W28659.pdfs.html#20" target="contents" >Page 20</a><br> <A href="W28659.pdfs.html#21" target="contents" >Page 21</a><br> <A href="W28659.pdfs.html#22" target="contents" >Page 22</a><br> <A href="W28659.pdfs.html#23" target="contents" >Page 23</a><br> <A href="W28659.pdfs.html#24" target="contents" >Page 24</a><br> <A href="W28659.pdfs.html#25" target="contents" >Page 25</a><br> <A href="W28659.pdfs.html#26" target="contents" >Page 26</a><br> <A href="W28659.pdfs.html#27" target="contents" >Page 27</a><br> <A href="W28659.pdfs.html#28" target="contents" >Page 28</a><br> <A href="W28659.pdfs.html#29" target="contents" >Page 29</a><br> <A href="W28659.pdfs.html#30" target="contents" >Page 30</a><br> <A href="W28659.pdfs.html#31" target="contents" >Page 31</a><br> <A href="W28659.pdfs.html#32" target="contents" >Page 32</a><br> <A href="W28659.pdfs.html#33" target="contents" >Page 33</a><br> <A href="W28659.pdfs.html#34" target="contents" >Page 34</a><br> <A href="W28659.pdfs.html#35" target="contents" >Page 35</a><br> <A href="W28659.pdfs.html#36" target="contents" >Page 36</a><br> <A href="W28659.pdfs.html#37" target="contents" >Page 37</a><br> <A href="W28659.pdfs.html#38" target="contents" >Page 38</a><br> <A href="W28659.pdfs.html#39" target="contents" >Page 39</a><br> <A href="W28659.pdfs.html#40" target="contents" >Page 40</a><br> <A href="W28659.pdfs.html#41" target="contents" >Page 41</a><br> <A href="W28659.pdfs.html#42" target="contents" >Page 42</a><br> <A href="W28659.pdfs.html#43" target="contents" >Page 43</a><br> <A href="W28659.pdfs.html#44" target="contents" >Page 44</a><br> <A href="W28659.pdfs.html#45" target="contents" >Page 45</a><br> <A href="W28659.pdfs.html#46" target="contents" >Page 46</a><br> <A href="W28659.pdfs.html#47" target="contents" >Page 47</a><br> <A href="W28659.pdfs.html#48" target="contents" >Page 48</a><br> <A href="W28659.pdfs.html#49" target="contents" >Page 49</a><br> <A href="W28659.pdfs.html#50" target="contents" >Page 50</a><br> <A href="W28659.pdfs.html#51" target="contents" >Page 51</a><br> <A href="W28659.pdfs.html#52" target="contents" >Page 52</a><br> <A href="W28659.pdfs.html#53" target="contents" >Page 53</a><br> <A href="W28659.pdfs.html#54" target="contents" >Page 54</a><br> <A href="W28659.pdfs.html#55" target="contents" >Page 55</a><br> <A href="W28659.pdfs.html#56" target="contents" >Page 56</a><br> <A href="W28659.pdfs.html#57" target="contents" >Page 57</a><br> <A href="W28659.pdfs.html#58" target="contents" >Page 58</a><br> <A href="W28659.pdfs.html#59" target="contents" >Page 59</a><br> <A href="W28659.pdfs.html#60" target="contents" >Page 60</a><br> <A href="W28659.pdfs.html#61" target="contents" >Page 61</a><br> <A href="W28659.pdfs.html#62" target="contents" >Page 62</a><br> <A href="W28659.pdfs.html#63" target="contents" >Page 63</a><br> <A href="W28659.pdfs.html#64" target="contents" >Page 64</a><br> <A href="W28659.pdfs.html#65" target="contents" >Page 65</a><br> <A href="W28659.pdfs.html#66" target="contents" >Page 66</a><br> <A href="W28659.pdfs.html#67" target="contents" >Page 67</a><br> <A href="W28659.pdfs.html#68" target="contents" >Page 68</a><br> <A href="W28659.pdfs.html#69" target="contents" >Page 69</a><br> <A href="W28659.pdfs.html#70" target="contents" >Page 70</a><br> <A href="W28659.pdfs.html#71" target="contents" >Page 71</a><br> <A href="W28659.pdfs.html#72" target="contents" >Page 72</a><br> <A href="W28659.pdfs.html#73" target="contents" >Page 73</a><br> <A href="W28659.pdfs.html#74" target="contents" >Page 74</a><br> <A href="W28659.pdfs.html#75" target="contents" >Page 75</a><br> <A href="W28659.pdfs.html#76" target="contents" >Page 76</a><br> <A href="W28659.pdfs.html#77" target="contents" >Page 77</a><br> <A href="W28659.pdfs.html#78" target="contents" >Page 78</a><br> <A href="W28659.pdfs.html#79" target="contents" >Page 79</a><br> <A href="W28659.pdfs.html#80" target="contents" >Page 80</a><br> <A href="W28659.pdfs.html#81" target="contents" >Page 81</a><br> <A href="W28659.pdfs.html#82" target="contents" >Page 82</a><br> <A href="W28659.pdfs.html#83" target="contents" >Page 83</a><br> <A href="W28659.pdfs.html#84" target="contents" >Page 84</a><br> <A href="W28659.pdfs.html#85" target="contents" >Page 85</a><br> <A href="W28659.pdfs.html#86" target="contents" >Page 86</a><br> <A href="W28659.pdfs.html#87" target="contents" >Page 87</a><br> <A href="W28659.pdfs.html#88" target="contents" >Page 88</a><br> <A href="W28659.pdfs.html#89" target="contents" >Page 89</a><br> <A href="W28659.pdfs.html#90" target="contents" >Page 90</a><br> <A href="W28659.pdfs.html#91" target="contents" >Page 91</a><br> <A href="W28659.pdfs.html#92" target="contents" >Page 92</a><br> <A href="W28659.pdfs.html#93" target="contents" >Page 93</a><br> <A href="W28659.pdfs.html#94" target="contents" >Page 94</a><br> <A href="W28659.pdfs.html#95" target="contents" >Page 95</a><br> <A href="W28659.pdfs.html#96" target="contents" >Page 96</a><br> <A href="W28659.pdfs.html#97" target="contents" >Page 97</a><br> <A href="W28659.pdfs.html#98" target="contents" >Page 98</a><br> <A href="W28659.pdfs.html#99" target="contents" >Page 99</a><br> <A href="W28659.pdfs.html#100" target="contents" >Page 100</a><br> <A href="W28659.pdfs.html#101" target="contents" >Page 101</a><br> <A href="W28659.pdfs.html#102" target="contents" >Page 102</a><br> <A href="W28659.pdfs.html#103" target="contents" >Page 103</a><br> <A href="W28659.pdfs.html#104" target="contents" >Page 104</a><br> <A href="W28659.pdfs.html#105" target="contents" >Page 105</a><br> <A href="W28659.pdfs.html#106" target="contents" >Page 106</a><br> <A href="W28659.pdfs.html#107" target="contents" >Page 107</a><br> <A href="W28659.pdfs.html#108" target="contents" >Page 108</a><br> <A href="W28659.pdfs.html#109" target="contents" >Page 109</a><br> <A href="W28659.pdfs.html#110" target="contents" >Page 110</a><br> <A href="W28659.pdfs.html#111" target="contents" >Page 111</a><br> <A href="W28659.pdfs.html#112" target="contents" >Page 112</a><br> <A href="W28659.pdfs.html#113" target="contents" >Page 113</a><br> <A href="W28659.pdfs.html#114" target="contents" >Page 114</a><br> <A href="W28659.pdfs.html#115" target="contents" >Page 115</a><br> <A href="W28659.pdfs.html#116" target="contents" >Page 116</a><br> <A href="W28659.pdfs.html#117" target="contents" >Page 117</a><br> <A href="W28659.pdfs.html#118" target="contents" >Page 118</a><br> <A href="W28659.pdfs.html#119" target="contents" >Page 119</a><br> <A href="W28659.pdfs.html#120" target="contents" >Page 120</a><br> <A href="W28659.pdfs.html#121" target="contents" >Page 121</a><br> <A href="W28659.pdfs.html#122" target="contents" >Page 122</a><br> <A href="W28659.pdfs.html#123" target="contents" >Page 123</a><br> </BODY> </HTML>
APIdoc/APIdoc/StormLight.html
stormcolor/stormenginec
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>StormEngineC 1.2 API DOC Class: StormLight</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.stormenginec.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top "> <div class="navbar-inner"> <a class="brand" href="index.html">StormEngineC 1.2 API DOC</a> <ul class="nav"> <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> <a href="ActionHelpers.html">ActionHelpers</a> </li> <li> <a href="StormBufferObject.html">StormBufferObject</a> </li> <li> <a href="StormCamera.html">StormCamera</a> </li> <li> <a href="StormControllerFollow.html">StormControllerFollow</a> </li> <li> <a href="StormControllerPlayer.html">StormControllerPlayer</a> </li> <li> <a href="StormControllerPlayerCar.html">StormControllerPlayerCar</a> </li> <li> <a href="StormControllerTargetCam.html">StormControllerTargetCam</a> </li> <li> <a href="StormEngineC.html">StormEngineC</a> </li> <li> <a href="StormEngineC_PanelAnimationTimeline.html">StormEngineC_PanelAnimationTimeline</a> </li> <li> <a href="StormForceField.html">StormForceField</a> </li> <li> <a href="StormGI.html">StormGI</a> </li> <li> <a href="StormGLContext.html">StormGLContext</a> </li> <li> <a href="StormGraph.html">StormGraph</a> </li> <li> <a href="StormGrid.html">StormGrid</a> </li> <li> <a href="StormGroupNodes.html">StormGroupNodes</a> </li> <li> <a href="StormLight.html">StormLight</a> </li> <li> <a href="StormLine.html">StormLine</a> </li> <li> <a href="StormLineSceneCollision.html">StormLineSceneCollision</a> </li> <li> <a href="StormM16.html">StormM16</a> </li> <li> <a href="StormMaterial.html">StormMaterial</a> </li> <li> <a href="StormNode.html">StormNode</a> </li> <li> <a href="StormPolarityPoint.html">StormPolarityPoint</a> </li> <li> <a href="StormTriangleBox.html">StormTriangleBox</a> </li> <li> <a href="StormUtils.html">StormUtils</a> </li> <li> <a href="StormV3.html">StormV3</a> </li> <li> <a href="StormVoxelizator.html">StormVoxelizator</a> </li> <li> <a href="WebCLGL.html">WebCLGL</a> </li> <li> <a href="WebCLGLBuffer.html">WebCLGLBuffer</a> </li> <li> <a href="WebCLGLBufferItem.html">WebCLGLBufferItem</a> </li> <li> <a href="WebCLGLKernel.html">WebCLGLKernel</a> </li> <li> <a href="WebCLGLKernelProgram.html">WebCLGLKernelProgram</a> </li> <li> <a href="WebCLGLUtils.html">WebCLGLUtils</a> </li> <li> <a href="WebCLGLVertexFragmentProgram.html">WebCLGLVertexFragmentProgram</a> </li> <li> <a href="WebCLGLWork.html">WebCLGLWork</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> <a href="global.html#$M16">$M16</a> </li> <li> <a href="global.html#$V3">$V3</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Class: StormLight</h1> <section> <header> <h2> StormLight </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name" id="StormLight"><span class="type-signature"></span>new StormLight<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>objectType</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>direction</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-9">line 9</a> </li></ul></dd> </dl> </dd> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="StormNode.html">StormNode</a></li> </ul> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name" id="setDirection"><span class="type-signature"></span>setDirection<span class="signature">(dirVector)</span><span class="type-signature"></span></h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>dirVector</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>Normalize vector direction</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-59">line 59</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setLightColor"><span class="type-signature"></span>setLightColor<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>normalize $V3 or Int kelvins(1000K-15000K)</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormLight.class.js.html">StormLight.class.js</a>, <a href="StormLight.class.js.html#sunlight-1-line-35">line 35</a> </li></ul></dd> </dl> </dd> </dl> <h3 class="subsection-title">Inherited methods</h3> <dl> <dt> <h4 class="name" id="attachMesh"><span class="type-signature"></span>attachMesh<span class="signature">(jsonIn)</span><span class="type-signature"> &rarr; {<a href="StormBufferObject.html">StormBufferObject</a>}</span></h4> </dt> <dd> <div class="description"> <p>Add a StormMesh object to this node and receive the StormBufferObject generated</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>vertexArray</code></td> <td class="type"> <span class="param-type">Array.&lt;Float></span> | <span class="param-type">Float32Array</span> </td> <td class="description last"><p>Vertices</p></td> </tr> <tr> <td class="name"><code>normalArray</code></td> <td class="type"> <span class="param-type">Array.&lt;Float></span> | <span class="param-type">Float32Array</span> </td> <td class="description last"><p>Normals</p></td> </tr> <tr> <td class="name"><code>textureArray</code></td> <td class="type"> <span class="param-type">Array.&lt;Float></span> | <span class="param-type">Float32Array</span> </td> <td class="description last"><p>Texture coords</p></td> </tr> <tr> <td class="name"><code>textureUnitArray</code></td> <td class="type"> <span class="param-type">Array.&lt;Float></span> | <span class="param-type">Float32Array</span> </td> <td class="description last"><p>Texture unit numbers</p></td> </tr> <tr> <td class="name"><code>indexArray</code></td> <td class="type"> <span class="param-type">Array.&lt;Int></span> | <span class="param-type">Uint16Array</span> </td> <td class="description last"><p>Indices</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#attachMesh">StormNode#attachMesh</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-163">line 163</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormBufferObject.html">StormBufferObject</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyActive"><span class="type-signature"></span>bodyActive<span class="signature">(<span class="optional">active</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Active the body</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>active</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyActive">StormNode#bodyActive</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1556">line 1556</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyAddConstraint"><span class="type-signature"></span>bodyAddConstraint<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Add a constraint.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>parentNode</code></td> <td class="type"> <span class="param-type"><a href="StormNode.html">StormNode</a></span> </td> <td class="description last"><p>The parent node.</p></td> </tr> <tr> <td class="name"><code>parentOffset</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>Offset.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyAddConstraint">StormNode#bodyAddConstraint</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1830">line 1830</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyApplyImpulse"><span class="type-signature"></span>bodyApplyImpulse<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Apply a impulse.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>vector</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Direction and force.</p></td> </tr> <tr> <td class="name"><code>milis</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1000 </td> <td class="description last"><p>Miliseconds</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyApplyImpulse">StormNode#bodyApplyImpulse</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1760">line 1760</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyApplyTorque"><span class="type-signature"></span>bodyApplyTorque<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Apply torque.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>vector</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Direction and force.</p></td> </tr> <tr> <td class="name"><code>milis</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1000 </td> <td class="description last"><p>Miliseconds</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyApplyTorque">StormNode#bodyApplyTorque</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1799">line 1799</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyCarFlip"><span class="type-signature"></span>bodyCarFlip<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Flip the car.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyCarFlip">StormNode#bodyCarFlip</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1881">line 1881</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyEnable"><span class="type-signature"></span>bodyEnable<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Add physics to this node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>'box'|'sphere'|'capsule'|'ground'|'trimesh'|'car'</p></td> </tr> <tr> <td class="name"><code>dimensions</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>Dimension vector for type 'box'|'car'. Width, length and height</p></td> </tr> <tr> <td class="name"><code>dimensions</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Radius for type 'sphere'</p></td> </tr> <tr> <td class="name"><code>r</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Radius for type 'capsule'</p></td> </tr> <tr> <td class="name"><code>l</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Length for type 'capsule'</p></td> </tr> <tr> <td class="name"><code>mass</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Only if type is 'box'|'sphere'|'capsule'|'trimesh'|'car'. 0 mass = static body.</p></td> </tr> <tr> <td class="name"><code>friction</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>The friction</p></td> </tr> <tr> <td class="name"><code>restitution</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>The restitution (elasticity)</p></td> </tr> <tr> <td class="name"><code>maxVelocity</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Only if type is 'car'</p></td> </tr> <tr> <td class="name"><code>engineBreak</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Only if type is 'car'</p></td> </tr> <tr> <td class="name"><code>steerAngle</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Only if type is 'car'</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyEnable">StormNode#bodyEnable</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1497">line 1497</a> </li></ul></dd> </dl> <h5>Example</h5> <pre class="sunlight-highlight-javascript">node.bodyEnable({ type: 'sphere', dimensions: 0.5, mass': 0.38, friction: 0.5, restitution: 0.2 });</pre> </dd> <dt> <h4 class="name" id="bodyGetCollisionNormalWithNode"><span class="type-signature"></span>bodyGetCollisionNormalWithNode<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>|Bool}</span></h4> </dt> <dd> <div class="description"> <p>Get the collision normal of this node with other node if collision exists. Otherwise return false.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyGetCollisionNormalWithNode">StormNode#bodyGetCollisionNormalWithNode</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1691">line 1691</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> | <span class="param-type">Bool</span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyGetCurrentDir"><span class="type-signature"></span>bodyGetCurrentDir<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>}</span></h4> </dt> <dd> <div class="description"> <p>Get the current direction vector.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyGetCurrentDir">StormNode#bodyGetCurrentDir</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1731">line 1731</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyGetCurrentVelocity"><span class="type-signature"></span>bodyGetCurrentVelocity<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Get the current velocity.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyGetCurrentVelocity">StormNode#bodyGetCurrentVelocity</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1742">line 1742</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyGetEngineBreakValue"><span class="type-signature"></span>bodyGetEngineBreakValue<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Get the braking value of the car.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyGetEngineBreakValue">StormNode#bodyGetEngineBreakValue</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1870">line 1870</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyGetMaxVelocityValue"><span class="type-signature"></span>bodyGetMaxVelocityValue<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Get the maximum speed of the car.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyGetMaxVelocityValue">StormNode#bodyGetMaxVelocityValue</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1859">line 1859</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="bodyOnCollision"><span class="type-signature"></span>bodyOnCollision<span class="signature">(eventFunction)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the function to execute when occurred collision event</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>eventFunction</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyOnCollision">StormNode#bodyOnCollision</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1716">line 1716</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodyRemoveConstraint"><span class="type-signature"></span>bodyRemoveConstraint<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Remove a constraint.</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodyRemoveConstraint">StormNode#bodyRemoveConstraint</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1845">line 1845</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodySetCarWheels"><span class="type-signature"></span>bodySetCarWheels<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Add wheels to car node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>nodesWheels</code></td> <td class="type"> <span class="param-type">Array.&lt;<a href="StormNode.html">StormNode</a>></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Nodes frontLeft, frontRight, backLeft and backRight.</p></td> </tr> <tr> <td class="name"><code>r</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Radius</p></td> </tr> <tr> <td class="name"><code>damping</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.7 </td> <td class="description last"><p>Suspension</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodySetCarWheels">StormNode#bodySetCarWheels</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1571">line 1571</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodySetFriction"><span class="type-signature"></span>bodySetFriction<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the friction for this node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Values from 0.0 to 1.0</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodySetFriction">StormNode#bodySetFriction</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1668">line 1668</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodySetGravity"><span class="type-signature"></span>bodySetGravity<span class="signature">(vector)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the gravity for this node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>vector</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>for the force and direction</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodySetGravity">StormNode#bodySetGravity</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1657">line 1657</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="bodySetRestitution"><span class="type-signature"></span>bodySetRestitution<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the restitution for this node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>Values from 0.0 to 1.0</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#bodySetRestitution">StormNode#bodySetRestitution</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1679">line 1679</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="changeAnimKey"><span class="type-signature"></span>changeAnimKey<span class="signature">(keyStart, keyEnd)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Change position of existing key frame for StormNode, StormLight or StormCamera on 'GlobalTimeline'</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>keyStart</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="description last"><p><br></p></td> </tr> <tr> <td class="name"><code>keyEnd</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="description last"><p><br></p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#changeAnimKey">StormNode#changeAnimKey</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1971">line 1971</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="createChildNode"><span class="type-signature"></span>createChildNode<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormNode.html">StormNode</a>}</span></h4> </dt> <dd> <div class="description"> <p>Add child node</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#createChildNode">StormNode#createChildNode</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1469">line 1469</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormNode.html">StormNode</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="draggable"><span class="type-signature"></span>draggable<span class="signature">(draggable)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Allow dragging this node when to be selected</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>draggable</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#draggable">StormNode#draggable</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-133">line 133</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="editSelectedNode"><span class="type-signature"></span>editSelectedNode<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Edit the selected node</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#editSelectedNode">StormNode#editSelectedNode</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-110">line 110</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="enableLocalTimelineLayerLoop"><span class="type-signature"></span>enableLocalTimelineLayerLoop<span class="signature">(<span class="optional">loop</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Enable animation loop for the current layer if the timeline controller for this node is 'LocalTimeline'</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>loop</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p><br></p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#enableLocalTimelineLayerLoop">StormNode#enableLocalTimelineLayerLoop</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2157">line 2157</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="extrude"><span class="type-signature"></span>extrude<span class="signature">(jsonIn)</span><span class="type-signature"> &rarr; {Array.&lt;Array.&lt;<a href="StormV3.html">StormV3</a>>>}</span></h4> </dt> <dd> <div class="description"> <p>Extrude all triangles of the node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>direction</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"><p>Direction vector</p></td> </tr> <tr> <td class="name"><code>dim</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.5 </td> <td class="description last"><p>Length of extrusion</p></td> </tr> <tr> <td class="name"><code>bevel</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Length of bevel</p></td> </tr> <tr> <td class="name"><code>bevelAngle</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Angle of bevel</p></td> </tr> <tr> <td class="name"><code>arrayV</code></td> <td class="type"> <span class="param-type">Array.&lt;Array.&lt;<a href="StormV3.html">StormV3</a>>></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Specific triangles. Array of arrays with three values $V3 with the vertexs locations to extrude. By default: undefined (All triangles). Example: [[$V3([,,]),$V3([,,],$V3([,,])], [$V3([,,]),$V3([,,],$V3([,,])]]</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#extrude">StormNode#extrude</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-768">line 768</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> <p>Array of arrays with three values $V3 with the vertexs locations of the generated cap triangles.</p> </div> <dl> <dt> Type </dt> <dd> <span class="param-type">Array.&lt;Array.&lt;<a href="StormV3.html">StormV3</a>>></span> </dd> </dl> </dd> <dt> <h4 class="name" id="getForward"><span class="type-signature"></span>getForward<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>}</span></h4> </dt> <dd> <div class="description"> <p>Get vector forward</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getForward">StormNode#getForward</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1439">line 1439</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="getFov"><span class="type-signature"></span>getFov<span class="signature">()</span><span class="type-signature"> &rarr; {Int}</span></h4> </dt> <dd> <div class="description"> <p>Get current Fov angle</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getFov">StormNode#getFov</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1160">line 1160</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Int</span> </dd> </dl> </dd> <dt> <h4 class="name" id="getLeft"><span class="type-signature"></span>getLeft<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>}</span></h4> </dt> <dd> <div class="description"> <p>Get vector left</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getLeft">StormNode#getLeft</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1425">line 1425</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>}</span></h4> </dt> <dd> <div class="description"> <p>Get the position of the node type StormNode, StormCamera or StormLight</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getPosition">StormNode#getPosition</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1256">line 1256</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="getRotationX"><span class="type-signature"></span>getRotationX<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in x axis</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getRotationX">StormNode#getRotationX</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1350">line 1350</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="getRotationY"><span class="type-signature"></span>getRotationY<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in y axis</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getRotationY">StormNode#getRotationY</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1357">line 1357</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="getRotationZ"><span class="type-signature"></span>getRotationZ<span class="signature">()</span><span class="type-signature"> &rarr; {Float}</span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in z axis</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getRotationZ">StormNode#getRotationZ</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1364">line 1364</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Float</span> </dd> </dl> </dd> <dt> <h4 class="name" id="getUp"><span class="type-signature"></span>getUp<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="StormV3.html">StormV3</a>}</span></h4> </dt> <dd> <div class="description"> <p>Get vector up</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#getUp">StormNode#getUp</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1432">line 1432</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </dd> </dl> </dd> <dt> <h4 class="name" id="loadBox"><span class="type-signature"></span>loadBox<span class="signature">(dimensions)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a box on node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>dimensions</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadBox">StormNode#loadBox</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-287">line 287</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadObj"><span class="type-signature"></span>loadObj<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a object on this node from url of obj file</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>objUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Obj file url</p></td> </tr> <tr> <td class="name"><code>textureUniqueUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Image file url for apply a unique texture</p></td> </tr> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Name for this node</p></td> </tr> <tr> <td class="name"><code>onload</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Function to call after load</p></td> </tr> <tr> <td class="name"><code>albedo</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Use albedo values</p></td> </tr> <tr> <td class="name"><code>roughness</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Use roughness values</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadObj">StormNode#loadObj</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-234">line 234</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadObjFromSourceText"><span class="type-signature"></span>loadObjFromSourceText<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a object on this node from text-plain on obj format <br> (require url of the mtl file)</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>sourceText</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The source text</p></td> </tr> <tr> <td class="name"><code>objDirectory</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Directory of the .mtl file for obtain the textures</p></td> </tr> <tr> <td class="name"><code>textureUniqueUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Image file url for apply a unique texture</p></td> </tr> <tr> <td class="name"><code>albedo</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Use albedo values</p></td> </tr> <tr> <td class="name"><code>roughness</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Use roughness values</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadObjFromSourceText">StormNode#loadObjFromSourceText</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-255">line 255</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadPoint"><span class="type-signature"></span>loadPoint<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a point on node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>pointSize</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 2.0 </td> <td class="description last"><p>The point size</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadPoint">StormNode#loadPoint</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-270">line 270</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadQuad"><span class="type-signature"></span>loadQuad<span class="signature">(width, height)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a quad on node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadQuad">StormNode#loadQuad</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-323">line 323</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadShapeFromArray2D"><span class="type-signature"></span>loadShapeFromArray2D<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a shape from array2D</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>array2D</code></td> <td class="type"> <span class="param-type">Array.&lt;Array.&lt;Float>></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Array of arrays with two values x and y. Example: [[1.0,1.0],[1.0,2.0],[3.0,1.0]].</p></td> </tr> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,0.0,0.0]) </td> <td class="description last"><p>Color.</p></td> </tr> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Scale.</p></td> </tr> <tr> <td class="name"><code>offset</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.0 </td> <td class="description last"><p>Horizontal offset value.</p></td> </tr> <tr> <td class="name"><code>offsetV</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.0 </td> <td class="description last"><p>Vertical offset value.</p></td> </tr> <tr> <td class="name"><code>extrudeDimension</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.5 </td> <td class="description last"><p>Length of extrusion.</p></td> </tr> <tr> <td class="name"><code>extrudeDirection</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"><p>Direction vector.</p></td> </tr> <tr> <td class="name"><code>bevel</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Length of bevel.</p></td> </tr> <tr> <td class="name"><code>bevelAngle</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Angle of bevel.</p></td> </tr> <tr> <td class="name"><code>textureUniqueUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Apply image texture to entire node.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadShapeFromArray2D">StormNode#loadShapeFromArray2D</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-703">line 703</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadShapeFromSVGString"><span class="type-signature"></span>loadShapeFromSVGString<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a shape from SVG string.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>str</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Path string type &quot;M750 111v-381&quot;.</p></td> </tr> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,0.0,0.0]) </td> <td class="description last"><p>Color.</p></td> </tr> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Scale.</p></td> </tr> <tr> <td class="name"><code>offset</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.0 </td> <td class="description last"><p>Horizontal offset value.</p></td> </tr> <tr> <td class="name"><code>offsetV</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.0 </td> <td class="description last"><p>Vertical offset value.</p></td> </tr> <tr> <td class="name"><code>extrudeDimension</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.5 </td> <td class="description last"><p>Length of extrusion.</p></td> </tr> <tr> <td class="name"><code>extrudeDirection</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"><p>Direction vector.</p></td> </tr> <tr> <td class="name"><code>numPaths</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Number of paths to get.</p></td> </tr> <tr> <td class="name"><code>bevel</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Length of bevel.</p></td> </tr> <tr> <td class="name"><code>bevelAngle</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Angle of bevel.</p></td> </tr> <tr> <td class="name"><code>textureUniqueUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Apply image texture to entire node.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadShapeFromSVGString">StormNode#loadShapeFromSVGString</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-547">line 547</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadSphere"><span class="type-signature"></span>loadSphere<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a sphere on node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Color</p></td> </tr> <tr> <td class="name"><code>radius</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Radius</p></td> </tr> <tr> <td class="name"><code>segments</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 6 </td> <td class="description last"><p>Segments</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadSphere">StormNode#loadSphere</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-338">line 338</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadText"><span class="type-signature"></span>loadText<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a text</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>svgFontUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>SVG font file.</p></td> </tr> <tr> <td class="name"><code>text</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The text.</p></td> </tr> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,0.0,0.0]) </td> <td class="description last"><p>Color.</p></td> </tr> <tr> <td class="name"><code>kerning</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Kerning.</p></td> </tr> <tr> <td class="name"><code>align</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> "center" </td> <td class="description last"><p>&quot;left&quot;|&quot;center&quot;|&quot;right&quot;.</p></td> </tr> <tr> <td class="name"><code>size</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Font size.</p></td> </tr> <tr> <td class="name"><code>onload</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Call function after load.</p></td> </tr> <tr> <td class="name"><code>extrudeDimension</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.5 </td> <td class="description last"><p>Activate extrusion and set the length.</p></td> </tr> <tr> <td class="name"><code>extrudeDirection</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"><p>Direction vector of the extrusion.</p></td> </tr> <tr> <td class="name"><code>bevel</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Length of bevel</p></td> </tr> <tr> <td class="name"><code>bevelAngle</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Angle of bevel</p></td> </tr> <tr> <td class="name"><code>textureUniqueUrl</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Apply image texture to entire node</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadText">StormNode#loadText</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-366">line 366</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadTriangle"><span class="type-signature"></span>loadTriangle<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a triangle on node</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadTriangle">StormNode#loadTriangle</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-278">line 278</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="loadTube"><span class="type-signature"></span>loadTube<span class="signature">(jsonIn)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Load a tube on node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>jsonIn</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <h6>Properties</h6> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Height</p></td> </tr> <tr> <td class="name"><code>outerRadius</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 1.0 </td> <td class="description last"><p>Outer radius</p></td> </tr> <tr> <td class="name"><code>innerRadius</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0.7 </td> <td class="description last"><p>Inner radius</p></td> </tr> <tr> <td class="name"><code>segments</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 6 </td> <td class="description last"><p>Segments</p></td> </tr> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>Color</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#loadTube">StormNode#loadTube</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-301">line 301</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="onmousedown"><span class="type-signature"></span>onmousedown<span class="signature">(func)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Onmousedown callback function</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>func</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#onmousedown">StormNode#onmousedown</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-140">line 140</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="onmouseup"><span class="type-signature"></span>onmouseup<span class="signature">(func)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Onmouseup callback function</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>func</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#onmouseup">StormNode#onmouseup</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-148">line 148</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="playLocal"><span class="type-signature"></span>playLocal<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Play LocalTimeline animation</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#playLocal">StormNode#playLocal</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2182">line 2182</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="remove"><span class="type-signature"></span>remove<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Remove this object</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#remove">StormNode#remove</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-216">line 216</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="removeMeshes"><span class="type-signature"></span>removeMeshes<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Remove all meshes on this node</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#removeMeshes">StormNode#removeMeshes</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-209">line 209</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="resetAxis"><span class="type-signature"></span>resetAxis<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Reset the rotation and position matrix</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#resetAxis">StormNode#resetAxis</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1457">line 1457</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="resetAxisRotation"><span class="type-signature"></span>resetAxisRotation<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Reset the rotation matrix</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#resetAxisRotation">StormNode#resetAxisRotation</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1447">line 1447</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="selectedNodeIsInEditionMode"><span class="type-signature"></span>selectedNodeIsInEditionMode<span class="signature">()</span><span class="type-signature"> &rarr; {Bool}</span></h4> </dt> <dd> <div class="description"> <p>Check if selected node is in edition mode</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#selectedNodeIsInEditionMode">StormNode#selectedNodeIsInEditionMode</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-126">line 126</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">Bool</span> </dd> </dl> </dd> <dt> <h4 class="name" id="setAlbedo"><span class="type-signature"></span>setAlbedo<span class="signature">(color)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Apply albedo color to node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>color</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> | <span class="param-type">String</span> | <span class="param-type">Array</span> | <span class="param-type">Float32Array</span> | <span class="param-type">Uint8Array</span> | <span class="param-type">WebGLTexture</span> | <span class="param-type">HTMLImageElement</span> </td> <td class="description last"><p>color</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setAlbedo">StormNode#setAlbedo</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1041">line 1041</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setAnimKey"><span class="type-signature"></span>setAnimKey<span class="signature">(frameNumber, <span class="optional">matrix1</span>, <span class="optional">matrix2</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set key frame animation for StormNode, StormLight or StormCamera</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>frameNumber</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p><br></p></td> </tr> <tr> <td class="name"><code>matrix1</code></td> <td class="type"> <span class="param-type"><a href="StormM16.html">StormM16</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> CURRENT </td> <td class="description last"><p>If objectType of node is 'node' or 'light', set the matrix. If is 'camera' set the target matrix for this frame. <br></p></td> </tr> <tr> <td class="name"><code>matrix2</code></td> <td class="type"> <span class="param-type"><a href="StormM16.html">StormM16</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> CURRENT </td> <td class="description last"><p>If objectType of node is 'camera', set the camera matrix for this frame. <br></p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setAnimKey">StormNode#setAnimKey</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1896">line 1896</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setFov"><span class="type-signature"></span>setFov<span class="signature">(<span class="optional">value</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Fov angle for cameras and lights</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 45 </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setFov">StormNode#setFov</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1147">line 1147</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setIllumination"><span class="type-signature"></span>setIllumination<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the illumination of the materials for this node. Default = 0.0.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setIllumination">StormNode#setIllumination</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1051">line 1051</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setLocalTimelineLayerFrame"><span class="type-signature"></span>setLocalTimelineLayerFrame<span class="signature">(<span class="optional">frame</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the animation frame for the current layer if the timeline controller for this node is 'LocalTimeline'</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>frame</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p><br></p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setLocalTimelineLayerFrame">StormNode#setLocalTimelineLayerFrame</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2170">line 2170</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition<span class="signature">(position)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Positioning the node type StormNode, StormCamera or StormLight</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>position</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>Position vector</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setPosition">StormNode#setPosition</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1194">line 1194</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setProjectionType"><span class="type-signature"></span>setProjectionType<span class="signature">(<span class="optional">value</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Projection type for cameras and lights</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> "p" </td> <td class="description last"><p>&quot;p&quot; for perspective type or &quot;o&quot; for orthographic</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setProjectionType">StormNode#setProjectionType</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1137">line 1137</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setRotation"><span class="type-signature"></span>setRotation<span class="signature">(radians, <span class="optional">relative</span>, <span class="optional">axis</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Rotate the node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>radians</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute rotation</p></td> </tr> <tr> <td class="name"><code>axis</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setRotation">StormNode#setRotation</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1272">line 1272</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setRotationX"><span class="type-signature"></span>setRotationX<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in x axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>radians</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute rotation</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setRotationX">StormNode#setRotationX</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1325">line 1325</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setRotationY"><span class="type-signature"></span>setRotationY<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in y axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>radians</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute rotation</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setRotationY">StormNode#setRotationY</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1334">line 1334</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setRotationZ"><span class="type-signature"></span>setRotationZ<span class="signature">(radians, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Rotate the node in z axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>radians</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute rotation</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setRotationZ">StormNode#setRotationZ</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1343">line 1343</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setRoughness"><span class="type-signature"></span>setRoughness<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the roughness of the materials for this node. 0.0(Reflective) 100.0(Lambertian) Default = 100.0</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="description last"><p>0.0-100</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setRoughness">StormNode#setRoughness</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1061">line 1061</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setScale"><span class="type-signature"></span>setScale<span class="signature">(scale, <span class="optional">relative</span>, <span class="optional">axis</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scale the node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute scale</p></td> </tr> <tr> <td class="name"><code>axis</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> $V3([0.0,1.0,0.0]) </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setScale">StormNode#setScale</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1374">line 1374</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setScaleX"><span class="type-signature"></span>setScaleX<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scale the node in x axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute scale</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setScaleX">StormNode#setScaleX</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1400">line 1400</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setScaleY"><span class="type-signature"></span>setScaleY<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scale the node in y axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute scale</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setScaleY">StormNode#setScaleY</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1409">line 1409</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setScaleZ"><span class="type-signature"></span>setScaleZ<span class="signature">(scale, <span class="optional">relative</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scale the node in z axis</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>scale</code></td> <td class="type"> <span class="param-type">Float</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>relative</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>false for absolute scale</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setScaleZ">StormNode#setScaleZ</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1418">line 1418</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setShadows"><span class="type-signature"></span>setShadows<span class="signature">(active)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the visibility of the node shadows</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>active</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setShadows">StormNode#setShadows</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1128">line 1128</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setTimelineControl"><span class="type-signature"></span>setTimelineControl<span class="signature">(<span class="optional">timeline</span>, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Set the timeline controller. 'GlobalTimeline' or 'LocalTimeline'</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>timeline</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> "GlobalTimeline" </td> <td class="description last"><p>'GlobalTimeline' or 'LocalTimeline'<br></p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">Int</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>The active layer for the 'LocalTimeline' controller <br></p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setTimelineControl">StormNode#setTimelineControl</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2147">line 2147</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="setTranslate"><span class="type-signature"></span>setTranslate<span class="signature">(vector)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Translate the node</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>vector</code></td> <td class="type"> <span class="param-type"><a href="StormV3.html">StormV3</a></span> </td> <td class="description last"><p>The translation vector</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#setTranslate">StormNode#setTranslate</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1185">line 1185</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="stopLocal"><span class="type-signature"></span>stopLocal<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Stop LocalTimeline animation</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#stopLocal">StormNode#stopLocal</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-2190">line 2190</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="uneditSelectedNode"><span class="type-signature"></span>uneditSelectedNode<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Unedit the selected node</p> </div> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#uneditSelectedNode">StormNode#uneditSelectedNode</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-118">line 118</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="visible"><span class="type-signature"></span>visible<span class="signature">(visible)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Node visibility</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>visible</code></td> <td class="type"> <span class="param-type">Bool</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="StormNode.html#visible">StormNode#visible</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="StormNode.class.js.html">StormNode.class.js</a>, <a href="StormNode.class.js.html#sunlight-1-line-1071">line 1071</a> </li></ul></dd> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> StormEngineC 1.2 API DOC <br /> <span class="copyright"> 2010 Roberto Gonzalez. http://stormcolour.appspot.com </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Wed Nov 25 2015 23:11:24 GMT+0100 (CET) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </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( { 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> <script> $( function () { $('#main').localScroll({ offset: { top: 56 } //offset by the height of your header (give or take a few px, see what works for you) }); $( "dt h4.name" ).each( function () { var $this = $( this ); var icon = $( "<i/>" ).addClass( "icon-plus-sign" ).addClass( "pull-right" ).addClass( "icon-white" ); var dt = $this.parents( "dt" ); var children = dt.next( "dd" ); $this.append( icon ).css( {cursor : "pointer"} ); $this.addClass( "member-collapsed" ).addClass( "member" ); children.hide(); $this.toggle( function () { icon.addClass( "icon-minus-sign" ).removeClass( "icon-plus-sign" ).removeClass( "icon-white" ); $this.addClass( "member-open" ).removeClass( "member-collapsed" ); children.slideDown(); }, function () { icon.addClass( "icon-plus-sign" ).removeClass( "icon-minus-sign" ).addClass( "icon-white" ); $this.addClass( "member-collapsed" ).removeClass( "member-open" ); children.slideUp(); } ); } ); } ); </script> </body> </html>
_site/2012/07/13/t223790026553700353.html
craigwmcclellan/craigwmcclellan.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T223790026553700353 </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">←</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2012-07-13 09:44:34 -0500"> <a class="u-url dates" href="/2012/07/13/t223790026553700353.html">July 13, 2012</a> </time> </h2> </header> <section class="e-content post-body"> <p>Week 3 of 5 is done! Now headed back to Nashville with @ericvinson to see our Lauras.</p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
public/Windows 10 x64 (19042.610)/_WHEA_TIMESTAMP.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>_WHEA_TIMESTAMP</h2> <font face="arial"> +0x000 Seconds : Pos 0, 8 Bits<br> +0x000 Minutes : Pos 8, 8 Bits<br> +0x000 Hours : Pos 16, 8 Bits<br> +0x000 Precise : Pos 24, 1 Bit<br> +0x000 Reserved : Pos 25, 7 Bits<br> +0x000 Day : Pos 32, 8 Bits<br> +0x000 Month : Pos 40, 8 Bits<br> +0x000 Year : Pos 48, 8 Bits<br> +0x000 Century : Pos 56, 8 Bits<br> +0x000 AsLARGE_INTEGER : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> </font></body></html>
docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/repository/Query.html
Smolations/more-dash-docsets
<!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.4.2_05) on Fri Dec 23 12:54:22 EST 2005 --> <TITLE> Query (ATG Java API) </TITLE> <META NAME="keywords" CONTENT="atg.repository.Query interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Query (ATG Java API)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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=3 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../atg/repository/PropertiesChangedListener.html" title="interface in atg.repository"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../atg/repository/QueryBuilder.html" title="interface in atg.repository"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> atg.repository</FONT> <BR> Interface Query</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></DD> </DL> <HR> <DL> <DT>public interface <B>Query</B><DT>extends <A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></DL> <P> A non-specific definition of a particular query syntax. Each implementation of a Repository will have it's own representation of what a query is. These objects are meant to be immutable and are used as a bridge between building an entire query and the execution of it. <P> <P> <DL> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../atg/repository/Query.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../atg/repository/Query.html#getQueryOperation()">getQueryOperation</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a textual representation of the type of query operation the class performs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../atg/repository/Query.html#getQueryRepresentation()">getQueryRepresentation</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a human readable representation of the query operation</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="CLASS_VERSION"><!-- --></A><H3> CLASS_VERSION</H3> <PRE> public static final java.lang.String <B>CLASS_VERSION</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#atg.repository.Query.CLASS_VERSION">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getQueryOperation()"><!-- --></A><H3> getQueryOperation</H3> <PRE> public java.lang.String <B>getQueryOperation</B>()</PRE> <DL> <DD>Returns a textual representation of the type of query operation the class performs. (for example: AND, CONTAINS, etc) <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../atg/repository/QueryExpression.html#getQueryOperation()">getQueryOperation</A></CODE> in interface <CODE><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getQueryRepresentation()"><!-- --></A><H3> getQueryRepresentation</H3> <PRE> public java.lang.String <B>getQueryRepresentation</B>()</PRE> <DL> <DD>Returns a human readable representation of the query operation <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../atg/repository/QueryExpression.html#getQueryRepresentation()">getQueryRepresentation</A></CODE> in interface <CODE><A HREF="../../atg/repository/QueryExpression.html" title="interface in atg.repository">QueryExpression</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </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=3 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../atg/repository/PropertiesChangedListener.html" title="interface in atg.repository"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../atg/repository/QueryBuilder.html" title="interface in atg.repository"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Query.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.11.dev/pi-agm/1.2.3.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 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 / extra-dev</a></li> <li class="active"><a href="">8.11.dev / pi-agm - 1.2.3</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.3 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-24 01:10:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-24 01:10:59 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 conf-m4 1 Virtual package relying on m4 coq 8.11.dev 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.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&quot; version: &quot;1.2.3&quot; maintainer: &quot;yves.bertot@inria.fr&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;yves.bertot@inria.fr&quot; license: &quot;CeCILL-B&quot; build: [[&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot; ] [ make &quot;-j&quot; &quot;%{jobs}%&quot; ]] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-interval&quot; {&gt;= &quot;3.1&quot; &amp; &lt; &quot;4&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;yves.bertot@inria.fr&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; 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.&quot;&quot;&quot; url { src: &quot;https://github.com/ybertot/pi-agm/archive/v1.2.3.zip&quot; checksum: &quot;md5=2772bb7581b79dded0fde1f1d3b2143c&quot; } </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.3 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-pi-agm -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-pi-agm.1.2.3</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-art/booksite83-export/structinduct/fzero_present.html
promlow/books-and-tutorials
<html> <title> Representing trees with functions </title> <body> <h1> Representing trees with functions </h1> Consider the following inductive type for binary trees (with nodes labeled by integers). <pre> Require Import ZArith. Inductive Z_fbtree : Set := | Z_fleaf : Z_fbtree | Z_fnode : Z -> (bool -> Z_fbtree) -> Z_fbtree. </pre> Define a function <tt>fzero_present:Z_fbtree -> bool</tt> that maps any tree <em>t</em> to <tt>true</tt> if and only if <em>t</em> contains the value zero. <h2>Solution</h2> <a href="SRC/fzero_present.v"> This file </a> <br> <br> <hr> <a href="../index.html">Going home </a> <hr> <address><a href="mailto:casteran@labri.fr">Pierre Castéran</a></address> </body> </html>
lib/assets/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/jquery.tagsinput.min.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/iosicon.png" /> <!-- DEVELOPMENT LESS --> <!-- <link rel="stylesheet/less" href="css/photon.less" media="all" /> <link rel="stylesheet/less" href="css/photon-responsive.less" media="all" /> --> <!-- PRODUCTION CSS --> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.tagsinput.min.js.html#">Sign Up &#187;</a> <a href="jquery.tagsinput.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.tagsinput.min.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
buds.html
TimCrane1/TimCrane1.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content="Tim Crane"> <title>Johnson Trube</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Custom fonts for this template --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Ubuntu" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/agency.css" rel="stylesheet"> </head> <body id="page-top"> <a class="nav-link js-scroll-trigger" id="home_btn" href="index.html#buds">Home</a> <section id=""> <div class="container"> <h2 class="text-uppercase building_page">Bud's</h2> <!-- <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> --> <img class="img-fluid d-block mx-auto" src="img/Buds.jpg" alt=""><p class="building_page">In the heart of East Cesar Chavez creative district. Juiceland across the street, two of the best ten ranked new restaurants in the state (Texas Monthly this month) share the block. Many walkable delights in the immediate vicinity. First story is home to Johnson, Trube and associates as well as Bud's Recording Services studio. Second story creative office space recently built out includes 5 large private offices including one office with a private bathroom, a 14’ x 12’ conference room, men & women private bathrooms, large open work area, kitchen with break area, 721 SF private balcony facing west and 672 SF private deck facing east.</p> </div> </section> <!-- Bootstrap core JavaScript --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- Plugin JavaScript --> <script src="vendor/jquery-easing/jquery.easing.min.js"></script> <!-- Contact form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Custom scripts for this template --> <script src="js/agency.js"></script> </body> </html>
index.html
khanhhq2k/angular2-camp-frontend
<!DOCTYPE html> <html> <head> <base href='/'> <title>Freelance Bootcamp</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://v4-alpha.getbootstrap.com/dist/css/bootstrap.min.css" /> <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> <link rel="stylesheet" href="app/styles/styles.css"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/reflect-metadata/Reflect.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('app').catch(function(err){ console.error(err); }); </script> </head> <body> <app>App loading...</app> </body> </html>
doc/index-files/index-5.html
Ganitzsh/Bonobo
<!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 Sun Jan 04 17:52:02 CET 2015 --> <title>F-Index</title> <meta name="date" content="2015-01-04"> <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="F-Index"; } } 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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">U</a>&nbsp;<a href="index-14.html">_</a>&nbsp;<a name="I:F"> <!-- --> </a> <h2 class="title">F</h2> <dl> <dt><a href="../fr/jweb/app/entities/package-summary.html">fr.jweb.app.entities</a> - package fr.jweb.app.entities</dt> <dd>&nbsp;</dd> <dt><a href="../fr/jweb/app/mbeans/package-summary.html">fr.jweb.app.mbeans</a> - package fr.jweb.app.mbeans</dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">P</a>&nbsp;<a href="index-11.html">R</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">U</a>&nbsp;<a href="index-14.html">_</a>&nbsp;</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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.2/mathcomp-analysis/0.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-analysis: 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.13.2 / mathcomp-analysis - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-analysis <small> 0.1.0 <span class="label label-info">Not compatible 👼</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: &quot;2.0&quot; maintainer: &quot;pierre-yves@strub.nu&quot; homepage: &quot;https://github.com/math-comp/analysis&quot; bug-reports: &quot;https://github.com/math-comp/analysis/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/analysis.git&quot; license: &quot;CeCILL-C&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;Cyril Cohen&quot; &quot;Assia Mahboubi&quot; &quot;Damien Rouhling&quot; &quot;Pierre-Yves Strub&quot; ] build: [ [make &quot;INSTMODE=global&quot; &quot;config&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;) } &quot;coq-mathcomp-ssreflect&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-algebra&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-field&quot; {= &quot;1.7.0&quot;} &quot;coq-mathcomp-bigenough&quot; {(&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1.0~&quot;)} &quot;coq-mathcomp-finmap&quot; {(&gt;= &quot;1.1.0&quot; &amp; &lt; &quot;1.2.0~&quot;)} ] tags: [ &quot;logpath:mathcomp.analysis&quot; ] synopsis: &quot;An analysis library for mathematical components&quot; description: &quot;&quot;&quot; This repository contains an experimental library for real analysis for the Coq proof-assistant and using the Mathematical Components library. It is inspired by the Coquelicot library. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/analysis/archive/0.1.0.tar.gz&quot; checksum: &quot;sha256=0c3e998b81617a773f0d59db3aaf2ffd05f87ffda383ae6c7bb4a44fd2f4df13&quot; } </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-mathcomp-analysis.0.1.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-analysis -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-mathcomp-analysis.0.1.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>
presentation/css/themes/default.css
Badacadabra/Harmoneezer
/* theme */ html { font-size: 100%; line-height: 1.5rem; background-color: #333333; color: #ffffff; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); } body { font-family: "AmaranthRegular", sans-serif; } .navigation, .credits, .switches { display: none; } .ft-page { padding: 2rem; background-color: #424242; } .flowtime h1, .flowtime h2, .flowtime h3, .flowtime h4, .flowtime h5, .flowtime h6, .flowtime p, .flowtime ul, .flowtime ol, .flowtime dl, .flowtime li, .flowtime dt, .flowtime dd { display: block; -moz-transition: all 0.3s cubic-bezier(.77, .10, .22, 1); -webkit-transition: all 0.3s cubic-bezier(.77, .10, .22, 1); transition: all 0.3s cubic-bezier(.77, .10, .22, 1); } /* headings */ .flowtime h1, .flowtime h2, .flowtime h3, .flowtime h4, .flowtime h5, .flowtime h6 { font-family: "AmaranthBold"; font-weight: bold; color: #cccccc; text-shadow: 1px 2px 0 rgba(255,255,255,0.2); } .flowtime h1 { font-size: 3.5rem; line-height: 3rem; margin: 1rem 0 2rem 0; } .flowtime h2 { font-size: 2.5rem; line-height: 2.5rem; margin: 2rem 0; } .flowtime h3 { font-size: 2rem; line-height: 2rem; margin: 2rem 0; } .flowtime h4, .flowtime h5, .flowtime h6 { font-size: 1.75rem; line-height: 2rem; margin: 2rem 0; } /* paragraph */ .flowtime p { font-size: 1.75rem; line-height: 2rem; margin: 2rem 0; } /* lists */ .flowtime ul, .flowtime ol, .flowtime dl { font-size: 1.75rem; line-height: 2rem; margin: 2rem 0; } .flowtime ul, .flowtime ol, .flowtime dl { margin: 0 2rem; } .flowtime li, .flowtime dd { line-height: 1.75rem; margin-bottom: 1rem; position: relative; } .flowtime dt { position: relative; } .flowtime ul li:before, .flowtime dl dt:before { content: "\2022"; text-align: right; color: #ffdd00; margin-right: 0.5rem; display: inline-block; position: absolute; left: -1rem; } .flowtime ol { counter-reset: list; } .flowtime ol li:before { content: counter(list) "."; counter-increment: list; font-size: 0.75em; color: #ffdd00; margin-right: 0.5rem; display: inline-block; position: relative; top: -0.075em; } .flowtime dl dd { font-size: 0.8em; margin-left: 1rem; } .flowtime small { font-size: 0.6em; vertical-align: middle; } .flowtime pre, .flowtime code { font-family: monospace; margin: 1rem 0; } .flowtime strong { font-weight: bold; color: #ffdd00; text-shadow: 1px 2px 0 rgba(0,0,0,0.5); } /* quotes and citations */ .flowtime q { quotes: "“" "”"; } .flowtime q:before { content: open-quote; } .flowtime q:after { content: close-quote; } .flowtime blockquote { font-size: 1.5rem; margin: 1.5rem 2rem; padding: 1rem; background-color: rgba(0,0,0,0.3); border-left: 0.5rem solid rgba(255,255,255,0.5); border-radius: 0.5rem; } .flowtime q, .flowtime cite, .flowtime blockquote { font-style: italic; } /* variations */ .flowtime .small { font-size: 0.6em; } .flowtime .attention { color: #ff0000; text-shadow: 1px 2px 0 #000000, 1px -1px 0 rgba(0,0,0,0.3), -1px -1px 0 rgba(0,0,0,0.3), -1px 1px 0 rgba(0,0,0,0.3) } .flowtime sup { font-size: 0.7em; position: relative; top: -0.5em; } /* links and focus */ .flowtime a, .flowtime a:link, .flowtime a:visited, .flowtime a:hover, .flowtime a:active, .flowtime a:focus, .flowtime a:hover img, .flowtime a:active img, .flowtime a:focus img { color: #32affc; text-shadow: 1px 1px 0 #000000; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .flowtime a:hover, .flowtime a:active, .flowtime a:focus, .flowtime a:hover img, .flowtime a:active img, .flowtime a:focus img { color: #ff9900; outline: none; background-color: rgba(255,255,255,0.2); -webkit-box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.5); box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.5); } .flowtime a:hover img, .flowtime a:active img, .flowtime a:focus img { -webkit-box-shadow: 1px 2px 10px 5px rgba(0,0,0,0.5); box-shadow: 1px 2px 10px 5px rgba(0,0,0,0.5); } /* stackable content */ .flowtime .stack { width: 100%; height: 100%; margin: 1rem 0; position: relative; } .flowtime .stacked { width: 100%; position: absolute; top: 0; left: 0; } .flowtime img { max-width: 100%; max-height: 100%; display: block; } /* horizontally and vertically centered stackable content */ .flowtime .stack-center { text-align: center; white-space: nowrap; position: absolute; top: 2rem; right: 2rem; bottom: 2rem; left: 2rem; } .flowtime .stack-center:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } .flowtime .stack-center .stacked-center { white-space: normal; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; } .flowtime .stack-center .stacked-center li { text-align: left; } /* media queries */ @media screen and (min-height: 41em) and (min-width: 80em) { html { font-size: 120%; } .ft-page { } } @media screen and (min-height: 50em) and (min-width: 90em) { html { font-size: 140%; } .ft-page { } } @media screen and (max-height: 36.14em) { html { font-size: 50%; } .ft-page { } } /* parallax demo */ .parallax-demo { overflow: hidden; } .parallax-demo .kingmix { position: absolute; left: 20%; bottom: -10%; z-index: 50; } .parallax-demo .sax { position: absolute; left: 6%; bottom: -18%; z-index: 40; } .parallax-demo .tone { position: absolute; left: 49%; bottom: -32%; z-index: 30; }
stylesheets/element/border-radius.css
rememberlenny/URS-Homepage
/* line 1, ../../sass/element/border-radius.scss */ .radius-bottom-left { border-radius: 0 0px 8px 0px; }
public/css/processes.css
jmettraux/ruote-rest
.process { margin-top: 10px; }
ocr_extracted/W27324_text/page18.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W27324_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="page17.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 687px; margin-top: 137px;"> <p class="styleSans20.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HALLIBURTDN <br/>6360 EAST YELLOWSTONE HWY ‘ EVANSVILLE, WY 82636 </p> </div> <div style="position: absolute; margin-left: 880px; margin-top: 357px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TEL: 307-472-5757 ' FAX: 307-232-2097 </p> </div> <div style="position: absolute; margin-left: 770px; margin-top: 604px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Certified </p> </div> <div style="position: absolute; margin-left: 1175px; margin-top: 604px;"> <p class="styleSans18.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Survey Sheet </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 825px;"> <p class="styleSans16.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Customer: Well: Legak County: State: </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 1567px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">RKB: Nabors B15 Tie—On: <br/>First Sperry MWD Survey: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 1925px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Last Sperry MWD Survey: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2035px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Projection to TD: </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2255px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">I certify that the attached survey is true and correct to the best of my knowledge. </p> </div> <div style="position: absolute; margin-left: 880px; margin-top: 2475px;"> <p class="styleSans48.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>Jerry P p Well Design Engineer </p> </div> <div style="position: absolute; margin-left: 990px; margin-top: 3162px;"> <p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HALLIBURTON ROCKIES DIVISION </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 825px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">SM Energy Chanda 16-21HN <br/>Sec. 21 -T1 62N-R98W </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1210px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Divide North Dakota </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1567px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">KB Height 26’; Elev 2155’ MSL <br/>1,686’ MD; Sun‘ace Casing Assumed Vertical </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1815px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1,706‘ MD </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 1925px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">18,180’ MD </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 2035px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">18,227' MD </p> </div> </body> </html>
app/index.html
bensherlock/paper-notes
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Paper-Notes</title> <link rel="stylesheet" href="./assets/css/app.css"> <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap-theme.css"> <link rel="stylesheet" href="./node_modules/tokenfield/dist/tokenfield.css"> <!-- http://electron.atom.io/docs/faq/ --> <!-- <script> window.nodeRequire = require; delete window.require; delete window.exports; delete window.module; </script> --> </head> <body> <div class="container theme-showcase" role="main"> <!-- Navbar --> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" 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="#">Paper Notes</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#/papers">Papers</a></li> <!-- <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">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 role="separator" 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> </div><!--/.nav-collapse --> </div> </nav> <div id="app-view-container"> </div> <p> <small> <!-- All of the Node.js APIs are available in this renderer process. --> We are using node <script>document.write(process.versions.node)</script>, Chromium <script>document.write(process.versions.chrome)</script>, and Electron <script>document.write(process.versions.electron)</script>. </small> </p> </div> </body> <!-- Templates : Later to be moved to JST or other. --> <!-- PaperView --> <script type="text/template" id="paper-view-template"> <div class="page-header"> <h1>Paper</h1> <p class="lead">View paper details and notes.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Key: <%- key %></h3> </div> <div class="panel-body"> <p>Title: <%- title %></p> <p>Year: <%- year %></p> <p>Authors: <%- authors %></p> <p>Overview: <%- overview %></p> <p>Tags: <%- tags %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> </div> </div> </div> <div class="page-header"> <h1>Add New Note</h1> </div> <form id="note-create-form" class="form-inline"> <div class="form-group"> <label for="note-title">Title</label> <input id="note-title" type="text" class="form-control" placeholder="Note Title" autofocus> </div> <button type="submit" class="btn btn-default">Create</button> </form> <section id="main"> <div class="page-header"> <h1>Notes</h1> </div> <div id="note-list"></div> </section> </script> <!-- NotesItemView --> <script type="text/template" id="notes-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title title"><%- title %></h3> </div> <div class="panel-body"> <p>Date: <%- datetime %></p> <p>Text: <%- text %></p> <button type="button" class="view btn btn-info btn-xs">View</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> </div> </div> </script> <!-- NoteView --> <script type="text/template" id="note-view-template"> <div class="page-header"> <h1>Note</h1> <p class="lead">View note details.</p> </div> <div class="form-group"> <button type="button" id="paper" class="btn btn-primary">Back to Paper</button> </div> <div class="row"> <div class="panel panel-default note"> <div class="panel-heading"> <h3 class="panel-title"><%- title %></h3> </div> <div class="panel-body"> <p>Date: <%- datetime %></p> <p>Text: <%- text %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> </div> </div> </div> <div class="page-header"> <h1>Add New Anchor</h1> </div> <form id="anchor-create-form" class="form-inline"> <div class="form-group"> <label for="page">Page Number</label> <input id="page" type="page" class="form-control" placeholder="Anchor Page" autofocus> </div> <div class="form-group"> <label for="thing">Thing (Selected Text/Figure/Equation/Table)</label> <input id="thing" type="text" class="form-control" placeholder="Anchor Thing" > </div> <div class="form-group"> <label for="text">Text</label> <input id="text" type="text" class="form-control" placeholder="Anchor Text" > </div> <button type="submit" class="btn btn-default">Create</button> </form> <section id="main"> <div class="page-header"> <h1>Anchors</h1> </div> <div id="anchor-list"></div> </section> </script> <!-- AnchorsItemView --> <script type="text/template" id="anchors-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title thing"><%- thing %></h3> </div> <div class="panel-body"> <div class="viewing"> <p>Page Number: <%- page %></p> <p>Text: <%- text %></p> <button type="button" class="edit btn btn-primary btn-xs">Edit</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> <div class="editing"> <form id="anchor-edit-form" class="form-inline"> <div class="form-group"> <label for="page">Page Number</label> <input id="page" type="page" class="form-control" placeholder="Anchor Page" value="<%- page %>" autofocus> </div> <div class="form-group"> <label for="thing">Thing (Selected Text/Figure/Equation/Table)</label> <input id="thing" type="text" class="form-control" placeholder="Anchor Thing" value="<%- thing %>" > </div> <div class="form-group"> <label for="text">Text</label> <input id="text" type="text" class="form-control" placeholder="Anchor Text" value="<%- text %>" > </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </div> </script> <!-- NoteEditView --> <script type="text/template" id="note-edit-template"> <div class="page-header"> <h1>Note</h1> <p class="lead">Edit note details.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title edit"><%- title %> <%- datetime %></h3> </div> <div class="panel-body"> <form id="note-edit-form"> <div class="form-group"> <label for="title">Title</label> <input id="title" type="text" class="form-control" value="<%- title %>"> </div> <div class="form-group"> <label for="text">Text</label> <textarea id="text" class="form-control" rows="3"><%- text %></textarea> </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </script> <!-- PaperEditView --> <script type="text/template" id="paper-edit-template"> <div class="page-header"> <h1>Paper</h1> <p class="lead">Edit paper details.</p> </div> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title edit"><%- key %></h3> </div> <div class="panel-body"> <form id="paper-edit-form"> <div class="form-group"> <label for="key">Key</label> <input id="key" type="text" class="form-control" value="<%- key %>"> </div> <div class="form-group"> <label for="title">Title</label> <input id="title" type="text" class="form-control" value="<%- title %>"> </div> <div class="form-group"> <label for="year">Year</label> <input id="year" type="text" class="form-control" value="<%- year %>"> </div> <div class="form-group"> <label for="authors">Authors</label> <input id="authors" type="text" class="form-control" value="<%- authors %>"> </div> <div class="form-group"> <label for="tags">Tags</label> <input id="tags" type="text" class="form-control" value="<%- tags %>"> </div> <div class="form-group"> <label for="overview">Overview</label> <textarea id="overview" class="form-control" rows="3"><%- overview %></textarea> </div> <button type="submit" class="btn btn-default">Save</button> <button type="button" class="cancel btn btn-default">Cancel</button> </form> </div> </div> </div> </script> <!-- PapersItemView --> <script type="text/template" id="papers-item-view-template"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title title">Key: <%- key %></h3> </div> <div class="panel-body"> <p>Title: <%- title %></p> <p>Year: <%- year %></p> <p>Authors: <%- authors %></p> <button type="button" class="view btn btn-info btn-xs">View</button> <button type="button" class="destroy btn btn-danger btn-xs">Delete</button> </div> </div> </div> </script> <!-- PapersView --> <script type="text/template" id="papers-view-template"> <div class="page-header"> <h1>Papers</h1> <p class="lead">All the papers in the database.</p> </div> <div class="row"> <div class="col-sm-6"> <h2>Search Papers</h2> <form id="search-form" > <div class="form-group"> <label for="search">Search</label> <input id="search" type="text" class="form-control" placeholder=""> </div> <button type="submit" class="btn btn-default">Search</button> </form> </div> <div class="col-sm-6"> <h2>Add New Paper</h2> <form id="paper-create-form" > <div class="form-group"> <label for="key">Key</label> <input id="key" type="text" class="form-control" placeholder="Paper Key" autofocus> </div> <button type="submit" class="btn btn-default">Create</button> </form> </div> </div> <section id="main"> <h2>Paper List</h2> <div id="paper-list"></div> </section> </script> <!-- AppView --> <script type="text/template" id="app-view-template"> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Paper. Notes.</h1> <p>Read and make notes with ease.</p> </div> <div class="well"> <h2>Clear, Load and Save</h2> <div class="form-group" id="files"> <button type="button" id="clear" class="btn btn-primary">Clear</button> <button type="button" id="open" class="btn btn-primary">Load</button> <button type="button" id="save" class="btn btn-primary">Save</button> </div> <p>Your data is saved to a textfile of your choosing when you click Save. In the meantime it is held in a local working database.</p> </div> </script> <!-- http://stackoverflow.com/a/37480521/209647 --> <!-- Insert this line above script imports --> <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> <!-- normal script imports etc --> <script> window.$ = window.jQuery = require('jquery'); </script> <!-- Insert this line after script imports --> <script>if (window.module) module = window.module;</script> <script> // You can also require other files to run in this process require('bootstrap'); require('tokenfield'); require('./assets/js/ex-links.js'); require('./assets/js/notifications.js'); // Backbone //require('backbone'); //require('backbone.localStorage'); // Underscore //require('underscore'); </script> <!-- Backbone DB --> <script src="./assets/js/backbone-db.js"></script> <!-- Backbone Models --> <script src="./assets/js/models/note.js"></script> <script src="./assets/js/models/paper.js"></script> <!-- Backbone Collections --> <script src="./assets/js/collections/papers.js"></script> <!-- Backbone Controllers --> <script src="./assets/js/controllers/view-app-controller.js"></script> <script src="./assets/js/controllers/view-paper-controller.js"></script> <script src="./assets/js/controllers/view-papers-controller.js"></script> <script src="./assets/js/controllers/view-note-controller.js"></script> <!-- Backbone Routers --> <script src="./assets/js/routers/app-router.js"></script> <!-- Backbone Views --> <script src="./assets/js/views/app-view.js"></script> <script src="./assets/js/views/paper-view.js"></script> <script src="./assets/js/views/paper-edit-view.js"></script> <script src="./assets/js/views/papers-item-view.js"></script> <script src="./assets/js/views/papers-view.js"></script> <script src="./assets/js/views/note-view.js"></script> <script src="./assets/js/views/note-edit-view.js"></script> <script src="./assets/js/views/notes-item-view.js"></script> <script src="./assets/js/views/anchors-item-view.js"></script> <!-- In Electron, this is the correct way to include jQuery --> <!-- <script> window.$ = window.jQuery = nodeRequire('jquery'); console.log( [$, jQuery ]); </script> --> </html>
d3/01_DOM/08_index.html
sebastian-meier/tutorials
<html> <head> <script type="text/javascript" src="../lib/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="../lib/d3.min.js"></script> </head> <body> <script type="text/javascript"> var svg = d3.select('body') .append('svg') .attr('width', 300) .attr('height', 300); </script> </body> </html>
v2-community/docs/src_input_Mouse.js.html
dreamsxin/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/input/Mouse.js</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"> </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 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="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.PathManager.html">PathManager</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#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#arc">arc</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#beginFill">beginFill</a> </li> <li class="class-depth-0"> <a href="global.html#bezierCurveTo">bezierCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#clear">clear</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#destroyCachedSprite">destroyCachedSprite</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#drawCircle">drawCircle</a> </li> <li class="class-depth-0"> <a href="global.html#drawEllipse">drawEllipse</a> </li> <li class="class-depth-0"> <a href="global.html#drawPolygon">drawPolygon</a> </li> <li class="class-depth-0"> <a href="global.html#drawRect">drawRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawRoundedRect">drawRoundedRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawShape">drawShape</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#endFill">endFill</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#generateTexture">generateTexture</a> </li> <li class="class-depth-0"> <a href="global.html#getBounds">getBounds</a> </li> <li class="class-depth-0"> <a href="global.html#getLocalBounds">getLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#lineStyle">lineStyle</a> </li> <li class="class-depth-0"> <a href="global.html#lineTo">lineTo</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#moveTo">moveTo</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#quadraticCurveTo">quadraticCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#updateLocalBounds">updateLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_MULTI">WEBGL_MULTI</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">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">Phaser 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/input/Mouse.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Richard Davey &lt;rich@photonstorm.com> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * The Mouse class is responsible for handling all aspects of mouse interaction with the browser. * * It captures and processes mouse events that happen on the game canvas object. * It also adds a single `mouseup` listener to `window` which is used to capture the mouse being released * when not over the game. * * You should not normally access this class directly, but instead use a Phaser.Pointer object * which normalises all game input for you, including accurate button handling. * * @class Phaser.Mouse * @constructor * @param {Phaser.Game} game - A reference to the currently running game. */ Phaser.Mouse = function (game) { /** * @property {Phaser.Game} game - A reference to the currently running game. */ this.game = game; /** * @property {Phaser.Input} input - A reference to the Phaser Input Manager. * @protected */ this.input = game.input; /** * @property {object} callbackContext - The context under which callbacks are called. */ this.callbackContext = this.game; /** * @property {function} mouseDownCallback - A callback that can be fired when the mouse is pressed down. */ this.mouseDownCallback = null; /** * @property {function} mouseUpCallback - A callback that can be fired when the mouse is released from a pressed down state. */ this.mouseUpCallback = null; /** * @property {function} mouseOutCallback - A callback that can be fired when the mouse is no longer over the game canvas. */ this.mouseOutCallback = null; /** * @property {function} mouseOverCallback - A callback that can be fired when the mouse enters the game canvas (usually after a mouseout). */ this.mouseOverCallback = null; /** * @property {function} mouseWheelCallback - A callback that can be fired when the mousewheel is used. */ this.mouseWheelCallback = null; /** * @property {boolean} capture - If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully. */ this.capture = false; /** * This property was removed in Phaser 2.4 and should no longer be used. * Instead please see the Pointer button properties such as `Pointer.leftButton`, `Pointer.rightButton` and so on. * Or Pointer.button holds the DOM event button value if you require that. * @property {number} button * @default */ this.button = -1; /** * The direction of the _last_ mousewheel usage 1 for up -1 for down. * @property {number} wheelDelta */ this.wheelDelta = 0; /** * Mouse input will only be processed if enabled. * @property {boolean} enabled * @default */ this.enabled = true; /** * @property {boolean} locked - If the mouse has been Pointer Locked successfully this will be set to true. * @default */ this.locked = false; /** * @property {boolean} stopOnGameOut - If true Pointer.stop will be called if the mouse leaves the game canvas. * @default */ this.stopOnGameOut = false; /** * @property {Phaser.Signal} pointerLock - This event is dispatched when the browser enters or leaves pointer lock state. * @default */ this.pointerLock = new Phaser.Signal(); /** * The browser mouse DOM event. Will be null if no mouse event has ever been received. * Access this property only inside a Mouse event handler and do not keep references to it. * @property {MouseEvent|null} event * @default */ this.event = null; /** * @property {function} _onMouseDown - Internal event handler reference. * @private */ this._onMouseDown = null; /** * @property {function} _onMouseMove - Internal event handler reference. * @private */ this._onMouseMove = null; /** * @property {function} _onMouseUp - Internal event handler reference. * @private */ this._onMouseUp = null; /** * @property {function} _onMouseOut - Internal event handler reference. * @private */ this._onMouseOut = null; /** * @property {function} _onMouseOver - Internal event handler reference. * @private */ this._onMouseOver = null; /** * @property {function} _onMouseWheel - Internal event handler reference. * @private */ this._onMouseWheel = null; /** * Wheel proxy event object, if required. Shared for all wheel events for this mouse. * @property {Phaser.Mouse~WheelEventProxy} _wheelEvent * @private */ this._wheelEvent = null; }; /** * @constant * @type {number} */ Phaser.Mouse.NO_BUTTON = -1; /** * @constant * @type {number} */ Phaser.Mouse.LEFT_BUTTON = 0; /** * @constant * @type {number} */ Phaser.Mouse.MIDDLE_BUTTON = 1; /** * @constant * @type {number} */ Phaser.Mouse.RIGHT_BUTTON = 2; /** * @constant * @type {number} */ Phaser.Mouse.BACK_BUTTON = 3; /** * @constant * @type {number} */ Phaser.Mouse.FORWARD_BUTTON = 4; /** * @constant * @type {number} */ Phaser.Mouse.WHEEL_UP = 1; /** * @constant * @type {number} */ Phaser.Mouse.WHEEL_DOWN = -1; Phaser.Mouse.prototype = { /** * Starts the event listeners running. * @method Phaser.Mouse#start */ start: function () { if (this.game.device.android &amp;&amp; this.game.device.chrome === false) { // Android stock browser fires mouse events even if you preventDefault on the touchStart, so ... return; } if (this._onMouseDown !== null) { // Avoid setting multiple listeners return; } var _this = this; this._onMouseDown = function (event) { return _this.onMouseDown(event); }; this._onMouseMove = function (event) { return _this.onMouseMove(event); }; this._onMouseUp = function (event) { return _this.onMouseUp(event); }; this._onMouseUpGlobal = function (event) { return _this.onMouseUpGlobal(event); }; this._onMouseOutGlobal = function (event) { return _this.onMouseOutGlobal(event); }; this._onMouseOut = function (event) { return _this.onMouseOut(event); }; this._onMouseOver = function (event) { return _this.onMouseOver(event); }; this._onMouseWheel = function (event) { return _this.onMouseWheel(event); }; var canvas = this.game.canvas; canvas.addEventListener('mousedown', this._onMouseDown, true); canvas.addEventListener('mousemove', this._onMouseMove, true); canvas.addEventListener('mouseup', this._onMouseUp, true); if (!this.game.device.cocoonJS) { window.addEventListener('mouseup', this._onMouseUpGlobal, true); window.addEventListener('mouseout', this._onMouseOutGlobal, true); canvas.addEventListener('mouseover', this._onMouseOver, true); canvas.addEventListener('mouseout', this._onMouseOut, true); } var wheelEvent = this.game.device.wheelEvent; if (wheelEvent) { canvas.addEventListener(wheelEvent, this._onMouseWheel, true); if (wheelEvent === 'mousewheel') { this._wheelEvent = new WheelEventProxy(-1/40, 1); } else if (wheelEvent === 'DOMMouseScroll') { this._wheelEvent = new WheelEventProxy(1, 1); } } }, /** * The internal method that handles the mouse down event from the browser. * @method Phaser.Mouse#onMouseDown * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseDown: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseDownCallback) { this.mouseDownCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.start(event); }, /** * The internal method that handles the mouse move event from the browser. * @method Phaser.Mouse#onMouseMove * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseMove: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseMoveCallback) { this.mouseMoveCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.move(event); }, /** * The internal method that handles the mouse up event from the browser. * @method Phaser.Mouse#onMouseUp * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseUp: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } if (this.mouseUpCallback) { this.mouseUpCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } event['identifier'] = 0; this.input.mousePointer.stop(event); }, /** * The internal method that handles the mouse up event from the window. * * @method Phaser.Mouse#onMouseUpGlobal * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseUpGlobal: function (event) { if (!this.input.mousePointer.withinGame) { if (this.mouseUpCallback) { this.mouseUpCallback.call(this.callbackContext, event); } event['identifier'] = 0; this.input.mousePointer.stop(event); } }, /** * The internal method that handles the mouse out event from the window. * * @method Phaser.Mouse#onMouseOutGlobal * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOutGlobal: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = false; if (!this.input.enabled || !this.enabled) { return; } // If we get a mouseout event from the window then basically // something serious has gone down, usually along the lines of // the browser opening a context-menu or similar. // On OS X Chrome especially this is bad news, as it blocks // us then getting a mouseup event, so we need to force that through. // // No matter what, we must cancel the left and right buttons this.input.mousePointer.stop(event); this.input.mousePointer.leftButton.stop(event); this.input.mousePointer.rightButton.stop(event); }, /** * The internal method that handles the mouse out event from the browser. * * @method Phaser.Mouse#onMouseOut * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOut: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = false; if (this.mouseOutCallback) { this.mouseOutCallback.call(this.callbackContext, event); } if (!this.input.enabled || !this.enabled) { return; } if (this.stopOnGameOut) { event['identifier'] = 0; this.input.mousePointer.stop(event); } }, /** * The internal method that handles the mouse over event from the browser. * * @method Phaser.Mouse#onMouseOver * @param {MouseEvent} event - The native event from the browser. This gets stored in Mouse.event. */ onMouseOver: function (event) { this.event = event; if (this.capture) { event.preventDefault(); } this.input.mousePointer.withinGame = true; if (this.mouseOverCallback) { this.mouseOverCallback.call(this.callbackContext, event); } }, /** * The internal method that handles the mouse wheel event from the browser. * * @method Phaser.Mouse#onMouseWheel * @param {MouseEvent} event - The native event from the browser. */ onMouseWheel: function (event) { if (this._wheelEvent) { event = this._wheelEvent.bindEvent(event); } this.event = event; if (this.capture) { event.preventDefault(); } // reverse detail for firefox this.wheelDelta = Phaser.Math.clamp(-event.deltaY, -1, 1); if (this.mouseWheelCallback) { this.mouseWheelCallback.call(this.callbackContext, event); } }, /** * If the browser supports it you can request that the pointer be locked to the browser window. * This is classically known as 'FPS controls', where the pointer can't leave the browser until the user presses an exit key. * If the browser successfully enters a locked state the event Phaser.Mouse.pointerLock will be dispatched and the first parameter will be 'true'. * @method Phaser.Mouse#requestPointerLock */ requestPointerLock: function () { if (this.game.device.pointerLock) { var element = this.game.canvas; element.requestPointerLock = element.requestPointerLock || element.mozRequestPointerLock || element.webkitRequestPointerLock; element.requestPointerLock(); var _this = this; this._pointerLockChange = function (event) { return _this.pointerLockChange(event); }; document.addEventListener('pointerlockchange', this._pointerLockChange, true); document.addEventListener('mozpointerlockchange', this._pointerLockChange, true); document.addEventListener('webkitpointerlockchange', this._pointerLockChange, true); } }, /** * Internal pointerLockChange handler. * * @method Phaser.Mouse#pointerLockChange * @param {Event} event - The native event from the browser. This gets stored in Mouse.event. */ pointerLockChange: function (event) { var element = this.game.canvas; if (document.pointerLockElement === element || document.mozPointerLockElement === element || document.webkitPointerLockElement === element) { // Pointer was successfully locked this.locked = true; this.pointerLock.dispatch(true, event); } else { // Pointer was unlocked this.locked = false; this.pointerLock.dispatch(false, event); } }, /** * Internal release pointer lock handler. * @method Phaser.Mouse#releasePointerLock */ releasePointerLock: function () { document.exitPointerLock = document.exitPointerLock || document.mozExitPointerLock || document.webkitExitPointerLock; document.exitPointerLock(); document.removeEventListener('pointerlockchange', this._pointerLockChange, true); document.removeEventListener('mozpointerlockchange', this._pointerLockChange, true); document.removeEventListener('webkitpointerlockchange', this._pointerLockChange, true); }, /** * Stop the event listeners. * @method Phaser.Mouse#stop */ stop: function () { var canvas = this.game.canvas; canvas.removeEventListener('mousedown', this._onMouseDown, true); canvas.removeEventListener('mousemove', this._onMouseMove, true); canvas.removeEventListener('mouseup', this._onMouseUp, true); canvas.removeEventListener('mouseover', this._onMouseOver, true); canvas.removeEventListener('mouseout', this._onMouseOut, true); var wheelEvent = this.game.device.wheelEvent; if (wheelEvent) { canvas.removeEventListener(wheelEvent, this._onMouseWheel, true); } window.removeEventListener('mouseup', this._onMouseUpGlobal, true); window.removeEventListener('mouseout', this._onMouseOutGlobal, true); document.removeEventListener('pointerlockchange', this._pointerLockChange, true); document.removeEventListener('mozpointerlockchange', this._pointerLockChange, true); document.removeEventListener('webkitpointerlockchange', this._pointerLockChange, true); } }; Phaser.Mouse.prototype.constructor = Phaser.Mouse; /* jshint latedef:nofunc */ /** * A purely internal event support class to proxy 'wheelscroll' and 'DOMMouseWheel' * events to 'wheel'-like events. * * See https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel for choosing a scale and delta mode. * * @method Phaser.Mouse#WheelEventProxy * @private * @param {number} scaleFactor - Scale factor as applied to wheelDelta/wheelDeltaX or details. * @param {integer} deltaMode - The reported delta mode. */ function WheelEventProxy (scaleFactor, deltaMode) { /** * @property {number} _scaleFactor - Scale factor as applied to wheelDelta/wheelDeltaX or details. * @private */ this._scaleFactor = scaleFactor; /** * @property {number} _deltaMode - The reported delta mode. * @private */ this._deltaMode = deltaMode; /** * @property {any} originalEvent - The original event _currently_ being proxied; the getters will follow suit. * @private */ this.originalEvent = null; } WheelEventProxy.prototype = {}; WheelEventProxy.prototype.constructor = WheelEventProxy; WheelEventProxy.prototype.bindEvent = function (event) { // Generate stubs automatically if (!WheelEventProxy._stubsGenerated &amp;&amp; event) { var makeBinder = function (name) { return function () { var v = this.originalEvent[name]; return typeof v !== 'function' ? v : v.bind(this.originalEvent); }; }; for (var prop in event) { if (!(prop in WheelEventProxy.prototype)) { Object.defineProperty(WheelEventProxy.prototype, prop, { get: makeBinder(prop) }); } } WheelEventProxy._stubsGenerated = true; } this.originalEvent = event; return this; }; Object.defineProperties(WheelEventProxy.prototype, { "type": { value: "wheel" }, "deltaMode": { get: function () { return this._deltaMode; } }, "deltaY": { get: function () { return (this._scaleFactor * (this.originalEvent.wheelDelta || this.originalEvent.detail)) || 0; } }, "deltaX": { get: function () { return (this._scaleFactor * this.originalEvent.wheelDeltaX) || 0; } }, "deltaZ": { value: 0 } }); </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 Dec 06 2016 23:48:54 GMT+0000 (GMT Standard Time) 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>
_site/Articles/index.html
sol87/AaronHui
<!DOCTYPE html> <html lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> Articles &middot; Aaron's Blog </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="/public/css/hyde.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> </head> <body class="theme-base-0d"> <div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1> <a href="/"> Aaron's Blog </a> </h1> <br /> <div align="left"> <img src="/images/us.jpg"/> <p> Aaron Hui </p> <p>Who am I? I don't know either.Maybe I'm a coder? Or a thinker? Or a player? </p> <p>Email: <a href= "mailto:guoliangxu1987@163.com" target="_blank">guoliangxu1987@163.com</a></p> </div> <br /> <p></p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item active" href="/Articles/">Articles</a> <a class="sidebar-nav-item" href="/GoodBlogs/">GoodBlogs</a> <span class="sidebar-nav-item">Currently v1.0.0</span> </nav> <p>&copy; 2015. All rights reserved.</p> </div> </div> <div class="content container"> <div class="page"> <h1 class="page-title">Articles</h1> <p class="message"> Hi!下面是这个站点内的全部文章了,希望你可以在里面找到你想要的内容。 </p> <ul class="posts"> <li><span>28 Dec 2013</span> &raquo; <a href="/2013/12/28/introducing-hyde/">Introducing Hyde</a></li> <li><span>07 Feb 2012</span> &raquo; <a href="/2012/02/07/example-content/">Example content</a></li> <li><span>06 Feb 2012</span> &raquo; <a href="/2012/02/06/whats-jekyll/">What's Jekyll?</a></li> </ul> </div> </div> </body> </html>
example/docs/src/foo.env.html
CARFAX/wharf
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>foo.env | foo-js | CARFAX</title> <link rel="stylesheet" href="../css/wharf.min.css"> <link rel="stylesheet" href="../css/wharf.src.min.css"> <script src="../js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> </head> <body> <h1>foo.env - Source</h1> <article> <pre><code class="javascript">var env = module.exports = {} , win = require('./window'); env.LOCAL = 'local'; env.DEV = 'dev'; env.ALPHA = 'alpha'; env.BETA = 'beta'; env.PROD = 'prod'; /** * Check whether or not code is running in a browser or in a Node process. * @returns {boolean} */ env.isBrowser = function() { return process.title == 'browser'; }; /** * Determines the current environment based on the window hostname. * @returns {String} the environment level */ env.determine = function() { if( env.isBrowser() ) { var domain = win.domain; return env.ENV = (domain.indexOf('my.') == 0 || domain.indexOf('mysecure.') == 0 || domain.indexOf('mysecured.') == 0 || domain.indexOf('localhost') == 0 ? env.LOCAL : domain.indexOf('dev') == 0 ? env.DEV : domain.indexOf('alpha') == 0 ? env.ALPHA : domain.indexOf('beta') == 0 ? env.BETA : env.PROD); } else { return env.ENV = process.env.NODE_ENV; } }; /** * The current environment level. * @type {String} */ env.ENV = env.determine();</code></pre> </article> </body> </html>
css/main.css
davidgvns/wishList
.container { height: 95%; padding: 10px;} #bow { width: 44%; margin: -8% 27% -19% 27%;} header { height: 190px; background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS3-rQK0Q7mfoImN-n7Kkc9xOzd8VZSoDDBOBLmibWbc65PAkeL"); background-repeat: no-repeat; background-size: cover; color: white; border-radius: 10px; position: relative; text-align: center; margin-right: -15px; margin-left: -15px; margin-bottom: -20px; border: solid 1px darkred;} header h1 { margin-top: 7px; } header input { width: 80%; color: black;} #first { position: relative; color: white; text-align: center; min-height: 500px; background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS3-rQK0Q7mfoImN-n7Kkc9xOzd8VZSoDDBOBLmibWbc65PAkeL"); background-repeat: no-repeat; background-size: cover; margin-top: -10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding-bottom: 20px;} #wishListHead table { background-color: white; width: 90%; margin: 0 auto; margin-top: 10px; min-height: 200px; text-align: center;} #wishListHead { margin-top: 20px; font-size: 25px;} #wishList { color: red; font-size: 16px; width: 90%; height: auto; background-color: white; border: solid green 10px;} .wishPhoto { width: 100px; height: 100px; margin-right: 20px; margin-top: 5px;} /* ** Common CSS ** background-image: url('paper.gif'); */ /*# sourceMappingURL=main.css.map */
JavaScript-UI-and-DOM/dom-operations-hw/testrunner.html
shakuu/Homework
<!DOCTYPE html> <html> <head> <title>Mocha Tests</title> <link rel="stylesheet" href="node_modules/mocha/mocha.css"> </head> <body> <div id="root"> </div> <script src="scripts/app.js"> </script> <script> </script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/qarith-stern-brocot/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 3 m 26 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.7.2 / qarith-stern-brocot - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> qarith-stern-brocot <small> 8.9.0 <span class="label label-success">3 m 26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base 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.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Binary rational numbers&quot; description: &quot;&quot;&quot; Development of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;category:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category:Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:field tactic&quot; &quot;keyword:binary lists&quot; &quot;keyword:Stern-Brocot&quot; &quot;logpath:QArithSternBrocot&quot; &quot;date:2019-05-19&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.9.0.tar.gz&quot; checksum: &quot;sha256=ed779cf0b395e003591bb828d11e170321ee4ecfbba8566c4a04f661d0378fb7&quot; } </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-qarith-stern-brocot.8.9.0 coq.8.7.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-qarith-stern-brocot.8.9.0 coq.8.7.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-qarith-stern-brocot.8.9.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 17 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.glob</code></li> <li>891 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo</code></li> <li>786 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.glob</code></li> <li>782 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo</code></li> <li>755 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo</code></li> <li>528 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.glob</code></li> <li>489 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.glob</code></li> <li>486 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo</code></li> <li>470 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.glob</code></li> <li>470 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo</code></li> <li>392 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo</code></li> <li>355 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo</code></li> <li>342 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo</code></li> <li>310 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.glob</code></li> <li>307 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.glob</code></li> <li>290 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo</code></li> <li>288 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.v</code></li> <li>276 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob</code></li> <li>275 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.glob</code></li> <li>268 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo</code></li> <li>250 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo</code></li> <li>238 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo</code></li> <li>218 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.glob</code></li> <li>204 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob</code></li> <li>202 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo</code></li> <li>195 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob</code></li> <li>151 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.glob</code></li> <li>149 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.v</code></li> <li>134 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo</code></li> <li>129 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo</code></li> <li>109 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.glob</code></li> <li>103 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.v</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.v</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.v</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-qarith-stern-brocot.8.9.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"> 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>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/exact-real-arithmetic/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>exact-real-arithmetic: 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.15.0 / exact-real-arithmetic - 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> exact-real-arithmetic <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 04:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 04:13:48 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 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/exact-real-arithmetic&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ExactRealArithmetic&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: correctness&quot; &quot;keyword: real numbers&quot; &quot;keyword: arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; ] authors: [ &quot;Jérôme Creci&quot; ] bug-reports: &quot;https://github.com/coq-contribs/exact-real-arithmetic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/exact-real-arithmetic.git&quot; synopsis: &quot;Exact Real Arithmetic&quot; description: &quot;&quot;&quot; This contribution contains a proof of correctness of some exact real arithmetic algorithms from the PhD thesis of Valérie Ménissier-Morain&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/exact-real-arithmetic/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=0286dd584cfca1f955924feae67845d8&quot; } </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-exact-real-arithmetic.8.6.0 coq.8.15.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.15.0). The following dependencies couldn&#39;t be met: - coq-exact-real-arithmetic -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-exact-real-arithmetic.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>
Docs/api/html/classOgre_1_1Bitwise.html
ttair/TuxSinbad
<html> <head> <title>OGRE: Ogre::Bitwise Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="modules.html"><span>Modules</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="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="namespaceOgre.html">Ogre</a> </li> <li><a class="el" href="classOgre_1_1Bitwise.html">Ogre::Bitwise</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-static-methods">Static Public Member Functions</a> </div> <div class="headertitle"> <h1>Ogre::Bitwise Class Reference<br/> <small> [<a class="el" href="group__Math.html">Math</a>]</small> </h1> </div> </div> <div class="contents"> <!-- doxytag: class="Ogre::Bitwise" --> <p>Class for manipulating bit patterns. <a href="#_details">More...</a></p> <p><code>#include &lt;<a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>&gt;</code></p> <p><a href="classOgre_1_1Bitwise-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static FORCEINLINE unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa3fd3a659f416fe2f6e034c42b6a873c">mostSignificantBitSet</a> (unsigned int value)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the most significant bit set in a value. <a href="#aa3fd3a659f416fe2f6e034c42b6a873c"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static FORCEINLINE <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#af1d86f2723f835a233138259c962a952">firstPO2From</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the closest power-of-two number greater or equal to value. <a href="#af1d86f2723f835a233138259c962a952"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static FORCEINLINE bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ab09f72312a62e0e0720e4b039f402654">isPO2</a> (T n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines whether the number is power-of-two or not. <a href="#ab09f72312a62e0e0720e4b039f402654"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static FORCEINLINE unsigned int&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ab9e1672bc7f43a5a3467d3e0d0886b62">getBitShift</a> (T mask)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of bits a pattern must be shifted right by to remove right-hand zeros. <a href="#ab9e1672bc7f43a5a3467d3e0d0886b62"></a><br/></td></tr> <tr><td class="memTemplParams" colspan="2">template&lt;typename SrcT , typename DestT &gt; </td></tr> <tr><td class="memTemplItemLeft" align="right" valign="top">static DestT&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a8abbcb20f50105117dc94c6fedf8ace6">convertBitPattern</a> (SrcT srcValue, SrcT srcBitMask, DestT destBitMask)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Takes a value with a given src bit mask, and produces another value with a desired bit mask. <a href="#a8abbcb20f50105117dc94c6fedf8ace6"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa59b3726641c31b63aa3e203559ca3bd">fixedToFixed</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> value, unsigned int n, unsigned int p)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert N bit colour channel value to P bits. <a href="#aa59b3726641c31b63aa3e203559ca3bd"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad3f4d30ecc1aa5ea112a38e63a47b9c8">floatToFixed</a> (const float value, const unsigned int bits)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert floating point colour channel value between 0.0 and 1.0 (otherwise clamped) to integer of a certain number of bits. <a href="#ad3f4d30ecc1aa5ea112a38e63a47b9c8"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a48006ba79d6f8c690e3131c7b4e441bf">fixedToFloat</a> (unsigned value, unsigned int bits)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Fixed point to float. <a href="#a48006ba79d6f8c690e3131c7b4e441bf"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#afa88e9d32bbc468ac3ee803ee4228ca1">intWrite</a> (void *dest, const int n, const unsigned int value)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a n*8 bits integer value to memory in native endian. <a href="#afa88e9d32bbc468ac3ee803ee4228ca1"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad0fcaa2e4f445d1e9c1fb69291061dec">intRead</a> (const void *src, int n)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a n*8 bits integer value to memory in native endian. <a href="#ad0fcaa2e4f445d1e9c1fb69291061dec"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#aa02a9c5a117baf2da38ad562c2130681">floatToHalf</a> (float i)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert a float32 to a float16 (NV_half_float) Courtesy of OpenEXR. <a href="#aa02a9c5a117baf2da38ad562c2130681"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#ad98268f6e1288301c0471e345e98cd1e">floatToHalfI</a> (<a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> i)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts float in uint32 format to a a half in uint16 format. <a href="#ad98268f6e1288301c0471e345e98cd1e"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#abb3cbaa74865420859ba7b1061f8d3f3">halfToFloat</a> (<a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> y)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert a float16 (NV_half_float) to a float32 Courtesy of OpenEXR. <a href="#abb3cbaa74865420859ba7b1061f8d3f3"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1Bitwise.html#a7ccd62b11c082f76d4972e27896c6028">halfToFloatI</a> (<a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> y)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts a half in uint16 format to a float in uint32 format. <a href="#a7ccd62b11c082f76d4972e27896c6028"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>Class for manipulating bit patterns. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00043">43</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a8abbcb20f50105117dc94c6fedf8ace6"></a><!-- doxytag: member="Ogre::Bitwise::convertBitPattern" ref="a8abbcb20f50105117dc94c6fedf8ace6" args="(SrcT srcValue, SrcT srcBitMask, DestT destBitMask)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename SrcT , typename DestT &gt; </div> <table class="memname"> <tr> <td class="memname">static DestT Ogre::Bitwise::convertBitPattern </td> <td>(</td> <td class="paramtype">SrcT&nbsp;</td> <td class="paramname"> <em>srcValue</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">SrcT&nbsp;</td> <td class="paramname"> <em>srcBitMask</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">DestT&nbsp;</td> <td class="paramname"> <em>destBitMask</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Takes a value with a given src bit mask, and produces another value with a desired bit mask. </p> <dl class="remark"><dt><b>Remarks:</b></dt><dd>This routine is useful for colour conversion. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00102">102</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00083">getBitShift()</a>.</p> </div> </div> <a class="anchor" id="af1d86f2723f835a233138259c962a952"></a><!-- doxytag: member="Ogre::Bitwise::firstPO2From" ref="af1d86f2723f835a233138259c962a952" args="(uint32 n)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static FORCEINLINE <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> Ogre::Bitwise::firstPO2From </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>n</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the closest power-of-two number greater or equal to value. </p> <dl class="note"><dt><b>Note:</b></dt><dd>0 and 1 are powers of two, so firstPO2From(0)==0 and firstPO2From(1)==1. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00060">60</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa59b3726641c31b63aa3e203559ca3bd"></a><!-- doxytag: member="Ogre::Bitwise::fixedToFixed" ref="aa59b3726641c31b63aa3e203559ca3bd" args="(uint32 value, unsigned int n, unsigned int p)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::fixedToFixed </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>n</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>p</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert N bit colour channel value to P bits. </p> <p>It fills P bits with the bit pattern repeated. (this is /((1&lt;&lt;n)-1) in fixed point) </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00127">127</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="a48006ba79d6f8c690e3131c7b4e441bf"></a><!-- doxytag: member="Ogre::Bitwise::fixedToFloat" ref="a48006ba79d6f8c690e3131c7b4e441bf" args="(unsigned value, unsigned int bits)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static float Ogre::Bitwise::fixedToFloat </td> <td>(</td> <td class="paramtype">unsigned&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>bits</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Fixed point to float. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00161">161</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="ad3f4d30ecc1aa5ea112a38e63a47b9c8"></a><!-- doxytag: member="Ogre::Bitwise::floatToFixed" ref="ad3f4d30ecc1aa5ea112a38e63a47b9c8" args="(const float value, const unsigned int bits)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::floatToFixed </td> <td>(</td> <td class="paramtype">const float&nbsp;</td> <td class="paramname"> <em>value</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const unsigned int&nbsp;</td> <td class="paramname"> <em>bits</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert floating point colour channel value between 0.0 and 1.0 (otherwise clamped) to integer of a certain number of bits. </p> <p>Works for any value of bits between 0 and 31. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00151">151</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa02a9c5a117baf2da38ad562c2130681"></a><!-- doxytag: member="Ogre::Bitwise::floatToHalf" ref="aa02a9c5a117baf2da38ad562c2130681" args="(float i)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> Ogre::Bitwise::floatToHalf </td> <td>(</td> <td class="paramtype">float&nbsp;</td> <td class="paramname"> <em>i</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert a float32 to a float16 (NV_half_float) Courtesy of OpenEXR. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00222">222</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00230">floatToHalfI()</a>.</p> </div> </div> <a class="anchor" id="ad98268f6e1288301c0471e345e98cd1e"></a><!-- doxytag: member="Ogre::Bitwise::floatToHalfI" ref="ad98268f6e1288301c0471e345e98cd1e" args="(uint32 i)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a> Ogre::Bitwise::floatToHalfI </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a>&nbsp;</td> <td class="paramname"> <em>i</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Converts float in uint32 format to a a half in uint16 format. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00230">230</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00222">floatToHalf()</a>.</p> </div> </div> <a class="anchor" id="ab9e1672bc7f43a5a3467d3e0d0886b62"></a><!-- doxytag: member="Ogre::Bitwise::getBitShift" ref="ab9e1672bc7f43a5a3467d3e0d0886b62" args="(T mask)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">static FORCEINLINE unsigned int Ogre::Bitwise::getBitShift </td> <td>(</td> <td class="paramtype">T&nbsp;</td> <td class="paramname"> <em>mask</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the number of bits a pattern must be shifted right by to remove right-hand zeros. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00083">83</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00102">convertBitPattern()</a>.</p> </div> </div> <a class="anchor" id="abb3cbaa74865420859ba7b1061f8d3f3"></a><!-- doxytag: member="Ogre::Bitwise::halfToFloat" ref="abb3cbaa74865420859ba7b1061f8d3f3" args="(uint16 y)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static float Ogre::Bitwise::halfToFloat </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td> <td class="paramname"> <em>y</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Convert a float16 (NV_half_float) to a float32 Courtesy of OpenEXR. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00273">273</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>References <a class="el" href="OgreBitwise_8h_source.html#l00282">halfToFloatI()</a>.</p> </div> </div> <a class="anchor" id="a7ccd62b11c082f76d4972e27896c6028"></a><!-- doxytag: member="Ogre::Bitwise::halfToFloatI" ref="a7ccd62b11c082f76d4972e27896c6028" args="(uint16 y)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> Ogre::Bitwise::halfToFloatI </td> <td>(</td> <td class="paramtype"><a class="el" href="namespaceOgre.html#aa8263b218e7d187ad5ef03a73a6ad7fd">uint16</a>&nbsp;</td> <td class="paramname"> <em>y</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Converts a half in uint16 format to a float in uint32 format. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00282">282</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> <p>Referenced by <a class="el" href="OgreBitwise_8h_source.html#l00273">halfToFloat()</a>.</p> </div> </div> <a class="anchor" id="ad0fcaa2e4f445d1e9c1fb69291061dec"></a><!-- doxytag: member="Ogre::Bitwise::intRead" ref="ad0fcaa2e4f445d1e9c1fb69291061dec" args="(const void *src, int n)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static unsigned int Ogre::Bitwise::intRead </td> <td>(</td> <td class="paramtype">const void *&nbsp;</td> <td class="paramname"> <em>src</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>n</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Read a n*8 bits integer value to memory in native endian. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00197">197</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="afa88e9d32bbc468ac3ee803ee4228ca1"></a><!-- doxytag: member="Ogre::Bitwise::intWrite" ref="afa88e9d32bbc468ac3ee803ee4228ca1" args="(void *dest, const int n, const unsigned int value)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void Ogre::Bitwise::intWrite </td> <td>(</td> <td class="paramtype">void *&nbsp;</td> <td class="paramname"> <em>dest</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const int&nbsp;</td> <td class="paramname"> <em>n</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const unsigned int&nbsp;</td> <td class="paramname"> <em>value</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Write a n*8 bits integer value to memory in native endian. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00169">169</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="ab09f72312a62e0e0720e4b039f402654"></a><!-- doxytag: member="Ogre::Bitwise::isPO2" ref="ab09f72312a62e0e0720e4b039f402654" args="(T n)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">static FORCEINLINE bool Ogre::Bitwise::isPO2 </td> <td>(</td> <td class="paramtype">T&nbsp;</td> <td class="paramname"> <em>n</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Determines whether the number is power-of-two or not. </p> <dl class="note"><dt><b>Note:</b></dt><dd>0 and 1 are tread as power of two. </dd></dl> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00075">75</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <a class="anchor" id="aa3fd3a659f416fe2f6e034c42b6a873c"></a><!-- doxytag: member="Ogre::Bitwise::mostSignificantBitSet" ref="aa3fd3a659f416fe2f6e034c42b6a873c" args="(unsigned int value)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static FORCEINLINE unsigned int Ogre::Bitwise::mostSignificantBitSet </td> <td>(</td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>value</em></td> <td>&nbsp;)&nbsp;</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the most significant bit set in a value. </p> <p>Definition at line <a class="el" href="OgreBitwise_8h_source.html#l00047">47</a> of file <a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="OgreBitwise_8h_source.html">OgreBitwise.h</a></li> </ul> </div> <hr> <p> Copyright &copy; 2008 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Wed Nov 3 2010 19:24:54 </p> </body> </html>
src/pages/twitter/twitter.html
loren138/martaIO
<ion-header> <ion-navbar> <ion-title> Tweets </ion-title> </ion-navbar> </ion-header><ion-content padding> <ion-refresher (ionRefresh)="reloadTweets($event)"> <ion-refresher-content></ion-refresher-content> </ion-refresher> <div> <div *ngIf="emptyResponse" class="feedbox"> <h3>No Tweets <ion-icon name="code"></ion-icon></h3> <p> If this persists, you could try <a target="_blank" href="https://github.com/jakswa/martaionic/issues">bugging Jake here</a>. </p> </div> <div *ngIf="tweetError" class="feedbox"> <h4 *ngIf="error.status != 500" [textContent]="error.statusText"></h4> <h4 *ngIf="error.status == 500">Oops. Jake broke something.</h4> <blockquote [textContent]="error.message"></blockquote> <div class="connectivity" *ngIf="connectionProblem"> <p><ion-icon name="information-circle"></ion-icon> Problems connecting.</p> </div> <p> Trying again shortly. <span> If this persists and you're sad, you could try <a target="_system" href="https://github.com/jakswa/martaionic/issues">bugging Jake here</a>. </span> </p> </div> <ion-spinner *ngIf="loading" icon="lines"></ion-spinner> </div> <!-- https://devdactic.com/ionic-twitter-integration/--> <div class="bottom-padding"> <ion-card *ngFor="let tweet of tweets"> <ng-container *ngIf="tweet.retweeted_status"> <ion-item text-wrap> <ion-avatar item-left (click)="openTwitter(tweet.retweeted_status.user.screen_name)"> <img [src]="tweet.retweeted_status.user.profile_image_url"> </ion-avatar> <p class="retweet"> <span [textContent]="tweet.user.name" class="clickable" (click)="openTwitter(tweet.user.screen_name)"></span> Retweeted </p> <p class="user-header"> <span [textContent]="tweet.retweeted_status.user.name" class="clickable" (click)="openTwitter(tweet.retweeted_status.user.screen_name)"></span> <span [textContent]="'@' + tweet.retweeted_status.user.screen_name" class="text-grey clickable" (click)="openTwitter(tweet.retweeted_status.user.screen_name)"></span> <abbr [textContent]="dateForTweet(tweet.retweeted_status.created_at)" [title]="fullDateForTweet(tweet.retweeted_status.created_at)" class="text-grey" (click)="toastDate(tweet.retweeted_status.created_at)"></abbr> </p> <p [innerHtml]="tweet.retweeted_status.full_text"></p> </ion-item> <img [src]="tweet.retweeted_status.extended_entities.media[0].media_url+':small'" *ngIf="tweet.retweeted_status.extended_entities" class="twitter-image"> </ng-container> <ng-container *ngIf="!tweet.retweeted_status"> <ion-item text-wrap> <ion-avatar item-left (click)="openTwitter(tweet.user.screen_name)"> <img [src]="tweet.user.profile_image_url"> </ion-avatar> <p class="user-header"> <span [textContent]="tweet.user.name" class="clickable" (click)="openTwitter(tweet.user.screen_name)"></span> <span [textContent]="'@' + tweet.user.screen_name" class="text-grey clickable" (click)="openTwitter(tweet.user.screen_name)"></span> <abbr [textContent]="dateForTweet(tweet.created_at)" [title]="fullDateForTweet(tweet.created_at)" class="text-grey" (click)="toastDate(tweet.created_at)"></abbr> </p> <p [innerHtml]="tweet.full_text"></p> </ion-item> <img [src]="tweet.extended_entities.media[0].media_url+':small'" *ngIf="tweet.extended_entities" class="twitter-image"> </ng-container> </ion-card> </div> </ion-content><tabs></tabs>
db-5.3.28.NC/docs/api_reference/STL/stldb_set_base_iteratoroperator_arrow.html
iadix/iadixcoin
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!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>operator-&gt;</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" /> <link rel="up" href="db_set_base_iterator.html" title="Chapter 18.  Db_set_base_iterator" /> <link rel="prev" href="stldb_set_base_iteratoroperator__star.html" title="operator *" /> <link rel="next" href="stldb_set_base_iteratorrefresh.html" title="refresh" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> <p>Library Version 11.2.5.3</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">operator-&gt;</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="stldb_set_base_iteratoroperator__star.html">Prev</a> </td> <th width="60%" align="center">Chapter 18.  Db_set_base_iterator </th> <td width="20%" align="right"> <a accesskey="n" href="stldb_set_base_iteratorrefresh.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="stldb_set_base_iteratoroperator_arrow"></a>operator-&gt;</h2> </div> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="stldb_set_base_iteratoroperator_arrow_details"></a>Function Details</h3> </div> </div> </div> <pre class="programlisting"> pointer operator-&gt;() const </pre> <p>Arrow operator. </p> <p>Return the pointer to the cached data element, which is an object of type T. You can only use the return value to read its referenced data element, can not update it. </p> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="idp51297536"></a>Return Value</h4> </div> </div> </div> <p>Current data element reference object's address, i.e. address of <a class="link" href="ElementHolder.html" title="Chapter 23.  ElementHolder">ElementHolder</a> or <a class="link" href="ElementRef.html" title="Chapter 24.  ElementRef">ElementRef</a> object. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="idp51299256"></a>Class</h3> </div> </div> </div> <p> <a class="link" href="db_set_base_iterator.html" title="Chapter 18.  Db_set_base_iterator">db_set_base_iterator</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="stldb_set_base_iteratoroperator__star.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="db_set_base_iterator.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="stldb_set_base_iteratorrefresh.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">operator * </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> refresh</td> </tr> </table> </div> </body> </html>
100-of-a-brain.html
itsmachine/itsmachine.github.io
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <title>100% of a brain</title> <style> body { background-color:#2A242D; } #usage,.demo,h1,.tear { font-family: Consolas, Menlo, Monaco, monospace; background-color: #2A242D; color: #FDFBFB; font-size: 14px; line-height: 30px } h1{ font-size:18px; color:#B1AFAF; } .tear { color:#07A8F6; } .home{} </style> </head> <body> <style>.github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out } @keyframes octocat-wave { 0%, 100% { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { transform: rotate(10deg) } } </style> <div class="container-fluid"> <div class="row"> <div class="col-xs-12"> <div class="demo"> <div id="terminal"> <h1> 100% of a brain</h1> <p>I see people complaining they only use 10% of their brains. They wish for a pill, or a surgery, to use 100% of it.</p> <p>For me, I couldn't think of a more cruel torture.</p> <p>Not for the pessimism of rationalizing existential or philosophical questions. That's not a side-effect of the intellect.</p> <p>As a matter of fact, Logic is always a stairway to God, and vice-versa. Intelligence is an easier path towards enlightenment.</p> <p>Instead, it would be a torture for the unbearable sensitivity.</p> <p>Nobody really considers all the things that happen in a freckle of a second.</p> <p>The pouring waters, distorted lights, the crying children, the emerging footsteps, yelling cars, the wind your hair, the emerging hunger, the obnoxious laughter, the annoying texture of clothes, the exotic spice of food...</p> <p>Think of all of that being absorbed, processed, at the same time.</p> <p>It may be too much... and everything seems like a bullet, hitting you right in the brain.</p> <p>You can't focus on anything, there's only the loud jumble circling around your head.</p> <p>It gets louder and louder until you can't hear, process, anything.</p> <p>When that happens, I just lay around as a boat in a thunderstorm, wishfully praying it to just cool off, go away.</p> <p>Sometimes, so very few times, I am fortunate to find an affectionate shoulder: I feel protected by a bubble, guarded against the raging storms surrounding me.</p> <p>A hyperenergetic and melting brain is my Achille's heel, not my essence.</p> <p> My resistance's getting stronger, and someday I'll completely overcome it.</p> </div> </div> </div> <div class="home"><a href="https://itsmachine.github.io">home</a><div/> </div> <script src="dist/terminal.js"></script> <script> </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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-82648473-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
app/templates/app/_includes/foot.html
MrMaksimize/generator-jekyllized
<!-- JS --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script> <!-- build:js /assets/javascript/vendor.min.js --> <!-- endbuild --> <!-- build:js /assets/javascript/all.min.js --> <script src="/assets/javascript/main.js"></script> <!-- endbuild -->
2a2c881/html/structv8_1_1internal_1_1SmiTagging.html
v8-dox/v8-dox.github.io
<!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>V8 API Reference Guide for node.js v8.10.0: v8::internal::SmiTagging&lt; ptr_size &gt; Struct Template 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">V8 API Reference Guide for node.js v8.10.0 </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&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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"><b>internal</b></li><li class="navelem"><a class="el" href="structv8_1_1internal_1_1SmiTagging.html">SmiTagging</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::internal::SmiTagging&lt; ptr_size &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <hr/>The documentation for this struct 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 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
c7cb4da/html/classv8_1_1_string_1_1_value.html
v8-dox/v8-dox.github.io
<!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.1.27 - v0.1.29: v8::String::Value 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.1.27 - v0.1.29 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_value.html">Value</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_string_1_1_value-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::String::Value Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</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:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9d6a6d258196a0a34ac257b2abaf659a"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>Value</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">v8::Value</a> &gt; obj)</td></tr> <tr class="separator:a9d6a6d258196a0a34ac257b2abaf659a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae4f44b1977968de2e9f2ff703437fde3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4f44b1977968de2e9f2ff703437fde3"></a> uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> ()</td></tr> <tr class="separator:ae4f44b1977968de2e9f2ff703437fde3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1cf21001f92284f290a6e550d567e757"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1cf21001f92284f290a6e550d567e757"></a> const uint16_t *&#160;</td><td class="memItemRight" valign="bottom"><b>operator*</b> () const </td></tr> <tr class="separator:a1cf21001f92284f290a6e550d567e757"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4b5014d7d4d0f60d39f37e421ae2eb91"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>length</b> () const </td></tr> <tr class="separator:a4b5014d7d4d0f60d39f37e421ae2eb91"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Converts an object to a two-byte string. 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:44:28 for V8 API Reference Guide for node.js v0.1.27 - v0.1.29 by &#160;<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>
5eShaped/precompiled/components/core/traits.html
Psikerlord/roll20-repository-sheet-clone
<div class="wrap-box"> //= include ../traits/traits.html <button type="roll" name="roll_shaped_traits" class="wrapper-button" value="/w @{character_name} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=TRAITS>Traits</span>}} {{text_big=@{traits_macro_var}}}"> <div class="wrap-box-title center" data-i18n="FEATURES_AND_TRAITS"></div> </button> </div>
css/rows.css
MartinFlores/mvcjs
@charset "UTF-8"; input, textarea{ width: 100%; background: #fff; border-radius: 3px; border: 1px solid #ccc; padding: 5px; font-size: 18px; padding-left: 10px; } input::-webkit-input-placeholder { color:#cccc; } input:focus::-webkit-input-placeholder { color:transparent; } /* Firefox < 19 */ input:-moz-placeholder { color:#cccc; } input:focus:-moz-placeholder { color:transparent; } /* Firefox > 19 */ input::-moz-placeholder { color:#cccc; } input:focus::-moz-placeholder { color:transparent; } /* Internet Explorer 10 */ input:-ms-input-placeholder { color:#cccc; } input:focus:-ms-input-placeholder { color:transparent; } /*! * rows.css - http://ohuirasoft.com/rows * Version - 1.1.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2017 Martin Flores */ .debug{border: 1px solid red;} html, body{padding: 0;margin: 0;font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} *:active, *:hover, *:active, *:visited, *:focus {outline: 0;} a{text-decoration: none;} @font-face { font-family: fr; src: url(../fonts/PSRegular.ttf); } @font-face { font-family: fb; src: url(../fonts/PSBold.ttf); } @font-face { font-family: 'btn'; src: url(../fonts/font.woff2); } *{ font-family: Bitter, serif; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -ms-overflow-style: none; } /* fonts size */ .f8{font-size: 8px;} .f10{font-size: 10px;} .f12{font-size: 12px;} .f14{font-size: 14px;} .f16{font-size: 16px;} .f18{font-size: 18px;} .f20{font-size: 20px;} .f22{font-size: 22px;} .f24{font-size: 24px;} .f26{font-size: 26px;} .f28{font-size: 28px;} .f30{font-size: 30px;} .f32{font-size: 32px;} .f34{font-size: 34px;} .f36{font-size: 36px;} .f38{font-size: 38px;} .f40{font-size: 40px;} /* text colors */ .txt-red{color: red;} .txt-blue{color: blue;} .txt-white{color: white;} .txt-black{color: black;} .txt-orange{color: orange;} .txt-j{text-align: justify!important;} /* paddings */ .p0{padding: 0px!important} .p5{padding: 5px!important} .p10{padding: 10px!important} .p15{padding: 15px!important} .p20{padding: 20px!important} .p25{padding: 25px!important} .p30{padding: 30px!important} .p35{padding: 35px!important} .p40{padding: 40px!important} .pt0{padding-top: 0!important;} .pr0{padding-right: 0!important;} .pb0{padding-bottom: 0!important;} .pl0{padding-left: 0!important;} /* margins */ .m0{margin: 0px!important} .m5{margin: 5px!important} .m10{margin: 10px!important} .m15{margin: 15px!important} .m20{margin: 20px!important} .m25{margin: 25px!important} .m30{margin: 30px!important} .m35{margin: 35px!important} .m40{margin: 40px!important} .mt0{margin-top: 0!important;} .mr0{margin-right: 0!important;} .mb0{margin-bottom: 0!important;} .ml0{margin-left: 0!important;} .mb-xs{margin-bottom: 5px!important;} .mb-sm{margin-bottom: 10px!important;} .mb-md{margin-bottom: 20px!important;} /* overflow */ .ov{overflow: visible!important;} .oh{overflow: hidden!important;} .os{overflow: scroll!important;} .osx{overflow-x: scroll!important;} .osy{overflow-y: scroll!important;} /* floats */ .fl{float: left!important;} .fr{float: right!important;} .fn{float: none;} /* rows */ .r:after,.r:before{display:table;content:" "} .r:after{clear:both} /* algin texts */ .txt-c{text-align: center!important;} .txt-l{text-align: left!important;} .txt-r{text-align: right!important;} .txt-j{text-align: justify!important;} .toe{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;} h1{font-size:5.0rem;margin:1rem 0;line-height:1.2;letter-spacing:-0.1rem;} h2{font-size:4.2rem;margin:1rem 0;line-height:1.25;letter-spacing:-0.1rem;} h3{font-size:3.6rem;margin:1rem 0;line-height:1.3;letter-spacing:-0.1rem;} h4{font-size:3.0rem;margin:1rem 0;line-height:1.35;letter-spacing:-0.1rem;} h5{font-size:2.4rem;margin:1rem 0;line-height:1.4;letter-spacing:-0.1rem;} h6{font-size:1.5rem;margin:1rem 0;line-height:1.45;letter-spacing:-0.1rem;} /* spacers */ .br{width: 100%;height: 15px;z-index: -100;display: flex;} .br1{width: 100%;height: 15px;z-index: -100;display: flex;} .br2{width: 100%;height: 30px;z-index: -100;display: flex;} .br3{width: 100%;height: 45px;z-index: -100;display: flex;} .br4{width: 100%;height: 60px;z-index: -100;display: flex;} .br5{width: 100%;height: 75px;z-index: -100;display: flex;} .br6{width: 100%;height: 90px;z-index: -100;display: flex;} /* Positions */ .pf{position: fixed!important;} .pa{position: absolute!important;} .pr{position: relative!important;} .ps{position: static!important;} /* Extras */ .boxed{max-width: 1050px;margin: auto;} .width-100{width: 100vw!important} .height-100{height: 100vh!important;} .height-90{height: 90vh!important;} .height-80{height: 80vh!important;} .height-70{height: 70vh!important;} .height-60{height: 60vh!important;} .height-50{height: 50vh!important;} .full-background{background-size: 100%!important;} .full-background-cover{-webkit-background-size: !important;-moz-background-size: !important;-o-background-size: !important;background-size: cover!important;} .lh25{line-height:25px;} .code{font-family: Menlo,Monaco,Consolas,"Courier New",monospace;background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 3px;padding: 0px 10px;} .abs-tl0{position: absolute;top: 0;left: 0;} /* Full width and heigth : fixed */ .wh100{position: absolute;left: 0;top: 90px;width: 100%;height: 100%;background: #fff;} .w100{width: 100%!important;} .pull-bottom{position: absolute;bottom:0;width:100%;} .hidden{visibility: hidden;} .ft{font-weight: 100;} .fr{font-family: fr;} .fb{font-family: fb;} .txt-vertical-center{overflow: hidden; display: table-cell; vertical-align: middle;float: none!important;} .center{ text-align: center!important; text-align: -o-center!important; text-align: -ms-center!important; text-align: -moz-center!important; text-align: -webkit-center!important; } /* prop: value; -o-prop: value; -ms-prop: value; -moz-prop: value; -webkit-prop: value; */ /* columns */ .d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12, .d1-md,.d2-md,.d3-md,.d4-md,.d5-md,.d6-md,.d7-md,.d8-md,.d9-md,.d10-md,.d11-md,.d12-md, .d1-sm,.d2-sm,.d3-sm,.d4-sm,.d5-sm,.d6-sm,.d7-sm,.d8-sm,.d9-sm,.d10-sm,.d11-sm,.d12-sm, .d1-xs,.d2-xs,.d3-xs,.d4-xs,.d5-xs,.d6-xs,.d7-xs,.d8-xs,.d9-xs,.d10-xs,.d11-xs,.d12-xs{ float: left; padding: 10px; transition: width 0.3s ease; -o-transition: width 0.3s ease; -ms-transition: width 0.3s ease; -moz-transition: width 0.3s ease; -webkit-transition: width 0.3s ease; text-align: center; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; } .d1 img,.d2 img,.d3 img,.d4 img,.d5 img,.d6 img,.d7 img,.d8 img,.d9 img,.d10 img,.d11 img,.d12 img{max-width: 100%;} .d1{width: 8.33333333%} .d2{width: 16.66666667%} .d3{width: 25%} .d4{width: 33.33333333%} .d5{width: 41.66666667%} .d6{width: 50%} .d7{width: 58.33333333%} .d8{width: 66.66666667%} .d9{width: 75%} .d10{width: 83.33333333%} .d11{width: 91.66666667%} .d12{width: 100%} .hide{display: none;} .hidei{display: none!important;} .show{display: block;} /* Laptop */ @media (max-width: 1000px) { .txt-center-md{text-align: center!important;} .txt-left-md{text-align: center!important;} .txt-right-md{text-align: center!important;} .hidden-md{visibility: hidden;} .hide-md{display: none;} .show-md{display: block;} } /* Tablet */ @media (max-width: 600px) { .txt-center-sm{text-align: center!important;} .txt-left-sm{text-align: center!important;} .txt-right-sm{text-align: center!important;} .hidden-sm{visibility: hidden;} .hide-sm{display: none;} .show-sm{display: block;} .height-sm-100{height: 10vh!important;} .d1-sm{width: 8.33333333%} .d2-sm{width: 16.66666667%} .d3-sm{width: 25%} .d4-sm{width: 33.33333333%} .d5-sm{width: 41.66666667%} .d6-sm{width: 50%} .d7-sm{width: 58.33333333%} .d8-sm{width: 66.66666667%} .d9-sm{width: 75%} .d10-sm{width: 83.33333333%} .d11-sm{width: 91.66666667%} .d12-sm{width: 100%} } /* Phone */ @media (max-width: 460px) { .txt-center-xs{text-align: center!important;} .txt-left-xs{text-align: center!important;} .txt-right-xs{text-align: center!important;} .hidden-xs{visibility: hidden;} .hide-xs{display: none;} .show-xs{display: block;} .d1-xs{width: 8.33333333%} .d2-xs{width: 16.66666667%} .d3-xs{width: 25%} .d4-xs{width: 33.33333333%} .d5-xs{width: 41.66666667%} .d6-xs{width: 50%} .d7-xs{width: 58.33333333%} .d8-xs{width: 66.66666667%} .d9-xs{width: 75%} .d10-xs{width: 83.33333333%} .d11-xs{width: 91.66666667%} .d12-xs{width: 100%} } /* Loader in svg */ .loader { display: inline-block; font-size: 4rem; -webkit-animation: 2s rotate infinite linear; animation: 2s rotate infinite linear; width: 1em; height: 1em; } .loader circle { stroke: #ff8c16; /* <--- CUSTOM */ fill: transparent; stroke-width: 0.1em; stroke-linecap: round; stroke-dasharray: 2.3525em 0.4705em; -webkit-animation: 1.5s strokeDashArray infinite linear; animation: 1.5s strokeDashArray infinite linear; } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes strokeDashArray { from { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: 0; } 10% { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: 0; } 50% { stroke-dasharray: 0.001em 2.825em; stroke-dashoffset: -2.826em; } 60% { stroke-dasharray: 0.001em 2.825em; } to { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: -2.826em; } } @keyframes strokeDashArray { from { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: 0; } 10% { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: 0; } 50% { stroke-dasharray: 0.001em 2.825em; stroke-dashoffset: -2.826em; } 60% { stroke-dasharray: 0.001em 2.825em; } to { stroke-dasharray: 2.3525em 0.4705em; stroke-dashoffset: -2.826em; } }
MetricsEvaluatorCode/Ruby/fairmetrics/app/assets/stylesheets/style.css
GOFAIR/MetricsGroup
/*------------------------------------------------------------------ [Master Stylesheet] Project: Sanza - One page multi purpose page Version: 1.0 Last change: 17/08/2015 [...] Designed by: MOOZ Themes / www.MOOZthemes.com Primary use: One page [Table of contents] 1. General 2. Header 3. Navigation 4. Sections 5. Footer 6. Components [Color codes] Buttons, etc: #726FB9 (blue) hover color: #fed136 (yellow) -------------------------------------------------------------------*/ /*-------------------- Import Google Fonts --------------------*/ /* main font for menu. */ @import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900); /* font for headings, text, tags */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800); /*-------------------- 1. General --------------------*/ body { margin: 0px; font-family: "Open Sans", Sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight: 300; letter-spacing: 0.4px; font-family: "Open Sans", Sans-serif; color: #232323; } p { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 300; line-height: 23px; letter-spacing: 0.2px; color: #797979; } .dark-bg p { color: #B1B1B1; } a:hover, a:focus, a:active, a.active { color: #fec503; } a, a:hover, a:focus, a:active, a.active { outline: 0; } ::selection { text-shadow: none; background: #fed136; } @media (min-width: 768px) { section { padding: 150px 0; } } section { padding: 70px 0; } ul { padding-left: 0; padding-top: 10px; } ul li { list-style: none; padding-bottom: 10px; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 500; line-height: 23px; letter-spacing: 0.2px; color: #000000; } section ul li:before { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f105"; padding-right: 7px; color: #23AD21; } /*-------------------- 1.1 Reset bootstrap --------------------*/ .row-0-gutter { margin-left: -13px; margin-right: -13px; } .col-0-gutter { padding-left: 0; padding-right: 0; } /*-------------------- 2. Navigation --------------------*/ .navbar-default { background-color: #222; border-color: transparent } .navbar-default .navbar-brand { color: #fff; font-family: "Montserrat",sans-serif; padding: 0px; } .navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active { color: #fec503 } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02) } .navbar-default .navbar-toggle { background-color: #fed136; border-color: #fed136 } .navbar-default .navbar-toggle .icon-bar { background-color: #fff } .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus { background-color: #fed136 } .navbar-default .nav li a { font-family: "Roboto",sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; color:#000; } .navbar-default .nav li a:hover,.navbar-default .nav li a:focus { color: #fed136; outline: 0 } .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #fed136 } .navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus { color: #fff; background-color: #fec503 } @media (min-width:768px) { .navbar-default { background-color: rgba(255, 255, 255, 0.65); padding: 5px 0; -webkit-transition:padding .3s; -moz-transition:padding .3s; transition:padding .3s; border:0 } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s } .navbar-default .navbar-nav>.active>a { border-radius: 3px } .navbar-default.navbar-shrink { background-color: #FFFFFF; border-bottom: 1px solid #828282; padding: 5px 0 } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; margin-top: 10px; } } /*-------------------- 3. Header --------------------*/ header { background-image: url(../images/demo/bg-sanza.jpg); background-repeat: none; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: #fff; } header .intro-text { padding-top: 100px; padding-bottom: 50px; } @media (min-width: 768px) { header .intro-text { padding-top: 230px; padding-bottom: 400px; } } header .intro-text .intro-lead-in { display: inline-block; background-color: rgba(255, 255, 255, 0.65); margin-bottom: 25px; padding: 4px 20px; font-family: "Open Sans",sans-serif; font-size: 19px; color: #3E3E3E; font-weight: 300; line-height: 40px; } @media (min-width: 768px) { header .intro-text .intro-lead-in { font-size: 29px; line-height: 40px; margin-bottom: 45px; } } header .intro-text .intro-heading { text-transform: uppercase; font-weight: 900; font-size: 40px; line-height: 48px; margin-bottom: 25px; letter-spacing: -3px; word-spacing: 10px; color: #FFFFFF; text-shadow: 1px 1px 1px rgb(0, 0, 0); } @media (min-width: 768px) { header .intro-text .intro-heading { line-height: 95px; font-size: 77px; margin-bottom: 50px; } } /*-------------------- 4. Sections --------------------*/ .section-title h2 { font-size: 34px; text-transform: uppercase; color: #5D5D5D; font-weight: 800; letter-spacing: -0.6px; position: relative; margin-bottom: 20px; padding-bottom: 15px; } .section-title h2:after { left: 50%; z-index: 1; width: 40px; height: 2px; content: " "; bottom: -5px; margin-left: -20px; text-align: center; position: absolute; background: #23AD21; } .dark-bg .section-title h2 { color: #fff; } .section-title p { font-size: 15px; font-weight: 300; line-height: 25px; margin: 20px 100px 60px 100px; } /*-------------------- 4.1. About --------------------*/ .mz-module-about h3 { font-weight: 500; font-size: 19px; text-transform: uppercase; color: #000000; letter-spacing: 2px; margin-bottom: 20px; } .dark-bg .mz-module-about h3 { color: #FFFFFF; } .mz-module-about p { font-size: 14px; font-weight: 300; line-height: 22px; color: #969696; } .ot-circle { height: 95px; width: 95px; text-align: center; line-height: 98px; color: #FFFFFF; /* border: 3px solid #000; */ border-radius: 100px; background-color: #23AD21; margin: 0 2px 4px; font-size: 24px; } /*-------------------- 4.2. Skills --------------------*/ .section-text h3 { margin: 0 0 30px; font-weight: 800; color: #5D5D5D; } .section-text h4 { margin: 0 0 20px; font-weight: 700; font-size: 17px; } .dark-bg .section-text h3 { color: #dfdfdf; } .dark-bg .section-text h4 { color: #dfdfdf; } /*-------------------- 4.3. Portfolio --------------------*/ figure { position: relative; overflow: hidden; margin: 0 1px 1px 0; background: #726FB9; text-align: center; cursor: pointer; } figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ot-portfolio-item figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } figure.effect-bubba { background: #000; margin-bottom: 1px; } figure.effect-bubba img { /* opacity: 0.95; */ -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.effect-bubba:hover img { opacity: 0.4; } figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-bubba figcaption::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); } figure.effect-bubba figcaption::after { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); } figure.effect-bubba h2 { opacity: 0; color: #fff; font-size: 15px; font-weight: 700; text-transform: uppercase; padding-top: 30%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); } figure.effect-bubba p { color: #fff; font-size: 13px; font-weight: 500; padding: 20px 2.5em; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); } figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } figure.effect-bubba:hover h2, figure.effect-bubba:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } /*-------------------- 4.4. Dark Short section (counters, quote, etc) --------------------*/ .light-bg { background-color: #f8f8f8; } .dark-bg { background-color: #333231; color: #fff; } .short-section { border-top: 1px solid #5D5D5F; border-bottom: 1px solid #5D5D5F; padding-top: 70px; padding-bottom: 70px; } .counter-item h2 { color: #fff; font-size: 60px; font-weight: 900; } .counter-item h6 { color: #FFF; font-size: 16px; font-weight: 700; margin: 10px 0 0 0; text-transform: uppercase; } /*-------------------- 4.5. Partners Slider --------------------*/ .owl-portfolio .owl-controls { position: absolute; left: 0; top: 38%; width: 100%; } .owl-portfolio .owl-controls .owl-nav [class*=owl-] { padding: 8px 17px; background: rgba(0, 0, 0, 0.18); border-radius: 0; margin: 0; font-size: 20px; z-index:1000; } .owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover { background: #000; color: #fff; text-decoration: none; } .owl-portfolio .owl-controls .owl-prev { float: left; } .owl-portfolio .owl-controls .owl-next { float: right; } .owl-portfolio-item { text-align: center; display: inline-block; } .partner-logo { height: 80px; text-align: center; display: inline-block; } .partner-logo img { height: 100%; width: auto !important; } .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #23AD21; } .owl-theme .owl-dots .owl-dot span { width: 30px; height: 5px; margin: 15px 7px 0 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 0; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #23AD21; } /*-------------------- 4.6. Team --------------------*/ .team-item { text-align: center; background-color: #fff; } .team-item h3 { font-size: 16px; font-weight: 800; text-transform: uppercase; color: #2D2D2D; } .team-item .team-position { color: #989898; font-size: 12px; margin: 15px 0 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; } .team-item p { font-size: 13px; font-weight: 400; color: #292929; padding: 5px 10px 20px 10px; } /*-------------------- 4.7. Contacts --------------------*/ section#contact form { margin-top: 15px; } section#contact.form-group { margin-bottom: 25px; } section#contact .form-group input, section#contact .form-group textarea { padding: 15px; border: 1px solid #BBBBBB; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 0px 0px rgba(0,0,0,.075); font-size: 13px; } .contact h3 { margin-bottom: 30px; } .contact p { font-size: 13px; } .contact .day { display: inline-block; width: 80px; } .contact i { margin-right: 5px; } /*-------------------- 5. Footer --------------------*/ footer { padding: 30px; background-color: #000; } footer p { color: #B7B7B7; margin: 0; font-size: 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 1.6px; } footer p a { color: #fff; } footer p a span { color: #23AD21; font-size: 10px; letter-spacing: 1px; font-weight: 700; } /*-------------------- 6. Modal --------------------*/ .modal-content { border-radius: 0; } .modal-header .close { font-size: 30px; } .modal-title { text-transform: uppercase; font-size: 23px; } .modal-body { padding: 0; } .modal-body p { margin: 30px 20px; color: #2D2D2D; } .modal-works { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; color: #fff; margin: 25px 20px; } .modal-works span { background-color: #FED136; margin-right: 15px; padding: 5px 10px; } /*-------------------- 7. Components --------------------*/ .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: #fff; background-color: #fec503; border-color: #f6bf01; } .btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn { color: #fff; background-color: #fec503; border-color: #f6bf01; } .btn { display: inline-block; padding: 8px 20px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; background-color: #23AD21; } .btn-xl { color: #fff; background-color: #23AD21; /* border-color: #726FB9; */ font-family: "Open Sans",sans-serif; text-transform: uppercase; font-weight: 800; border-radius: 0; letter-spacing: 2px; font-size: 16px; padding: 17px 45px; } /* Back to top button ---------------------------------- */ #back-top { position: fixed; z-index: 1000; bottom: 40px; right: 50px; } #back-top a { width: 60px; height: 60px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #FFFFFF; background: #A9A9B1; /* background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover { background: #fed136; } /* arrow icon (span tag) */ #back-top i { margin-top: 15px; font-size: 28px; } @media only screen and (min-width : 320px) and (max-width : 480px) { #back-top { position: fixed; bottom: 10px; right: 30px; } #back-top a { width: 40px; height: 40px; } #back-top i { margin-top: 7px; font-size: 20px; } }
entertainment/gheddobox/music_db_src/partials/albums.tpl.html
ArcherSys/ArcherSys
<h1 class="page-header">Albums by {{vm.artist.name}}</h1> <a ui-sref="album-form({artist_id:vm.artist.id,album_id:'new'})" type="button" class="btn btn-info btn-lg"><i class="glyphicon glyphicon-plus"> Add </i></a> <hr> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-2 control-label">Search</label> <div class="col-sm-10"> <input ng-disabled="$state.current.name != 'albums'" placeholder="Search..." type="text" class="form-control" ng-model="query" ng-change="vm.queryChanged(query)"> </div> </div> </form> <table at-table class="table table-hover" at-pagination="albumPagination" fill-last-page> <thead></thead> <tbody> <tr> <td style="max-width:260px;word-wrap:break-word" at-implicit sortable initial-sorting="asc" class="" attribute="name"></td> <td style="max-width:60px;" at-implicit sortable class="" title="Year" attribute="year_release"></td> <!-- <td sortable title="Genre" class="" attribute="genre.name"> {{item.genre.name}} </td>--> <td class="56px"> <button ui-sref="album-form({artist_id:vm.artist.id,album_id:item.id})" class="btn btn-primary btn-xs"><i class="glyphicon glyphicon-pencil"> </i> Edit</button> </td> <td class="56px"> <button ng-click="$event.stopPropagation();vm.onDeleteButtonClick(item.id)" class="btn btn-danger btn-xs" ng-disabled="$state.current.name != 'albums'"><i class="glyphicon glyphicon-remove-sign"></i> Delete</button> </td> <td class="56px"> <button ui-sref="tracks({artist_id:vm.artist.id,album_id:item.id})" class="btn btn-info btn-xs"><i class="glyphicon glyphicon-music"></i> Tracks</button> </td> </tr> </tbody> </table> <table class="table table-condensed"> <thead> <tr> <th><h2>{{vm.selectedalbum.name}}</h2></th> <th ng-if="vm.isAlbumSelected"> <button ui-sref="albums({id:selectedAlbum.id})" class="btn btn-info btn-large pull-right"><i class="glyphicon glyphicon-music"></i> Albums</button></th> </tr> </thead> <tbody> <tr> <td>{{vm.selectedAlbum.description}}</td> </tr> </tbody> </table> <at-pagination items-per-page="10" instance="albumPagination" list="filteredAlbums"></at-pagination>
_layouts/post.html
LiuJoyceC/LiuJoyceC.github.io
--- layout: default --- <div class="post"> <h1 class="post-title"> <a href="{{ page.url }}"> {{ page.title }} </a> </h1> <span class="post-date">{{ page.date | date_to_string }} - <span><a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a></span></span> {% if page.publish == false %} <div class="message">Post is not yet finished</div> {% endif %} {{ content }} {% include counter.html %} </div> {% if page.comments %} <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'liujoycec'; var disqus_identifier = "{{ page.url }}"; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'liujoycec'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> {% endif %} <!-- <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_posts limit:3 %} <li> <h3> <a href="{{ post.url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul> </div> -->
index.html
saritajoshi9389/CS7280-VizDOM
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--<meta charset="UTF-8">--> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!--<meta name="viewport" content="initial-scale=1.25, user-scalable = no">--> <meta name="description" content=""> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!--// For mapbox--> <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.js'></script> <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.28.0/mapbox-gl.css' rel='stylesheet' /> <script src="vendor/jquery/jquery.min.js"></script> <title>VizDOM: CS7280-01 Data Visualization</title> <!-- Theme JavaScript --> <!--<script src="js/freelancer.min.js"></script>--> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/freelancer.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="src/locationfilter.css" /> <!--// Added for leaflet--> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.2/dist/leaflet.css" /> <link rel="stylesheet" href="css/leaflet-sidebar.css" /> <link rel="stylesheet" href="css/custom-style.css" /> <link rel="stylesheet" href="css/leaflet-search.css" /> <!-- JS libraries--> <!-- 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]--> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet.js"></script> <script src="./lib/d3.v4.2.6.min.js"></script> <script src="./lib/d3-tip.js"></script> <script src="./lib/crossfilter.js"></script> <script src="./lib/queue.min.js"></script> <!-- custom JS --> <!--<script src="js/dataLoader.js"></script>--> <script src="js/leaflet-sidebar.js"></script> <script type="text/javascript" src="js/leaflet_data_render.js"></script> <script type="text/javascript" src="js/small-pane-left.js"></script> <script type="text/javascript" src="js/small-pane-right.js"></script> <script type="text/javascript" src="js/dual_view_wrapper.js"></script> <script type="text/javascript" src="js/view-visibility-ctrl.js"></script> <script src="js/L.Polyline.SnakeAnim.js"></script> <script src="js/dataLoader_new.js"></script> <script src="js/leaflet-search.js"></script> <script src="js/sidebar1.js"></script> <script src="js/select-categories.js"></script> <!--<script src="js/leaflet-areaselect.js"></script>--> <!--<script src="js/location-filter.js"></script>--> <!--<script src="js/locationfilter.js"></script>--> <!--<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />--> <script src="src/locationfilter.js"></script> <!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>--> <!--<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>--> <!--Tester for draggable circle--> <!--<script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.3.1/leaflet-omnivore.min.js'></script>--> <!--<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.2.0/leaflet-omnivore.min.js'></script>--> <!--<script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script>--> <!--<link href='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.css' rel='stylesheet' />--> <script src="js/papaparse.js"></script> <script src="js/papaparse.min.js"></script> <script src="js/compare_render.js"></script> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom"> <div class="container"> <!-- 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> Menu <i class="fa fa-bars"></i>--> <!--</button>--> <a class="navbar-brand" href="#page-top" style="align-content: center">YELP DATA ANALYSIS </a> <!-- Start Floating Layer --> <div id="FullView" style="visibility:hidden; font-size: 14px;font-style: italic; font-family: Arial;text-transform: none;@media and screen { min-width: 300px; }"> <div id="FloatingLayer" style="position:absolute;width:850px;left:100px;top:200px;visibility:visible;"> <!-- Overlay from http://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp--> <div id="myNav" class="overlay"> <!-- Button to close the overlay navigation --> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <span id="intro-text"> <h2>VizDOM!! Let's Navigate</h2> <br> Welcome to the overview page! Here, you can see major yelping cities. Click a city marker for more detail. Select business categories, specific map areas, or compare cities side by side. Click on "trends" to see the hustle and bustle for all 10 cities. Click "Select Categories" to get related stats for one of the categories below! <br> <div> <br> &nbsp; <img src="./images/allpins.png" width="90%">&nbsp; </div> </div> </div> <!-- Use any element to open/show the overlay navigation menu --> <!--<span onclick="openNav()">open</span>--> </div> </div> <!-- End Floating layer --> <!--&lt;!&ndash; To Show The Layer &ndash;&gt;--> <!--<a href="javascript:ToggleFloatingLayer('FloatingLayer',1);">Show</a>--> <!--<input type="button" onClick="ToggleFloatingLayer('FloatingLayer',1);" value="Show Layer">--> <!--&lt;!&ndash; To Hide The Layer &ndash;&gt;--> <!--<a href="javascript:ToggleFloatingLayer('FloatingLayer',0);">Hide</a>--> <!--<input type="button" onClick="ToggleFloatingLayer('FloatingLayer',0);" value="Hide Layer">--> </div> <!-- <i class="fa fa-beer" aria-hidden="true"></i> <i class="fa fa-cutlery" aria-hidden="true"></i> --> <!-- 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> <div class="dropdown"> <button onclick="openCategories()" class="dropbtn btn btn-default" type="button">SELECT CATEGORY</button> <div id="myDropdown" class="dropdown-content"> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <table class="mytable"> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Bars" name="optradio"><img src="./images/Bars.png" width="30%"> BARS&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Food" name="optradio"><img src="./images/Food.png" width="30%"> FOOD</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Shopping" name="optradio"><img src="./images/Shopping.png" width="30%"> SHOPPING </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Vehicle" name="optradio"><img src="./images/Vehicle.png" width="30%">VEHICLE</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Home" name="optradio"><img src="./images/Home.png" width="30%"> HOME </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Fashion" name="optradio"> <img src="./images/Fashion.png" width="30%"> FASHION</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Entertainment" name="optradio"><img src="./images/Entertainment.png" width="30%"> FUN </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Personal Care" name="optradio" ><img src="./images/Personal%20Care.png" width="30%"> CARE</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Stores" name="optradio"><img src="./images/Stores.png" width="30%"> STORES </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Music" name="optradio"><img src="./images/Music.png" width="30%"> MUSIC</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Hotels & Travel" name="optradio"><img src="./images/Hotels%20&%20Travel.png" width="30%"> TRAVEL </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Sports" name="optradio" ><img src="./images/Sports.png" width="30%"> SPORTS</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Pets" name="optradio"><img src="./images/Pets.png" width="30%">PETS </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Events" name="optradio"> <img src="./images/Events.png" width="30%"> EVENTS</label> </div> </th> </tr> <tr class="myrow"> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Work" name="optradio"><img src="./images/Work.png" width="30%">WORK </label> </div> </th> <th> <div class="radio"> <label><input type="radio" onchange="radioCategory(value)" value="Miscellaneous" name="optradio"> <img src="./images/Miscellaneous.png" width="30%"> OTHERS </label> </div> </th> </tr> </table> </div> </div> </li> <!--<li>--> <!--<div>&nbsp; &nbsp;</div>--> <!--</li>--> <li class="page-scroll"> <!--<a href="#portfolio">Comparison</a>--> <div class="dropdown"> <button onclick="openComparator()" class="dropbtn btn btn-default dropdown-toggle" type="button">COMPARE CITIES</button> </div> <div id="city_compare" class="dropdown-content"> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <table class="city_compare_dropdown" cellpadding="20"> <tr class="city_compare_dropdown_row" > <th> <div class="checkbox"> <label> <input class="compare_checkbox" type="checkbox" value="Edinburgh" >Edinburgh</input></label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Karlsruhe">Karlsruhe</input></label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Montreal"><i class="" aria-hidden="true"></i> Montreal </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Waterloo"><i class="" aria-hidden="true"></i> Waterloo </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Pittsburgh"><i class="" aria-hidden="true"></i> Pittsburgh </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Urbana" ><i class="" aria-hidden="true"></i> Urbana </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Charlotte"><i class="" aria-hidden="true"></i> Charlotte </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Phoenix" ><i class="" aria-hidden="true"></i> Phoenix </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="LasVegas" ><i class="" aria-hidden="true"></i> LasVegas </label> </div> </th> <th> <div class="checkbox"> <label><input class="compare_checkbox" type="checkbox" value="Madison"><i class="" aria-hidden="true"></i> Madison </label> </div> </th> </tr> <tr class="city_compare_dropdown_row"> <th> <label> &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;</label> </th> <th> <button type="button" class="btn btn-primary page-scroll" onclick="compare_cities()" id="comparenow">Compare</button> </th> </tr> </table> </div> </li> <li class ="mybrush"> <button type="button" class="btn btn-default" id="tester" style="font-size: 125%">SELECT AREA</button> </li> <li> <button type="button" class="btn btn-default" onclick="location.href='dragit-master/example/nations.html';" value="TRENDS" style="font-size: 125%" >TRENDS</button> </li> <li class ="myreset"> <input class="btn btn-primary" type="reset" value="RESET" onclick="callReset()" style="font-size: 125%"> </li> <!--<li class="page-scroll"> <a href="#about">Analysis</a> class="page-scroll" </li>--> <!--<li class ="mytrend">--> <!--<input class="btn btn-primary" onclick="location.href='dragit-master/example/nations.html';"> TRENDS--> <!--&lt;!&ndash;<a href="#contact">Trend</a>&ndash;&gt;--> <!--</li>--> <!--<li class="category-list">--> <!--<div class="dropdown">--> <!--<button onclick="openCategories()" class="dropbtn"><span class="glyphicon glyphicon-th-list"> </span></button>--> <!--<div id="myDropdown" class="dropdown-content">--> <!--<a href="#">Link 1</a>--> <!--<a href="#">Link 2</a>--> <!--<a href="#">Link 3</a>--> <!--</div>--> <!--</div>--> <!--&lt;!&ndash;<span class="glyphicon glyphicon-th-list"> </span>&ndash;&gt;--> <!--</li>--> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header> <div id="sidebar" class="col-sm-12 sidebar collapsed"> <!-- Nav tabs --> <!-- Icons can be changed using :: http://fontawesome.io/icons/ --> <div class="sidebar-tabs"> <ul role="tablist"> <li><a href="#home" role="tab"><i class="fa fa-bars"></i></a></li> <!--<li><a href="#profile" role="tab"><i class="fa fa-user"></i></a></li>--> <!--<li class="disabled"><a href="#messages" role="tab"><i class="fa fa-envelope"></i></a></li>--> </ul> <ul role="tablist"> <!--<li><a href="#settings" role="tab"><i class="fa fa-gear"></i></a></li>--> </ul> </div> <!-- Tab panes --> <div class="sidebar-content"> <div class="sidebar-pane" id="home"> <h1 class="sidebar-header"> Yelp Stats <span class="sidebar-close"><i class="fa fa-caret-right"></i></span> </h1> <h2 id="city-name"> City Name </h2> <div id="stardiv"></div> <h5 id="avg-stars"></h5> <div id="sidebar2"></div></div> <h6 id="num-checkins"></h6> <div id="sidebar3"></div> <div id="sidebar4"></div> <p id="mycustom2"></p> <div id="sidebar5"></div> <h5 id="num-reviews"></h5> <div id="sidebar1"></div> <!-- <p id ="mycustom">Most users leave just one review; some leave up to 10</p> --> <br> <!-- <p id="mycustom1">Most people rate either high or low; fewer rate in between</p> --> <br> <div class="tooltip"> <!--<p> Any Text would do </p>--> <!--<br/>--> <!--<button onclick='draw_route()'>DRAW ROUTE</button>--> <!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--> <!--<button onclick='clear_route()'>CLEAR ROUTE</button>--> <!--<br/><br/><br/>--> <!--<button onclick='goto_dual_view(--> <!--[42.337317, -71.091045],--> <!--[40.716762, -73.980794])'>DUAL VIEW</button>--> </div> <!--<div class="sidebar-pane" id="profile">--> <!--<h1 class="sidebar-header">--> <!--&lt;!&ndash;Profile&ndash;&gt;--> <!--&lt;!&ndash;<span class="sidebar-close"><i class="fa fa-caret-right"></i></span>&ndash;&gt;--> <!--</h1>--> <!--</div>--> <!--<div class="sidebar-pane" id="messages">--> <!--<h1 class="sidebar-header">--> <!--Messages--> <!--<span class="sidebar-close"><i class="fa fa-caret-right"></i></span>--> <!--</h1>--> <!--</div>--> <!--<div class="sidebar-pane" id="settings">--> <!--<h1 class="sidebar-header">Settings<span class="sidebar-close"><i class="fa fa-caret-right"></i></span></h1>--> <!--</div>--> </div> </div> </header> <div class="container"> <div class="row" style= "height:40%"> <!--<div class="col-lg-12">--> <!-- Rending the first map --> <div id="combinedMap" class="col-sm-12 sidebar-map"> <script> $('input[type=checkbox]').change(function(e){ if ($('input[type=checkbox]:checked').length > 2) { $(this).prop('checked', false) alert("allowed only 2 cities allowed! You can brush the map if you want more cities"); } }) isIE=document.all; isNN=!document.all&&document.getElementById; isN4=document.layers; isActive=false; function MoveInit(e){ topOne=isIE ? "BODY" : "HTML"; whichOne=isIE ? document.all.FloatingLayer : document.getElementById("FloatingLayer"); ActiveOne=isIE ? event.srcElement : e.target; while (ActiveOne.id!="titleBar"&&ActiveOne.tagName!=topOne){ ActiveOne=isIE ? ActiveOne.parentElement : ActiveOne.parentNode; } if (ActiveOne.id=="titleBar"){ offsetx=isIE ? event.clientX : e.clientX; offsety=isIE ? event.clientY : e.clientY; nowX=parseInt(whichOne.style.left); nowY=parseInt(whichOne.style.top); MoveEnabled=true; document.onmousemove=Move; } } function Move(e){ if (!MoveEnabled) return; whichOne.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; whichOne.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety; return false; } function MoveN4(whatOne){ if (!isN4) return; N4=eval(whatOne); N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); N4.onmousedown=function(e){ N4.captureEvents(Event.MOUSEMOVE); N4x=e.x; N4y=e.y; } N4.onmousemove=function(e){ if (isActive){ N4.moveBy(e.x-N4x,e.y-N4y); return false; } } N4.onmouseup=function(){ N4.releaseEvents(Event.MOUSEMOVE); } } function ToggleFloatingLayer(DivID, iState) // 1 visible, 0 hidden { if(document.layers) //NN4+ { document.layers[DivID].visibility = iState ? "show" : "hide"; } else if(document.getElementById) //gecko(NN6) + IE 5+ { var obj = document.getElementById(DivID); obj.style.visibility = iState ? "visible" : "hidden"; } else if(document.all) // IE 4 { document.all[DivID].style.visibility = iState ? "visible" : "hidden"; } } document.onmousedown=MoveInit; document.onmouseup=Function("MoveEnabled=false"); $(window).load(function() { show(); }); function show() { $('#loading').hide(); $('#container').fadeIn(); }; setTimeout(show, 3000); // var limit = 2; // $('input.compare_checkbox').on('change', function(evt) { // alert("h"); // if($(this).siblings(':checked').length >= 2) { // this.checked = false; // } // }); init_render() </script> </div> <!--</div>--> </div> </div> <!--</header>--> <!-- Compare Cities Section --> <section id="portfolio"> <div class="container"> <!-- Rending the small map views --> <div id="dual-map-view"> <div id="leftMap" class="col-sm-5"> <!--<script> render_small_left([42.340966, -71.098470]) </script>--> </div> <div class="col-sm-2"></div> <div id="rightMap" class="col-sm-5"> <!--<script> render_small_right([40.716762, -73.980794]) </script>--> </div> </div> <div class="col-sm-5"> <script></script> <h3 id='compareCities1_header'></h3> <div class="comparison-SVG" id="compareCities1_1"></div> <div class="comparison-SVG" id="compareCities1_2"></div> <div class="comparison-SVG" id="compareCities1_3"></div> <div class="comparison-SVG" id="compareCities1_4"></div> </div> <div class="col-sm-2"></div> <div class="col-sm-5"> <h3 id='compareCities2_header'></h3> <div class="comparison-SVG" id="compareCities2_1"></div> <div class="comparison-SVG" id="compareCities2_2"></div> <div class="comparison-SVG" id="compareCities2_3"></div> <div class="comparison-SVG" id="compareCities2_4"></div> </div> </div> </section> <!--&lt;!&ndash; About Section &ndash;&gt;--> <!--<section class="success" id="about">--> <!--<div class="container">--> <!--</div>--> <!--</section>--> <!-- Contact Section --> <section id="contact"> <div class="container"> <a href="dragit-master/example/nations.html" target="_blank"><img src="images/Cities.png" width="90%" height="50%" style="margin-left:80px"></a> </div> </section> <!-- Footer --> <footer class="text-center"> <div class="footer-above"> <div class="container"> <div class="row"> <div class="footer-col col-md-4"> <h3>CS 7280-01</h3> <p>Data Visualization <br>Under Professor Michelle Borkin</p> </div> <div class="footer-col col-md-4"> <h3>VIZDOM</h3> <ul class="list-inline"> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a> </li> <li> <a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a> </li> </ul> </div> <div class="footer-col col-md-4"> <h3>Team Members</h3> <p> Sharmodeep Sarkar, &nbsp Sarita Joshi, &nbsp Erica Gunn</p> </div> </div> </div> </div> <div class="footer-below"> <div class="container"> <div class="row"> <div class="col-lg-12"> Copyright &copy; VizDom Fall 2016 </div> </div> </div> </div> </footer> <!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) --> <div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md"> <a class="btn btn-primary" href="#page-top"> <i class="fa fa-chevron-up"></i> </a> </div> </body> </html>
_comments/2010-03-15-1039-ljud-soker-hem.html
blay/minimal-mistakes
--- post_id: /ljud-soker-hem date: 2010-03-15 10:39 return_url: '2010-03-15-ljud-soker-hem.html' name: 'Marcus' email: 'marcus.deleuzian@gmail.com' comment: '<p>Jag förstår det. Försökte bara göra analysen utifrån ooo. :)</p>' ---
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/pi-agm/1.2.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 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.1 / pi-agm - 1.2.2</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.2 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-05 02:20:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-05 02:20:17 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 conf-m4 1 Virtual package relying on m4 coq 8.10.1 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.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&quot; maintainer: &quot;yves.bertot@inria.fr&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;yves.bertot@inria.fr&quot; license: &quot;CeCILL-B&quot; build: [[&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot; ] [ make &quot;-j&quot; &quot;%{jobs}%&quot; ]] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-interval&quot; {&gt;= &quot;3.1&quot; &amp; &lt; &quot;4&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;yves.bertot@inria.fr&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; 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.&quot;&quot;&quot; url { src: &quot;https://github.com/ybertot/pi-agm/archive/v1.2.2.zip&quot; checksum: &quot;md5=294b47b7032f85fcfafbf4632df6ff8e&quot; } </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.2 coq.8.10.1</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.1). The following dependencies couldn&#39;t be met: - coq-pi-agm -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-pi-agm.1.2.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>
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/menhirlib/20190626.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>menhirlib: 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.13.0 / menhirlib - 20190626</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20190626 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 02:59:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 02:59:41 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 4 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.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A support library for verified Coq parsers produced by Menhir&quot; maintainer: &quot;francois.pottier@inria.fr&quot; authors: [ &quot;Jacques-Henri Jourdan &lt;jacques-henri.jourdan@lri.fr&gt;&quot; ] homepage: &quot;https://gitlab.inria.fr/fpottier/menhir&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fpottier/menhir.git&quot; bug-reports: &quot;jacques-henri.jourdan@lri.fr&quot; build: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot; } ] conflicts: [ &quot;menhir&quot; { != &quot;20190626&quot; } &quot;coq-native&quot; ] tags: [ &quot;date:2019-06-26&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20190626/archive.tar.gz&quot; checksum: [ &quot;md5=783961f8d124449a1a335cc8e50f013f&quot; &quot;sha512=bacc5161682130d894a6476fb79363aa73e5582543265a0c23c9a1f9d974007c04853dc8f6faa2b8bd2e82b2323b8604dcc4cb74308af667698079b394dfd492&quot; ] } </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-menhirlib.20190626 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-menhirlib -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) 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-menhirlib.20190626</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>
public/tpls/home/home.html
LelesBox/blog
<div class="middle" id="middle"> <div> <img id="avatar" src="../images/main.jpg" ui-sref="index.writepage"> <p class="username">LeeBox</p> <p class="intro">学习学习</p> </div> </div> <div class="right"> <div ui-view="right"> </div> </div>
training/arena.html
seraum/hmf-training
<h1 translate="main_title">Arena</h1><hr> <p translate="main_wait"> We are writing this article, please come back later : ) </p>
templates/styles.css
MarcusOlivecrona/MolExplorer
html { display: table; margin: auto; background-color: #2F2F2F; } body { display: table-cell; vertical-align: middle; color: #fff; } h1 { margin: 1em 0 1em 0; color: #ffffff; font-family: 'Julius Sans One', sans-serif; font-size: 2em; text-transform: uppercase; text-align: center; } a:link { font-weight: bold; text-decoration: none; color: #0d8ba1; } a:visited { font-weight: bold; text-decoration: none; color: #1a5952; } a:hover, a:focus, a:active { text-decoration: underline; color: #9685BA; }
2eaef9f/html/classv8_1_1_isolate.html
v8-dox/v8-dox.github.io
<!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.10.24: v8::Isolate 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.10.24 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_isolate.html">Isolate</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="classv8_1_1_isolate-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Isolate Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_scope.html">Scope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><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:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">Enter</a> ()</td></tr> <tr class="separator:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a64a8503cafd00d1d2cadfbb0c2345054">Exit</a> ()</td></tr> <tr class="separator:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose</a> ()</td></tr> <tr class="separator:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a57e22868fac4e090f05d23e432e2c771"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a57e22868fac4e090f05d23e432e2c771">SetData</a> (void *data)</td></tr> <tr class="separator:a57e22868fac4e090f05d23e432e2c771"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a83c4ff274f359aa9582b15f300269b58"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a83c4ff274f359aa9582b15f300269b58">GetData</a> ()</td></tr> <tr class="separator:a83c4ff274f359aa9582b15f300269b58"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:a36f397e1d09e0122e89641288f348d2d"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a36f397e1d09e0122e89641288f348d2d">New</a> ()</td></tr> <tr class="separator:a36f397e1d09e0122e89641288f348d2d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa79441b5da4438221d0f38790c4de2ed"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">GetCurrent</a> ()</td></tr> <tr class="separator:aa79441b5da4438221d0f38790c4de2ed"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p><a class="el" href="classv8_1_1_isolate.html">Isolate</a> represents an isolated instance of the <a class="el" href="classv8_1_1_v8.html">V8</a> engine. <a class="el" href="classv8_1_1_v8.html">V8</a> isolates have completely separate states. Objects from one isolate must not be used in other isolates. When <a class="el" href="classv8_1_1_v8.html">V8</a> is initialized a default isolate is implicitly created and entered. The embedder can create additional isolates and use them in parallel in multiple threads. An isolate can be entered by at most one thread at any given time. The Locker/Unlocker API must be used to synchronize. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a1a5a5762e4221aff8c6b10f9e3cec0af"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Dispose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Disposes the isolate. The isolate must not be entered by any thread to be disposable. </p> </div> </div> <a class="anchor" id="aec80bb49b6b7647ff75e8f2cc9484ea3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Enter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Methods below this point require holding a lock (using <a class="el" href="classv8_1_1_locker.html">Locker</a>) in a multi-threaded environment. Sets this isolate as the entered one for the current thread. Saves the previously entered one (if any), so that it can be restored when exiting. Re-entering an isolate is allowed. </p> </div> </div> <a class="anchor" id="a64a8503cafd00d1d2cadfbb0c2345054"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Exit </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Exits this isolate by restoring the previously entered one in the current thread. The isolate may still stay the same, if it was entered more than once.</p> <p>Requires: this == <a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent()</a>. </p> </div> </div> <a class="anchor" id="aa79441b5da4438221d0f38790c4de2ed"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::GetCurrent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the entered isolate for the current thread or NULL in case there is no current isolate. </p> </div> </div> <a class="anchor" id="a83c4ff274f359aa9582b15f300269b58"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void * v8::Isolate::GetData </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Retrieve embedder-specific data from the isolate. Returns NULL if SetData has never been called. </p> </div> </div> <a class="anchor" id="a36f397e1d09e0122e89641288f348d2d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::New </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a new isolate. Does not change the currently entered isolate.</p> <p>When an isolate is no longer used its resources should be freed by calling <a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose()</a>. Using the delete operator is not allowed. </p> </div> </div> <a class="anchor" id="a57e22868fac4e090f05d23e432e2c771"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetData </td> <td>(</td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>data</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Associate embedder-specific data with the isolate </p> </div> </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:45:08 for V8 API Reference Guide for node.js v0.10.24 by &#160;<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>
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/jquery.tagsinput.min.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/iosicon.png" /> <!-- DEVELOPMENT LESS --> <!-- <link rel="stylesheet/less" href="css/photon.less" media="all" /> <link rel="stylesheet/less" href="css/photon-responsive.less" media="all" /> --> <!-- PRODUCTION CSS --> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/bootstrap/css/css_compiled/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.tagsinput.min.js.html#">Sign Up &#187;</a> <a href="jquery.tagsinput.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.tagsinput.min.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
doc/jdk6_cn/org/xml/sax/ext/class-use/EntityResolver2.html
piterlin/piterlin.github.io
<!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-beta2) on Mon Mar 19 19:32:46 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 接口 org.xml.sax.ext.EntityResolver2 的使用 (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <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="接口 org.xml.sax.ext.EntityResolver2 的使用 (Java Platform SE 6)"; } } </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="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/xml/sax/ext//class-useEntityResolver2.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="EntityResolver2.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>接口 org.xml.sax.ext.EntityResolver2<br>的使用</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 使用 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的软件包</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.xml.sax.ext"><B>org.xml.sax.ext</B></A></TD> <TD> 此包包含适合的 SAX 驱动程序不一定支持的 SAX2 设施的接口。&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.xml.sax.ext"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <A HREF="../../../../../org/xml/sax/ext/package-summary.html">org.xml.sax.ext</A> 中 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的使用</FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">实现 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口">EntityResolver2</A> 的 <A HREF="../../../../../org/xml/sax/ext/package-summary.html">org.xml.sax.ext</A> 中的类</FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/xml/sax/ext/DefaultHandler2.html" title="org.xml.sax.ext 中的类">DefaultHandler2</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;此类扩展 SAX2 基本处理程序类,以支持 SAX2 <A HREF="../../../../../org/xml/sax/ext/LexicalHandler.html" title="org.xml.sax.ext 中的接口"><CODE>LexicalHandler</CODE></A>、<A HREF="../../../../../org/xml/sax/ext/DeclHandler.html" title="org.xml.sax.ext 中的接口"><CODE>DeclHandler</CODE></A> 和 <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><CODE>EntityResolver2</CODE></A> 扩展。</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></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>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/xml/sax/ext/EntityResolver2.html" title="org.xml.sax.ext 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;上一个&nbsp; &nbsp;下一个</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/xml/sax/ext//class-useEntityResolver2.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="EntityResolver2.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
6bbdd66/html/classv8_1_1experimental_1_1FastAccessorBuilder-members.html
v8-dox/v8-dox.github.io
<!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>V8 API Reference Guide for node.js v7.0.0 - v7.1.0: 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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v7.0.0 - v7.1.0 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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"><b>experimental</b></li><li class="navelem"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">FastAccessorBuilder</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::experimental::FastAccessorBuilder Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Call</b>(v8::FunctionCallback callback, ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CheckFlagSetOrReturnNull</b>(ValueId value_id, int mask) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CheckNotZeroOrJump</b>(ValueId value_id, LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CheckNotZeroOrReturnNull</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetReceiver</b>() (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Goto</b>(LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerConstant</b>(int int_constant) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>LoadInternalField</b>(ValueId value_id, int field_no) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>LoadInternalFieldUnchecked</b>(ValueId value_id, int field_no) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>LoadObject</b>(ValueId value_id, int offset) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>LoadValue</b>(ValueId value_id, int offset) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>MakeLabel</b>() (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ReturnValue</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetLabel</b>(LabelId label_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToSmi</b>(ValueId value_id) (defined in <a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a>)</td><td class="entry"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">v8::experimental::FastAccessorBuilder</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
samples/output/ITS2.0_Test_Suite/XLIFF/textanalysis/textanalysis4xml.xml.html
renatb/ITS2.0-WICS-converter
<!DOCTYPE html><meta charset=utf-8><title>WICS</title><script type="application/its+xml"> <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> <its:localeFilterRule selector="//@*" localeFilterType="include" localeFilterList="*"/> <its:dirRule selector="//@*" dir="ltr"/> <its:translateRule translate="no" selector="//@*"/> <its:targetPointerRule selector="//*[@title='source']" targetPointer="../*[@title='target']"/> </its:rules> </script><style>body {visibility:hidden} p {visibility: visible}</style><div title=xliff> <div title=file> <div title=body> <div title=trans-unit> <p its-ta-class-ref="http://nerd.eurecom.fr/ontology#Location" its-ta-ident-ref="http://dbpedia.org/resource/Dublin" lang=en title=source>Dublin</p> </div> <div title=trans-unit> <p lang=en title=source> is the </p> </div> <div title=trans-unit> <p its-ta-class-ref="http://nerd.eurecom.fr/ontology#City" its-ta-ident=301467919 its-ta-source=Wordnet3.0 lang=en title=source>capital</p> </div> <div title=trans-unit> <p lang=en title=source> of Ireland.</p> </div> </div> </div> </div>
BOOST/boost_1_61_0/libs/log/doc/html/boost/log/extract_or_def_idp20415472.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template extract_or_default</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header &lt;boost/log/attributes/value_extraction.hpp&gt;"> <link rel="prev" href="extract_or_def_idp20406624.html" title="Function template extract_or_default"> <link rel="next" href="visitation_result.html" title="Class visitation_result"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="extract_or_def_idp20406624.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visitation_result.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.extract_or_def_idp20415472"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template extract_or_default</span></h2> <p>boost::log::extract_or_default</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header &lt;boost/log/attributes/value_extraction.hpp&gt;">boost/log/attributes/value_extraction.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DescriptorT<span class="special">,</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="special">&gt;</span> <span class="keyword">class</span> ActorT<span class="special">,</span> <span class="keyword">typename</span> DefaultT<span class="special">&gt;</span> <a class="link" href="result_of/extract_or_default.html" title="Struct template extract_or_default">result_of::extract_or_default</a><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">DescriptorT</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">,</span> <span class="identifier">DefaultT</span><span class="special">,</span> <span class="identifier">DescriptorT</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <span class="identifier">extract_or_default</span><span class="special">(</span><span class="identifier">expressions</span><span class="special">::</span><span class="identifier">attribute_keyword</span><span class="special">&lt;</span> <span class="identifier">DescriptorT</span><span class="special">,</span> <span class="identifier">ActorT</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> keyword<span class="special">,</span> <span class="identifier">record_view</span> <span class="keyword">const</span> <span class="special">&amp;</span> rec<span class="special">,</span> <span class="identifier">DefaultT</span> <span class="keyword">const</span> <span class="special">&amp;</span> def_val<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp83758512"></a><h2>Description</h2> <p>The function extracts an attribute value from the view. The user has to explicitly specify the type or set of possible types of the attribute value to be visited.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>Caution must be exercised if the default value is a temporary object. Because the function returns a reference, if the temporary object is destroyed, the reference may become dangling.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">def_val</code></span></p></td> <td><p>The default value </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">keyword</code></span></p></td> <td><p>The keyword of the attribute value to extract. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">rec</code></span></p></td> <td><p>A log record view. The attribute value will be sought among those associated with the record. </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>The extracted value, if found. The default value otherwise. </p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>). </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="extract_or_def_idp20406624.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="visitation_result.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
html_old/gtav-heists-march-pc-version-delayed-april.html
Codewow/GameGolem
<!DOCTYPE html> <html> <head> <title>GTAV PC Delayed; Heists Confirmed March For Consoles | Game Golem</title> <meta name="keywords" content="Video Game, News, Video Game News, Xbox One, Playstation4, Grand Theft Auto V, Grand Theft Auto 5, Delayed, PC, Micrsoft, Sony" /> <meta name="description" content="Rockstar has delayed the PC version of GTAV... again. Now releasing in April. Heists still coming in March for consoles." /> <link href="style.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="images/default/favicon.ico" > <meta name="viewport" content="width=device-width, initial-scale=1"> <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-23633757-2', 'auto'); ga('send', 'pageview'); </script> </head> <body> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=284825434888021&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="header"><a href="index.html"><img src="images/default/gamegolemheader.png" alt="Game Golem" class="header-img"><img src="images/default/gamegolem.png" alt="Game Golem" class="mobile-header-img"></a> <div class="header-center"></div></div> <div class="soc-nav-btn"> <a href="https://www.twitter.com/gamegolemcom"><img src="images/default/twitter-icon.jpg" class="soc-nav-btn-img"></a> <a href="https://www.youtube.com/c/gamegolemcom"><img src="images/default/youtube-icon.jpg" class="soc-nav-btn-img"></a> <a href="https://www.facebook.com/gamegolemcom"><img src="images/default/facebook-icon.jpg" class="soc-nav-btn-img"></a> </div> <nav class="mobile-nav"> <div><a href="Archive.html"><p>Archive</p></a></div> <div><a href="AboutUs.html"><p>About Us</p></a></div> <div><a href="JoinUs.html"><p>Join Us</p></a></div> </nav> <nav class="nav"> <ul> <a href="index.html"><li class="nav-home">News</li></a> <a href="archive.html"><li class="nav-archive">Archive</li></a> <a href="MeetTheTeam.html"><li class="nav-team">Team</li></a> <a href="AboutUs.html"><li class="nav-aboutus">About Us</li></a> <a href="JoinUs.html"><li class="nav-joinus">Join Us</li></a> <a href="contactus.html"><li class="nav-contactus">Contact Us</li></a> </ul> </nav> <div class="wrapper"> <section id=articlebox> <div class=ad><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Game Golem --> <ins class="adsbygoogle" style="display:inline-block;width:900px;height:100px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="3176813146"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <section id=author><img src=images/author/DylanG.jpg alt="Dylan G. picture"><p>Dylan Graham is a hardcore gamer with full intention on loving every moment of game time he gets. Dylan is also the Game Golem founder and Web Developer. He loves music and his secondary hobby is drumming. For all things ridiculous, follow him on twitter: <a href=https://twitter.com/Codewow_>@Codewow_</a></p></section> <section id="article"> <h3 id="center">PC: Delayed Again. Heists Confirmed March for Consoles - GTA V</h3> <img src="images/article/gta-v.jpg" alt="GTA V"> <p>As if we didn't expect this to happen, GTA V for PC has been delayed once again to April 14th. Now planning to release in April, but take this as a grain of salt, because another delay could happen. The good news in this for console players is that Heists will be launching in March still.</p> <img src="images/article/deskflip.jpg" alt="Desk Flip"> <p>And, of course, like the last time. They give their explanation. <a href="http://www.rockstargames.com/newswire/article/52394/gtav-updates-online-heists-coming-march-10-gtav-for-pc">"We thank GTA players worldwide for their patience in awaiting these big game updates and we are excited to bring both Heists and GTAV for PC to you very soon. Please stay tuned for lots more information in the weeks ahead and for now, check out some new screens showing action from Heists."</a></p> <p>Rockstar is handing out a free stimulus package of $200,000 IGC for GTA Online to everyone who has preordered the game on Steam. Personally I think the game should be going down in price by now. Since it's been over a year since it's original release. Anyways, here's the Heists video if you just so happened to not have seen it by now...</p> <iframe width="560" height="315" src="https://www.youtube.com/embed/UDd3pTE8UsQ" frameborder="0" allowfullscreen></iframe> <hr> <p>For all things Gaming, like Game Golem on <a href="https://www.facebook.com/GameGolemcom">Facebook</a> and follow us on <a href="https://www.twitter.com/GameGolemcom"> Twitter.</a> Follow us on <a href="">Google+</a> You can also join our <a href="http://steamcommunity.com/groups/GameGolem">Steam Group.</a></p> </section> <section id="ad3"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- GameGolem3 --> <ins class="adsbygoogle" style="display:inline-block;width:250px;height:250px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="5990678740"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></section> </section> <div align="center"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'gamegolemcom'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> <div class="ad" align="center"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Game Golem --> <ins class="adsbygoogle" style="display:inline-block;width:900px;height:100px" data-ad-client="ca-pub-9850567325362570" data-ad-slot="3176813146"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <footer class="footer">Copyright&copy; 2014 Game Golem</footer> </div> </body> </html>
page/2/index.html
networks-lab/networks-lab.github.io
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>NetLab &middot; NetLab</title> <meta name="description" content="Dr. John McLevey&#39;s Lab @ University of Waterloo"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="generator" content="Hugo 0.37.1" /> <meta name="robots" content="index,follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="NetLab"> <meta property="og:description" content="Dr. John McLevey&#39;s Lab @ University of Waterloo"> <meta property="og:type" content="website"> <meta property="og:url" content="/"> <link rel="stylesheet" href="/dist/styles.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="/index.xml" rel="alternate" type="application/rss+xml"> </head> <body> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'XXX', 'auto'); ga('send', 'pageview'); </script> <div id="wrapper"> <header class="site-header"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="NetLab" href="/">NetLab</a> </h1> <a class="button-square" href="/index.xml"><i class="fa fa-rss"></i></a> <a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/networks-lab"> <i class="fa fa-github-alt"></i> </a> <a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:john.mclevey@uwaterloo.ca"> <i class="fa fa-envelope"></i> </a> </div> <ul class="site-nav"> <li class="site-nav-item"> <a title="About" href="/page/about/">About</a> </li> <li class="site-nav-item"> <a title="Software" href="/project/">Software</a> </li> <li class="site-nav-item"> <a title="Blog" href="/">Blog</a> </li> <li class="site-nav-item"> <a title="Contact" href="/page/contact/">Contact</a> </li> </ul> </div> </header> <div id="container"> <div id="post-index" class="container"> <header class="post-header"> <h1 class="post-title">NetLab</h1> <p>Dr. John McLevey&#39;s Lab @ University of Waterloo</p> </header> <ol class="post-list"> <li class="post-stub"> <a href="/2017/06/21/2017-06-21-recordlinkage/"> <h4 class="post-stub-title">Introduction to recordlinkage</h4> <p class="post-stub-description">An introduction to recordlinkage, applied to the IDI dataset.</p> </a> </li> <li class="post-stub"> <a href="/page/about/"> <h4 class="post-stub-title">About</h4> </a> </li> <li class="post-stub"> <a href="/page/research/"> <h4 class="post-stub-title">About</h4> </a> </li> <li class="post-stub"> <a href="/page/contact/"> <h4 class="post-stub-title">Contact</h4> <p class="post-stub-description">Get in touch!</p> </a> </li> </ol> <div class="post-navigation"> <nav class="pagination" role="navigation"> <span class="page-number">Page 2 of 2</span> <a class="newer-posts" href="/">&larr; Newer Posts</a> </nav> </div> </div> </div> </div> <footer class="footer"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="NetLab" href="/">NetLab</a> </h1> <a class="button-square button-jump-top js-jump-top" href="#"> <i class="fa fa-angle-up"></i> </a> </div> <p class="footer-copyright"> <span>&copy; 2018 / Powered by <a href="https://gohugo.io/">Hugo</a></span> </p> <p class="footer-copyright"> <span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> <span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span> </p> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-25394214-7', 'auto'); ga('send', 'pageview'); </script> </div> </footer> <script src="/js/jquery-1.11.3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> <script src="/js/jquery.fitvids.js"></script> <script src="/js/scripts.js"></script> </body> </html>
demo/index-trace-compiled.html
yarray/inkpress
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title> </title> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="width=1280" name="viewport"/> <link charset="utf-8" href="../css/inkpress.css" media="screen" rel="stylesheet" type="text/css"/> </head> <body> <svg class="cache" height="800" id="svg2" inkscape:version="0.48.3.1 r9886" sodipodi:docname="demo.svg" style="display: none" version="1.1" width="1280" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs4"> </defs> <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="layer1" inkscape:cx="465.26793" inkscape:cy="433.94653" inkscape:document-units="px" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="776" inkscape:window-maximized="1" inkscape:window-width="1216" inkscape:window-x="64" inkscape:window-y="24" inkscape:zoom="0.50000001" pagecolor="#ffffff" showgrid="false"> </sodipodi:namedview> <metadata id="metadata7"> <rdf:rdf> <cc:work rdf:about=""> <dc:format> image/svg+xml </dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"> </dc:type> <dc:title> </dc:title> </cc:work> </rdf:rdf> </metadata> <g id="layer1" inkscape:groupmode="layer" inkscape:label="Trace" style="display:inline;opacity:1" transform="translate(0,-252.36218)"> <rect height="198.22723" id="0" inkscape:label="#rect3027" style="fill:#ff5a5a;fill-opacity:1;stroke:none;opacity:1" width="317.16354" x="0" y="252.8231"> </rect> <rect height="113.29568" id="5" inkscape:label="#rect3027" style="fill:#88bfff;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="181.27309" x="514.66278" y="-140.97162"> </rect> <rect height="303.14267" id="3" inkscape:label="#rect3027" style="fill:#88ff8b;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="485.02826" x="254.37097" y="-1057.7327"> </rect> <rect height="303.14267" id="4" inkscape:label="#rect3027" style="fill:#8b88ff;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="485.02826" x="456.70792" y="-1210.11"> </rect> <rect height="309.07541" id="2" inkscape:label="#rect3027" style="fill:#f8ff5a;fill-opacity:1;stroke:none;opacity:1" width="494.52057" x="200.52051" y="513.05457"> </rect> <rect height="67.959404" id="6" inkscape:label="#rect3027" style="fill:#ff88fd;fill-opacity:1;stroke:none;opacity:1" width="108.73504" x="147.263" y="341.04431"> </rect> <rect height="28.658264" id="7" inkscape:label="#rect3027" style="fill:#ff14fb;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="45.853214" x="353.46631" y="-231.94505"> </rect> <rect height="198.22723" id="1" inkscape:label="#rect3027" style="fill:#ffb45a;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0.8660254,-0.5,0.5,0.8660254,0,0)" width="317.16354" x="82.741364" y="523.46027"> </rect> <rect height="6.2500005" id="rect3004" inkscape:label="#rect3027" style="fill:#831a9e;fill-opacity:1;stroke:none;opacity:1" width="10" x="217.19856" y="387.59451"> </rect> <rect height="1.8750001" id="rect3774" inkscape:label="#rect3027" style="fill:#58116a;fill-opacity:1;stroke:none;opacity:1" transform="matrix(0,1,-1,0,0,0)" width="3" x="389.99631" y="-224.47534"> </rect> </g> <g id="layer2" inkscape:groupmode="layer" inkscape:label="Lines" style="display:inline"> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3776" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(17.52064,0,0,17.52064,-3088.1342,-2067.4776)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3784" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(6.7921234,0,0,6.7921234,-1332.7051,-526.96019)"> </path> <path d="M 30.149255,96.100323 C 901.04051,22.683734 1424.1837,480.65171 1157.2774,520.3644 782.39337,570.00288 263.14121,374.55867 90.960454,685.82738" id="path3002" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#979797;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="M 518.05293,50.845495 C 55.319444,310.23055 -32.098946,451.85077 85.303584,514.70754 314.14022,646.339 751.20079,705.29866 1089.3952,658.95732" id="path3004" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#94adb9;stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="M 78.232514,166.811 C 843.92924,241.90435 1104.5284,512.49081 1131.8216,568.44766 1245.7808,767.99809 254.52498,427.80608 65.504604,733.91064" id="path3774" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;fill:none;stroke:#363636;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3805" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(3.0859084,0,0,3.0859084,-467.7915,-256.79661)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3807" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(1.1410416,0,0,1.1410416,-22.097878,-20.48427)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3809" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(0.14530853,0,0,0.14530853,189.81009,119.62682)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3811" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(0.09138667,0,0,0.09138667,204.62945,128.16648)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3778" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(13.619361,0,0,13.619361,-2466.1241,-1231.7749)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3780" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(27.859029,0,0,27.859029,-4717.0156,-3162.8104)"> </path> <path d="m 212,126.125 a 3.625,3.625 0 1 1 -7.25,0 3.625,3.625 0 1 1 7.25,0 z" id="path3782" sodipodi:cx="208.375" sodipodi:cy="126.125" sodipodi:rx="3.625" sodipodi:ry="3.625" sodipodi:type="arc" style="fill:#23d191;fill-opacity:1;stroke:none" transform="matrix(14.399617,0,0,14.399617,-2123.8356,-1632.8264)"> </path> </g> </svg> <div id="impress"> <!--pre exist steps will be preserved, id should be step-{trace rect id}--> <div class="step" id="step-3"> <h1> Hello World </h1> </div> </div> <script src="../js/lib/impress.js"> </script> <script src="../js/lib/jquery-2.0.3.min.js"> </script> <script src="../js/inkpress.js"> </script> <script type="text/javascript"> $(function() { inkpress.init('demo-trace.svg', { width: 1280, height: 800 }); }) </script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6.1/elpi/1.2.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: 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.6.1 / elpi - 1.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-24 00:12:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 00:12:32 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 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.6.1 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: &quot;2.0&quot; name: &quot;coq-elpi&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9.0~&quot;} &quot;coq&quot; { (&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.11~&quot;) | (= &quot;8.10.dev&quot;) } ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.2.0.tar.gz&quot; checksum: &quot;sha256=58aef9596e6ad74d9f230abc34171dafaa39da93a4f1bf6f07f69904360c2c9c&quot; } </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-elpi.1.2.0 coq.8.6.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq = 8.10.dev no matching version Your request can&#39;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-elpi.1.2.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>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.2/cats-in-zfc/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cats-in-zfc: 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.2 / cats-in-zfc - 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> cats-in-zfc <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05:21 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 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.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: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/cats-in-zfc&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CatsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:set theory&quot; &quot;keyword:ordinal numbers&quot; &quot;keyword:cardinal numbers&quot; &quot;keyword:category theory&quot; &quot;keyword:functors&quot; &quot;keyword:natural transformation&quot; &quot;keyword:limit&quot; &quot;keyword:colimit&quot; &quot;category:Mathematics/Logic/Set theory&quot; &quot;category:Mathematics/Category Theory&quot; &quot;date:2004-10-10&quot; ] authors: [ &quot;Carlos Simpson &lt;carlos@math.unice.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cats-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cats-in-zfc.git&quot; synopsis: &quot;Category theory in ZFC&quot; description: &quot;&quot;&quot; In a ZFC-like environment augmented by reference to the ambient type theory, we develop some basic set theory, ordinals, cardinals and transfinite induction, and category theory including functors, natural transformations, limits and colimits, functor categories, and the theorem that functor_cat a b has (co)limits if b does.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cats-in-zfc/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=c3a5b3529803919d553d498becba3a4a&quot; } </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-cats-in-zfc.8.5.0 coq.8.8.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.8.2). The following dependencies couldn&#39;t be met: - coq-cats-in-zfc -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-cats-in-zfc.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>
docs/javadoc/com/cloudycrew/cloudycar/email/package-frame.html
CMPUT301F16T12/CloudyCar
<!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_76-release) on Mon Nov 28 00:13:26 MST 2016 --> <title>com.cloudycrew.cloudycar.email</title> <meta name="date" content="2016-11-28"> <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="../../../../com/cloudycrew/cloudycar/email/package-summary.html" target="classFrame">com.cloudycrew.cloudycar.email</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Email.html" title="class in com.cloudycrew.cloudycar.email" target="classFrame">Email</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="Email.InvalidEmailException.html" title="class in com.cloudycrew.cloudycar.email" target="classFrame">Email.InvalidEmailException</a></li> </ul> </div> </body> </html>
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:jordan-curve-theorem/dev/2014-11-18_18-25-03.html
coq-bench/coq-bench.github.io-old
<!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.4.dev / contrib:jordan-curve-theorem dev</a></li> <li class="active"><a href="">2014-11-18 18:25:03</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:jordan-curve-theorem <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-18 18:25:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-18 18:25:03 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:jordan-curve-theorem/coq:contrib:jordan-curve-theorem.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:jordan-curve-theorem.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:jordan-curve-theorem -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </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>opam remove -y coq; opam install -y --dry-run coq:contrib:jordan-curve-theorem.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:jordan-curve-theorem] - install coq:contrib:jordan-curve-theorem.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler make -j4 make install Installing coq.dev. Building coq:contrib:jordan-curve-theorem.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:jordan-curve-theorem.dev. </pre></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>Data not available in this bench.</p> <h2>Uninstall</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> <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>
Reports/ze/zetlon.oauth.twitch.1.0.1/Zetlon.OAuth.Twitch-net45.html
kuhlenh/port-to-core
<!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&nbsp; 40c660ad-23c4-4c32-ba01-56c4458ed2e0 </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="#Zetlon.OAuth.Twitch">Zetlon.OAuth.Twitch</a></strong></td> <td class="text-center">87.16 %</td> <td class="text-center">82.57 %</td> <td class="text-center">100.00 %</td> <td class="text-center">82.57 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Zetlon.OAuth.Twitch"><h3>Zetlon.OAuth.Twitch</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.Collections.Specialized.NameValueCollection</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">#ctor</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">Add(System.String,System.String)</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">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebClient</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</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpClient instead</td> </tr> <tr> <td style="padding-left:2em">DownloadString(System.String)</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">set_Headers(System.Net.WebHeaderCollection)</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">UploadValues(System.String,System.Collections.Specialized.NameValueCollection)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebHeaderCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage and System.Net.Http.HttpResponseMessage</td> </tr> <tr> <td style="padding-left:2em">Add(System.Net.HttpRequestHeader,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage and System.Net.Http.HttpResponseMessage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td style="padding-left:2em">GetString(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Uri</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">GetLeftPart(System.UriPartial)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.UriPartial</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</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">get_Current</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">get_Request</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpRequest</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">get_QueryString</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">get_Url</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
html/234567148845.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Cambridge Centre Dental Centre - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492272103726&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=7788&V_SEARCH.docsStart=7787&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=7786&amp;V_DOCUMENT.docRank=7787&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272123780&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567147202&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=7788&amp;V_DOCUMENT.docRank=7789&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492272123780&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567088851&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Cambridge Centre Dental Centre </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Cambridge Centre Dental Centre</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.cambridgedentalcentre.ca" target="_blank" title="Website URL">http://www.cambridgedentalcentre.ca</a></p> <p><a href="mailto:info@cambridgedentalcentre.ca" title="info@cambridgedentalcentre.ca">info@cambridgedentalcentre.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 355 Hespeler Rd<br/> CAMBRIDGE, Ontario<br/> N1R 6B3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 355 Hespeler Rd<br/> CAMBRIDGE, Ontario<br/> N1R 6B3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (519) 624-4640 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (519) 624-2264</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> We offer a wide range of services, from general restoration work to dental implants - plus cosmetic dentistry services like veneers and tooth whitening. As a Cambridge dentist, we also understand that some patients find dental procedures stressful or nerve-wracking. IF you have a hard time getting through a dental procedure because of nerves or anxiety, you can relax - Sleep Dentistry could be the solution for you.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Hisham Kaloti </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 624-4640 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@cambridgedentalcentre.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Cosmetic Dentistry<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Cambridge Centre Dental Centre has a lot to offer our patients in Southern Ontario. We&#39;re a family-focused dentistry practice with a special program for kids. We offer cosmetic dentistry services that can transform your smile, such as veneers and teeth whitening.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Hisham Kaloti </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 624-4640 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@cambridgedentalcentre.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Cosmetic Dentistry<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Cambridge Centre Dental Centre has a lot to offer our patients in Southern Ontario. We&#39;re a family-focused dentistry practice with a special program for kids. We offer cosmetic dentistry services that can transform your smile, such as veneers and teeth whitening.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-03-07 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
Tbs/tmp/styleCache/RoundedGreenWave/empty.css
tony19760619/PHPRunnerProjects
.preview .runner-s-empty > * > * > .runner-toprow > .runner-cl img { height: 0px } .preview .runner-s-empty > * > * > .runner-toprow > .runner-cr img { height: 0px } .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cl img { height: 0px } .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cr img { height: 0px } .preview .runner-s-empty > * > * > * > .runner-cl , .preview .runner-s-empty > * > * > * > .runner-cl > img, .preview .runner-s-empty > * > * > * > .runner-cr , .preview .runner-s-empty > * > * > * > .runner-cr > img { width: 0px } .preview .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cl , .preview .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cl , .preview .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cl , .preview .runner-s-empty > * > * > .runner-toprow > .runner-cl.alt , .preview .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cc , .preview .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cc , .preview .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-toprow > .runner-cc.alt , .preview .runner-s-empty > * > * > .runner-toprow.style1 > .runner-cr , .preview .runner-s-empty > * > * > .runner-toprow.style2 > .runner-cr , .preview .runner-s-empty > * > * > .runner-toprow.style3 > .runner-cr , .preview .runner-s-empty > * > * > .runner-toprow > .runner-cr.alt , .preview .runner-s-empty > * > * > .runner-row.style1 > .runner-cl , .preview .runner-s-empty > * > * > .runner-row.style2 > .runner-cl , .preview .runner-s-empty > * > * > .runner-row.style3 > .runner-cl , .preview .runner-s-empty > * > * > .runner-row > .runner-cl.alt , .preview .runner-s-empty > * > * > .runner-row.style1 > .runner-cc , .preview .runner-s-empty > * > * > .runner-row.style2 > .runner-cc , .preview .runner-s-empty > * > * > .runner-row.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-row > .runner-cc.alt , .preview .runner-s-empty > * > * > .runner-row.style1 > .runner-cr , .preview .runner-s-empty > * > * > .runner-row.style2 > .runner-cr , .preview .runner-s-empty > * > * > .runner-row.style3 > .runner-cr , .preview .runner-s-empty > * > * > .runner-row > .runner-cr.alt , .preview .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cl , .preview .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cl , .preview .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cl , .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cl.alt , .preview .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc , .preview .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc , .preview .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt , .preview .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cr , .preview .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cr , .preview .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cr , .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cr.alt { background:none } .preview .runner-s-empty > * > * > .runner-bottomrow { display:none; } .preview .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc { color: #333333 } .preview .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc { color: #333333 } .preview .runner-s-empty > * > * > .runner-toprow.style1 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty > * > * > .runner-row.style1 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty .runner-row.style1 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-empty > * > * > .runner-toprow.header.style1 > .runner-cc { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-row.style1 > .runner-cc { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-bottomrow.style1 > .runner-cc { padding: 0px; } .preview .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc { color: #333333 } .preview .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc { color: #333333 } .preview .runner-s-empty > * > * > .runner-toprow.style2 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty > * > * > .runner-row.style2 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty .runner-row.style2 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-empty > * > * > .runner-toprow.header.style2 > .runner-cc { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-row.style2 > .runner-cc { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-bottomrow.style2 > .runner-cc { padding: 0px; } .preview .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc, .preview .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt { color: #333333 } .preview .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc, .preview .runner-s-empty > * > * > .runner-row > *.runner-cc.alt { color: #333333 } .preview .runner-s-empty > * > * > .runner-toprow.style3 > *.runner-cc, .preview .runner-s-empty > * > * > .runner-toprow > *.runner-cc.alt { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty > * > * > .runner-row.style3 > *.runner-cc, .preview .runner-s-empty > * > * > .runner-row > *.runner-cc.alt { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-empty .runner-row.style3 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-empty > * > * > .runner-toprow.header.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-toprow.header > .runner-cc.alt { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-row.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-row > .runner-cc.alt { padding: 5px 4px; } .preview .runner-s-empty > * > * > .runner-bottomrow.style3 > .runner-cc , .preview .runner-s-empty > * > * > .runner-bottomrow > .runner-cc.alt { padding: 0px; } .preview .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img, .preview .runner-wrapper .runner-s-empty .runner-cc .runner-btnframe > .runner-button-img img { margin: 5px } .preview .runner-s-empty .runner-cc .runner-btnleft, .preview .runner-s-empty .runner-cc .runner-btnright, .preview .runner-wrapper .runner-s-empty .runner-cc .runner-btnleft, .preview .runner-wrapper .runner-s-empty .runner-cc .runner-btnright { background-image: none; } .preview .runner-s-empty .runner-cc a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc a.runner-button { line-height:26px; padding: 0 8px; } .preview .runner-s-empty .runner-cc span.runner-btnframe, .preview .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe { height:26px; } .preview .runner-s-empty .runner-cc span.runner-btnframe a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe a.runner-button { color: #333333 } .preview .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.hover a.runner-button { color: #696969 } .preview .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.press a.runner-button { color: #006666 } .preview .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc span.runner-btnframe.disabled a.runner-button { color: #C0C0C0 } .preview .runner-s-empty .runner-cc a.runner-button, .preview .runner-wrapper .runner-s-empty .runner-cc a.runner-button { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty > * > * > .runner-toprow > .runner-cl img { height: 0px } .preview .runner-s-disabled-empty > * > * > .runner-toprow > .runner-cr img { height: 0px } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cl img { height: 0px } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cr img { height: 0px } .preview .runner-s-disabled-empty > * > * > * > .runner-cl , .preview .runner-s-disabled-empty > * > * > * > .runner-cl > img, .preview .runner-s-disabled-empty > * > * > * > .runner-cr , .preview .runner-s-disabled-empty > * > * > * > .runner-cr > img { width: 0px } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style1 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style2 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style3 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-toprow > .runner-cl.alt , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style1 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style2 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-toprow > .runner-cc.alt , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style1 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style2 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-toprow.style3 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-toprow > .runner-cr.alt , .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-row > .runner-cl.alt , .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-row > .runner-cc.alt , .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-row > .runner-cr.alt , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style1 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style2 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style3 > .runner-cl , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cl.alt , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style1 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style2 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cc.alt , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style1 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style2 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style3 > .runner-cr , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cr.alt { background:none } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow { display:none; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style1 > *.runner-cc { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > *.runner-cc { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style1 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty .runner-row.style1 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.header.style1 > .runner-cc { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-row.style1 > .runner-cc { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style1 > .runner-cc { padding: 0px; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style2 > *.runner-cc { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > *.runner-cc { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style2 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > *.runner-cc { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty .runner-row.style2 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.header.style2 > .runner-cc { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-row.style2 > .runner-cc { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style2 > .runner-cc { padding: 0px; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style3 > *.runner-cc, .preview .runner-s-disabled-empty > * > * > .runner-toprow > *.runner-cc.alt { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > *.runner-cc, .preview .runner-s-disabled-empty > * > * > .runner-row > *.runner-cc.alt { color: #B3B3B3 } .preview .runner-s-disabled-empty > * > * > .runner-toprow.style3 > *.runner-cc, .preview .runner-s-disabled-empty > * > * > .runner-toprow > *.runner-cc.alt { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > *.runner-cc, .preview .runner-s-disabled-empty > * > * > .runner-row > *.runner-cc.alt { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; } .preview .runner-s-disabled-empty .runner-row.style3 > * > .runner-hc > * > * > .runner-cc { padding: 5px 4px 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-toprow.header.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-toprow.header > .runner-cc.alt { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-row.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-row > .runner-cc.alt { padding: 5px 4px; } .preview .runner-s-disabled-empty > * > * > .runner-bottomrow.style3 > .runner-cc , .preview .runner-s-disabled-empty > * > * > .runner-bottomrow > .runner-cc.alt { padding: 0px; } .preview .runner-s-disabled-empty .runner-cc .runner-btnframe > .runner-button-img img, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc .runner-btnframe > .runner-button-img img { margin: 5px } .preview .runner-s-disabled-empty .runner-cc .runner-btnleft, .preview .runner-s-disabled-empty .runner-cc .runner-btnright, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc .runner-btnleft, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc .runner-btnright { background-image: none; } .preview .runner-s-disabled-empty .runner-cc a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc a.runner-button { line-height:26px; padding: 0 8px; } .preview .runner-s-disabled-empty .runner-cc span.runner-btnframe, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc span.runner-btnframe { height:26px; } .preview .runner-s-disabled-empty .runner-cc span.runner-btnframe a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc span.runner-btnframe a.runner-button { color: #B3B3B3 } .preview .runner-s-disabled-empty .runner-cc span.runner-btnframe.hover a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc span.runner-btnframe.hover a.runner-button { color: #C3C3C3 } .preview .runner-s-disabled-empty .runner-cc span.runner-btnframe.press a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc span.runner-btnframe.press a.runner-button { color: #B8B8B8 } .preview .runner-s-disabled-empty .runner-cc span.runner-btnframe.disabled a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc span.runner-btnframe.disabled a.runner-button { color: #DDDDDD } .preview .runner-s-disabled-empty .runner-cc a.runner-button, .preview .runner-wrapper .runner-s-disabled-empty .runner-cc a.runner-button { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; }
bifurcation/doc/html/search/all_6d.html
mariaiemoli/progetto
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.5"> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="all_6d.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Caricamento in corso...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Ricerca in corso...</div> <div class="SRStatus" id="NoMatches">Nessun risultato</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.12.2/ipc/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ipc: 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.2 / ipc - 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> ipc <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-07 08:38:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-07 08:38:55 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.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ipc&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IPC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: intuitionistic logic&quot; &quot;keyword: proof search&quot; &quot;keyword: proof-as-programs&quot; &quot;keyword: correct-by-construction&quot; &quot;keyword: program verification&quot; &quot;keyword: program extraction&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Decision procedures&quot; ] authors: [ &quot;Klaus Weich&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ipc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ipc.git&quot; synopsis: &quot;Intuitionistic Propositional Checker&quot; description: &quot;&quot;&quot; This development treats proof search in intuitionistic propositional logic, a fragment of any constructive type theory. We present new and more efficient decision procedures for intuitionistic propositional logic. They themselves are given by (non-formal) constructive proofs. We take one of them to demonstrate that constructive type theory can be used in practice to develop a real, efficient, but error-free proof searcher. This was done by formally proving the decidability of intuitionistic propositional logic in Coq; the proof searcher was automatically extracted.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ipc/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5e0ac9d66ddbf5e9e00a0326d2b12e9a&quot; } </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-ipc.8.6.0 coq.8.12.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.12.2). The following dependencies couldn&#39;t be met: - coq-ipc -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-ipc.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>
html/234567124665.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> ChiDa Polaris Trading & Consulting Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492275274228&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=9969&V_SEARCH.docsStart=9968&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=9967&amp;V_DOCUMENT.docRank=9968&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492275302201&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567162557&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=9969&amp;V_DOCUMENT.docRank=9970&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492275302201&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567163936&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> ChiDa Polaris Trading & Consulting Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>ChiDa Polaris Trading & Consulting Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.chidapolaris.com" target="_blank" title="Website URL">http://www.chidapolaris.com</a></p> <p><a href="mailto:sales@chidapolaris.com" title="sales@chidapolaris.com">sales@chidapolaris.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 81 Laval St<br/> WOODBRIDGE, Ontario<br/> L4H 0P3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 81 Laval St<br/> WOODBRIDGE, Ontario<br/> L4H 0P3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (647) 428-6765 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> ChiDa Polaris Trading &amp; Consulting Inc., is a professional solution provider , specializing in industrial instrumentation and automation. We provides state-of-art products in process measurements, analyzers, lab testing equipments, machine vision, data acquisition, and industrial software. <br> <br>We stick to our principle: best Quality, lowest Price, fast Service. <br> <br>Please find more about our company at www.chidapolaris.com<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carrie liu </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (647) 428-6765 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> chida.polaris@gmail.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 417930 - Professional Machinery, Equipment and Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 418990 - All Other Wholesaler-Distributors<br> 541690 - Other Scientific and Technical Consulting Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> level, pressure, temp.<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Level monitor, pressure, temperature, density, analyzer, lab equipment, 3D imaging and machine vision<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carrie liu </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (647) 428-6765 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> chida.polaris@gmail.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 417930 - Professional Machinery, Equipment and Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br> 418990 - All Other Wholesaler-Distributors<br> 541690 - Other Scientific and Technical Consulting Services<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> level, pressure, temp.<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Level monitor, pressure, temperature, density, analyzer, lab equipment, 3D imaging and machine vision<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-03-18 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->