path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
css/main.css
azerozvn/intel-project
/* * Globals */ /* Links */ a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default, .btn-default:hover, .btn-default:focus { color: #333; text-shadow: none; /* Prevent inheritence from `body` */ background-color: #fff; border: 1px solid #fff; } /* * Base structure */ html, body { height: 100%; font-family: 'Roboto', sans-serif; } body { color: #fff; } /* Extra markup and styles for table-esque vertical and horizontal centering */ .site-wrapper { display: table; width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); box-shadow: inset 0 0 100px rgba(0,0,0,.5); background: rgb(110,28,142); /* Old browsers */ background: -moz-linear-gradient(top, rgba(110,28,142,1) 0%, rgba(252,136,136,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,28,142,1)), color-stop(100%,rgba(252,136,136,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(110,28,142,1) 0%,rgba(252,136,136,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(110,28,142,1) 0%,rgba(252,136,136,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(110,28,142,1) 0%,rgba(252,136,136,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(110,28,142,1) 0%,rgba(252,136,136,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e1c8e', endColorstr='#fc8888',GradientType=0 ); /* IE6-9 */ } .site-wrapper-inner { } .cover-container { margin-right: auto; margin-left: auto; } /* Padding for spacing */ .inner { padding: 30px; margin-bottom: 50px; } .masthead{ position: relative !important; margin: 20px 0 20px 0; } /* * Header */ .masthead-brand { margin-top: 10px; margin-bottom: 10px; } .masthead-nav > li { display: inline-block; } .masthead-nav > li + li { margin-left: 20px; } .masthead-nav > li > a { padding-right: 0; padding-left: 0; font-size: 16px; font-weight: bold; color: #fff; /* IE8 proofing */ color: rgba(255,255,255,.75); border-bottom: 2px solid transparent; } .masthead-nav > li > a:hover, .masthead-nav > li > a:focus { background-color: transparent; border-bottom-color: #a9a9a9; border-bottom-color: rgba(255,255,255,.25); } .masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus { color: #fff; border-bottom-color: #fff; } @media (min-width: 768px) { .masthead-brand { float: left; } .masthead-nav { float: right; } } @media (min-width: 992px) { .masthead, .mastfoot, .cover-container { width: 700px; } } /* * Cover */ .cover { padding: 0 20px; } .cover .btn-lg { padding: 10px 20px; font-weight: bold; } /* * Footer */ .mastfoot { color: #999; /* IE8 proofing */ color: rgba(255,255,255,.5); } /* * Affix and center */ @media (min-width: 768px) { /* Pull out the header and footer */ .masthead { position: fixed; top: 0; } .mastfoot { position: fixed; bottom: 0; } /* Start the vertical centering */ .site-wrapper-inner { vertical-align: middle; } /* Handle the widths */ .masthead, .mastfoot, .cover-container { width: 100%; /* Must be percentage or pixels for horizontal alignment */ } } .logo{ } .nav-custom > li{ position: relative; margin-left: 15px; } .nav-custom > li > a{ background: rgba(255,255,255,0.75); border-right: 0; color: #333; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; width: 80%; } .nav-custom > li > a:after{ content: " "; display: block; width: 0; height: 0; border-top: 20px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 20px solid transparent; border-left: 20px solid rgba(255,255,255,0.75); position: absolute; top: 0; left: 100%; z-index: 2; } .nav-custom > li:hover> a{ background: rgba(0,209,102,0.75); margin-left: 15px; margin-right: -15px; color: #fff; border-left: 10px solid rgba(255,255,255,0.75); } .nav-custom > li:hover > a:after{ border-left-color: rgba(0,209,102,0.75) !important; } .active:after{ border-left-color: rgba(0,209,102,0.75) !important; } .active{ background: rgba(0,209,102,0.75) !important; color: #fff !important; } .section-box{ color: #333; background: rgba(255,255,255,0.9); border-radius: 12px; padding: 30px; margin: 0 15px; font-size: 15px; position: relative; } .heading-box{ position: relative; } .heading{ margin: 0; } .section-hr{ margin-top: 10px; border-top: 2px solid #333; } .comment{ margin-bottom: 20px; } .cmt-author{ margin: 0; font-weight: bold; color: rgba(0,166,81,1); } .view-more{ padding-bottom: 20px; } .view-more > button{ background: rgba(0,166,81,1); } .view-more > a > button, .btn-custom{ background: rgba(0,166,81,1); } .view-more >a > button:hover{ color: #fff; } .view-more > a{ text-decoration: none; } .img-gallery{ width: 200px; } .img-center{ display: block; margin: 0 auto; } .btn-custom{ position: absolute; right:0; top:0; } .btn-custom, .btn-custom:hover{ color: #fff; } .slider-custom{ padding-left: 20px; } .dropdown{ display: none; margin-left: 15px; list-style-type: disc; } .dropdown>li{ width: 80%; padding: 5px 10px; position: relative; } .dropdown>li>a{ width: 100%; } .dropdown>li:last-child{ margin-bottom: 5px; } .dropdown>li>a:hover{ text-decoration: none; } .dropdown>li:hover:after{ content: " "; display: block; width: 0; height: 0; border-top: 15px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 15px solid transparent; border-left: 15px solid rgba(0,209,102,0.75); position: absolute; top: 0; left: 100%; z-index: 2; } .dropdown>.bigger:hover:after{ border-top: 25px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 25px solid transparent; border-left: 25px solid rgba(0,209,102,0.75); } .dropdown>li:hover{ background: rgba(0,209,102,0.75); } .dropdown-active:hover > .dropdown{ display: block; } .semi-bold{ font-weight: 600; } .text-heading{ font-size: 16px; margin-left: 10px; margin-top: -5px; text-decoration: underline; } .text-price{ color: red; } .text-note{ width: 50%; margin: 15px auto; } .img-post{ display: block; width: 400px; margin: 10px auto; } .img-title{ display: block; font-style: italic; font-weight: 600; text-align: center; margin-bottom: 10px; }
thirdparty/vlfeat/doc/api/sift_8c.html
sjtrny/MatteKit
<!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"> <meta> <!-- Stylesheets --> <link href="../web.css" type="text/css" rel="stylesheet"></link> <link href="../pygmentize.css" type="text/css" rel="stylesheet"></link> <title>VLFeat - Documentation - C API</title> <!-- Scripts--> </meta> <!-- Body Start --> <body> <div id="header"> <!-- Google CSE Search Box Begins --> <form action="http://www.vlfeat.org/search.html" method="get" id="cse-search-box" enctype="application/x-www-form-urlencoded"> <div> <input type="hidden" name="cx" value="003215582122030917471:oq23albfeam"></input> <input type="hidden" name="cof" value="FORID:11"></input> <input type="hidden" name="ie" value="UTF-8"></input> <input type="text" name="q" size="31"></input> <input type="submit" name="sa" value="Search"></input> </div> </form> <script src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en" xml:space="preserve" type="text/javascript"></script> <!-- Google CSE Search Box Ends --> <h1><a shape="rect" href="../index.html" class="plain"><span id="vlfeat">VLFeat</span><span id="dotorg">.org</span></a></h1> </div> <div id="headbanner"> Documentation - C API </div> <div id="pagebody"> <div id="sidebar"> <!-- Navigation Start --> <ul> <li><a href="../index.html">Home</a> </li> <li><a href="../download.html">Download</a> </li> <li><a href="../doc.html">Documentation</a> <ul> <li><a href="../mdoc/mdoc.html">Matlab API</a> </li> <li><a href="index.html" class='active' >C API</a> </li> <li><a href="../man/man.html">Man pages</a> </li> </ul></li> <li><a href="../overview/tut.html">Tutorials</a> </li> <li><a href="../applications/apps.html">Applications</a> </li> </ul> </div> <!-- sidebar --> <div id="content"> <div class="doxygen"> <!-- Generated by Doxygen 1.7.2 --> <div class="navigation" id="top"> <div 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="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#define-members">Defines</a> &#124; <a href="#func-members">Functions</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <h1>sift.c File Reference</h1> </div> </div> <div class="contents"> <p>Scale Invariant Feature Transform (SIFT) - Definition. <a href="#_details">More...</a></p> <code>#include &quot;<a class="el" href="sift_8h.html">sift.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="imopv_8h.html">imopv.h</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="mathop_8h.html">mathop.h</a>&quot;</code><br/> <code>#include &lt;assert.h&gt;</code><br/> <code>#include &lt;stdlib.h&gt;</code><br/> <code>#include &lt;string.h&gt;</code><br/> <code>#include &lt;math.h&gt;</code><br/> <code>#include &lt;stdio.h&gt;</code><br/> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="define-members"></a> Defines</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3292b2feb6b1aba4f34ba037f15bc2d0"></a><!-- doxytag: member="sift.c::VL_SIFT_BILINEAR_ORIENTATIONS" ref="a3292b2feb6b1aba4f34ba037f15bc2d0" args="" --> #define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a3292b2feb6b1aba4f34ba037f15bc2d0">VL_SIFT_BILINEAR_ORIENTATIONS</a>&#160;&#160;&#160;1</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Use bilinear interpolation to compute orientations. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a98146d82a06b921641fa84448c41343d">EXPN_SZ</a>&#160;&#160;&#160;256</td></tr> <tr><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a4b559178f5db3bdf1ae9b89b58a703da">EXPN_MAX</a>&#160;&#160;&#160;25.0</td></tr> <tr><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#af6d47c007c0b124e219efeccd80d9888">fast_expn</a> (double x)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Fast <img class="formulaInl" alt="$exp(-x)$" src="form_311.png"/> approximation. <a href="#af6d47c007c0b124e219efeccd80d9888"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1ba399b1016b22b00d36111f94a414c4"></a><!-- doxytag: member="sift.c::fast_expn_init" ref="a1ba399b1016b22b00d36111f94a414c4" args="()" --> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a1ba399b1016b22b00d36111f94a414c4">fast_expn_init</a> ()</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize tables for <a class="el" href="sift_8c.html#af6d47c007c0b124e219efeccd80d9888" title="Fast approximation.">fast_expn</a>. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#aeb42c89bf4510234d60ba3eef7010c29">copy_and_upsample_rows</a> (<a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *dst, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *src, int width, int height)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy image, upsample rows and take transpose. <a href="#aeb42c89bf4510234d60ba3eef7010c29"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#aa3b643d6efaaeebb3107ecb11d398e8a">_vl_sift_smooth</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *self, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *outputImage, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *tempImage, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *inputImage, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> width, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> height, double sigma)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Smooth an image. <a href="#aa3b643d6efaaeebb3107ecb11d398e8a"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a457daa5f995f4b946c1a44a45e7702bb">copy_and_downsample</a> (<a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *dst, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *src, int width, int height, int d)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy and downsample an image. <a href="#a457daa5f995f4b946c1a44a45e7702bb"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#adff66a155e30ed412bc8bbb97dfa2fae">vl_sift_new</a> (int width, int height, int noctaves, int nlevels, int o_min)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new SIFT filter. <a href="#adff66a155e30ed412bc8bbb97dfa2fae"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#ab242293326626641411e7d7f43a109b2">vl_sift_delete</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Delete SIFT filter. <a href="#ab242293326626641411e7d7f43a109b2"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a97cca9a09efaadc9dd0671912b9d5e05">vl_sift_process_first_octave</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *im)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Start processing a new image. <a href="#a97cca9a09efaadc9dd0671912b9d5e05"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a610cab1a3bf7d38e389afda9037f14da">vl_sift_process_next_octave</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Process next octave. <a href="#a610cab1a3bf7d38e389afda9037f14da"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a65c55820964f4f6609ca9ef1d547b2c4">vl_sift_detect</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Detect keypoints. <a href="#a65c55820964f4f6609ca9ef1d547b2c4"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#ace1fba61b0cc6ad7b1b0f9a07eabdf87">update_gradient</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Update gradients to current GSS octave. <a href="#ace1fba61b0cc6ad7b1b0f9a07eabdf87"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a2e409d464f81582dc3e839bf0fece66e">vl_sift_calc_keypoint_orientations</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f, double angles[4], <a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> const *k)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculate the keypoint orientation(s) <a href="#a2e409d464f81582dc3e839bf0fece66e"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a8cde1754325194d2bcfb08474b4b573a">normalize_histogram</a> (<a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *begin, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *end)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Normalizes in norm L_2 a descriptor. <a href="#a8cde1754325194d2bcfb08474b4b573a"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a335f3295ba77b3bb937e5272fe1a02fc">vl_sift_calc_raw_descriptor</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> const *f, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *grad, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *descr, int width, int height, double x, double y, double sigma, double angle0)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Run the SIFT descriptor on raw data. <a href="#a335f3295ba77b3bb937e5272fe1a02fc"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a85f3878a53ef7151b569c1b3ea4d13b6">vl_sift_calc_keypoint_descriptor</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *f, <a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *descr, <a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> const *k, double angle0)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute the descriptor of a keypoint. <a href="#a85f3878a53ef7151b569c1b3ea4d13b6"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a6f3fc8e38b6c0c520cb90b1a63ddc031">vl_sift_keypoint_init</a> (<a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> const *f, <a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> *k, double x, double y, double sigma)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize a keypoint from its position and scale. <a href="#a6f3fc8e38b6c0c520cb90b1a63ddc031"></a><br/></td></tr> <tr><td colspan="2"><h2><a name="var-members"></a> Variables</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sift_8c.html#a6bfe7ecf9f4b9125e9613e90e4dc8971">expn_tab</a> [EXPN_SZ+1]</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <dl class="author"><dt><b>Author:</b></dt><dd>Andrea Vedaldi </dd></dl> <hr/><h2>Define Documentation</h2> <a class="anchor" id="a4b559178f5db3bdf1ae9b89b58a703da"></a><!-- doxytag: member="sift.c::EXPN_MAX" ref="a4b559178f5db3bdf1ae9b89b58a703da" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define EXPN_MAX&#160;&#160;&#160;25.0</td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="sift_8c.html#af6d47c007c0b124e219efeccd80d9888" title="Fast approximation.">fast_expn</a> table max </p> </div> </div> <a class="anchor" id="a98146d82a06b921641fa84448c41343d"></a><!-- doxytag: member="sift.c::EXPN_SZ" ref="a98146d82a06b921641fa84448c41343d" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define EXPN_SZ&#160;&#160;&#160;256</td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="sift_8c.html#af6d47c007c0b124e219efeccd80d9888" title="Fast approximation.">fast_expn</a> table size </p> </div> </div> <hr/><h2>Function Documentation</h2> <a class="anchor" id="aa3b643d6efaaeebb3107ecb11d398e8a"></a><!-- doxytag: member="sift.c::_vl_sift_smooth" ref="aa3b643d6efaaeebb3107ecb11d398e8a" args="(VlSiftFilt *self, vl_sift_pix *outputImage, vl_sift_pix *tempImage, vl_sift_pix const *inputImage, vl_size width, vl_size height, double sigma)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void _vl_sift_smooth </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>self</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>outputImage</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>tempImage</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *&#160;</td> <td class="paramname"> <em>inputImage</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>height</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>sigma</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">self</td><td>SIFT filter. </td></tr> <tr><td class="paramname">outputImage</td><td>output imgae buffer. </td></tr> <tr><td class="paramname">tempImage</td><td>temporary image buffer. </td></tr> <tr><td class="paramname">inputImage</td><td>input image buffer. </td></tr> <tr><td class="paramname">width</td><td>input image width. </td></tr> <tr><td class="paramname">height</td><td>input image height. </td></tr> <tr><td class="paramname">sigma</td><td>smoothing. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a457daa5f995f4b946c1a44a45e7702bb"></a><!-- doxytag: member="sift.c::copy_and_downsample" ref="a457daa5f995f4b946c1a44a45e7702bb" args="(vl_sift_pix *dst, vl_sift_pix const *src, int width, int height, int d)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void copy_and_downsample </td> <td>(</td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>dst</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *&#160;</td> <td class="paramname"> <em>src</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>height</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>d</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">dst</td><td>output imgae buffer. </td></tr> <tr><td class="paramname">src</td><td>input image buffer. </td></tr> <tr><td class="paramname">width</td><td>input image width. </td></tr> <tr><td class="paramname">height</td><td>input image height. </td></tr> <tr><td class="paramname">d</td><td>octaves (non negative).</td></tr> </table> </dd> </dl> <p>The function downsamples the image <em>d</em> times, reducing it to <code>1/2^d</code> of its original size. The parameters <em>width</em> and <em>height</em> are the size of the input image. The destination image <em>dst</em> is assumed to be <code>floor(width/2^d)</code> pixels wide and <code>floor(height/2^d)</code> pixels high. </p> </div> </div> <a class="anchor" id="aeb42c89bf4510234d60ba3eef7010c29"></a><!-- doxytag: member="sift.c::copy_and_upsample_rows" ref="aeb42c89bf4510234d60ba3eef7010c29" args="(vl_sift_pix *dst, vl_sift_pix const *src, int width, int height)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void copy_and_upsample_rows </td> <td>(</td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>dst</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *&#160;</td> <td class="paramname"> <em>src</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>height</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">dst</td><td>output image buffer. </td></tr> <tr><td class="paramname">src</td><td>input image buffer. </td></tr> <tr><td class="paramname">width</td><td>input image width. </td></tr> <tr><td class="paramname">height</td><td>input image height.</td></tr> </table> </dd> </dl> <p>The output image has dimensions <em>height</em> by 2 <em>width</em> (so the destination buffer must be at least as big as two times the input buffer).</p> <p>Upsampling is performed by linear interpolation. </p> </div> </div> <a class="anchor" id="af6d47c007c0b124e219efeccd80d9888"></a><!-- doxytag: member="sift.c::fast_expn" ref="af6d47c007c0b124e219efeccd80d9888" args="(double x)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double fast_expn </td> <td>(</td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>x</em>&#160;)</td> <td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">x</td><td>argument.</td></tr> </table> </dd> </dl> <p>The argument must be in the range [0, <a class="el" href="sift_8c.html#a4b559178f5db3bdf1ae9b89b58a703da">EXPN_MAX</a>] .</p> <dl class="return"><dt><b>Returns:</b></dt><dd>approximation of <img class="formulaInl" alt="$exp(-x)$" src="form_311.png"/>. </dd></dl> </div> </div> <a class="anchor" id="a8cde1754325194d2bcfb08474b4b573a"></a><!-- doxytag: member="sift.c::normalize_histogram" ref="a8cde1754325194d2bcfb08474b4b573a" args="(vl_sift_pix *begin, vl_sift_pix *end)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> normalize_histogram </td> <td>(</td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>begin</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>end</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">begin</td><td>begin of histogram. </td></tr> <tr><td class="paramname">end</td><td>end of histogram. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ace1fba61b0cc6ad7b1b0f9a07eabdf87"></a><!-- doxytag: member="sift.c::update_gradient" ref="ace1fba61b0cc6ad7b1b0f9a07eabdf87" args="(VlSiftFilt *f)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static void update_gradient </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>&#160;)</td> <td><code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter.</td></tr> </table> </dd> </dl> <p>The function makes sure that the gradient buffer is up-to-date with the current GSS data.</p> <dl class="remark"><dt><b>Remarks:</b></dt><dd>The minimum octave size is 2x2xS. </dd></dl> </div> </div> <a class="anchor" id="a85f3878a53ef7151b569c1b3ea4d13b6"></a><!-- doxytag: member="sift.c::vl_sift_calc_keypoint_descriptor" ref="a85f3878a53ef7151b569c1b3ea4d13b6" args="(VlSiftFilt *f, vl_sift_pix *descr, VlSiftKeypoint const *k, double angle0)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vl_sift_calc_keypoint_descriptor </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>descr</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> const *&#160;</td> <td class="paramname"> <em>k</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>angle0</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> <tr><td class="paramname">descr</td><td>SIFT descriptor (output) </td></tr> <tr><td class="paramname">k</td><td>keypoint. </td></tr> <tr><td class="paramname">angle0</td><td>keypoint direction.</td></tr> </table> </dd> </dl> <p>The function computes the SIFT descriptor of the keypoint <em>k</em> of orientation <em>angle0</em>. The function fills the buffer <em>descr</em> which must be large enough to hold the descriptor.</p> <p>The function assumes that the keypoint is on the current octave. If not, it does not do anything. </p> </div> </div> <a class="anchor" id="a2e409d464f81582dc3e839bf0fece66e"></a><!-- doxytag: member="sift.c::vl_sift_calc_keypoint_orientations" ref="a2e409d464f81582dc3e839bf0fece66e" args="(VlSiftFilt *f, double angles[4], VlSiftKeypoint const *k)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int vl_sift_calc_keypoint_orientations </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>angles</em>[4], </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> const *&#160;</td> <td class="paramname"> <em>k</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> <tr><td class="paramname">angles</td><td>orientations (output). </td></tr> <tr><td class="paramname">k</td><td>keypoint.</td></tr> </table> </dd> </dl> <p>The function computes the orientation(s) of the keypoint <em>k</em>. The function returns the number of orientations found (up to four). The orientations themselves are written to the vector <em>angles</em>.</p> <dl class="remark"><dt><b>Remarks:</b></dt><dd>The function requires the keypoint octave <em>k-&gt;o</em> to be equal to the filter current octave <a class="el" href="sift_8h.html#a400759060e87dc7a6264555b90b0a221" title="Get current octave data.">vl_sift_get_octave</a>. If this is not the case, the function returns zero orientations.</dd> <dd> The function requires the keypoint scale level <code>k-&gt;s</code> to be in the range <code>s_min+1</code> and <code>s_max-2</code> (where usually <code>s_min=0</code> and <code>s_max=S+2</code>). If this is not the case, the function returns zero orientations.</dd></dl> <dl class="return"><dt><b>Returns:</b></dt><dd>number of orientations found. </dd></dl> </div> </div> <a class="anchor" id="a335f3295ba77b3bb937e5272fe1a02fc"></a><!-- doxytag: member="sift.c::vl_sift_calc_raw_descriptor" ref="a335f3295ba77b3bb937e5272fe1a02fc" args="(VlSiftFilt const *f, vl_sift_pix const *grad, vl_sift_pix *descr, int width, int height, double x, double y, double sigma, double angle0)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vl_sift_calc_raw_descriptor </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> const *&#160;</td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *&#160;</td> <td class="paramname"> <em>grad</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> *&#160;</td> <td class="paramname"> <em>descr</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>height</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>y</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>sigma</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>angle0</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> <tr><td class="paramname">grad</td><td>image gradients. </td></tr> <tr><td class="paramname">descr</td><td>SIFT descriptor (output). </td></tr> <tr><td class="paramname">width</td><td>image width. </td></tr> <tr><td class="paramname">height</td><td>image height. </td></tr> <tr><td class="paramname">x</td><td>keypoint x coordinate. </td></tr> <tr><td class="paramname">y</td><td>keypoint y coordinate. </td></tr> <tr><td class="paramname">sigma</td><td>keypoint scale. </td></tr> <tr><td class="paramname">angle0</td><td>keypoint orientation.</td></tr> </table> </dd> </dl> <p>The function runs the SIFT descriptor on raw data. Here <em>image</em> is a 2 x <em>width</em> x <em>height</em> array (by convention, the memory layout is a s such the first index is the fastest varying one). The first <em>width</em> x <em>height</em> layer of the array contains the gradient magnitude and the second the gradient angle (in radians, between 0 and <img class="formulaInl" alt="$ 2\pi $" src="form_312.png"/>). <em>x</em>, <em>y</em> and <em>sigma</em> give the keypoint center and scale respectively.</p> <p>In order to be equivalent to a standard SIFT descriptor the image gradient must be computed at a smoothing level equal to the scale of the keypoint. In practice, the actual SIFT algorithm makes the following additional approximation, which influence the result:</p> <ul> <li>Scale is discretized in <code>S</code> levels.</li> <li>The image is downsampled once for each octave (if you do this, the parameters <em>x</em>, <em>y</em> and <em>sigma</em> must be scaled too). </li> </ul> </div> </div> <a class="anchor" id="ab242293326626641411e7d7f43a109b2"></a><!-- doxytag: member="sift.c::vl_sift_delete" ref="ab242293326626641411e7d7f43a109b2" args="(VlSiftFilt *f)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vl_sift_delete </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>&#160;)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter to delete.</td></tr> </table> </dd> </dl> <p>The function frees the resources allocated by <a class="el" href="sift_8c.html#adff66a155e30ed412bc8bbb97dfa2fae" title="Create a new SIFT filter.">vl_sift_new()</a>. </p> </div> </div> <a class="anchor" id="a65c55820964f4f6609ca9ef1d547b2c4"></a><!-- doxytag: member="sift.c::vl_sift_detect" ref="a65c55820964f4f6609ca9ef1d547b2c4" args="(VlSiftFilt *f)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vl_sift_detect </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>&#160;)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>The function detect keypoints in the current octave filling the internal keypoint buffer. Keypoints can be retrieved by <a class="el" href="sift_8h.html#a8d7878f102c5e09b2df06b3662ed9c6a" title="Get keypoints.">vl_sift_get_keypoints()</a>.</p> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> </table> </dd> </dl> <p><p>Index GSS</p> <p>Index matrix A </p> </p> </div> </div> <a class="anchor" id="a6f3fc8e38b6c0c520cb90b1a63ddc031"></a><!-- doxytag: member="sift.c::vl_sift_keypoint_init" ref="a6f3fc8e38b6c0c520cb90b1a63ddc031" args="(VlSiftFilt const *f, VlSiftKeypoint *k, double x, double y, double sigma)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void vl_sift_keypoint_init </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> const *&#160;</td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structVlSiftKeypoint.html">VlSiftKeypoint</a> *&#160;</td> <td class="paramname"> <em>k</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>y</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">double&#160;</td> <td class="paramname"> <em>sigma</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> <tr><td class="paramname">k</td><td>SIFT keypoint (output). </td></tr> <tr><td class="paramname">x</td><td>x coordinate of the keypoint center. </td></tr> <tr><td class="paramname">y</td><td>y coordinate of the keypoint center. </td></tr> <tr><td class="paramname">sigma</td><td>keypoint scale.</td></tr> </table> </dd> </dl> <p>The function initializes a keypoint structure <em>k</em> from the location <em>x</em> and <em>y</em> and the scale <em>sigma</em> of the keypoint. The keypoint structure maps the keypoint to an octave and scale level of the discretized Gaussian scale space, which is required for instance to compute the keypoint SIFT descriptor.</p> <dl class="user"><dt><b>Algorithm</b></dt><dd></dd></dl> <p>The formula linking the keypoint scale sigma to the octave and scale indexes is</p> <p class="formulaDsp"> <img class="formulaDsp" alt="\[ \sigma(o,s) = \sigma_0 2^{o+s/S} \]" src="form_313.png"/> </p> <p>In addition to the scale index <em>s</em> (which can be fractional due to scale interpolation) a keypoint has an integer scale index <em>is</em> too (which is the index of the scale level where it was detected in the DoG scale space). We have the constraints (<a class="el" href="sift_8h.html#sift-tech-detector">Detector</a> see also the "SIFT detector"):</p> <ul> <li><em>o</em> is integer in the range <img class="formulaInl" alt="$ [o_\mathrm{min}, o_{\mathrm{min}}+O-1] $" src="form_314.png"/>.</li> <li><em>is</em> is integer in the range <img class="formulaInl" alt="$ [s_\mathrm{min}+1, s_\mathrm{max}-2] $" src="form_315.png"/>. This depends on how the scale is determined during detection, and must be so here because gradients are computed only for this range of scale levels and are required for the calculation of the SIFT descriptor.</li> <li><img class="formulaInl" alt="$ |s - is| < 0.5 $" src="form_316.png"/> for detected keypoints in most cases due to the interpolation technique used during detection. However this is not necessary.</li> </ul> <p>Thus octave o represents scales <img class="formulaInl" alt="$ \{ \sigma(o, s) : s \in [s_\mathrm{min}+1-.5, s_\mathrm{max}-2+.5] \} $" src="form_317.png"/>. Note that some scales may be represented more than once. For each scale, we select the largest possible octave that contains it, i.e.</p> <p class="formulaDsp"> <img class="formulaDsp" alt="\[ o(\sigma) = \max \{ o \in \mathbb{Z} : \sigma_0 2^{\frac{s_\mathrm{min}+1-.5}{S}} \leq \sigma \} = \mathrm{floor}\,\left[ \log_2(\sigma / \sigma_0) - \frac{s_\mathrm{min}+1-.5}{S}\right] \]" src="form_318.png"/> </p> <p>and then</p> <p class="formulaDsp"> <img class="formulaDsp" alt="\[ s(\sigma) = S \left[\log_2(\sigma / \sigma_0) - o(\sigma)\right], \quad is(\sigma) = \mathrm{round}\,(s(\sigma)) \]" src="form_319.png"/> </p> <p>In practice, both <img class="formulaInl" alt="$ o(\sigma) $" src="form_320.png"/> and <img class="formulaInl" alt="$ is(\sigma) $" src="form_321.png"/> are clamped to their feasible range as determined by the SIFT filter parameters. </p> </div> </div> <a class="anchor" id="adff66a155e30ed412bc8bbb97dfa2fae"></a><!-- doxytag: member="sift.c::vl_sift_new" ref="adff66a155e30ed412bc8bbb97dfa2fae" args="(int width, int height, int noctaves, int nlevels, int o_min)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a>* vl_sift_new </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>width</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>height</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>noctaves</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>nlevels</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>o_min</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">width</td><td>image width. </td></tr> <tr><td class="paramname">height</td><td>image height. </td></tr> <tr><td class="paramname">noctaves</td><td>number of octaves. </td></tr> <tr><td class="paramname">nlevels</td><td>number of levels per octave. </td></tr> <tr><td class="paramname">o_min</td><td>first octave index.</td></tr> </table> </dd> </dl> <p>The function allocates and returns a new SIFT filter for the specified image and scale space geometry.</p> <p>Setting <em>O</em> to a negative value sets the number of octaves to the maximum possible value depending on the size of the image.</p> <dl class="return"><dt><b>Returns:</b></dt><dd>the new SIFT filter. </dd></dl> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="sift_8c.html#ab242293326626641411e7d7f43a109b2" title="Delete SIFT filter.">vl_sift_delete()</a>. </dd></dl> </div> </div> <a class="anchor" id="a97cca9a09efaadc9dd0671912b9d5e05"></a><!-- doxytag: member="sift.c::vl_sift_process_first_octave" ref="a97cca9a09efaadc9dd0671912b9d5e05" args="(VlSiftFilt *f, vl_sift_pix const *im)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int vl_sift_process_first_octave </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="sift_8h.html#a7efac4fb08e4642f12ef439ac376a5cc">vl_sift_pix</a> const *&#160;</td> <td class="paramname"> <em>im</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter. </td></tr> <tr><td class="paramname">im</td><td>image data.</td></tr> </table> </dd> </dl> <p>The function starts processing a new image by computing its Gaussian scale space at the lower octave. It also empties the internal keypoint buffer.</p> <dl class="return"><dt><b>Returns:</b></dt><dd>error code. The function returns <a class="el" href="generic_8h.html#a67cc69e40d7af2aec137b36e53422982">VL_ERR_EOF</a> if there are no more octaves to process.</dd></dl> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="sift_8c.html#a610cab1a3bf7d38e389afda9037f14da" title="Process next octave.">vl_sift_process_next_octave()</a>. </dd></dl> </div> </div> <a class="anchor" id="a610cab1a3bf7d38e389afda9037f14da"></a><!-- doxytag: member="sift.c::vl_sift_process_next_octave" ref="a610cab1a3bf7d38e389afda9037f14da" args="(VlSiftFilt *f)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int vl_sift_process_next_octave </td> <td>(</td> <td class="paramtype"><a class="el" href="structVlSiftFilt.html">VlSiftFilt</a> *&#160;</td> <td class="paramname"> <em>f</em>&#160;)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">f</td><td>SIFT filter.</td></tr> </table> </dd> </dl> <p>The function computes the next octave of the Gaussian scale space. Notice that this clears the record of any feature detected in the previous octave.</p> <dl class="return"><dt><b>Returns:</b></dt><dd>error code. The function returns the error <a class="el" href="generic_8h.html#a67cc69e40d7af2aec137b36e53422982">VL_ERR_EOF</a> when there are no more octaves to process.</dd></dl> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="sift_8c.html#a97cca9a09efaadc9dd0671912b9d5e05" title="Start processing a new image.">vl_sift_process_first_octave()</a>. </dd></dl> </div> </div> <hr/><h2>Variable Documentation</h2> <a class="anchor" id="a6bfe7ecf9f4b9125e9613e90e4dc8971"></a><!-- doxytag: member="sift.c::expn_tab" ref="a6bfe7ecf9f4b9125e9613e90e4dc8971" args="[EXPN_SZ+1]" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double <a class="el" href="sift_8c.html#a6bfe7ecf9f4b9125e9613e90e4dc8971">expn_tab</a>[EXPN_SZ+1]</td> </tr> </table> </div> <div class="memdoc"> <p><a class="el" href="sift_8c.html#af6d47c007c0b124e219efeccd80d9888" title="Fast approximation.">fast_expn</a> table </p> </div> </div> </div> <!-- Doc Here --> </div> </div> <div class="clear">&nbsp;</div> </div> <!-- pagebody --> <div id="footer"> &copy; 2005-11 Andrea Vedaldi and Brian Fulkerson </div> <!-- footer --> <!-- Google Analytics Begins --> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); } //]]> </script> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { try { var pageTracker = _gat._getTracker("UA-4936091-2"); pageTracker._trackPageview(); } catch(err) {} } //]]> </script> <!-- Google Analytics Ends --> </body> </html>
SASS-Homework/problem-2-galery/index.html
dany-telerik-academy/SASS-and-LESS
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Problem 2 - Image Galery</title> <link href="styles.css" rel="stylesheet" /> <meta charset="utf-8"> </head> <body> <div class="gallerycontainer"> <a class="thumbnail" tabindex="1"><img src="media/tree_thumb.jpg" width="100" height="66" /><span><img src="media/tree.jpg" /><br />Simply beautiful.</span></a> <a class="thumbnail" tabindex="1"><img src="media/ocean_thumb.jpg" width="100" height="66" /><span><img src="media/ocean.jpg" /><br />So real, it's unreal. Or is it?</span></a> <a class="thumbnail" tabindex="1"><img src="media/sushi2_thumb.jpg" width="100" height="75" /><span><img src="media/sushi2.jpg" /><br />Sushi for dinner anyone?</span></a> <a class="thumbnail" tabindex="1"><img src="media/horses_thumb.jpg" width="100" height="70" /><span><img src="media/horses.jpg" /><br />Run wild with horses.</span></a> </div> </body> </html>
all-data/18000-18999/18413-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">耳熱眼跳</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄦ<sup class="subfont">ˇ</sup> ㄖㄜ<sup class="subfont">ˋ</sup> |ㄢ<sup class="subfont">ˇ</sup> ㄊ|ㄠ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">ěr rè yǎn tiào</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">耳朵潮熱,眼皮跳動。民間的說法為背後有人咒罵或不吉之兆。元˙曾瑞˙留鞋記˙第二折:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>不知今夜怎生這等耳熱眼跳也,敢是母親行有些嗔責。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>清平山堂話本˙刎頸鴛鴦會:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>兩個正飲間,秉中自覺耳熱眼跳,心驚肉戰。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>或作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>眼跳耳熱<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.2/mathcomp-algebra/1.14.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-algebra: 4 m 37 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / mathcomp-algebra - 1.14.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-algebra <small> 1.14.0 <span class="label label-success">4 m 37 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-23 23:46:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-23 23:46:31 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.2 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; 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/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-fingroup&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.algebra&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 Algebra&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about discrete (i.e. with decidable equality) algebraic structures : ring, fields, ordered fields, real fields, modules, algebras, integers, rational numbers, polynomials, matrices, vector spaces... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz&quot; checksum: &quot;sha256=d259cc95a2f8f74c6aa5f3883858c9b79c6e87f769bde9a415115fa4876ebb31&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-algebra.1.14.0 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-algebra.1.14.0 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 30 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-algebra.1.14.0 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 37 s</dd> </dl> <h2>Installation size</h2> <p>Total: 25 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrnum.glob</code></li> <li>2 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/matrix.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/matrix.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssralg.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxalgebra.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssralg.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrnum.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polydiv.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxalgebra.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polydiv.vo</code></li> <li>979 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.vo</code></li> <li>852 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/poly.glob</code></li> <li>768 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.glob</code></li> <li>764 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/poly.vo</code></li> <li>717 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrint.glob</code></li> <li>660 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/interval.vo</code></li> <li>656 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/vector.vo</code></li> <li>571 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/vector.glob</code></li> <li>457 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/intdiv.vo</code></li> <li>456 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/interval.glob</code></li> <li>449 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/intdiv.glob</code></li> <li>426 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrint.vo</code></li> <li>392 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/rat.glob</code></li> <li>341 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/rat.vo</code></li> <li>273 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/finalg.vo</code></li> <li>251 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssralg.v</code></li> <li>229 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/fraction.glob</code></li> <li>213 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/finalg.glob</code></li> <li>205 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ring_quotient.vo</code></li> <li>198 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrnum.v</code></li> <li>173 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/matrix.v</code></li> <li>166 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polyXY.vo</code></li> <li>152 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polyXY.glob</code></li> <li>131 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/fraction.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxalgebra.v</code></li> <li>121 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polydiv.v</code></li> <li>114 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ring_quotient.glob</code></li> <li>114 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/countalg.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/poly.v</code></li> <li>92 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/countalg.glob</code></li> <li>84 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/zmodp.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/vector.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/zmodp.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/finalg.v</code></li> <li>57 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ssrint.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/intdiv.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/interval.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/rat.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/countalg.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/ring_quotient.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/all_algebra.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/polyXY.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/zmodp.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/fraction.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/all_algebra.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/mathcomp/algebra/all_algebra.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-algebra.1.14.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>
Documents/Constants/ESTBeaconMotionState.html
smashingpks/iOS-SDK
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>ESTBeaconMotionState Constants Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" /> <meta name="generator" content="appledoc 2.2 (build 963)" /> </head> <body> <header id="top_header"> <div id="library" class="hideInXcode"> <h1><a id="libraryTitle" href="../index.html">EstimoteSDK </a></h1> <a id="developerHome" href="../index.html">Estimote</a> </div> <div id="title" role="banner"> <h1 class="hideInXcode">ESTBeaconMotionState Constants Reference</h1> </div> <ul id="headerButtons" role="toolbar"> <li id="toc_button"> <button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button> </li> <li id="jumpto_button" role="navigation"> <select id="jumpTo"> <option value="top">Jump To&#133;</option> </select> </li> </ul> </header> <nav id="tocContainer" class="isShowingTOC"> <ul id="toc" role="tree"> </ul> </nav> <article> <div id="contents" class="isShowingTOC" role="main"> <a title="ESTBeaconMotionState Constants Reference" name="top"></a> <div class="main-navigation navigation-top"> <ul> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> </ul> </div> <div id="header"> <div class="section-header"> <h1 class="title title-header">ESTBeaconMotionState Constants Reference</h1> </div> </div> <div id="container"> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <td class="specification-title">Declared in</td> <td class="specification-value">ESTBeaconDefinitions.h</td> </tr> </tbody></table></div> <h3 class="subsubtitle method-title">ESTBeaconMotionState</h3> <div class="section"> <!-- display enum values --> <h4 class="method-subtitle">Definition</h4> <code>typedef NS_ENUM(NSInteger, ESTBeaconMotionState ) {<br/> &nbsp;&nbsp; <a href="">ESTBeaconMotionStateUnknown</a>,<br/> &nbsp;&nbsp; <a href="">ESTBeaconMotionStateUnsupported</a>,<br/> &nbsp;&nbsp; <a href="">ESTBeaconMotionStateMoving</a>,<br/> &nbsp;&nbsp; <a href="">ESTBeaconMotionStateNotMoving</a>,<br/> };</code> </div> <div class="section section-methods"> <h4 class="method-subtitle">Constants</h4> <dl class="termdef"> <dt><a name="" title="ESTBeaconMotionStateUnknown"></a><code>ESTBeaconMotionStateUnknown</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTBeaconDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTBeaconMotionStateUnsupported"></a><code>ESTBeaconMotionStateUnsupported</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTBeaconDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTBeaconMotionStateMoving"></a><code>ESTBeaconMotionStateMoving</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTBeaconDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTBeaconMotionStateNotMoving"></a><code>ESTBeaconMotionStateNotMoving</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTBeaconDefinitions.h</code>. </p> </dd> </dl> </div> </div> <div class="main-navigation navigation-bottom"> <ul> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> </ul> </div> <div id="footer"> <hr /> <div class="footer-copyright"> <p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-10-29)</span><br /> <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p> </div> </div> </div> </article> <script type="text/javascript"> function jumpToChange() { window.location.hash = this.options[this.selectedIndex].value; } function toggleTOC() { var contents = document.getElementById('contents'); var tocContainer = document.getElementById('tocContainer'); if (this.getAttribute('class') == 'open') { this.setAttribute('class', ''); contents.setAttribute('class', ''); tocContainer.setAttribute('class', ''); window.name = "hideTOC"; } else { this.setAttribute('class', 'open'); contents.setAttribute('class', 'isShowingTOC'); tocContainer.setAttribute('class', 'isShowingTOC'); window.name = ""; } return false; } function toggleTOCEntryChildren(e) { e.stopPropagation(); var currentClass = this.getAttribute('class'); if (currentClass == 'children') { this.setAttribute('class', 'children open'); } else if (currentClass == 'children open') { this.setAttribute('class', 'children'); } return false; } function tocEntryClick(e) { e.stopPropagation(); return true; } function init() { var selectElement = document.getElementById('jumpTo'); selectElement.addEventListener('change', jumpToChange, false); var tocButton = document.getElementById('table_of_contents'); tocButton.addEventListener('click', toggleTOC, false); var taskTreeItem = document.getElementById('task_treeitem'); if (taskTreeItem.getElementsByTagName('li').length > 0) { taskTreeItem.setAttribute('class', 'children'); taskTreeItem.firstChild.setAttribute('class', 'disclosure'); } var tocList = document.getElementById('toc'); var tocEntries = tocList.getElementsByTagName('li'); for (var i = 0; i < tocEntries.length; i++) { tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false); } var tocLinks = tocList.getElementsByTagName('a'); for (var i = 0; i < tocLinks.length; i++) { tocLinks[i].addEventListener('click', tocEntryClick, false); } if (window.name == "hideTOC") { toggleTOC.call(tocButton); } } window.onload = init; // If showing in Xcode, hide the TOC and Header if (navigator.userAgent.match(/xcode/i)) { document.getElementById("contents").className = "hideInXcode" document.getElementById("tocContainer").className = "hideInXcode" document.getElementById("top_header").className = "hideInXcode" } </script> </body> </html>
public/app/sites/site.tpl.html
klamping/regret.css
<h2>{{site.name}}</h2> <p><strong>Main URL</strong>: {{site.url}}</p> <ul> <li ng-repeat="page in site.pages" style="list-style:none;"> <h3>{{page.name}} <small>({{site.url}}{{page.path}})</small></h3> <p> <button ng-click="capture(page)" class="pure-button pure-button-primary">Capture Page</button> <button ng-click="viewCaptures($index)" class="pure-button pure-button-secondary">Load Captures</button> </p> <div class="pure-menu pure-menu-open pure-menu-horizontal page-captures" ng-if="page.captures"> <ul> <li class="page-capture" ng-repeat="capture in page.captures | orderBy:'timestamp':true" ng-class="{accepted: capture.accepted}" id="capture-{{capture.id}}"> <h4>{{capture.timestamp | date:'short'}}</h4> <a href="{{capture.image}}" class="capture-image"><img src="{{capture.image}}" alt="Capture of page on {{capture.timestamp | date:'short'}}" width="256" height="192" /></a> <p ng-if="!capture.accepted"> <button ng-click="accept(capture);capture.accepted = true;" class="pure-button pure-button-primary">Accept</button> <button ng-click="diff(capture)" class="pure-button pure-button-secondary">Diff w/Baseline</button> </p> </li> </ul> </div> </li> </ul> <button ng-click="delete()" class="pure-button button-error">Delete Site</button>
harpy3/doc/api/classes/ActionController/RequestForgeryProtection/ProtectionMethods/ResetSession.html
billwen/netopt
<?xml version="1.0" encoding="utf-8"?> <!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" xml:lang="en" lang="en"> <head> <title>ActionController::RequestForgeryProtection::ProtectionMethods::ResetSession</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.0.2</span><br /> <h1> <span class="type">Class</span> ActionController::RequestForgeryProtection::ProtectionMethods::ResetSession <span class="parent">&lt; <a href="../../../Object.html">Object</a> </span> </h1> <ul class="files"> <li><a href="../../../../files/__/__/__/__/usr/local/lib/ruby/gems/2_1_0/gems/actionpack-4_0_2/lib/action_controller/metal/request_forgery_protection_rb.html">/usr/local/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/request_forgery_protection.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>H</dt> <dd> <ul> <li> <a href="#method-i-handle_unverified_request">handle_unverified_request</a> </li> </ul> </dd> <dt>N</dt> <dd> <ul> <li> <a href="#method-c-new">new</a> </li> </ul> </dd> </dl> <!-- Methods --> <div class="sectiontitle">Class Public methods</div> <div class="method"> <div class="title method-title" id="method-c-new"> <b>new</b>(controller) <a href="../../../../classes/ActionController/RequestForgeryProtection/ProtectionMethods/ResetSession.html#method-c-new" name="method-c-new" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a> </p> <div id="method-c-new_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../usr/local/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/request_forgery_protection.rb, line 148</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">controller</span>) <span class="ruby-ivar">@controller</span> = <span class="ruby-identifier">controller</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-handle_unverified_request"> <b>handle_unverified_request</b>() <a href="../../../../classes/ActionController/RequestForgeryProtection/ProtectionMethods/ResetSession.html#method-i-handle_unverified_request" name="method-i-handle_unverified_request" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-handle_unverified_request_source')" id="l_method-i-handle_unverified_request_source">show</a> </p> <div id="method-i-handle_unverified_request_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../../../usr/local/lib/ruby/gems/2.1.0/gems/actionpack-4.0.2/lib/action_controller/metal/request_forgery_protection.rb, line 152</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">handle_unverified_request</span> <span class="ruby-ivar">@controller</span>.<span class="ruby-identifier">reset_session</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
Mis/appengine-java-sdk-1.8.8/docs/spi/javadoc/overview-tree.html
weihuali0509/App-Inventor-2-VM-Sources
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0-google-v5) on Thu Nov 14 17:40:38 PST 2013 --> <title>Class Hierarchy</title> <meta name="date" content="2013-11-14"> <link rel="stylesheet" type="text/css" href="dev_javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Class Hierarchy"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="com/google/appengine/spi/package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For All Packages</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="com/google/appengine/spi/package-tree.html">com.google.appengine.spi</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor) <ul> <li type="circle">com.google.appengine.spi.<a href="com/google/appengine/spi/ServiceProviderProcessor.html" title="class in com.google.appengine.spi"><span class="strong">ServiceProviderProcessor</span></a></li> </ul> </li> <li type="circle">com.google.appengine.spi.<a href="com/google/appengine/spi/FactoryProvider.html" title="class in com.google.appengine.spi"><span class="strong">FactoryProvider</span></a>&lt;I&gt; (implements java.lang.Comparable&lt;T&gt;)</li> <li type="circle">com.google.appengine.spi.<a href="com/google/appengine/spi/ServiceFactoryFactory.html" title="class in com.google.appengine.spi"><span class="strong">ServiceFactoryFactory</span></a></li> </ul> </li> </ul> <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> <ul> <li type="circle">com.google.appengine.spi.<a href="com/google/appengine/spi/ServiceProvider.html" title="annotation in com.google.appengine.spi"><span class="strong">ServiceProvider</span></a> (implements java.lang.annotation.Annotation)</li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="com/google/appengine/spi/package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
_includes/willyweather-UCSB.html
mdrmike/satosailing
<h3>Current Conditions</h3> <div style="width: 300px;"> <iframe style="display: block;" src="https://cdnres.willyweather.com/widget/loadView.html?id=83643" width="300" height="228" frameborder="0" scrolling="no"></iframe> <a href="https://www.windfinder.com/#12/34.4082/-119.6851/2018-03-10T21:00Z" rel="nofollow" target="_blank">UCSB Stearns Wharf Wind Forecast</a> </div> <h3>Weather & Navigation Resources</h3> <ul> <li> <img class="emoji" title=":sunny:" alt=":sunny:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/2600.png" height="20" width="20"> <a href="http://marine.weather.gov/MapClick.php?x=251&amp;y=181&amp;site=lox&amp;zmx=&amp;zmy=&amp;map_x=251&amp;map_y=181#.WdsP4N-YWV4">NOAA LA/OC Marine Weather</a> // <img class="emoji" title=":small_red_triangle:" alt=":small_red_triangle:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f53a.png" height="20" width="20"> <a href="http://www.ndbc.noaa.gov/radial_search.php?lat1=33.5645N&amp;lon1=118.7508W&amp;uom=E&amp;dist=50">LA/OC Buoy Data</a> </li> <li> <img class="emoji" title=":ocean:" alt=":ocean:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f30a.png" height="20" width="20"> <a href="http://marine.weather.gov/MapClick.php?x=321&amp;y=232&amp;site=lox&amp;zmx=&amp;zmy=&amp;map_x=321&amp;map_y=232#.WdsQ8N-YWV4">NOAA SD Marine Weather</a> // <img class="emoji" title=":small_red_triangle:" alt=":small_red_triangle:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f53a.png" height="20" width="20"> <a href="http://www.ndbc.noaa.gov/radial_search.php?lat1=32.8501N&amp;lon1=117.5881W&amp;uom=E&amp;dist=50">SD Buoy Data</a> </li> <li> <img class="emoji" title=":earth_americas:" alt=":earth_americas:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f30e.png" height="20" width="20"> <a href="https://oceanservice.noaa.gov/facts/find-charts.html">Nautical Charts</a> </li> <li> <img class="emoji" title=":partly_sunny:" alt=":partly_sunny:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/26c5.png" height="20" width="20"> <a href="http://preview.weather.gov/edd/">Enhanced Weather Display</a> // <img class="emoji" title=":iphone:" alt=":iphone:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f1.png" height="20" width="20"> <a href="https://go.usa.gov/xnxUe">Mobile</a> </li> </ul>
googleb02b4b78f4676b77.html
nikhilgaba001/nikhilgaba001.github.io
google-site-verification: googleb02b4b78f4676b77.html
javadoc/3.8/org/robolectric/internal/bytecode/MethodRef.html
robolectric/robolectric.github.io
<!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_112-google-v7) on Fri Mar 16 11:21:54 PDT 2018 --> <title>MethodRef</title> <meta name="date" content="2018-03-16"> <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="MethodRef"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/robolectric/internal/bytecode/MethodCallSite.Kind.html" title="enum in org.robolectric.internal.bytecode"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/robolectric/internal/bytecode/MethodSignature.html" title="class in org.robolectric.internal.bytecode"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/robolectric/internal/bytecode/MethodRef.html" target="_top">Frames</a></li> <li><a href="MethodRef.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.internal.bytecode</div> <h2 title="Class MethodRef" class="title">Class MethodRef</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.internal.bytecode.MethodRef</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">MethodRef</span> extends java.lang.Object</pre> <div class="block"><p>Reference to a specific method on a class.</p></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#className">className</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#methodName">methodName</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#MethodRef-java.lang.Class-java.lang.String-">MethodRef</a></span>(java.lang.Class&lt;?&gt;&nbsp;clazz, java.lang.String&nbsp;methodName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#MethodRef-java.lang.String-java.lang.String-">MethodRef</a></span>(java.lang.String&nbsp;className, java.lang.String&nbsp;methodName)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/internal/bytecode/MethodRef.html#toString--">toString</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="className"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>className</h4> <pre>public final&nbsp;java.lang.String className</pre> </li> </ul> <a name="methodName"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>methodName</h4> <pre>public final&nbsp;java.lang.String methodName</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="MethodRef-java.lang.Class-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MethodRef</h4> <pre>public&nbsp;MethodRef(java.lang.Class&lt;?&gt;&nbsp;clazz, java.lang.String&nbsp;methodName)</pre> </li> </ul> <a name="MethodRef-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MethodRef</h4> <pre>public&nbsp;MethodRef(java.lang.String&nbsp;className, java.lang.String&nbsp;methodName)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="equals-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="toString--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/robolectric/internal/bytecode/MethodCallSite.Kind.html" title="enum in org.robolectric.internal.bytecode"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/robolectric/internal/bytecode/MethodSignature.html" title="class in org.robolectric.internal.bytecode"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/robolectric/internal/bytecode/MethodRef.html" target="_top">Frames</a></li> <li><a href="MethodRef.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/dev/domain-theory/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>domain-theory: 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="">dev / domain-theory - 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> domain-theory <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-04-14 10:21:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-04-14 10:21:03 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-m4 1 Virtual package relying on m4 coq dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/domain-theory&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/DomainTheory&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:concrete domains&quot; &quot;category:Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Gilles Kahn &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/domain-theory/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/domain-theory.git&quot; synopsis: &quot;Elements of Domain Theory&quot; description: &quot;&quot;&quot; Domain theory as devised by Scott and Plotkin and following Kahn and Plotkin paper on Concrete Domains&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/domain-theory/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=0cfe5a2e5d2c22528e68b87802b30227&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-domain-theory.8.5.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-domain-theory -&gt; coq &lt; 8.6~ -&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-domain-theory.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"> <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>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a509afc4b4ad47ac876a83f63775414ab29cd3cf9a60f4f5485eae68a676af87.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./172c045a075e3797ac848dbf0c36cd377bd3a3be498945633d65dc13508deb95.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
public/css/login.css
jtc003/CliqIt
.col-centered{ float: none; margin: 5px auto; margin-left: 5%; } .btn-default { color: #85BDBF !important; background-image: none !important; } legend { color: #85BDBF !important; }
archives/2017/index.html
ShawnQin/shawnqin.github.io
<!DOCTYPE html> <html class="theme-next mist use-motion" lang="zh-CN"> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-color" content="#fff"> <script src="/lib/pace/pace.min.js?v=1.0.2"></script> <link href="/lib/pace/pace-theme-minimal.min.css?v=1.0.2" rel="stylesheet"> <meta http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic|Roboto Slab:300,300italic,400,400italic,700,700italic|Roboto Mono:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css"> <link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4"> <link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#fff"> <meta name="keywords" content="neuroscience, computation, systems biology, quantitative biology, physics, latex, matlab, python, adobe illustrator, graphics"> <link rel="alternate" href="/atom.xml" title="shan" type="application/atom+xml"> <meta name="description" content="生命不息,折腾不止"> <meta property="og:type" content="website"> <meta property="og:title" content="shan"> <meta property="og:url" content="https://shawnqin.github.io/archives/2017/index.html"> <meta property="og:site_name" content="shan"> <meta property="og:description" content="生命不息,折腾不止"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="shan"> <meta name="twitter:description" content="生命不息,折腾不止"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '5.1.4', sidebar: {"position":"right","display":"post","offset":12,"b2t":false,"scrollpercent":true,"onmobile":false}, fancybox: true, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, duoshuo: { userId: '0', author: 'Author' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="https://shawnqin.github.io/archives/2017/"> <title>Archive | shan</title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN"> <div class="container sidebar-position-right page-archive"> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">shan</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home //首页"></i> <br> Home </a> </li> <li class="menu-item menu-item-about"> <a href="/about/" rel="section"> <i class="menu-item-icon fa fa-fw fa-user //关于"></i> <br> About </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags //标签"></i> <br> Tags </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"> <i class="menu-item-icon fa fa-fw fa-th //分类"></i> <br> Categories </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive //归档"></i> <br> Archives </a> </li> <li class="menu-item menu-item-search"> <a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br> Search </a> </li> </ul> <div class="site-search"> <div class="popup search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocomplete="off" placeholder="Searching..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block archive"> <div id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> Um..! 29 posts in total. Keep on posting. </span> <div class="collection-title"> <h1 class="archive-year" id="archive-year-2017">2017</h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/12/25/2017-12-25-C-programming/" itemprop="url"> <span itemprop="name">C programming</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-12-25T00:00:00+08:00" content="2017-12-25"> 12-25 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/11/12/2017-11-12-Mendeley-and-Endnote/" itemprop="url"> <span itemprop="name">Mendeley and Endnote</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-11-12T00:00:00+08:00" content="2017-11-12"> 11-12 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/08/22/2017-08-22-Shell-Learning/" itemprop="url"> <span itemprop="name">Learning Shell</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-08-22T00:00:00+08:00" content="2017-08-22"> 08-22 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/08/22/2017-08-22-Scientific-graphics/" itemprop="url"> <span itemprop="name">Scientific graphics</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-08-22T00:00:00+08:00" content="2017-08-22"> 08-22 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/08/15/2017-08-15-GitHub and Bitbucket/" itemprop="url"> <span itemprop="name">GitHub and Bitbucket</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-08-15T00:00:00+08:00" content="2017-08-15"> 08-15 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/07/24/2017-06-29-LaTex-Note/" itemprop="url"> <span itemprop="name">LaTex Note</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-07-24T00:00:00+08:00" content="2017-07-24"> 07-24 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/06/11/2017-06-11-aria2/" itemprop="url"> <span itemprop="name">aria2</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-06-11T00:00:00+08:00" content="2017-06-11"> 06-11 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/06/10/2017-06-10-Academic-Writing/" itemprop="url"> <span itemprop="name">Academic writing</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-06-10T00:00:00+08:00" content="2017-06-10"> 06-10 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/06/07/2017-06-07-cooking/" itemprop="url"> <span itemprop="name">Cooking</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-06-07T00:00:00+08:00" content="2017-06-07"> 06-07 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2017/05/27/2017-05-27-software-installation/" itemprop="url"> <span itemprop="name">Software Installation</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-05-27T00:00:00+08:00" content="2017-05-27"> 05-27 </time> </div> </header> </article> </div> </div> <nav class="pagination"> <span class="page-number current">1</span><a class="page-number" href="/archives/2017/page/2/">2</a><a class="extend next" rel="next" href="/archives/2017/page/2/"><i class="fa fa-angle-right"></i></a> </nav> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <p class="site-author-name" itemprop="name">Shanshan Qin</p> <p class="site-description motion-element" itemprop="description">生命不息,折腾不止</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">29</span> <span class="site-state-item-name">posts</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">9</span> <span class="site-state-item-name">categories</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">66</span> <span class="site-state-item-name">tags</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/ShawnQin" target="_blank" title="GitHub"> <i class="fa fa-fw fa-github"></i>GitHub</a> </span> <span class="links-of-author-item"> <a href="qinss.pku@gmail.com" target="_blank" title="E-Mail"> <i class="fa fa-fw fa-envelope"></i>E-Mail</a> </span> <span class="links-of-author-item"> <a href="https://twitter.com/ShawnQinPKU" target="_blank" title="Twitter"> <i class="fa fa-fw fa-twitter"></i>Twitter</a> </span> <span class="links-of-author-item"> <a href="https://www.facebook.com/profile.php?id=100011737431652" target="_blank" title="FB Page"> <i class="fa fa-fw fa-facebook"></i>FB Page</a> </span> </div> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <div class="copyright">&copy; 2016 &mdash; <span itemprop="copyrightYear">2019</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Shanshan Qin</span> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span id="busuanzi_container_site_pv">总访问量<span id="busuanzi_value_site_pv"></span>次</span> <span class="post-meta-divider">|</span> <span id="busuanzi_container_site_uv">总访客<span id="busuanzi_value_site_uv"></span>人</span> <span class="post-meta-divider">|</span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-area-chart"></i> </span> <span class="post-meta-item-text">Site words total count&#58;</span> <span title="Site words total count">12.8k</span> </div> <!-- <div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div> --> <div class="busuanzi-count"> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="site-uv"> <i class="fa fa-user"></i> <span class="busuanzi-value" id="busuanzi_value_site_uv"></span> </span> <span class="site-pv"> <i class="fa fa-eye"></i> <span class="busuanzi-value" id="busuanzi_value_site_pv"></span> </span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> <span id="scrollpercent"><span>0</span>%</span> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script> <script type="text/javascript"> // Popup Window; var isfetched = false; var isXml = true; // Search DB path; var search_path = "search.xml"; if (search_path.length === 0) { search_path = "search.xml"; } else if (/json$/i.test(search_path)) { isXml = false; } var path = "/" + search_path; // monitor main search box; var onPopupClose = function (e) { $('.popup').hide(); $('#local-search-input').val(''); $('.search-result-list').remove(); $('#no-result').remove(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); } function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.search-popup-overlay').click(onPopupClose); $('.popup').toggle(); var $localSearchInput = $('#local-search-input'); $localSearchInput.attr("autocapitalize", "none"); $localSearchInput.attr("autocorrect", "off"); $localSearchInput.focus(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; // start loading animation $("body") .append('<div class="search-popup-overlay local-search-pop-overlay">' + '<div id="search-loading-icon">' + '<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' + '</div>' + '</div>') .css('overflow', 'hidden'); $("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center'); $.ajax({ url: path, dataType: isXml ? "xml" : "json", async: true, success: function(res) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = isXml ? $("entry", res).map(function() { return { title: $("title", this).text(), content: $("content",this).text(), url: $("url" , this).text() }; }).get() : res; var input = document.getElementById(search_id); var resultContent = document.getElementById(content_id); var inputEventFunction = function() { var searchText = input.value.trim().toLowerCase(); var keywords = searchText.split(/[\s\-]+/); if (keywords.length > 1) { keywords.push(searchText); } var resultItems = []; if (searchText.length > 0) { // perform local searching datas.forEach(function(data) { var isMatch = false; var hitCount = 0; var searchTextCount = 0; var title = data.title.trim(); var titleInLowerCase = title.toLowerCase(); var content = data.content.trim().replace(/<[^>]+>/g,""); var contentInLowerCase = content.toLowerCase(); var articleUrl = decodeURIComponent(data.url); var indexOfTitle = []; var indexOfContent = []; // only match articles with not empty titles if(title != '') { keywords.forEach(function(keyword) { function getIndexByWord(word, text, caseSensitive) { var wordLen = word.length; if (wordLen === 0) { return []; } var startPosition = 0, position = [], index = []; if (!caseSensitive) { text = text.toLowerCase(); word = word.toLowerCase(); } while ((position = text.indexOf(word, startPosition)) > -1) { index.push({position: position, word: word}); startPosition = position + wordLen; } return index; } indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false)); indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false)); }); if (indexOfTitle.length > 0 || indexOfContent.length > 0) { isMatch = true; hitCount = indexOfTitle.length + indexOfContent.length; } } // show search results if (isMatch) { // sort index by position of keyword [indexOfTitle, indexOfContent].forEach(function (index) { index.sort(function (itemLeft, itemRight) { if (itemRight.position !== itemLeft.position) { return itemRight.position - itemLeft.position; } else { return itemLeft.word.length - itemRight.word.length; } }); }); // merge hits into slices function mergeIntoSlice(text, start, end, index) { var item = index[index.length - 1]; var position = item.position; var word = item.word; var hits = []; var searchTextCountInSlice = 0; while (position + word.length <= end && index.length != 0) { if (word === searchText) { searchTextCountInSlice++; } hits.push({position: position, length: word.length}); var wordEnd = position + word.length; // move to next position of hit index.pop(); while (index.length != 0) { item = index[index.length - 1]; position = item.position; word = item.word; if (wordEnd > position) { index.pop(); } else { break; } } } searchTextCount += searchTextCountInSlice; return { hits: hits, start: start, end: end, searchTextCount: searchTextCountInSlice }; } var slicesOfTitle = []; if (indexOfTitle.length != 0) { slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle)); } var slicesOfContent = []; while (indexOfContent.length != 0) { var item = indexOfContent[indexOfContent.length - 1]; var position = item.position; var word = item.word; // cut out 100 characters var start = position - 20; var end = position + 80; if(start < 0){ start = 0; } if (end < position + word.length) { end = position + word.length; } if(end > content.length){ end = content.length; } slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent)); } // sort slices in content by search text's count and hits' count slicesOfContent.sort(function (sliceLeft, sliceRight) { if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) { return sliceRight.searchTextCount - sliceLeft.searchTextCount; } else if (sliceLeft.hits.length !== sliceRight.hits.length) { return sliceRight.hits.length - sliceLeft.hits.length; } else { return sliceLeft.start - sliceRight.start; } }); // select top N slices in content var upperBound = parseInt('1'); if (upperBound >= 0) { slicesOfContent = slicesOfContent.slice(0, upperBound); } // highlight title and content function highlightKeyword(text, slice) { var result = ''; var prevEnd = slice.start; slice.hits.forEach(function (hit) { result += text.substring(prevEnd, hit.position); var end = hit.position + hit.length; result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>'; prevEnd = end; }); result += text.substring(prevEnd, slice.end); return result; } var resultItem = ''; if (slicesOfTitle.length != 0) { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>"; } else { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>"; } slicesOfContent.forEach(function (slice) { resultItem += "<a href='" + articleUrl + "'>" + "<p class=\"search-result\">" + highlightKeyword(content, slice) + "...</p>" + "</a>"; }); resultItem += "</li>"; resultItems.push({ item: resultItem, searchTextCount: searchTextCount, hitCount: hitCount, id: resultItems.length }); } }) }; if (keywords.length === 1 && keywords[0] === "") { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } else if (resultItems.length === 0) { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } else { resultItems.sort(function (resultLeft, resultRight) { if (resultLeft.searchTextCount !== resultRight.searchTextCount) { return resultRight.searchTextCount - resultLeft.searchTextCount; } else if (resultLeft.hitCount !== resultRight.hitCount) { return resultRight.hitCount - resultLeft.hitCount; } else { return resultRight.id - resultLeft.id; } }); var searchResultList = '<ul class=\"search-result-list\">'; resultItems.forEach(function (result) { searchResultList += result.item; }) searchResultList += "</ul>"; resultContent.innerHTML = searchResultList; } } if ('auto' === 'auto') { input.addEventListener('input', inputEventFunction); } else { $('.search-icon').click(inputEventFunction); input.addEventListener('keypress', function (event) { if (event.keyCode === 13) { inputEventFunction(); } }); } // remove loading animation $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); proceedsearch(); } }); } // handle and trigger popup window; $('.popup-trigger').click(function(e) { e.stopPropagation(); if (isfetched === false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(onPopupClose); $('.popup').click(function(e){ e.stopPropagation(); }); $(document).on('keyup', function (event) { var shouldDismissSearchPopup = event.which === 27 && $('.search-popup').is(':visible'); if (shouldDismissSearchPopup) { onPopupClose(); } }); </script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script> <script>AV.initialize("", "");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); var entries = []; var $visitors = $(".leancloud_visitors"); $visitors.each(function () { entries.push( $(this).attr("id").trim() ); }); query.containedIn('url', entries); query.find() .done(function (results) { var COUNT_CONTAINER_REF = '.leancloud-visitors-count'; if (results.length === 0) { $visitors.find(COUNT_CONTAINER_REF).text(0); return; } for (var i = 0; i < results.length; i++) { var item = results[i]; var url = item.get('url'); var time = item.get('time'); var element = document.getElementById(url); $(element).find(COUNT_CONTAINER_REF).text(time); } for(var i = 0; i < entries.length; i++) { var url = entries[i]; var element = document.getElementById(url); var countSpan = $(element).find(COUNT_CONTAINER_REF); if( countSpan.text() == '') { countSpan.text(0); } } }) .fail(function (object, error) { console.log("Error: " + error.code + " " + error.message); }); } function addCount(Counter) { var $visitors = $(".leancloud_visitors"); var url = $visitors.attr('id').trim(); var title = $visitors.attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(counter.get('time')); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); /* Set ACL */ var acl = new AV.ACL(); acl.setPublicReadAccess(true); acl.setPublicWriteAccess(true); newcounter.setACL(acl); /* End Set ACL */ newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(newcounter.get('time')); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for (i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="//cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> </body> </html>
old_blog_content/blog/geekery/xdotool-20090609.html
jordansissel/semicomplete.com
+++ # Imported from original pyblosxom .txt format at 2015-08-14 date = "2009-06-09T00:01:27-07:00" title = "new xdotool version available (20090609)\n" # Marked a draft because frankly my old writing may not be worth surfacing again. # I made bad word choices and had some strong-and-closed opinions years ago. # We learn over time, eh? :) draft = true type = "old" categories = [ "old" ] tags = ["xdotool", "xlib", "release"] +++ Hop on over to the <a href="/projects/xdotool">xdotool project page</a> and download the new version. <p/> The changelist from the previous announced release is as follows: <pre> 20090609: * Add '--delay <delay_in_ms>' to xdotool type. Sets the delay between keys. * Add '--window <windowid>' to xdotool type, key, keyup, and keydown. This feature (key events with --window <windowid>) only works if the application does not reject X events that have 'send_event' set to true. Special notes: * Firefox appears to ignore all input when it does not have focus. * xterm ignores sendevent by default, ctrl+leftclick menu will let you enable it. * gnome-terminal appears to accept send_event input by default </pre>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.1/bignums/8.7.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>bignums: 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.1 / bignums - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> bignums <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-28 11:08:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 11:08:17 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.1 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 zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;pierre.letouzey@inria.fr&quot; homepage: &quot;https://github.com/coq/bignums&quot; dev-repo: &quot;git+https://github.com/coq/bignums.git&quot; bug-reports: &quot;https://github.com/coq/bignums/issues&quot; authors: [ &quot;Laurent Théry&quot; &quot;Benjamin Grégoire&quot; &quot;Arnaud Spiwack&quot; &quot;Evgeny Makarov&quot; &quot;Pierre Letouzey&quot; ] license: &quot;LGPL-2.1-only&quot; build: [ [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword:integer numbers&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:arbitrary-precision&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;date:2017-06-15&quot; &quot;logpath:Bignums&quot; ] synopsis: &quot;Bignums, the Coq library of arbitrary large numbers&quot; description: &quot;Provides BigN, BigZ, BigQ that used to be part of Coq standard library &lt; 8.7.&quot; url { src: &quot;https://github.com/coq/bignums/archive/V8.7.0.tar.gz&quot; checksum: &quot;md5=1d5f18f15675cfac64df59b3405e64d3&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-bignums.8.7.0 coq.8.13.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.13.1). The following dependencies couldn&#39;t be met: - coq-bignums -&gt; coq &lt; 8.8~ -&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-bignums.8.7.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/PommaLabs.KVLite.Logging/LogLevel/EE762CA6.html
pomma89/KVLite
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/KVLite/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/KVLite/assets/img/favicon.ico" type="image/x-icon"> <title>PommaLabs.KVLite - API - LogLevel.Trace Field</title> <link href="/KVLite/assets/css/mermaid.css" rel="stylesheet"> <link href="/KVLite/assets/css/highlight.css" rel="stylesheet"> <link href="/KVLite/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/KVLite/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/KVLite/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/KVLite/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/KVLite/assets/css/override.css" rel="stylesheet"> <script src="/KVLite/assets/js/jquery-2.2.3.min.js"></script> <script src="/KVLite/assets/js/bootstrap.min.js"></script> <script src="/KVLite/assets/js/app.min.js"></script> <script src="/KVLite/assets/js/highlight.pack.js"></script> <script src="/KVLite/assets/js/jquery.slimscroll.min.js"></script> <script src="/KVLite/assets/js/jquery.sticky-kit.min.js"></script> <script src="/KVLite/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/KVLite/assets/js/html5shiv.min.js"></script> <script src="/KVLite/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/KVLite/" class="logo"> <span>PommaLabs.KVLite</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/KVLite/about">About This Project</a></li> <li><a href="/KVLite/docs">Docs</a></li> <li><a href="/KVLite/blog">Blog</a></li> <li class="active"><a href="/KVLite/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Value">Constant Value</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/KVLite/assets/js/lunr.min.js"></script> <script src="/KVLite/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging">PommaLabs<wbr>.KVLite<wbr>.Logging</a></li> <li class="header">Type</li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel">LogLevel</a></li> <li role="separator" class="divider"></li> <li class="header">Field Members</li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/E8E4D2FB">Debug</a></li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/3E1FAACA">Error</a></li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/C0F1A7AF">Fatal</a></li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/5CF6F36E">Info</a></li> <li class="selected"><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/EE762CA6">Trace</a></li> <li><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel/0E76C08C">Warn</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h3><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel">LogLevel</a>.</h3> <h1>Trace <small>Field</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/KVLite/api/PommaLabs.KVLite.Logging">PommaLabs<wbr>.KVLite<wbr>.Logging</a></dd> <dt>Containing Type</dt> <dd><a href="/KVLite/api/PommaLabs.KVLite.Logging/LogLevel">LogLevel</a></dd> </dl> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>Trace</code></pre> <h1 id="Value">Constant Value</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Value</th> <th>Type</th> </tr> </thead> <tbody><tr> <td>0</td> <td>Int32</td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
ocr_extracted/W29477_text/page40.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29477_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="page39.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 495px; margin-top: 137px;"> <p class="styleSans13.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 220px;"> <p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">U Continental <br/>RESGURCES </p> </div> <div style="position: absolute; margin-left: 935px; margin-top: 440px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gas Capture Plan Kukla 4-9H2, 5-9H, & 6-9H1 </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 742px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Za. 2b. <br/>2c. </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 990px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3a. 3b. 3c. 3d. 3e. </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 1677px;"> <p class="styleSans57.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Flowback Strategy 4a. First production is expected 6/24/15; Gas sales connection is TBD (See 3e). <br/>4b. Anticipated oil and gas rates: Well Name <br/> <br/> <br/> <br/>Kukla 4—9H2 Kukla 6-9H1 </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2227px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Amount of Gas Applicant is Currently Flaring 5a. Statewide percentage of gas flared: 12.03% (7/2014) 5b. Fieldwide percentage of gas flared: Chimney Butte, 13.9% (6/2014) </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2475px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Alternatives to Flaring 6a. In the event that electric power is required on—site, a natural gas pOWered generator will be <br/>A..-I..a¢n.-l I....L—.ll..4.:-.. at- I:....:..l -a...:.._:.... .J....; 1.- I..- ..L:I:___I :_ LL— _.._._‘. -t i..--_;_ __._ AltL:_,e A </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 2640px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CleudLCU. IIIDLdIIdLIUlI UI d IILIUIU blllpplllg pldlll LU Ut' ULIIILEU Ill Ule EVEHE 0T upset COHUIUOHS would not be economic. Such an installation will be re—evaluated as additional wells are completed and if conditions change. <br/>A natural gas powered generator could be expected to reduce flare volumes by approximately 30-40 MCFD. A liquid stripping plant could be expected to reduce flare volumes by approximately 40%. On lease gas use by Heater/Treaters will consume approximately 15 MCFD </p> </div> <div style="position: absolute; margin-left: 302px; margin-top: 2805px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">6b. </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 742px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gas Plant-Grassland Plant, Sec. 36—T148N-R105W ONEOK; see attachments <br/>See attachments </p> </div> <div style="position: absolute; margin-left: 495px; margin-top: 990px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Maximum Current Capacity of Gathering Segment: 35 MMCFD <br/>Current Throughput of Gathering Segment: 18 MMCFD <br/>Anticipated Capacity of Gathering Segment at W Date: 35 MMCFD <br/>Anticipated Throughput of Gathering Segment at IP Date: 35 MMCFD <br/>There are plans to expand Lost Bridge up to 45 MMCFD (exact date of completion TBD) Lost Bridge has capacity of 35 MMCFD, but the takeaway is limited to 20 MMCFD until the 16” discharge line is constructed, which is currently in ROW. Additional capacity plans include a North Dunn compressor station which will add 30 MMCFD of capacity to this area (completion date TBD). Estimated throughput does not include the referenced wells. Forecasted volumes will exceed capacity until the Lost Bridge discharge line is constructed (completion date TBD). </p> </div> </body> </html>
ocr_extracted/W28901_text/page11.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28901_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="page10.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 880px; margin-top: 330px;"> <p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Oasis Petroleum Well Summary Andre 560142-33 2B Section 33 T156N R101W Williams County, ND </p> </div> <div style="position: absolute; margin-left: 715px; margin-top: 825px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">INTERMEDIATE CASING AND CEMENT DESIGN </p> </div> <div style="position: absolute; margin-left: 220px; margin-top: 935px;"> <p class="styleSans63.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/> <br/>7 6800' 770 7" <br/>7 LTC [mu <br/>“Special Drift </p> </div> <div style="position: absolute; margin-left: 330px; margin-top: 1320px;"> <p class="styleSans84.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>mm —— 32#.HCP-110.|-TC.8rd _ 72321:. Hop-no. no. em — 7",29#.HCP-110.LTC.8rd — <br/> <br/> </p> </div> <div style="position: absolute; margin-left: 660px; margin-top: 1787px;"> <p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 741px; margin-top: 1733px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">API Rating & Safety Factor *Assume full casing evacuation with 10 ppg fluid on backside. “Assume full casing <br/>evacuation with 1.2 psi/ft equivalent fluid gradient across salt intervals. <br/>Burst pressure based on 9000 psig max press for stimulation plus 10.2 ppg fluid in casing and 9 ppg fluid on backside-to 10,570' TVD. <br/>Based on string weight in 10 ppg fluid, (275k lbs buoyed weight) plus 100k lbs overpull. </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 2062px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Cement volumes are estimates based on 7" casing set in and 8-3/ " hole with 30% excess. </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 2200px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Pre-flush (Spacer): </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 2392px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Lead Slurry: </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 2585px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Tail Slurry: </p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 2750px;"> <p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Displacement: </p> </div> <div style="position: absolute; margin-left: 742px; margin-top: 2200px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">20 bbls CW8 Wash 70 bbls Scavenger </p> </div> <div style="position: absolute; margin-left: 742px; margin-top: 2392px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">189 sks (86 bbls) 2.59 yield conventional system with 61 lb/sk cement. 23 lb/sk D035 Extender, .250 Ib/sk D130 Lost Circulation Control Agent. 10% NaCl, .15% D208 Viscosifier, 20% D046 Anti Foamer, .8% D112 Fluid Loss Agent, and 6% D154 Extender. <br/>566 sks (158 bbls) 1.55 yield conventional system with 94 lb/sk cement, ,250 lb/sk D130 Lost Circulation Control Agent, 3% KCL, 35% Silica, .2% D167 Fluid Loss Agent. .5% D065 Dispersant, .2%D198 Retarder, .2% D046 Anti Foamer, and 25% D153 Anti-Settling Agent. <br/>397 bbl brine </p> </div> </body> </html>
website/start-a-club/volunteers/index.html
phazor/code-club-utils
--- layout: default title: Volunteers --- <div class="row"> <div class="twelve columns"> <h1>Volunteering for Code Club</h1> <hr> </div> <div class="eight columns"> <p>What is it like to volunteer for Code Club? Our volunteers give you the inside scoop!</p> <iframe width="560" height="315" src="//www.youtube.com/embed/ACYsz7sZvH8" frameborder="0" allowfullscreen></iframe> <h3>Your role as a volunteer</h3> <p>Volunteering for Code Club involves travelling to your local primary or intermediate school or public venue once a week to run your club for one hour. Lots of volunteers team up with colleagues or friends to run a club - they then help each other to run the club during the term.</p> <p>Wherever possible volunteers team up with a teacher - think of them as your club partner. Clubs are most successful when teachers and volunteers work together combining their classroom management and programming powers!</p> <p>As a Code Club leader you'll be able to take our projects to the school for the children to work through. Our projects use Scratch in the first two terms in order to teach the basic concepts of programming, then move onto HTML & CSS and Python.</p> <p>Code Club is designed to be fun and creative. You will be a role model for potential coding kids everywhere, show them how enthusiastic you are and how much you love programming!</p> <p>You can run your Code Club pretty much anywhere you like as long as it's safe, has computers, and has a supervisor from the venue who can be there each week. Primary and intermediate schools are best as this infrastructure already exists but libraries, community centres, and museums will all work well too.</p> <p>Convincing your boss is easier than you think. Lots of employers encourage their developers to give back to the local community and allow them time out to run a club. It raises their profile in the area and means children are being taught important digital skills that could benefit the industry in the future.</p> <h3>Know what you're signing up for</h3> <p><strong>Please note you do need to have a reasonable knowledge of computer programming to be a Code Club volunteer.</strong></p> <p>Our first term uses Scratch but we soon move on to more advanced languages such as Python.</p> <p>Volunteering for Code Club will be the best thing you do this year. Guaranteed. But there are some things you should know before you sign up.</p> <ul> <li>Each Code Club lasts for 1 hour and happens once a week.</li> <li>In New Zealand any adult who wishes to work with children using Code Club Aotearoa material must have a <a href="http://www.justice.govt.nz/services/criminal-records/how-to-get-a-copy-of-your-criminal-conviction-history" target="_blank">background criminal record check</a> conducted and sent to us.</li> <li>You will need to print and staple a copy of project instructions for each child or pair of children. You will need preparation time to do this. Unfortunately we can’t cover these expenses.</li> <li>Please allow for travel time too.</li> <li>You will not be allowed to charge for your club under any circumstance. Code Club is free for all!</li> </ul> <h3>What we teach</h3> <p>You can access the full set of projects <a href="/projects">here</a>. We recommend always starting with Scratch but if you'd like to move onto Python rather than HTML, that is fine with us!</p> <strong>Term One: Scratch</strong> <p>This term will take your club from a tour of the Scratch interface right through three levels of difficulty. The projects create games, animations and toys. There are basic exercises then challenges to stretch those that can go further.</p> <strong>Term Two: Scratch - Advanced</strong> <p>This term will really stretch your club’s abilities requiring them to use what they learned in term one. The projects in this term have been designed to be very flexible. They encourage and require high levels of thought and creativity.</p> <strong>Term Three: HTML & CSS</strong> <p>In this term your club will learn how the building blocks of the web work and will build their own website.</p> <strong>Term Four: Python</strong> <p>In this term we introduce your club to real life programming. We teach basic concepts via the fun of turtles, fractals and ciphers!</p> <h3>How to set up a Code Club</h3> <p><strong>We've tried to make volunteering for Code Club as easy and quick as possible. When you register we'll walk you through a checklist, but we've outlined the process here as well.</strong></p> <ol> <li>Use the search button below to find a venue to host your club in.</li> <li>Contact the venue: if they are already registered with us as looking for a volunteer then they should be receptive. If they're a school who isn't registered we'd recommend trying to get in touch with the ICT Coordinator. Or if you're contacting a public venue then find out who is responsible for running clubs. Make sure they understand that a member of staff will need to help you out.</li> <li>Arrange when your club will start and what days and times it will run after that. You'll also need to agree the number of children in your club. We suggest 10-15 per club.</li> <li>Introduce Code Club at assembly or via posters to explain how much fun computer programming can be and drum up some interest.</li> <li>Download the materials from our resources page and prepare for your first club!</li> </ol> <h4>Start searching for a venue below!</h4> <p><a href="http://www.codeclub.nz/start-a-club/venues/list/?r=" class="button round primary">Find a local venue</a></p> </div> <div class="four columns"> <p><a href="form" class="button round primary">Register as a volunteer</a></p> <p><a href="http://www.codeclub.nz/start-a-club/venues/list/?r=" class="button round primary">Find a local venue</a></p> <!--h4>Volunteer Experiences</h4> <p>(get current Volunteers to write a little blurb)</p--> </div> </div>
app/v6/views/v23/wirs/returns/return-status.html
christinagyles-ea/water
{% extends "../head-signedin.html" %} <!-- page title --> {% block page_title %} Confirm receipt of return number {{ pData.LicenceNumber }} - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> <!-- beta banner block --> {% include "../../partials/beta-banner.html" %} <!-- navigation block --> {% include "../../partials/nav-wirs-manage.html" %} <!-- <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large"> Return number 65432123 </h1> </div> </div> --> <div class="grid-row medium-space"> <div class="column-two-thirds"> <!-- page heading --> {% if pData.LicenceName %} <h2 class="sub-head"> <a href="returns">Abstraction return for {{ pData.LicenceSerialNo }}</a> </h2> <h1 class="heading-large spaceless"> {{ pData.LicenceName }} </h1> {% else %} <h2 class="sub-head"> <a href="returns">Abstraction return</a> </h2> <h1 class="heading-large spaceless"> Licence number {{pData.LicenceSerialNo}} </h1> {% endif %} </div> </div> <!-- navigation block --> {% include "../../partials/return-internal-meta.html" %} <div class="grid-row"> <div class="column-two-thirds"> <p class="medium-space"> <a href="../online-licence?wid={{ query.wid }}">View this licence</a> </p> </div> </div> <div class="form-group"> <form data-routing="1"> <fieldset class="medium-space"> <legend> <h1 class="heading-medium"> What would you like to do with this return? </h1> </legend> <div class="multiple-choice"> <input id="return-check-in" type="radio" name="return-status" value="../check-in/return-check-in?wid={{ query.wid }}"> <label for="return-check-in">Log receipt (and come back to it later)</label> </div> <div class="multiple-choice"> <input id="report-return" type="radio" name="return-status" value="returns-route-return?wid={{ query.wid }}"> <label for="report-return">Enter and submit it</label> </div> <div class="multiple-choice"> <input id="return-query" type="radio" name="return-status" value="return-query?wid={{ query.wid }}"> <label for="return-query">Record a problem with the paper form</label> </div> </fieldset> <button type="submit" class="button">Continue</button> </form> </div> </main> <script src="/public/v6/javascripts/jquery-1.11.3.js"></script> <script> $(function() { $('form[data-routing]').on('submit', function(ev) { // FInd selected radio button const url = $(this).find('input:checked').val(); if(url) { ev.preventDefault(); window.location.href = url; return false; } }); }) </script> {% endblock %}
index.html
1ezeeway/1ezeeway.github.io
<!DOCTYPE html> <html lang = "en"> <head> <meta charset="UTF-8"> <title>1ezeeway</title> </head> <body> <H1>Here I will create Link to all the pages that I need regularly<h1> </body> </html>
lib/JADE/doc/api/jade/proto/class-use/ContractNetInitiator.html
shookees/SmartFood_old
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:38:03 CET 2013 --> <title>Uses of Class jade.proto.ContractNetInitiator (JADE v4.3.1 API)</title> <meta name="date" content="2013-12-04"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class jade.proto.ContractNetInitiator (JADE v4.3.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../jade/proto/ContractNetInitiator.html" title="class in jade.proto">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../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?jade/proto/\class-useContractNetInitiator.html" target="_top">Frames</a></li> <li><a href="ContractNetInitiator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class jade.proto.ContractNetInitiator" class="title">Uses of Class<br>jade.proto.ContractNetInitiator</h2> </div> <div class="classUseContainer">No usage of jade.proto.ContractNetInitiator</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../jade/proto/ContractNetInitiator.html" title="class in jade.proto">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../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?jade/proto/\class-useContractNetInitiator.html" target="_top">Frames</a></li> <li><a href="ContractNetInitiator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><center>These are the official <i><a href=http://jade.tilab.com target=top>JADE</a></i> API. For these API backward compatibility is guaranteed accross JADE versions</center></small></p> </body> </html>
Templates/NodeRecommendation.html
grassknoted/Movie-Recommendation-Website
<!DOCTYPE HTML> <html> <head> <title> Movie Website </title> <style> @font-face { font-family: 'roboto'; src: url("{{ url_for('static', filename='styles/Assets/Roboto-Regular.ttf') }}") format("truetype"); } </style> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="{{ url_for('static', filename='styles/Assets/icon.png') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/nds.css') }}"> <script src = "{{ url_for('static', filename='js/jquery.min.js') }}"></script> <script src = "{{ url_for('static', filename='js/Page_Functionality.js') }}"></script> <script type="text/javascript"> function doit(){ var name=document.getElementById('search').value; $.ajax({ type: 'POST', url: '/node', contentType:'application/json;charset=UTF-8', dataType:'json', data: JSON.stringify({'name':name}), success: function(response){ console.log(response); first=response[0]; div=document.getElementById('yo'); div.style.display="block"; div.getElementsByTagName('img')[0].src=first[4]; div.getElementsByTagName('a')[0].href=first[5]; p=div.getElementsByTagName('p'); p[0].innerHTML="Genre : "+first[1]; p[1].innerHTML="Director : "+first[2]; p[2].innerHTML="Cast : "+first[3]; node_i=document.getElementById('node'); node_i.setAttribute("class","1"); node_i_span=document.createElement('span'); node_i_span.id="myPopup"; node_i_span.class="popuptext"; node_i_span.innerHTML=first[0]; node_i.appendChild(node_i_span); }, error: function(error){ console.log(error); } }) } $(document).keypress(function(event){ if(event.keyCode == 13){ doit(); } }); </script> </head> <body style="background-image: url('{{ url_for('static', filename='styles/Assets/grid.jpg') }}');"> <script type="text/javascript"> function my() { var popup = document.getElementById('myPopup'); popup.classList.toggle('show'); } </script> <div class="sidebar"> <a href="{{ url_for('index') }}"><img class="logo" src="{{ url_for('static', filename='styles/Assets/logo.png') }}" alt="Logo"></a> <div class="searchwrapper" style="float: left;"> <input id="search" name="search" type="text" placeholder="Enter a movie"><input id="search_submit" type="submit" style="background-size: cover; background-image: url('{{ url_for('static', filename='styles/Assets/search_icon.png') }}');"> <div> </div> </div> <div class="card" id="yo"> <div class="img-b"><img alt="Movie Recommendation 1" class="moviepicture"></div> <p class="director m1director">Director: Director Name bro</p> <p class="genre">Genre: Enter Genre here bro</p> <p class="cast m1cast"> Cast: Actor 1, Actor 2</p> <a href="#" class="myButton">Watch Trailer</a> </div> </div> <i id="node" class="popup" onmouseleave="my();" onmouseover="my();" > </i> <script src = "{{ url_for('static', filename='js/NodeRecommendation.js') }}"></script> </body> </html>
templates/thankyou.html
Kannanravindran/ALUC
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <title>Thank You</title> <style> body{ background:url({{ url_for('static',filename='thankyou.png') }}) no-repeat center center fixed; background-repeat:no-repeat; background-size:100% 100% ; } .container{ color: #000; } </style> </head> <body> <div class="container"> <h1 style="text-align:center; margin-top: 50px;">Your answer has been successfully submitted.</h1> </div> <!-- /container --> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!-- Latest compiled JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/48065.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Fraissinet-de-Fourques est un village géographiquement positionné dans le département de Lozère en Languedoc-Roussillon. Elle comptait 64 habitants en 2008.</p> <p>À proximité de Fraissinet-de-Fourques sont situées les communes de <a href="{{VLROOT}}/immobilier/barre-des-cevennes_48019/">Barre-des-Cévennes</a> localisée à 9&nbsp;km, 202 habitants, <a href="{{VLROOT}}/immobilier/meyrueis_48096/">Meyrueis</a> localisée à 9&nbsp;km, 904 habitants, <a href="{{VLROOT}}/immobilier/gatuzieres_48069/">Gatuzières</a> située à 4&nbsp;km, 46 habitants, <a href="{{VLROOT}}/immobilier/molezon_48098/">Molezon</a> située à 10&nbsp;km, 115 habitants, <a href="{{VLROOT}}/immobilier/vebron_48193/">Vebron</a> à 4&nbsp;km, 231 habitants, <a href="{{VLROOT}}/immobilier/pompidou_48115/">Le&nbsp;Pompidou</a> localisée à 9&nbsp;km, 200 habitants, entre autres. De plus, Fraissinet-de-Fourques est située à seulement 25&nbsp;km de <a href="{{VLROOT}}/immobilier/vigan_30350/">Le&nbsp;Vigan</a>.</p> <p>Le nombre d'habitations, à Fraissinet-de-Fourques, se décomposait en 2011 en deux appartements et 95 maisons soit un marché relativement équilibré.</p> <p>La ville offre quelques équipements, elle dispose, entre autres, de deux boucles de randonnée.</p> <p>Si vous envisagez de venir habiter à Fraissinet-de-Fourques, vous pourrez facilement trouver une maison à vendre. </p> </div>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.2/pi-calc/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>pi-calc: 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 / pi-calc - 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> pi-calc <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-01 17:28:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 17:28:23 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.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/pi-calc&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PiCalc&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:process algebra&quot; &quot;keyword:pi-calculus&quot; &quot;keyword:concurrency&quot; &quot;keyword:higher-order syntax&quot; &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date:1998-07&quot; ] authors: [ &quot;Ivan Scagnetto &lt;scagnett@dimi.uniud.it&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pi-calc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pi-calc.git&quot; synopsis: &quot;Pi-calculus in Coq&quot; description: &quot;&quot;&quot; This is a HOAS-based encoding of the pi-calculus (as originally conceived by Milner, Parrow and Walker in &quot;A Calculus of Mobile Processes&quot; Parts I-II, Information and Computation n. 100) together with the formal verification of a large part of the metatheory of Strong Late Bisimilarity.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pi-calc/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=a252c95cf701763d911c861983ab3cd3&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-calc.8.5.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-pi-calc -&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-pi-calc.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/main.html
liber145/liber145.github.io
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>测试</title> <!-- 2020-07-16 Thu 16:47 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="liyujun" /> <style type="text/css"> <!--/*--><![CDATA[/*><!--*/ .title { text-align: center; } .todo { font-family: monospace; color: red; } .done { color: green; } .tag { background-color: #eee; font-family: monospace; padding: 2px; font-size: 80%; font-weight: normal; } .timestamp { color: #bebebe; } .timestamp-kwd { color: #5f9ea0; } .right { margin-left: auto; margin-right: 0px; text-align: right; } .left { margin-left: 0px; margin-right: auto; text-align: left; } .center { margin-left: auto; margin-right: auto; text-align: center; } .underline { text-decoration: underline; } #postamble p, #preamble p { font-size: 90%; margin: .2em; } p.verse { margin-left: 3%; } pre { border: 1px solid #ccc; box-shadow: 3px 3px 3px #eee; padding: 8pt; font-family: monospace; overflow: auto; margin: 1.2em; } pre.src { position: relative; overflow: visible; padding-top: 1.2em; } pre.src:before { display: none; position: absolute; background-color: white; top: -10px; right: 10px; padding: 3px; border: 1px solid black; } pre.src:hover:before { display: inline;} pre.src-sh:before { content: 'sh'; } pre.src-bash:before { content: 'sh'; } pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } pre.src-R:before { content: 'R'; } pre.src-perl:before { content: 'Perl'; } pre.src-java:before { content: 'Java'; } pre.src-sql:before { content: 'SQL'; } table { border-collapse:collapse; } caption.t-above { caption-side: top; } caption.t-bottom { caption-side: bottom; } td, th { vertical-align:top; } th.right { text-align: center; } th.left { text-align: center; } th.center { text-align: center; } td.right { text-align: right; } td.left { text-align: left; } td.center { text-align: center; } dt { font-weight: bold; } .footpara:nth-child(2) { display: inline; } .footpara { display: block; } .footdef { margin-bottom: 1em; } .figure { padding: 1em; } .figure p { text-align: center; } .inlinetask { padding: 10px; border: 2px solid gray; margin: 10px; background: #ffffcc; } #org-div-home-and-up { text-align: right; font-size: 70%; white-space: nowrap; } textarea { overflow-x: auto; } .linenr { font-size: smaller } .code-highlighted { background-color: #ffff00; } .org-info-js_info-navigation { border-style: none; } #org-info-js_console-label { font-size: 10px; font-weight: bold; white-space: nowrap; } .org-info-js_search-highlight { background-color: #ffff00; color: #000000; font-weight: bold; } /*]]>*/--> </style> <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/styles/bigblow/css/htmlize.css"/> <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/styles/bigblow/css/bigblow.css"/> <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/styles/bigblow/css/hideshow.css"/> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/jquery.localscroll-min.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/jquery.zclip.min.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/bigblow.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/bigblow/js/hideshow.js"></script> <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js"></script> <script type="text/javascript"> /* @licstart The following is the entire license notice for the JavaScript code in this tag. Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. As additional permission under GNU GPL version 3 section 7, you may distribute non-source (e.g., minimized or compacted) forms of that code without the copy of the GNU GPL normally required by section 4, provided you include this license notice and a URL through which recipients can access the Corresponding Source. @licend The above is the entire license notice for the JavaScript code in this tag. */ <!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } /*]]>*///--> </script> <script type="text/javascript" src="http://orgmode.org/mathjax/MathJax.js"></script> <script type="text/javascript"> <!--/*--><![CDATA[/*><!--*/ MathJax.Hub.Config({ // Only one of the two following lines, depending on user settings // First allows browser-native MathML display, second forces HTML/CSS // config: ["MMLorHTML.js"], jax: ["input/TeX"], jax: ["input/TeX", "output/HTML-CSS"], extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js", "TeX/noUndefined.js"], tex2jax: { inlineMath: [ ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"], ["\\begin{displaymath}","\\end{displaymath}"] ], skipTags: ["script","noscript","style","textarea","pre","code"], ignoreClass: "tex2jax_ignore", processEscapes: false, processEnvironments: true, preview: "TeX" }, showProcessingMessages: true, displayAlign: "center", displayIndent: "2em", "HTML-CSS": { scale: 100, availableFonts: ["STIX","TeX"], preferredFont: "TeX", webFont: "TeX", imageFont: "TeX", showMathMenu: true, }, MMLorHTML: { prefer: { MSIE: "MML", Firefox: "MML", Opera: "HTML", other: "HTML" } } }); /*]]>*///--> </script> </head> <body> <div id="content"> <h1 class="title">测试</h1> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#sec-1">1. 泰戈尔的肖像</a></li> <li><a href="#sec-2">2. 达芬奇的密码</a></li> <li><a href="#sec-3">3. 房租价格</a> <ul> <li><a href="#sec-3-1">3.1. 租房价格一览表</a></li> </ul> </li> </ul> </div> </div> <div id="outline-container-sec-1" class="outline-2"> <h2 id="sec-1"><span class="section-number-2">1</span> 泰戈尔的肖像</h2> <div class="outline-text-2" id="text-1"> <p> \[ x^2 + y^2 = z^2 \] </p> </div> </div> <div id="outline-container-sec-2" class="outline-2"> <h2 id="sec-2"><span class="section-number-2">2</span> 达芬奇的密码</h2> </div> <div id="outline-container-sec-3" class="outline-2"> <h2 id="sec-3"><span class="section-number-2">3</span> 房租价格</h2> <div class="outline-text-2" id="text-3"> </div><div id="outline-container-sec-3-1" class="outline-3"> <h3 id="sec-3-1"><span class="section-number-3">3.1</span> 租房价格一览表</h3> <div class="outline-text-3" id="text-3-1"> <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> <col class="right" /> <col class="left" /> <col class="left" /> </colgroup> <thead> <tr> <th scope="col" class="right">price</th> <th scope="col" class="left">location</th> <th scope="col" class="left">hyperlink</th> </tr> </thead> <tbody> <tr> <td class="right">6660</td> <td class="left">慧忠里,安立路下方1000米</td> <td class="left"><a href="http://www.ziroom.com/x/710216913.html">http://www.ziroom.com/x/710216913.html</a></td> </tr> <tr> <td class="right">7390</td> <td class="left">科学园南里,奥林匹克下方900米</td> <td class="left"><a href="http://www.ziroom.com/x/754741756.html">http://www.ziroom.com/x/754741756.html</a></td> </tr> <tr> <td class="right">7290</td> <td class="left">安翔里,北沙滩下方1400米</td> <td class="left"><a href="http://www.ziroom.com/x/781113049.html">http://www.ziroom.com/x/781113049.html</a></td> </tr> <tr> <td class="right">7490</td> <td class="left">华严北里,健德门上方1000米</td> <td class="left"><a href="http://www.ziroom.com/x/713683790.html">http://www.ziroom.com/x/713683790.html</a></td> </tr> <tr> <td class="right">6990</td> <td class="left">安慧北里秀园,大屯路东下方700米</td> <td class="left"><a href="https://www.danke.com/room/136139650.html">https://www.danke.com/room/136139650.html</a></td> </tr> <tr> <td class="right">6750</td> <td class="left">双泉堡,北沙滩站700米</td> <td class="left"><a href="https://www.danke.com/room/1295455439.html">https://www.danke.com/room/1295455439.html</a></td> </tr> <tr> <td class="right">7000</td> <td class="left">科荟路,林萃桥站下方1600米</td> <td class="left"><a href="https://bj.58.com/zufang/42778769645072x.shtml?houseId=1553640830428165&shangquan=aolinpikegognyuan&shangquanId=5994&dataSource=0&iuType=j_1&PGTID=0d300008-0176-a22b-bfec-8a8adac8bea1&ClickID=6">https://bj.58.com/zufang/42778769645072x.shtml?houseId=1553640830428165&shangquan=aolinpikegognyuan&shangquanId=5994&dataSource=0&iuType=j_1&PGTID=0d300008-0176-a22b-bfec-8a8adac8bea1&ClickID=6</a></td> </tr> <tr> <td class="right">6000</td> <td class="left">汽修一厂,北沙滩上方1500米</td> <td class="left"><a href="https://bj.58.com/zufang/42696429327398x.shtml?houseId=1537495448641545&shangquan=aolinpikegognyuan&shangquanId=5994&dataSource=0&iuType=j_1&PGTID=0d300008-0176-a22b-bfec-8a8adac8bea1&ClickID=8">https://bj.58.com/zufang/42696429327398x.shtml?houseId=1537495448641545&shangquan=aolinpikegognyuan&shangquanId=5994&dataSource=0&iuType=j_1&PGTID=0d300008-0176-a22b-bfec-8a8adac8bea1&ClickID=8</a></td> </tr> </tbody> </table> </div> </div> </div> </div> </body> </html>
index.html
intrepion/sign-up-template-foundation
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Template Foundation</title> <link rel="icon" type="image/png" href="images/favicon.png" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/6.1.2/foundation.min.css" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.min.css" /> <link rel="stylesheet" href="styles/outline.css" /> </head> <body> <div class="top-bar"> <div class="top-bar-left"> <a href="index.html"><img alt="Company Logo" src="images/logo-small.png" /></a> </div> <div class="top-bar-right"> <ul class="menu"> <li><a href="sign-in.html">Sign In</a></li> <li><a class="button" href="sign-up.html">Sign Up</a></li> </ul> </div> </div> <div class="callout large"> <div class="row column text-center"> <h1>Providing Best-In-Class Stakeholder Workflow Visibility by Unpacking Cooperative Learning</h1> <p class="lead">If you have to ask, you'll never know.</p> <a href="sign-in.html" class="button large hollow">Sign In</a> <a href="sign-up.html" class="button large">Sign Up</a> </div> </div> <div class="row"> <div class="medium-6 columns medium-push-7"> <img alt="Company Logo" src="images/logo.png" /> </div> <div class="medium-6 columns medium-pull-6"> <h2>Our company is your company. But still ours. Not yours.</h2> <p>At Company, we strive to be leaders at spinning up project-based learning as well as measuring return on investment in real-time. This means being innovative with Enterprise Content Management in order to help move forward digital literacy. As a citizen of information society, we use a customer-centric mindset to empower higher-order thinking involving datafication.</p> </div> </div> <div class="row"> <div class="medium-4 columns"> <h3>Sensorization</h3> <p>We do a mashup of data mining and fuzzy logic on user generated content. That gets stored in the cloud. We then retrieve it as big data with bleeding edge cross-platform nanotechnology.</p> </div> <div class="medium-4 columns"> <h3>Scalability</h3> <p>At the end of the day, organic growth can only be leveraged if we peel back the onion and pick the low hanging fruit. This enables us to streamline hyperlocal rightshoring.</p> </div> <div class="medium-4 columns"> <h3>Disruptive Technologies</h3> <p>We're eating our own dog food and herding cats to give you a seamless immersion between viral mindshares and folksonomy. We have a social currency that will bring buzzwords to the next generation.</p> </div> </div> <hr /> <div class="row column"> <h3>Some Empty Boxes</h3> </div> <div class="row medium-up-3 large-up-4"> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> <div class="column"> <img alt="empty box" class="thumbnail" src="http://placehold.it/550x550" /> </div> </div> <hr /> <footer> <div class="row expanded"> <div class="medium-9 columns"> <ul class="menu"> <li><span class="footer-item">Follow Us:</span></li> <li><a href="#"><span class="fi-social-twitter"></span></a></li> <li><a href="#"><span class="fi-social-facebook"></span></a></li> <li><a href="#"><span class="fi-social-youtube"></span></a></li> <li><a href="#"><span class="fi-social-instagram"></span></a></li> <li><a href="#"><span class="fi-social-pinterest"></span></a></li> </ul> </div> <div class="medium-3 columns"> <ul class="menu"> <li><a href="terms.html">Terms</a></li> <li><a href="privacy.html">Privacy</a></li> <li><span class="footer-item">&copy;9999 Company</span></li> </ul> </div> </div> </footer> </body> </html>
public/Windows 10 x64 (18363.720)/_DBGKD_READ_WRITE_IO_EXTENDED32.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.720)</h4><br> <h2>_DBGKD_READ_WRITE_IO_EXTENDED32</h2> <font face="arial"> +0x000 DataSize : Uint4B<br> +0x004 InterfaceType : Uint4B<br> +0x008 BusNumber : Uint4B<br> +0x00c AddressSpace : Uint4B<br> +0x010 IoAddress : Uint4B<br> +0x014 DataValue : Uint4B<br> </font></body></html>
map.html
CodeWhisperers/frontend
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>eQuest</title> <!-- Bootstrap core CSS --> <link href="assets/styles/app.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[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> <!-- NAVBAR ================================================== --> <body> <!-- NAVBAR --> <nav class="navbar navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle masthead-toggle" data-recalc="false" data-toggle="offcanvas" data-target="#offcanvas" data-canvas=".canvas"> <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 pull-right" href="index.html">eQuest</a> </div> </div> </nav> <!-- //NAVBAR// --> <!-- SIDEBAR --> <div class="canvas"> <nav id="offcanvas" class="navmenu navmenu-inverse navmenu-fixed-left navmenu-site offcanvas" role="navigation"> <div class="container"> <div id="navbar" class="navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="quests.html"><i class="fa fa-star"></i> Quests</a></li> <li><a href="profile.html"><i class="fa fa-user"></i> Profile</a></li> <li><a href="#"><i class="fa fa-qrcode"></i> QR Reader</a></li> <li><a href="map.html"><i class="fa fa-street-view"></i> Map</a></li> </ul> </div> </div> </nav> </div> <!-- //SIDEBAR// --> <!-- CONTENT --> <div class="main-quest success"> <i class="fa fa-star fa-5x"></i> <h1>CONGRATS!</h1> <p class="lead">You're now level 1!!!</p> </div> <!-- //CONTENT// --> <!-- FOOTER --> <footer> <p>Welcome, Daniel!<span>LVL 1 - PHP Paladin</span></p> </footer> <!-- //FOOTER// --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="bower_components/jasny-bootstrap/dist/js/jasny-bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:rational/8.4.dev/index.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 class="active"><a href="">8.4pl4 / contrib:rational 8.4.dev</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:rational <small>8.4.dev</small></h1> <table class="table table-striped text-center"> <thead> <tr> <td>Date</td> <td>Time</td> <td>Relative</td> <td>Status</td> </tr> </thead> <tbody> <tr> <td>2015-01-30</td> <td>06:22:40</td> <td><script>document.write(moment("2015-01-30 06:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2015-01-30_06-22-40.html">41 s</a></td> </tr> <tr> <td>2015-01-06</td> <td>22:16:02</td> <td><script>document.write(moment("2015-01-06 22:16:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2015-01-06_22-16-02.html">40 s</a></td> </tr> <tr> <td>2014-12-12</td> <td>20:53:37</td> <td><script>document.write(moment("2014-12-12 20:53:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-12-12_20-53-37.html">40 s</a></td> </tr> <tr> <td>2014-12-05</td> <td>05:10:05</td> <td><script>document.write(moment("2014-12-05 05:10:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-12-05_05-10-05.html">40 s</a></td> </tr> <tr> <td>2014-11-29</td> <td>03:38:54</td> <td><script>document.write(moment("2014-11-29 03:38:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-11-29_03-38-54.html">40 s</a></td> </tr> <tr> <td>2014-11-21</td> <td>12:12:52</td> <td><script>document.write(moment("2014-11-21 12:12:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-11-21_12-12-52.html">40 s</a></td> </tr> <tr> <td>2014-11-19</td> <td>11:05:16</td> <td><script>document.write(moment("2014-11-19 11:05:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2014-11-19_11-05-16.html">Uninstallation error</a></td> </tr> </tbody> </table> </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>
src/todos/list/todo-list.html
SachaCR/AureliaPlayground
<template> <require from="todos/todo/todo"></require> <h1>${heading}</h1> <form submit.trigger="addTodo()"> <input type="text" value.bind="todoDescription"> <button type="submit">Add Todo</button> </form> <ul> <li repeat.for="todo of todos"> <Todo description.bind="todo.description" done.bind="todo.done"></Todo> <button click.trigger="removeTodo(todo) "> Remove </button> </li> </template>
public/assets/bDash.html
mattfili/Angular-Foundation-Mongo-Express-Boilerplate
<div class="grid-block"> <div class="grid-content"> <h1>hey</h1> </div> </div>
app/views/edit-pcs/main-contact-address-2.html
sophieottaway/EA-New
{{<layout}} {{$pageTitle}} WEEE Prototype Environment {{/pageTitle}} {{$content}} <style> .noMargin { margin-bottom:10px; padding-bottom: 0px; } </style> <!-- #EndEditable --> </head> <body class=""> <script type="text/javascript">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> <!--end header--> <main id="content"> <div class="phase-banner"> <p> <strong class="phase-tag">BETA</strong> <span>This is a new service – your <a href="../new-user/feedback" target="_blank">feedback</a> will help us to improve it.</span> </p> </div> <!-- #BeginEditable "banner" --> <div class="grid-row"> <div class="column-half"> <div class="breadcrumb-title-display font-xsmall"> <ul> <li> <a href="">Activity</a>: View producer details </li> <li> <a href="which-scheme">Organisation:</a> Demo Scheme 1 </li> </ul> </div> </div> <div class="column-half"> <div class="username-title-display font-xsmall"> <ul> <li> <div class="text-secondary">Signed in as: <span class="username-format">Sophie Ottaway</span></div> </li> <li> <form action="/weee/1/account/sign-out" id="logoutForm" method="post"> <input name="__RequestVerificationToken" type="hidden" value="X8BvF4Z88cI5XLLUFn7SKdcUIqwAVVQgd01RgxXsO0vvVM63al1e7k8F-EfcqjiuJgu4nEF1Tfuwh62y5ZPkCZZ40VdocI3ASY3OcVedTMyBGr-HLant0AozyRQWMmqTm4BkhI28IyFhjlRHO2V0vg2" /> <button class="link-submit" id="link-sign-out" type="submit">Sign out</button> </form> </li> </ul> </div> </div> </div> <div class="account-link-banner"></div> <!-- #EndEditable --> <div class="grid-row"> <div class="column-two-thirds"> <section id="main-content"> <header class="hgroup"> <h1 class="heading-xlarge noMargin"> <!-- #BeginEditable "header" --> Demo Scheme 2 <!-- #EndEditable --> </h1> <a href="which-scheme">Select a different PCS</a> </header> <!-- ========================================================================================================== --> <!-- ========================================================================================================== --> <!-- ========================================================================================================== --> <!-- #BeginEditable "body" --> <div class="section-tabs js-tabs"> <ul> <li> <a id="pcs-details-tab" href="index-3">PCS details</a> </li> <li> <a id="organisation-details-tab" href="organisation-details-2">Organisation details</a> </li> <li class="active"> <h1> <a id="contact-details-tab" href="contact-details-2">Contact details</a> </h1> </li> <li> <a id="notice-details-tab" href="notice-details-2">Notice details</a> </li> </ul> </div> <h2 class="heading-medium"> Edit organisation contact details </h2> <form method="post"><div class='error-summary-valid' data-valmsg-summary='true'> <ul class='error-summary-list'> <li style='display:none'></li> </ul> </div> <div class="form-instruction"> </div> <input id="Address_RowVersion" name="Address.RowVersion" type="hidden" value="" /> <div class="form-group"> <label class="form-label" for="Address_Address1">Address line 1 </label> <input class="form-control" id="Address_Address1" maxlength="35" name="Address.Address1" type="text" value="1 Demo Address" /> </div> <div class="form-group"> <label class="form-label" for="Address_Address2">Address line 2 (optional)</label> <input class="form-control" id="Address_Address2" maxlength="35" name="Address.Address2" type="text" value="Demo Street" /> </div> <div class="form-group"> <label class="form-label" for="Address_TownOrCity">Town or city </label> <input class="form-control" id="Address_TownOrCity" maxlength="35" name="Address.TownOrCity" type="text" value="DemoTown" /> </div> <div class="form-group"> <label class="form-label" for="Address_CountyOrRegion">County or region (optional)</label> <input class="form-control" id="Address_CountyOrRegion" maxlength="35" name="Address.CountyOrRegion" type="text" value="" /> </div> <div class="form-group"> <label class="form-label" for="Address_Postcode">Postcode (optional)</label> <input class="form-control" id="Address_Postcode" maxlength="10" name="Address.Postcode" type="text" value="DE1 MM0" /> </div> <div class="form-group countries"> <label class="form-label" for="Address_CountryId">Country </label> <select autocomplete="false" class="form-control" id="Address_CountryId" name="Address.CountryId"><option value=""></option> <option value="cf57bdaa-bcf0-48c5-ac6f-662d24df68bf">Afghanistan</option> <option value="a5d22c34-f99f-4811-9c58-a1ac1989b47c">Åland Islands</option> <option value="81e1738e-1cfe-4625-9df8-90ffd5dfd943">Albania</option> <option value="cf05a8b0-ea89-4b6d-9ecf-599e94371d98">Algeria</option> <option value="5223fb91-cc90-44e9-8383-94ff383baa00">American Samoa</option> <option value="2f36fdcc-6eed-48fa-b9b2-1b5e3d4bdfee">Andorra</option> <option value="48f80f67-02f7-4b1c-a9b6-d268fb855cac">Angola</option> <option value="db1a8be4-80f1-4940-b006-11ba74c4e649">Anguilla</option> <option value="44417dda-c5a1-4884-9a01-8e0cacc865fb">Antarctica</option> <option value="75ae079b-3299-4de1-a7bc-d4590adb0b37">Antigua and Barbuda</option> <option value="015c233b-f7c6-4e87-8c9d-509cbe19b507">Argentina</option> <option value="0bfef5c2-3e28-4e08-ba89-b387c39d6718">Armenia</option> <option value="9950fc05-804a-4287-9e64-8c6dd9e9032a">Aruba</option> <option value="ddc6551c-d9b2-465c-86dd-670b7d2142c2">Australia</option> <option value="1a3414cf-d96e-4926-9b7a-2f8ea59bd98f">Austria</option> <option value="b5ebe1d1-8349-43cd-9e87-0081ea0a8463">Azerbaijan</option> <option value="0bb8b6a4-1b19-4c76-b7b6-d6659a5a134b">Bahamas</option> <option value="48facfef-22f5-4918-9098-fc545eff7ef8">Bahrain</option> <option value="699086d0-7031-4ec9-85e2-ffa836bf7b05">Bangladesh</option> <option value="1d6b469f-6a54-4440-8796-5468d6987912">Barbados</option> <option value="703c690c-825b-4c44-9a23-3688ff4697b9">Belarus</option> <option value="e10118b3-0feb-40f5-827f-61ae3520611e">Belgium</option> <option value="5954474e-66c1-4ae2-859e-f37509dc3da6">Belize</option> <option value="31a0c2fa-d9e0-43ac-8674-ba9e5ebe7635">Benin</option> <option value="306c4714-c207-4077-a742-057a20ff0bf3">Bermuda</option> <option value="b89a375e-0cda-4466-a65e-94e7a65cf86b">Bhutan</option> <option value="49deca1e-2ed1-4f31-b0c7-d1b3d3409868">Bolivia</option> <option value="64c8abad-3490-4f88-8a48-69b22ff484f3">Bonaire, Sint Eustatius and Saba</option> <option value="ab8a3abf-c0f7-4735-b145-812d0185fc10">Bosnia and Herzegovina</option> <option value="0dd1cdd0-4225-44c0-ad7e-a606089d492e">Botswana</option> <option value="3d442c19-cfcc-4785-acba-01b4a9c7496e">Bouvet Island</option> <option value="b73c4f7f-b946-4828-84a9-92fc9f81c3b9">Brazil</option> <option value="cb866d5c-7817-4b27-9d8a-8a92fab61488">British Indian Ocean Territory</option> <option value="0321bd73-4e02-4f4b-9847-412ea3ef8a34">Brunei Darussalam</option> <option value="b45070d6-a073-413b-9883-5e181895d5ac">Bulgaria</option> <option value="af5f5919-5da1-441e-938a-3a6d307f4c13">Burkina Faso</option> <option value="62dce536-941c-4f14-abd8-818b41ceb864">Burundi</option> <option value="2889c722-75a9-4cac-ab66-2b1534dc7374">Cabo Verde</option> <option value="24c8b1df-aef1-4720-acc6-c1a80202d273">Cambodia</option> <option value="0b3c6f53-a968-42bb-8784-bedb03cdfadf">Cameroon</option> <option value="0242ebcf-7f85-4dbb-a420-3cb9bca798c9">Canada</option> <option value="ccb802eb-375f-4269-8440-dbc2b5a0c1fa">Cayman Islands</option> <option value="0b89732e-4b33-421f-9352-f58d825c8a69">Central African Republic</option> <option value="299325a9-5bc9-4041-a967-68829542d4ff">Chad</option> <option value="8158f05a-d00b-47af-8ad1-1ff457cdb0c9">Chile</option> <option value="21168cc4-0933-412e-876c-654f2381f3fd">China</option> <option value="3e0184c2-35ba-4941-ade1-a8800b44fe14">Christmas Island</option> <option value="9db39510-4ee9-4fe6-9385-d42e2ee4a736">Cocos (Keeling) Islands</option> <option value="c4b471cb-f71b-4906-85f1-d48d25825028">Colombia</option> <option value="a708894d-cfbe-471c-8e59-b74cdcf39c26">Comoros</option> <option value="73848791-d517-44d7-ba7d-4408522081dc">Congo</option> <option value="60a9faec-f0ad-4e8d-8fed-a57370d46aee">Congo, Democratic Republic of</option> <option value="9e7aa137-71ae-4395-83a9-c3d0b08df7a8">Cook Islands</option> <option value="85d806ee-615a-44b8-a904-7f1f164036d4">Costa Rica</option> <option value="5442bc62-88cc-42ea-bd34-ff939914912b">Côte d&#39;Ivoire</option> <option value="3de3a637-bf2d-4691-bf38-0bf917fdb5f7">Croatia</option> <option value="7be7d3f4-c984-44ef-b7cf-72614cc64707">Cuba</option> <option value="01244b26-e11b-4824-8f6f-cecef8f11f86">Curaçao</option> <option value="22902e7e-42ca-4643-bda2-86387ccb65d3">Cyprus</option> <option value="ac5b6adb-3dab-4bdd-ab4d-3f92cbaaed02">Czech Republic</option> <option value="799b6e77-f8a2-47e0-85eb-2b6a21c3b678">Denmark</option> <option value="c454ccb7-e1c7-48f4-83ec-5b4aac472ce8">Djibouti</option> <option value="c464595d-d6bc-4ac2-8565-6c9559280d25">Dominica</option> <option value="e847d179-c848-470b-90c2-cd5dadd8f406">Dominican Republic</option> <option value="b37b38de-04ad-400e-be6b-e5b3f4bb2355">Ecuador</option> <option value="04191657-43ad-4b9f-84a8-383f55ab5d88">Egypt</option> <option value="e2002a68-37a9-4715-8e09-87d2ea9f20f4">El Salvador</option> <option value="b30fab3b-7e0e-4372-8eff-f9eb01df44cd">Equatorial Guinea</option> <option value="48140b61-bf30-4b09-a409-fe0aca197d20">Eritrea</option> <option value="cade06a7-8c9d-4720-a92a-853dfecdb8c3">Estonia</option> <option value="5c39091e-dbe6-4007-b467-63697bd5505a">Ethiopia</option> <option value="40fec43d-abba-456f-aa8c-835d7a558364">Falkland Islands, the Malvinas</option> <option value="bf333898-e923-488d-a0df-7f1d2cf9808b">Faroe Islands</option> <option value="a2c0a4d9-d5a5-48a8-bc57-fcb06d77979d">Fiji</option> <option value="128b59f9-43f2-40c3-ab0b-afc38bbd0250">Finland</option> <option value="3ef4f2fc-a090-42c4-90e8-e2916090d2c4">France</option> <option value="8eb15995-17cc-4622-8c90-f7d76c872329">French Guiana</option> <option value="0272d805-18a4-45d4-934c-f589df5cad53">French Polynesia</option> <option value="255da01f-e0b7-4f12-91d8-0e11866f72c2">French Southern Territories</option> <option value="094b1411-6bd9-4cfe-9bf1-65b75684ceef">Gabon</option> <option value="a5998090-2831-44ac-9c9d-e113e41b8620">Gambia</option> <option value="1b7134f7-1070-4ff9-ade1-2f0a156a0ad7">Georgia</option> <option value="e6dd6923-c7a4-44a8-bbe2-d27201341ddb">Germany</option> <option value="3dd6acaa-d6b5-4fde-b1ad-2bc8cdabf214">Ghana</option> <option value="c915d5f8-fcc5-4a50-8ecf-bfb332f30423">Gibraltar</option> <option value="5cde6128-0106-4258-abdc-2215e47d738f">Greece</option> <option value="7d5101e1-886c-4415-8bb7-04ea786aaa29">Greenland</option> <option value="77042f31-4398-47b6-8fd6-964ffe013108">Grenada</option> <option value="87085a03-a7b5-42f8-9ef5-0396e6a61c18">Guadeloupe</option> <option value="2fa30452-8ce7-409d-9965-17485e606b55">Guam</option> <option value="98b99de4-b5c5-4645-abc0-23e8feedeb12">Guatemala</option> <option value="4c178840-8cc6-4fff-bcf9-873c79fa0a4c">Guernsey</option> <option value="a0f80530-1985-4b78-b1a3-6ffb658706da">Guinea</option> <option value="8341c530-9665-4681-8796-25cc43d33b5e">Guinea-Bissau</option> <option value="0ba5c4bf-6d02-4f37-9e8f-925355b284e6">Guyana</option> <option value="ecc19611-a814-48f0-a839-10a81d01ae34">Haiti</option> <option value="4bc03f38-0650-41ff-b18a-cdb73b4721cb">Heard Island and McDonald Islands</option> <option value="53e5f60f-4881-4d77-8399-96e7f5fcf543">Holy See</option> <option value="f3930903-4e63-4ffa-b896-3e3ffa9c75ec">Honduras</option> <option value="5e5a825e-f760-4274-a6ee-9d4277d4c306">Hong Kong</option> <option value="3bdea7f1-043a-41d9-9de4-257a83aa6199">Hungary</option> <option value="4d23a300-ae2c-4cc4-9cab-750dac493761">Iceland</option> <option value="70ffb285-e370-4537-a39c-b5ada48d3121">India</option> <option value="7d0c054b-d16f-4f41-950f-32d28913deb8">Indonesia</option> <option value="771c2c73-3d21-4375-9c50-fd6cb2ad3111">Iran, Islamic Republic of</option> <option value="4e17c6e3-fb25-49ae-ad6c-aa20b38404b2">Iraq</option> <option value="595a6a95-4991-4926-9e34-655fe9c17b1e">Ireland</option> <option value="cb46df14-8bd9-44b7-89f4-2a62a74315ae">Isle of Man</option> <option value="cb0e7142-fe1f-4fb8-83f4-4fc725200520">Israel</option> <option value="ac82340a-f45f-46ff-8c10-478c6d6d16f3">Italy</option> <option value="4765594d-445e-4c1e-ba8b-201189c6c850">Jamaica</option> <option value="798c89e8-bf1f-40db-b18f-5324852d802b">Japan</option> <option value="3f944f2d-c2ad-4f08-b061-368456d1f839">Jersey</option> <option value="fd4161e8-4f7c-432c-8cf3-80449b8536eb">Jordan</option> <option value="93c2a0f2-f398-47c0-b351-0d6318783a14">Kazakhstan</option> <option value="af7aece3-d4b6-4cb9-b31c-371950cdb5c8">Kenya</option> <option value="bc2ae316-42d1-41aa-a4af-0803bd69a795">Kiribati</option> <option value="0fe271db-6740-41e8-95ee-665fa52da2ce">Korea, the Democratic People&#39;s Republic of</option> <option value="537a61de-09bb-446b-85cb-2dd7b8c2fe28">Korea, the Republic of</option> <option value="84035b4e-e2a1-4365-b241-5741dd1ad330">Kuwait</option> <option value="4645f31e-f364-4cd2-8bb2-9303dc94e30e">Kyrgyzstan</option> <option value="4423ea2d-9dcb-4a21-b068-6d9c7e5e6502">Lao People&#39;s Democratic Republic</option> <option value="cd5a7d7c-0af1-400e-9c5d-f437cdebdb11">Latvia</option> <option value="4a1575de-a992-48bb-bd00-450482dadba1">Lebanon</option> <option value="a1a45927-2a08-4aa5-ab6b-ac7b25d0e963">Lesotho</option> <option value="c078fa8a-cba7-4546-b533-df76c9f17bc8">Liberia</option> <option value="294b9b2d-6f71-4ad4-bd6e-6f8708a4209b">Libya</option> <option value="34dced88-6e38-47f2-9686-3f2f87203e7f">Liechtenstein</option> <option value="54bf9fee-7e70-4ed0-ae80-2aca5ec1e83b">Lithuania</option> <option value="33947377-48b6-4f9e-bf99-9c9e72c9ad76">Luxembourg</option> <option value="01c87b74-25be-4631-84b4-a9ce26ef0050">Macau</option> <option value="2f0443e8-b680-40cf-b1aa-f78d65c34110">Macedonia, the former Yugoslav Republic of</option> <option value="4b75af12-e364-4592-9909-e53ec1a09bcc">Madagascar</option> <option value="f1427bc0-0f48-442b-8484-68fea6702d62">Malawi</option> <option value="d74a0614-9ba8-4744-aa86-c0bc2e3d9f7b">Malaysia</option> <option value="ccf7e6a4-b776-4e99-9f4e-d35e618f8bdf">Maldives</option> <option value="6b2a756a-c6f3-4a11-ab33-088d807b10ed">Mali</option> <option value="53e92aef-3de7-4be0-be0f-900d3c54158c">Malta</option> <option value="6c15a18a-dd5b-4aa8-b6f5-ff74f3f902df">Marshall Islands</option> <option value="cfbd6784-2274-4fc0-80c5-ce30bb3fe2cd">Martinique</option> <option value="ad5b96d3-578e-45b4-bf78-435e1b94045d">Mauritania</option> <option value="479c8899-219d-4fb1-80cf-d77142598cd6">Mauritius</option> <option value="8d2966cd-1b7a-4ed1-8bdf-a3c5ab7a6de1">Mayotte</option> <option value="6c27a9dc-5fac-464a-b35d-b019d9c97ad6">Mexico</option> <option value="9f4d7a1c-f4bb-4c13-a04c-62ab5b0ce5d4">Micronesia, Federated States of</option> <option value="dae94dc0-b14b-427a-9730-94f77b38d886">Moldova</option> <option value="aec0b33e-f450-466c-972d-35acb8e28131">Monaco</option> <option value="e9d49a40-d597-4d53-890d-368ba3e36e13">Mongolia</option> <option value="f1ef4a0e-868d-4e13-b233-fed58694e1b5">Montenegro</option> <option value="80d3ba44-f6da-455f-955a-c70d21204a8e">Montserrat</option> <option value="b022f766-4bea-4ff5-a685-cfa849e35428">Morocco</option> <option value="769dac1f-66bf-472e-983e-4e33163cfb75">Mozambique</option> <option value="4f089ff3-5242-4948-af10-88cb03377752">Myanmar</option> <option value="a34fb9a2-8c39-43f0-9d56-a737f839a5de">Namibia</option> <option value="1973d433-0741-41e0-be45-687209f93eb0">Nauru</option> <option value="00cae49c-9e87-426b-9296-f1fd3983ec52">Nepal</option> <option value="46a8d2b9-f875-48b0-80a5-c9e733b14365">Netherlands</option> <option value="9c79a5b7-b3cf-4c7e-a55a-7336f6dd195b">New Caledonia</option> <option value="14534e29-0af2-424e-973a-ae9f42813862">New Zealand</option> <option value="062e2984-a3bf-4424-94e8-318c6ef4b973">Nicaragua</option> <option value="e9c59e76-6635-4e1b-8132-46da108a9ac1">Niger</option> <option value="6274c893-7282-4961-84de-c349547b569c">Nigeria</option> <option value="fb536349-010d-441e-aadb-697f085d783a">Niue</option> <option value="90e538bd-f39e-4c96-8162-647e3d231640">Norfolk Island</option> <option value="0244cbce-1951-4555-9e89-60ce9073957a">Northern Mariana Islands</option> <option value="b5842760-4f32-4253-93e3-de541d8cbd9e">Norway</option> <option value="e25b8cc8-8ee4-4e22-9b82-62b7249bdf80">Oman</option> <option value="68696da0-2cb7-4559-b2d7-052074e1edd1">Pakistan</option> <option value="8d068753-1668-4c38-adee-a1ea6ab53199">Palau</option> <option value="86a5b651-7e18-4195-a1a4-a0339b42de6f">Palestine, State of</option> <option value="f7716a81-7643-4c24-9319-f461ad334025">Panama</option> <option value="0c77fe7a-7e72-40dc-ad10-de0bad5a2a98">Papua New Guinea</option> <option value="e976714e-a1ae-4669-8c8f-2b7b93abbc38">Paraguay</option> <option value="4812280d-1637-4b42-b0b1-d735d3f3efc4">Peru</option> <option value="da846d81-9416-4851-9956-8ba1ed464a65">Philippines</option> <option value="2c77dce1-cd59-40cb-b95e-f7209c9dad4c">Pitcairn</option> <option value="5b2c5853-19d5-4036-9747-5f2e92c2c450">Poland</option> <option value="df860dd5-db05-4458-ba3a-f5631a94f55d">Portugal</option> <option value="e8751c0c-50d8-4a3e-8505-d1a674769d93">Puerto Rico</option> <option value="320d6c8f-36e9-4860-b370-df76a804d6b6">Qatar</option> <option value="52254502-9c8e-4868-833c-889b7a661bd6">Réunion</option> <option value="1b68f670-7f2c-4b36-ad85-e8b93114afac">Romania</option> <option value="bd65dc5e-5378-433e-80fd-2fedb656efe4">Russian Federation</option> <option value="4350ba96-0669-4914-a8b3-33f02c0b8bdf">Rwanda</option> <option value="5534ded1-7068-430c-967a-a832c1900b52">Saint Barthélemy</option> <option value="6ba398e1-3ae1-4b43-bd9d-d8d944baad87">Saint Helena, Ascension and Tristan da Cunha</option> <option value="750e328a-7a9f-4719-98ac-05aa629e382d">Saint Kitts and Nevis</option> <option value="673661c9-6a21-46ff-80a6-dcb172334df2">Saint Lucia</option> <option value="010e65e3-27c9-45bd-9de8-c566077ac4af">Saint Pierre and Miquelon</option> <option value="f7bc3a22-a240-4dd4-ab19-f978c3700018">Saint Vincent and the Grenadines</option> <option value="5cd05424-f380-47e1-a0cc-12ea73c86632">Saint-Martin (France)</option> <option value="5440e147-d989-4468-8927-75bc1493fb19">Samoa</option> <option value="49dee7cc-4dd9-4a8c-8b3f-0d3dcfc0e4f0">San Marino</option> <option value="514e4ea0-4704-4068-9e56-31fa492eb6b2">Sao Tome and Principe</option> <option value="a85ad242-cb6b-4fbd-8754-ddfec5403614">Saudi Arabia</option> <option value="2fd3ba5e-4c9d-471f-857a-66fd07172f69">Senegal</option> <option value="7b815054-350d-4604-b83d-389566960b0e">Serbia</option> <option value="2739792d-e2c7-4a3d-b5ca-7c8947d4e9f5">Seychelles</option> <option value="54bb5de0-4476-420b-900d-33568cef6b45">Sierra Leone</option> <option value="f51d8be3-b4a4-486c-baf7-650a0b52523b">Singapore</option> <option value="ea004417-2088-4da3-9c7e-2c786f1c0afd">Sint Maarten (Dutch part)</option> <option value="c3ab3fc3-c6cc-41de-bb63-de33fc81a3ae">Slovakia</option> <option value="5f91a3f9-5e4d-4687-84b1-4da81b084444">Slovenia</option> <option value="b8d77fb4-3b71-48e8-bd49-eeac848155f5">Solomon Islands</option> <option value="d217ccbc-6a67-4432-8d3f-b2ccf927d5e9">Somalia</option> <option value="44314112-7114-438d-b0ed-09ffe7f73655">South Africa</option> <option value="35d4e623-9ba4-4430-b541-5218c6b1622c">South Georgia and the South Sandwich Islands</option> <option value="c7439f4d-d266-43fe-afc5-c215c42a30cc">South Sudan</option> <option value="66646128-8521-4a5a-9311-e9e41ff6c616">Spain</option> <option value="e2d91f16-335f-48cb-9b3d-8f0a3e1dc895">Sri Lanka</option> <option value="11f3c6f1-69ac-4b3f-a444-21f46b31000f">Sudan</option> <option value="78d22fad-15d1-45df-9f70-0316d96027d0">Suriname</option> <option value="075d366b-74b5-485b-a603-3f5c9bae2a46">Svalbard and Jan Mayen Islands</option> <option value="9ae85d79-fafb-490c-9b69-eb910538b4ee">Swaziland</option> <option value="ecdf2a74-738b-4d55-b861-00bcdc420cc2">Sweden</option> <option value="d9d59b40-0732-4403-8117-1b489e4ca2c2">Switzerland</option> <option value="3cb932c3-0cd6-4f0b-8580-a26f92a57951">Syria Arab Republic</option> <option value="fc79a308-97a3-4c2d-99e2-db31a3dd1422">Taiwan (Province of China)</option> <option value="9c33adb0-52f6-41d4-a557-3a5613a30c75">Tajikistan</option> <option value="8cfdaeac-1566-43e1-ad5f-9042f9ed40d5">Tanzania, United Republic of</option> <option value="8a774650-6996-40d9-8c00-980e00f2fede">Thailand</option> <option value="5d0cd1bc-e624-4ca3-89ba-e209586150c9">Timor-Leste</option> <option value="a26dc0bc-645b-4ab8-95a0-38291f3cda18">Togo</option> <option value="7c5c61a3-9e30-4813-9d7d-e062c02eb1ea">Tokelau</option> <option value="e625ed77-189a-4f96-b714-a32743ef21f4">Tonga</option> <option value="b0279e2d-44e0-44ca-a980-d5ba4b78325a">Trinidad and Tobago</option> <option value="9fcbfcd5-625a-4fa4-8387-b3178f2c287f">Tunisia</option> <option value="b20fde5b-688d-4804-b7a3-66f8dfe4ec6c">Turkey</option> <option value="ae7b6bd1-ae4d-4181-8256-719576968516">Turkmenistan</option> <option value="29f33272-c55f-4613-aa4a-ad1ab17654f6">Turks and Caicos Islands</option> <option value="2c89491d-33c7-413e-a1f4-62a49e0f7766">Tuvalu</option> <option value="c191d9b8-755a-4e2c-898f-6739f1f29af6">Uganda</option> <option value="184e1785-26b4-4ae4-80d3-ae319b103acb">UK - England</option> <option value="7bfb8717-4226-40f3-bc51-b16fdf42550c">UK - Northern Ireland</option> <option value="4209ee95-0882-42f2-9a5d-355b4d89ef30">UK - Scotland</option> <option value="db83f5ab-e745-49cf-b2ca-23fe391b67a8">UK - Wales</option> <option value="b2ba3ef1-dccf-4871-b0f5-a83335acbee5">Ukraine</option> <option value="b811df78-eaaa-44cb-aa9d-02da644d6ead">United Arab Emirates</option> <option value="51480c7f-f5cb-4367-b571-61cd45524487">United States Minor Outlying Islands</option> <option value="8aeef0f2-8e72-4ed6-8bfe-719baa5c462b">United States of America</option> <option value="92a1f401-59f0-4261-b734-e59cbdab1113">Uruguay</option> <option value="50f8b792-99ce-41b1-a9a8-f3cc35911b48">Uzbekistan</option> <option value="f72ac676-5ddb-4054-85c5-3bf571fec472">Vanuatu</option> <option value="ea42793c-dfb9-4a01-b2e9-d0f4956e4801">Venezuela (Bolivarian Repulic of)</option> <option value="398e7572-d4cd-4fac-8f59-eb890a7fe58c">Viet Nam</option> <option value="cc8d1a0f-33cc-4ff8-a9a5-1a6dbb7dc5cd">Virgin Islands (British)</option> <option value="9a496539-bdb1-4423-9f6b-8ab78aee002a">Virgin Islands (U.S.)</option> <option value="8359b37e-d4c5-449d-8e13-6233f2300df1">Wallis and Futuna</option> <option value="33490cd3-c7ea-4d4c-ad48-bffbe03f1ee7">Western Sahara</option> <option value="9287782c-7c38-46c3-aa68-fa046a8e8087">Yemen</option> <option value="65560a6e-8152-4873-8319-63fb2ccea7d0">Zambia</option> <option value="56c5f368-6be5-4af9-8434-d5e276740b3c">Zimbabwe</option> </select> </div> <div class="left-cleared"><input type="submit" value="Continue" class="button" /></div></form> </section> </div> </div> </main> {{/content}} {{$bodyEnd}} {{/bodyEnd}} {{/layout}}
_ng1_docs/0.2.18/partials/api/ui.router.state.$stateProvider.html
ui-router/ui-router.github.io
<a href="https://github.com/angular-ui/ui-router/edit/master/src/state.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-router/blob/1e46c8d/src/state.js#L22" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">$stateProvider</code> <div><span class="hint">service in module <code ng:non-bindable="">ui.router.state</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="ui-router-state-stateprovider-page"><p>The new <code>$stateProvider</code> works similar to Angular&#39;s v1 router, but it focuses purely on state.</p> <p>A state corresponds to a &quot;place&quot; in the application in terms of the overall UI and navigation. A state describes (via the controller / template / view properties) what the UI looks like and does at that place.</p> <p>States often have things in common, and the primary way of factoring out these commonalities in this model is via the state hierarchy, i.e. parent/child states aka nested states.</p> <p>The <code>$stateProvider</code> provides interfaces to declare these states for your app.</p> </div></div> <h2 id="dependencies">Dependencies</h2> <ul class="dependencies"><li><code ng:non-bindable=""><a href="#/api/ui.router.router.$urlRouterProvider">$urlRouterProvider</a></code> </li> <li><code ng:non-bindable=""><a href="#/api/ui.router.util.$urlMatcherFactoryProvider">$urlMatcherFactoryProvider</a></code> </li> </ul> <div class="member method"><h2 id="methods">Methods</h2> <ul class="methods"><li><a href="https://github.com/angular-ui/ui-router/blob/1e46c8d/src/state.js#L346" class="view-source icon-eye-open"> </a><h3 id="methods_decorator">decorator(name, func)</h3> <div class="decorator"><div class="ui-router-state-stateprovider-decorator-page"><p>Allows you to extend (carefully) or override (at your own peril) the <code>stateBuilder</code> object used internally by <code>$stateProvider</code>. This can be used to add custom functionality to ui-router, for example inferring templateUrl based on the state name.</p> <p>When passing only a name, it returns the current (original or decorated) builder function that matches <code>name</code>.</p> <p>The builder functions that can be decorated are listed below. Though not all necessarily have a good use case for decoration, that is up to you to decide.</p> <p>In addition, users can attach custom decorators, which will generate new properties within the state&#39;s internal definition. There is currently no clear use-case for this beyond accessing internal states (i.e. $state.$current), however, expect this to become increasingly relevant as we introduce additional meta-programming features.</p> <p><strong>Warning</strong>: Decorators should not be interdependent because the order of execution of the builder functions in non-deterministic. Builder functions should only be dependent on the state definition object and super function.</p> <p>Existing builder functions and current return values:</p> <ul> <li><strong>parent</strong> <code>{object}</code> - returns the parent state object.</li> <li><strong>data</strong> <code>{object}</code> - returns state data, including any inherited data that is not overridden by own values (if any).</li> <li><strong>url</strong> <code>{object}</code> - returns a <a href="#/api/ui.router.util.type:UrlMatcher">UrlMatcher</a> or <code>null</code>.</li> <li><strong>navigable</strong> <code>{object}</code> - returns closest ancestor state that has a URL (aka is navigable).</li> <li><strong>params</strong> <code>{object}</code> - returns an array of state params that are ensured to be a super-set of parent&#39;s params.</li> <li><strong>views</strong> <code>{object}</code> - returns a views object where each key is an absolute view name (i.e. &quot;viewName@stateName&quot;) and each value is the config object (template, controller) for the view. Even when you don&#39;t use the views object explicitly on a state config, one is still created for you internally. So by decorating this builder function you have access to decorating template and controller properties.</li> <li><strong>ownParams</strong> <code>{object}</code> - returns an array of params that belong to the state, not including any params defined by ancestor states.</li> <li><strong>path</strong> <code>{string}</code> - returns the full path from the root down to this state. Needed for state activation.</li> <li><strong>includes</strong> <code>{object}</code> - returns an object that includes every state that would pass a <code>$state.includes()</code> test.</li> </ul> </div><h5 id="methods_decorator_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>name</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ui-router-state-stateprovider-decorator-page"><p>The name of the builder function to decorate.</p> </div></td></tr><tr><td>func</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-decorator-page"><p>A function that is responsible for decorating the original builder function. The function receives two parameters:</p> <ul> <li><code>{object}</code> - state - The state config object.</li> <li><code>{object}</code> - super - The original builder function.</li> </ul> </div></td></tr></tbody></table><h5 id="methods_decorator_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-decorator-page"><p>$stateProvider - $stateProvider instance</p> </div></td></tr></table><h4 id="methods_decorator_example">Example</h4> <div class="example"><div class="ui-router-state-stateprovider-decorator-page"><pre class="prettyprint linenums"> // Override the internal 'views' builder with a function that takes the state // definition, and a reference to the internal function being overridden: $stateProvider.decorator('views', function (state, parent) { var result = {}, views = parent(state); angular.forEach(views, function (config, name) { var autoName = (state.name + '.' + name).replace('.', '/'); config.templateUrl = config.templateUrl || '/partials/' + autoName + '.html'; result[name] = config; }); return result; }); $stateProvider.state('home', { views: { 'contact.list': { controller: 'ListController' }, 'contact.item': { controller: 'ItemController' } } }); // ... $state.go('home'); // Auto-populates list and item views with /partials/home/contact/list.html, // and /partials/home/contact/item.html, respectively. </pre> </div></div> </div> </li> <li><a href="https://github.com/angular-ui/ui-router/blob/1e46c8d/src/state.js#L681" class="view-source icon-eye-open"> </a><h3 id="methods_state">state(name, stateConfig)</h3> <div class="state"><div class="ui-router-state-stateprovider-state-page"><p>Registers a state configuration under a given state name. The stateConfig object has the following acceptable properties.</p> </div><h5 id="methods_state_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>name</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ui-router-state-stateprovider-state-page"><p>A unique state name, e.g. &quot;home&quot;, &quot;about&quot;, &quot;contacts&quot;. To create a parent/child state use a dot, e.g. &quot;about.sales&quot;, &quot;home.newest&quot;.</p> </div></td></tr><tr><td>stateConfig</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p>State configuration object.</p> </div><table><thead><tr><th>Property</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>template <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='template'></a> html template as a string or a function that returns an html template as a string which should be used by the uiView directives. This property takes precedence over templateUrl.</p> <p>If <code>template</code> is a function, it will be called with the following parameters:</p> <ul> <li>{array.&lt;object&gt;} - state parameters extracted from the current $location.path() by applying the current state</li> </ul> <pre class="prettyprint linenums">template: "&lt;h1&gt;inline template definition&lt;/h1&gt;" + "&lt;div ui-view&gt;&lt;/div&gt;"</pre> <pre class="prettyprint linenums">template: function(params) { return "&lt;h1&gt;generated template&lt;/h1&gt;"; }</pre> </div></p> </div></td></tr><tr><td>templateUrl <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='templateUrl'></a></p> <p> path or function that returns a path to an html template that should be used by uiView.</p> <p> If <code>templateUrl</code> is a function, it will be called with the following parameters:</p> <ul> <li>{array.&lt;object&gt;} - state parameters extracted from the current $location.path() by applying the current state</li> </ul> <pre class="prettyprint linenums">templateUrl: "home.html"</pre> <pre class="prettyprint linenums">templateUrl: function(params) { return myTemplates[params.pageId]; }</pre> </div></td></tr><tr><td>templateProvider <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='templateProvider'></a> Provider function that returns HTML content string. <pre class="prettyprint linenums"> templateProvider: function(MyTemplateService, params) { return MyTemplateService.getTemplate(params.pageId); }</pre> </div></td></tr><tr><td>controller <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='controller'></a></p> <p> Controller fn that should be associated with newly related scope or the name of a registered controller if passed as a string. Optionally, the ControllerAs may be declared here. <pre class="prettyprint linenums">controller: "MyRegisteredController"</pre> <pre class="prettyprint linenums">controller: "MyRegisteredController as fooCtrl"}</pre> <pre class="prettyprint linenums">controller: function($scope, MyService) { $scope.data = MyService.getData(); }</pre> </div></td></tr><tr><td>controllerProvider <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='controllerProvider'></a></p> <p>Injectable provider function that returns the actual controller or string. <pre class="prettyprint linenums">controllerProvider: function(MyResolveData) { if (MyResolveData.foo) return "FooCtrl" else if (MyResolveData.bar) return "BarCtrl"; else return function($scope) { $scope.baz = "Qux"; } }</pre> </div></td></tr><tr><td>controllerAs <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='controllerAs'></a></p> <p>A controller alias name. If present the controller will be published to scope under the controllerAs name. <pre class="prettyprint linenums">controllerAs: "myCtrl"</pre> </div></td></tr><tr><td>parent <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='parent'></a> Optionally specifies the parent state of this state.</p> <pre class="prettyprint linenums">parent: 'parentState'</pre> <pre class="prettyprint linenums">parent: parentState // JS variable</pre> </div></td></tr><tr><td>resolve <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='resolve'></a></p> <p>An optional map&lt;string, function&gt; of dependencies which should be injected into the controller. If any of these dependencies are promises, the router will wait for them all to be resolved before the controller is instantiated. If all the promises are resolved successfully, the $stateChangeSuccess event is fired and the values of the resolved promises are injected into any controllers that reference them. If any of the promises are rejected the $stateChangeError event is fired.</p> <p> The map object is:</p> <ul> <li>key - {string}: name of dependency to be injected into controller</li> <li>factory - {string|function}: If string then it is alias for service. Otherwise if function, it is injected and return value it treated as dependency. If result is a promise, it is resolved before its value is injected into controller.</li> </ul> <pre class="prettyprint linenums">resolve: { myResolve1: function($http, $stateParams) { return $http.get("/api/foos/"+stateParams.fooID); } }</pre> </div></td></tr><tr><td>url <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='url'></a></p> <p> A url fragment with optional parameters. When a state is navigated or transitioned to, the <code>$stateParams</code> service will be populated with any parameters that were passed.</p> <p> (See <a href="#/api/ui.router.util.type:UrlMatcher">UrlMatcher</a> <code>UrlMatcher</code>} for more details on acceptable patterns )</p> <p>examples: <pre class="prettyprint linenums">url: "/home" url: "/users/:userid" url: "/books/{bookid:[a-zA-Z_-]}" url: "/books/{categoryid:int}" url: "/books/{publishername:string}/{categoryid:int}" url: "/messages?before&after" url: "/messages?{before:date}&{after:date}" url: "/messages/:mailboxid?{before:date}&{after:date}" </pre> </div></td></tr><tr><td>views <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='views'></a> an optional map&lt;string, object&gt; which defined multiple views, or targets views manually/explicitly.</p> <p>Examples:</p> <p>Targets three named <code>ui-view</code>s in the parent state&#39;s template <pre class="prettyprint linenums">views: { header: { controller: "headerCtrl", templateUrl: "header.html" }, body: { controller: "bodyCtrl", templateUrl: "body.html" }, footer: { controller: "footCtrl", templateUrl: "footer.html" } }</pre> <p>Targets named <code>ui-view=&quot;header&quot;</code> from grandparent state &#39;top&#39;&#39;s template, and named `ui-view=&quot;body&quot; from parent state&#39;s template. <pre class="prettyprint linenums">views: { 'header@top': { controller: "msgHeaderCtrl", templateUrl: "msgHeader.html" }, 'body': { controller: "messagesCtrl", templateUrl: "messages.html" } }</pre> </div></td></tr><tr><td>abstract <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-boolean">boolean</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='abstract'></a> An abstract state will never be directly activated, but can provide inherited properties to its common children states. <pre class="prettyprint linenums">abstract: true</pre> </div> <p><em>(default: false)</em></p></td></tr><tr><td>onEnter <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='onEnter'></a></p> <p>Callback function for when a state is entered. Good way to trigger an action or dispatch an event, such as opening a dialog. If minifying your scripts, make sure to explicitly annotate this function, because it won&#39;t be automatically annotated by your build tools.</p> <pre class="prettyprint linenums">onEnter: function(MyService, $stateParams) { MyService.foo($stateParams.myParam); }</pre> </div></td></tr><tr><td>onExit <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='onExit'></a></p> <p>Callback function for when a state is exited. Good way to trigger an action or dispatch an event, such as opening a dialog. If minifying your scripts, make sure to explicitly annotate this function, because it won&#39;t be automatically annotated by your build tools.</p> <pre class="prettyprint linenums">onExit: function(MyService, $stateParams) { MyService.cleanup($stateParams.myParam); }</pre> </div></td></tr><tr><td>reloadOnSearch <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-boolean">boolean</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='reloadOnSearch'></a></p> <p>If <code>false</code>, will not retrigger the same state just because a search/query parameter has changed (via $location.search() or $location.hash()). Useful for when you&#39;d like to modify $location.search() without triggering a reload. <pre class="prettyprint linenums">reloadOnSearch: false</pre> </div> <p><em>(default: true)</em></p></td></tr><tr><td>data <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='data'></a></p> <p>Arbitrary data object, useful for custom configuration. The parent state&#39;s <code>data</code> is prototypally inherited. In other words, adding a data property to a state adds it to the entire subtree via prototypal inheritance.</p> <pre class="prettyprint linenums">data: { requiredRole: 'foo' } </pre> </div></td></tr><tr><td>params <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="ui-router-state-stateprovider-state-page"><p><a id='params'></a></p> <p>A map which optionally configures parameters declared in the <code>url</code>, or defines additional non-url parameters. For each parameter being configured, add a configuration object keyed to the name of the parameter.</p> <p> Each parameter configuration object may contain the following properties:</p> <ul> <li><p><strong> value </strong> - {object|function=}: specifies the default value for this parameter. This implicitly sets this parameter as optional.</p> <p>When UI-Router routes to a state and no value is specified for this parameter in the URL or transition, the default value will be used instead. If <code>value</code> is a function, it will be injected and invoked, and the return value used.</p> <p><em>Note</em>: <code>undefined</code> is treated as &quot;no default value&quot; while <code>null</code> is treated as &quot;the default value is <code>null</code>&quot;.</p> <p><em>Shorthand</em>: If you only need to configure the default value of the parameter, you may use a shorthand syntax. In the <strong><code>params</code></strong> map, instead mapping the param name to a full parameter configuration object, simply set map it to the default parameter value, e.g.:</p> </li> </ul> <pre class="prettyprint linenums">// define a parameter's default value params: { param1: { value: "defaultValue" } } // shorthand default values params: { param1: "defaultValue", param2: "param2Default" }</pre> <ul> <li><p><strong> array </strong> - {boolean=}: <em>(default: false)</em> If true, the param value will be treated as an array of values. If you specified a Type, the value will be treated as an array of the specified Type. Note: query parameter values default to a special <code>&quot;auto&quot;</code> mode.</p> <p>For query parameters in <code>&quot;auto&quot;</code> mode, if multiple values for a single parameter are present in the URL (e.g.: <code>/foo?bar=1&amp;bar=2&amp;bar=3</code>) then the values are mapped to an array (e.g.: <code>{ foo: [ &#39;1&#39;, &#39;2&#39;, &#39;3&#39; ] }</code>). However, if only one value is present (e.g.: <code>/foo?bar=1</code>) then the value is treated as single value (e.g.: <code>{ foo: &#39;1&#39; }</code>).</p> </li> </ul> <pre class="prettyprint linenums">params: { param1: { array: true } }</pre> <ul> <li><p><strong> squash </strong> - {bool|string=}: <code>squash</code> configures how a default parameter value is represented in the URL when the current parameter value is the same as the default value. If <code>squash</code> is not set, it uses the configured default squash policy. (See <a href="#/api/ui.router.util.$urlMatcherFactory#methods_defaultsquashpolicy"><code>defaultSquashPolicy()</code></a>)</p> <p>There are three squash settings:</p> <ul> <li>false: The parameter&#39;s default value is not squashed. It is encoded and included in the URL</li> <li>true: The parameter&#39;s default value is omitted from the URL. If the parameter is preceeded and followed by slashes in the state&#39;s <code>url</code> declaration, then one of those slashes are omitted. This can allow for cleaner looking URLs.</li> <li><code>&quot;&lt;arbitrary string&gt;&quot;</code>: The parameter&#39;s default value is replaced with an arbitrary placeholder of your choice.</li> </ul> </li> </ul> <pre class="prettyprint linenums">params: { param1: { value: "defaultId", squash: true } } // squash "defaultValue" to "~" params: { param1: { value: "defaultValue", squash: "~" } } </pre> </div></td></tr></tbody></table></td></tr></tbody></table><h4 id="methods_state_example">Example</h4> <div class="example"><div class="ui-router-state-stateprovider-state-page"><pre class="prettyprint linenums"> // Some state name examples // stateName can be a single top-level name (must be unique). $stateProvider.state("home", {}); // Or it can be a nested state name. This state is a child of the // above "home" state. $stateProvider.state("home.newest", {}); // Nest states as deeply as needed. $stateProvider.state("home.newest.abc.xyz.inception", {}); // state() returns $stateProvider, so you can chain state declarations. $stateProvider .state("home", {}) .state("about", {}) .state("contacts", {}); </pre> </div></div> </div> </li> </ul> </div> </div>
examples/assets/css/learn.css
MrSoya/soya2d
.learn-item{ text-align: center; border: #f0f0f0 1px solid; min-height: 10rem; padding: 1rem 0; margin: 3rem 0; color: #000; } .learn-item h3{ padding: 1.5rem 0; } .learn-item:focus, .learn-item:hover { text-decoration: none; color: #000; border: 1px solid #000; }
src/JDom/Xerces-J-bin.2.9.1/docs/javadocs/api/org/w3c/dom/traversal/DocumentTraversal.html
Baltasarq/Gia
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Fri Sep 14 18:23:02 EDT 2007 --> <TITLE> XML Standard API: Interface DocumentTraversal </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html"><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="DocumentTraversal.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.w3c.dom.traversal</FONT> <BR> Interface DocumentTraversal</H2> <HR> <DL> <DT>public interface <B>DocumentTraversal</B></DL> <P> <code>DocumentTraversal</code> contains methods that create <code>NodeIterators</code> and <code>TreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). In DOMs which support the Traversal feature, <code>DocumentTraversal</code> will be implemented by the same objects that implement the Document interface. <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>. <P> <DL> <DT><B>Since: </B><DD>DOM Level 2</DD> </DL> <HR> <P> <!-- ======== INNER CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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;<A HREF="../../../../org/w3c/dom/traversal/NodeIterator.html">NodeIterator</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/w3c/dom/traversal/DocumentTraversal.html#createNodeIterator(org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean)">createNodeIterator</A></B>(<A HREF="../../../../org/w3c/dom/Node.html">Node</A>&nbsp;root, int&nbsp;whatToShow, <A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html">NodeFilter</A>&nbsp;filter, boolean&nbsp;entityReferenceExpansion)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new <code>NodeIterator</code> over the subtree rooted at the specified node.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/w3c/dom/traversal/TreeWalker.html">TreeWalker</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/w3c/dom/traversal/DocumentTraversal.html#createTreeWalker(org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean)">createTreeWalker</A></B>(<A HREF="../../../../org/w3c/dom/Node.html">Node</A>&nbsp;root, int&nbsp;whatToShow, <A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html">NodeFilter</A>&nbsp;filter, boolean&nbsp;entityReferenceExpansion)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new <code>TreeWalker</code> over the subtree rooted at the specified node.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="createNodeIterator(org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean)"><!-- --></A><H3> createNodeIterator</H3> <PRE> public <A HREF="../../../../org/w3c/dom/traversal/NodeIterator.html">NodeIterator</A> <B>createNodeIterator</B>(<A HREF="../../../../org/w3c/dom/Node.html">Node</A>&nbsp;root, int&nbsp;whatToShow, <A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html">NodeFilter</A>&nbsp;filter, boolean&nbsp;entityReferenceExpansion) throws <A HREF="../../../../org/w3c/dom/DOMException.html">DOMException</A></PRE> <DL> <DD>Create a new <code>NodeIterator</code> over the subtree rooted at the specified node.<DD><DL> <DT><B>Parameters:</B><DD><CODE>root</CODE> - The node which will be iterated together with its children. The <code>NodeIterator</code> is initially positioned just before this node. The <code>whatToShow</code> flags and the filter, if any, are not considered when setting this position. The root must not be <code>null</code>.<DD><CODE>whatToShow</CODE> - This flag specifies which node types may appear in the logical view of the tree presented by the <code>NodeIterator</code>. See the description of <code>NodeFilter</code> for the set of possible <code>SHOW_</code> values.These flags can be combined using <code>OR</code>.<DD><CODE>filter</CODE> - The <code>NodeFilter</code> to be used with this <code>NodeIterator</code>, or <code>null</code> to indicate no filter.<DD><CODE>entityReferenceExpansion</CODE> - The value of this flag determines whether entity reference nodes are expanded.<DT><B>Returns:</B><DD>The newly created <code>NodeIterator</code>.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../org/w3c/dom/DOMException.html">DOMException</A></CODE> - NOT_SUPPORTED_ERR: Raised if the specified <code>root</code> is <code>null</code>.</DL> </DD> </DL> <HR> <A NAME="createTreeWalker(org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean)"><!-- --></A><H3> createTreeWalker</H3> <PRE> public <A HREF="../../../../org/w3c/dom/traversal/TreeWalker.html">TreeWalker</A> <B>createTreeWalker</B>(<A HREF="../../../../org/w3c/dom/Node.html">Node</A>&nbsp;root, int&nbsp;whatToShow, <A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html">NodeFilter</A>&nbsp;filter, boolean&nbsp;entityReferenceExpansion) throws <A HREF="../../../../org/w3c/dom/DOMException.html">DOMException</A></PRE> <DL> <DD>Create a new <code>TreeWalker</code> over the subtree rooted at the specified node.<DD><DL> <DT><B>Parameters:</B><DD><CODE>root</CODE> - The node which will serve as the <code>root</code> for the <code>TreeWalker</code>. The <code>whatToShow</code> flags and the <code>NodeFilter</code> are not considered when setting this value; any node type will be accepted as the <code>root</code>. The <code>currentNode</code> of the <code>TreeWalker</code> is initialized to this node, whether or not it is visible. The <code>root</code> functions as a stopping point for traversal methods that look upward in the document structure, such as <code>parentNode</code> and nextNode. The <code>root</code> must not be <code>null</code>.<DD><CODE>whatToShow</CODE> - This flag specifies which node types may appear in the logical view of the tree presented by the <code>TreeWalker</code>. See the description of <code>NodeFilter</code> for the set of possible <code>SHOW_</code> values.These flags can be combined using <code>OR</code>.<DD><CODE>filter</CODE> - The <code>NodeFilter</code> to be used with this <code>TreeWalker</code>, or <code>null</code> to indicate no filter.<DD><CODE>entityReferenceExpansion</CODE> - If this flag is false, the contents of <code>EntityReference</code> nodes are not presented in the logical view.<DT><B>Returns:</B><DD>The newly created <code>TreeWalker</code>.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../org/w3c/dom/DOMException.html">DOMException</A></CODE> - NOT_SUPPORTED_ERR: Raised if the specified <code>root</code> is <code>null</code>.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../org/w3c/dom/traversal/NodeFilter.html"><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="DocumentTraversal.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
index.html
alphadsy/w3schools-templates-using-Bootstrap
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="ALPHAD Web Design Agency - Syria"> <meta name="keywords" content="bootstrap, template, free, w3css, w3schools"> <meta name="author" content="Alphadsy"> <title>ALPHA D</title> <!-- Bootstrap --> <!-- CDN --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body> <div class="container"> <!-- header --> <div class="jumbotron"> <h1 class="page-header">ALPHA D</h1> <p> <a href="https://www.w3schools.com/w3css/w3css_templates.asp" target="_blank">w3schools</a> Provides awesome templates under open license, the problem is these templates use <b>w3css</b> framework which actually is a nice one but not popular as <a href="https://www.getbootstrap.com" target="_blank">Bootstrap</a> so That's what we are aiming for. </p> </div> <!-- portfolio --> <div class="row"> <div class="col-sm-6"> <!-- BAND --> <div class="col-xs-12"> <div class="thumbnail"> <img src="https://www.w3schools.com/w3css/img_temp_band.jpg" alt="Band Template"> <div class="caption"> <h3>BAND</h3> <p></p> <p> <ul class="list-inline"> <li><a href="https://alphadsy.github.io/w3schools-templates-using-Bootstrap/templates/band/"><span class="glyphicon glyphicon-eye-open"></span> DEMO</a></li> <li><a href="https://github.com/alphadsy/w3schools-templates-using-Bootstrap/tree/master/templates/band"><span class="glyphicon glyphicon-console"></span> Code</a></a></li> <li><a href="https://codeload.github.com/alphadsy/w3schools-templates-using-Bootstrap/zip/master"><span class="glyphicon glyphicon-download-alt"></span> Download</a></a></li> </ul> </p> </div> </div> </div><!-- /.col --> <!-- ART --> <div class="col-xs-12"> <div class="thumbnail"> <img src="https://www.w3schools.com/w3css/img_temp_art.jpg" alt="ARt Template"> <div class="caption"> <h3>ART</h3> <p></p> <p> <ul class="list-inline"> <li><a href="https://alphadsy.github.io/w3schools-templates-using-Bootstrap/templates/art/"><span class="glyphicon glyphicon-eye-open"></span> DEMO</a></li> <li><a href="https://github.com/alphadsy/w3schools-templates-using-Bootstrap/tree/master/templates/art"><span class="glyphicon glyphicon-console"></span> Code</a></a></li> <li><a href="https://codeload.github.com/alphadsy/w3schools-templates-using-Bootstrap/zip/master"><span class="glyphicon glyphicon-download-alt"></span> Download</a></a></li> </ul> </p> </div> </div> </div><!-- /.col --> <!-- FOOD BLOG --> <div class="col-xs-12"> <div class="thumbnail"> <img src="https://www.w3schools.com/w3css/img_temp_food_blog.jpg" alt="FOOD blog Template"> <div class="caption"> <h3>FOOD BLOG</h3> <p></p> <p> <ul class="list-inline"> <li><a href="https://alphadsy.github.io/w3schools-templates-using-Bootstrap/templates/food-blog/"><span class="glyphicon glyphicon-eye-open"></span> DEMO</a></li> <li><a href="https://github.com/alphadsy/w3schools-templates-using-Bootstrap/tree/master/templates/food-blog"><span class="glyphicon glyphicon-console"></span> Code</a></a></li> <li><a href="https://codeload.github.com/alphadsy/w3schools-templates-using-Bootstrap/zip/master"><span class="glyphicon glyphicon-download-alt"></span> Download</a></a></li> </ul> </p> </div> </div> </div><!-- /.col --> </div><!-- /.left --> <div class="col-sm-6"> <!-- FASHION BLOG --> <div class="col-xs-12"> <div class="thumbnail"> <img src="https://www.w3schools.com/w3css/img_temp_fashion_blog.jpg" alt="fashion Template"> <div class="caption"> <h3>FASHION BLOG</h3> <p></p> <p> <ul class="list-inline"> <li><a href="https://alphadsy.github.io/w3schools-templates-using-Bootstrap/templates/fashion-blog/"><span class="glyphicon glyphicon-eye-open"></span> DEMO</a></li> <li><a href="https://github.com/alphadsy/w3schools-templates-using-Bootstrap/tree/master/templates/fashion-blog"><span class="glyphicon glyphicon-console"></span> Code</a></a></li> <li><a href="https://codeload.github.com/alphadsy/w3schools-templates-using-Bootstrap/zip/master"><span class="glyphicon glyphicon-download-alt"></span> Download</a></a></li> </ul> </p> </div> </div> </div><!-- /.col --> <!-- Architect --> <div class="col-xs-12"> <div class="thumbnail"> <img src="https://www.w3schools.com/w3css/img_temp_architect.jpg" alt="Architect Template"> <div class="caption"> <h3>Architect</h3> <p></p> <p> <ul class="list-inline"> <li><a href="https://alphadsy.github.io/w3schools-templates-using-Bootstrap/templates/architect/"><span class="glyphicon glyphicon-eye-open"></span> DEMO</a></li> <li><a href="https://github.com/alphadsy/w3schools-templates-using-Bootstrap/tree/master/templates/architect"><span class="glyphicon glyphicon-console"></span> Code</a></a></li> <li><a href="https://codeload.github.com/alphadsy/w3schools-templates-using-Bootstrap/zip/master"><span class="glyphicon glyphicon-download-alt"></span> Download</a></a></li> </ul> </p> </div> </div> </div><!-- /.col --> </div><!-- /.right --> </div><!-- /.row --> </div><!-- /.container --> </body> </html>
authors/nicholas-r.-myllenbeck/index.html
dibgerge/dibgerge.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.7.0"> <meta name="author" content="Gerges Dib"> <meta name="description" content="Applied Scientist"> <link rel="alternate" hreflang="en-us" href="https://dibgerge.github.io/authors/nicholas-r.-myllenbeck/"> <meta name="theme-color" content="#ba68c8"> <script src="/js/mathjax-config.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atom-one-light.min.css" crossorigin="anonymous" title="hl-light"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/atom-one-light.min.css" crossorigin="anonymous" title="hl-dark" disabled> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous"> <script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js" integrity="sha256-Md1qLToewPeKjfAHU1zyPwOutccPAm5tahnaw7Osw0A=" crossorigin="anonymous" async></script> <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap"> <link rel="stylesheet" href="/css/academic.css"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-104457229-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } function trackOutboundLink(url) { gtag('event', 'click', { 'event_category': 'outbound', 'event_label': url, 'transport_type': 'beacon', 'event_callback': function () { document.location = url; } }); console.debug("Outbound link clicked: " + url); } function onClickCallback(event) { if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) { return; } trackOutboundLink(event.target); } gtag('js', new Date()); gtag('config', 'UA-104457229-1', {}); document.addEventListener('click', onClickCallback, false); </script> <link rel="alternate" href="/authors/nicholas-r.-myllenbeck/index.xml" type="application/rss+xml" title="Ge[o]rges Dib"> <link rel="manifest" href="/index.webmanifest"> <link rel="icon" type="image/png" href="/images/icon_hufb0bba0b24038dd6774d907c032416d0_44829_32x32_fill_lanczos_center_2.png"> <link rel="apple-touch-icon" type="image/png" href="/images/icon_hufb0bba0b24038dd6774d907c032416d0_44829_192x192_fill_lanczos_center_2.png"> <link rel="canonical" href="https://dibgerge.github.io/authors/nicholas-r.-myllenbeck/"> <meta property="twitter:card" content="summary"> <meta property="og:site_name" content="Ge[o]rges Dib"> <meta property="og:url" content="https://dibgerge.github.io/authors/nicholas-r.-myllenbeck/"> <meta property="og:title" content="Nicholas R. Myllenbeck | Ge[o]rges Dib"> <meta property="og:description" content="Applied Scientist"><meta property="og:image" content="https://dibgerge.github.io/images/icon_hufb0bba0b24038dd6774d907c032416d0_44829_512x512_fill_lanczos_center_2.png"> <meta property="twitter:image" content="https://dibgerge.github.io/images/icon_hufb0bba0b24038dd6774d907c032416d0_44829_512x512_fill_lanczos_center_2.png"><meta property="og:locale" content="en-us"> <meta property="og:updated_time" content="2019-02-05T19:34:55-05:00"> <title>Nicholas R. Myllenbeck | Ge[o]rges Dib</title> </head> <body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class="dark"> <aside class="search-results" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main"> <div class="container"> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content"> <ul class="navbar-nav d-md-inline-flex"> <li class="nav-item"> <a class="nav-link " href="/#about"><span>Home</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#projects"><span>#Projects</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#publications"><span>#Publications</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/post/"><span>Blog</span></a> </li> </ul> </div> <ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2"> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> </ul> </div> </nav> <div class="universal-wrapper pt-3"> <h1>Nicholas R. Myllenbeck</h1> </div> <section id="profile-page" class="pt-5"> <div class="container"> <div class="article-widget content-widget-hr"> <h3>Latest</h3> <ul> <li> <a href="/publication/2019-nimpr/">Investigations of degradation and encapsulation of plastic scintillator</a> </li> </ul> </div> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/r.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script> <script>const code_highlighting = true;</script> <script> const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3}; const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"}; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script id="dsq-count-scr" src="https://dibgerge.disqus.com/count.js" async></script> <script src="/js/academic.min.a0d331bcd05dbe8b31e244f796710f08.js"></script> <div class="container"> <footer class="site-footer"> <p class="powered-by"> Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="float-right" aria-hidden="true"> <a href="#" class="back-to-top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.0/fermat4/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>fermat4: 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 / fermat4 - 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> fermat4 <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-05 18:22:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 18:22: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 conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/fermat4&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Fermat4&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:Diophantus&quot; &quot;keyword:Fermat&quot; &quot;keyword:arithmetic&quot; &quot;keyword:infinite descent&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date:2005-07&quot; ] authors: [ &quot;David Delahaye &lt;&gt;&quot; &quot;Micaela Mayero &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fermat4/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fermat4.git&quot; synopsis: &quot;Diophantus&#39; 20th Problem and Fermat&#39;s Last Theorem for n = 4&quot; description: &quot;&quot;&quot; This contribution presents the formalization of Fermat&#39;s proofs of Diophantus&#39; 20th Problem and Fermat&#39;s Last Theorem for n = 4. The proofs are completed using Fermat&#39;s &quot;wonderful&quot; method of infinite descent.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fermat4/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=8df337811ec5022a8e99900af7798f75&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-fermat4.8.5.0 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-fermat4 -&gt; coq &lt; 8.6~ -&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-fermat4.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>
helcourses/templates/rest_framework/root.html
City-of-Helsinki/linkedevents
<div class="panel panel-default"> <div class="panel-body"> <p>This Linked Courses API contains data from City of Helsinki cultural centers (mainly <a href="http://www.annantalo.fi" title="Annantalo">Annantalo</a>) and <a href="https://nk.hel.fi/harrastushaku" title="Harrastushaku">Harrastushaku.fi</a> activity search. </p> <p> The API is developed by the <a href="http://dev.hel.fi">City of Helsinki Open Software Development team</a> , who also provide the <a href="http://dev.hel.fi/apis/linked-courses">complete API specifications</a>. The location information is linked to the City of Helsinki registry of service units which contains e.g. information about accessibility. In the API, you can search data by date or location as well as bounding box. </p> <h2>Data license</h2> <p>Unless otherwise stated, the data is licensed using CC BY 4.0 license: <a href="http://creativecommons.org/licenses/by/4.0/deed.fi">FI</a> | <a href="http://creativecommons.org/licenses/by/4.0/deed.sv">SV</a> | <a href="http://creativecommons.org/licenses/by/4.0/deed.en">EN</a>.</p> <p>However, some images may only be used for marketing the specific course and may not be used outside this context. These images are marked as <em>event_only</em> in the API. The <em>event_only</em> license is as follows: <h4>FI</h4> <p>Helsingin kaupungilla on kuviin kaikki oikeudet. Mikäli rajapinnassa jaettavan kuvan tietojen kohdassa <em>license</em> on merkintä <em>event_only</em>, saa kuvaa käyttää ainoastaan kuvan kurssia käsittelevään tiedotukseen ja viestintään. Kuvien käyttäminen tähän tarkoitukseen on käyttäjälle ilmaista. Kuvan käyttö tai siirto muihin tarkoituksiin on kielletty. Kuvia käytettäessä on ehdottomasti mainittava kuvien lähde ja kuvaaja.</p> <h4>SV</h4> <p>Helsingfors stad äger alla rättigheter till bilderna. Om beteckningen <em>event_only</em> förekommer under <em>license</em> i uppgifterna för en bild som delas i gränssnittet, får bilden användas endast för informering eller kommunikation som gäller kursen på bilden. Att använda bilderna för det här ändamålet är gratis. Att använda eller flytta bilden för andra ändamål är förbjudet. Vid användning av bilder ska källan och fotografen absolut nämnas.</p> <h4>EN</h4> <p>The City of Helsinki reserves all rights to the images. If the data at <em>license</em> of an image shared in the interface contains the text <em>event_only</em>, then the image can only be used for information and communications connected to the course depicted in the image. The images can be used free of charge for this purpose. To use or move the image for other purposes is forbidden. The source and photographer must absolutely be mentioned when using an image.</p> </div> </div>
root/_site/css/main.css
kennethormandy/styleandclass.ca
/* Base media query mixins */ /* Typography mixins */ /* Base type declaration */ h2, h3, h4, h5, h6 { font-weight: 100; } h1 { font-family: "freight-display-pro", serif; font-weight: 300; font-size: 2rem; } h2 { font-size: 1.5rem; } h3 { font-size: 1.25rem; } h4 { font-size: 1.09375rem; } h5 { font-size: 1rem; font-weight: normal; text-transform: uppercase; } h6 { font-size: 0.875rem; font-weight: normal; } /* Basic reset */ * { box-sizing: border-box; } body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /* Set `margin-bottom` to maintain vertical rhythm */ h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 1rem; } /* Basic HTML element styling */ body { color: #3e444d; background-color: #753c51; background-image: url(/images/site/site-bg.gif); background-position: 50% bottom; background-repeat: no-repeat; font-family: jaf-bernina-sans, sans-serif; font-size: 1rem; line-height: 1.5; font-weight: normal; -webkit-text-size-adjust: 100%; } @media (min-width: 801px) { body { background-size: 100% auto; } } body.home { background-color: #fff; background-image: none; } img { max-width: 100%; vertical-align: middle; } ul, ol { margin-left: 2rem; } li > ul, li > ol { margin-bottom: 0; } section { margin-bottom: 2rem; } a { color: #ca4c33; text-decoration: none; } a:visited { color: #8d3524; } a:hover, a:focus { color: #3e444d; text-decoration: underline; } blockquote { color: #d5ceca; border-left: 0.5rem solid #e0dbd8; padding-left: 1rem; font-size: 1.25rem; letter-spacing: -1px; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } pre, code { font-size: 15px; border: 1px solid #d5ceca; border-radius: 3px; background-color: #eef; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: scroll; } pre > code { border: 0; padding-right: 0; padding-left: 0; } hr { margin: 2rem 0; border: 0; border-bottom: solid 1px #e0dbd8; } /* re-usable styling modifiers */ .delineated { padding-bottom: 1rem; border-bottom: solid 1px #e0dbd8; } .pull-quote { font-family: "freight-display-pro", serif; font-weight: 300; font-size: 1.3rem; color: #753c51; } /* Media object */ .media, .bd { overflow: hidden; _overflow: visible; zoom: 1; } @media (min-width: 481px) { .media .img { float: left; margin-right: 2rem; } } .media .img img { display: block; } /* Base visibility toggles */ .is-hidden { display: none; } .is-visible { display: block; } /* Clearfix */ .site-header:after { content: ""; display: table; clear: both; } /* Base responsive layout */ .site-header { width: 100%; } @media (min-width: 481px) { .site-header .wrapper { margin: 0 40px; } } @media (min-width: 1121px) { .site-header .wrapper { width: 960px; margin: 0 auto; } } .page-heading { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: dotted 1px #d5ceca; text-align: center; } @media (min-width: 801px) { .page-heading { text-align: left; } } .page-content, .site-footer { width: 100%; } .page-content .wrapper, .site-footer .wrapper { margin: 0 20px; } @media (min-width: 481px) { .page-content .wrapper, .site-footer .wrapper { margin: 0 40px; } } @media (min-width: 1121px) { .page-content .wrapper, .site-footer .wrapper { width: 960px; margin: 0 auto; } } .page-decoration { padding-bottom: 4rem; background-color: #fff; } @media (min-width: 801px) { .page-decoration { min-height: 60vh; } } @media (min-width: 641px) { .grid { display: flex; } .grid-meta { flex: 0 0 196px; padding-right: 20px; } .grid-content { flex: 1 1 auto; } } .site-header { margin-bottom: 4rem; background-color: #753c51; background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/site-bg.gif); background-position: 0 0, 50% bottom; background-repeat: repeat-x, no-repeat; } @media (min-width: 801px) { .site-header { margin-bottom: 2rem; } } @media (min-width: 801px) { .site-header { padding-bottom: 1rem; margin-bottom: 3rem; } } .site-header .wrapper { display: flex; flex-wrap: wrap; position: relative; } @media (min-width: 801px) { .site-header .wrapper { flex-wrap: nowrap; } } .site-title { flex: 1 0 100%; height: 60px; color: rgba(255, 255, 255, 0.9); text-align: center; } .site-title:hover, .site-title:focus { color: white; } .site-title svg { position: relative; top: -0.5rem; } @media (min-width: 801px) { .site-title { text-align: left; flex: 0 0 200px; width: 200px; padding-top: 1rem; } .site-title svg { top: 0; } } .site-logo-img { max-width: 176px; } .site-nav { flex: 1 1 auto; position: relative; text-align: center; padding: 0 0 1rem 0; } @media (min-width: 481px) { .site-nav { padding: 0.5rem 0; } } @media (min-width: 801px) { .site-nav { padding: 3rem 0 0 0; text-align: right; } } .site-nav-wrapper { margin: 0; } .site-nav-item { display: inline-block; padding: 0.5rem 0.25rem; margin: 0 0.15rem; text-transform: uppercase; list-style: none; } .site-nav-item.is-selected a { background: #ca4c33; border-radius: 2px; } @media (min-width: 481px) { .site-nav-item { padding: 0.5rem 0.75rem; } } @media (min-width: 801px) { .site-nav-item { margin: 0 0.75rem; } } .site-nav-item a { display: inline-block; color: rgba(255, 255, 255, 0.85); padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; } .site-nav-item a:hover, .site-nav-item a:focus { color: white; text-decoration: none; transition: border-color 0.25s ease-out; } .sub-nav { position: absolute; bottom: -2.5rem; width: 100%; margin: 0; text-align: center; } @media (min-width: 481px) { .sub-nav { bottom: -2.5rem; } } @media (min-width: 801px) { .sub-nav { top: 10.5rem; bottom: auto; right: 1rem; width: auto; margin: 0; } } .sub-nav .site-nav-item { padding: 0; margin: 0 0.25rem; text-transform: none; } @media (min-width: 481px) { .sub-nav .site-nav-item { margin: 0 0.75rem; } } .sub-nav .site-nav-item a { color: #ca4c33; } .sub-nav .site-nav-item a:hover, .sub-nav .site-nav-item a:focus { color: #dba58c; } .sub-nav .site-nav-item.is-selected a { color: #3e444d; background: none; } .site-footer { color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; font-weight: normal; } .site-footer a { color: white; } .site-footer .event-date { color: rgba(255, 255, 255, 0.6); } .site-footer .wrapper { display: flex; flex-wrap: wrap; flex-direction: column; align-content: stretch; padding: 2rem 0 0 0; text-align: center; } @media (min-width: 641px) { .site-footer .wrapper { flex-direction: row; flex-wrap: nowrap; text-align: left; } } .site-footer-events, .site-footer-blog { flex: 1 1 auto; padding-bottom: 1rem; border-bottom: dotted 1px rgba(255, 255, 255, 0.2); } @media (min-width: 641px) { .site-footer-events, .site-footer-blog { padding-bottom: 0; padding-right: 3rem; border-right: dotted 1px rgba(255, 255, 255, 0.2); border-bottom: 0; } } .site-footer-events .event-date, .site-footer-blog .event-date { font-size: 0.875rem; font-weight: normal; text-transform: none; } .site-footer-blog { padding-top: 1rem; } @media (min-width: 641px) { .site-footer-blog { padding-top: 0; padding-left: 3rem; } } .site-footer-header { margin-bottom: 1rem; font-size: 0.875rem; font-weight: normal; } .site-copyright { padding-top: 2rem; text-align: center; } .site-footer-events .event-list { margin: 0; } .site-footer-events .event-list .event { padding: 0; margin: 0 0 1rem 0; border: none; list-style: none; } .site-footer-events .event-list .event-name { margin-bottom: 0; font-size: 0.875rem; font-weight: normal; } .site-footer-events .event-list .event-date { padding-bottom: 0; margin-bottom: 0; border-bottom: none; } .site-footer-blog .post-list { margin: 0; } .site-footer-blog .post { margin: 0 0 1rem 0; list-style: none; } .site-footer-blog .post-name { font-size: 0.875rem; font-weight: normal; } .site-footer-links { flex: 0 1 auto; padding: 1rem 0; font-size: 0.875rem; text-align: center; } @media (min-width: 641px) { .site-footer-links { flex: 1 0 176px; text-align: left; padding: 0 0 0 1rem; } } @media (min-width: 801px) { .site-footer-links { padding-left: 3rem; } } .site-footer-links .social-media-list { margin: 0; } .site-footer-links .link { display: inline-block; margin: 0 0.5rem; list-style: none; } @media (min-width: 641px) { .site-footer-links .link { display: block; margin: 0 0 1rem 0; } } .home-decoration { background-color: #753c51; background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/site-bg.gif); background-repeat: repeat-x, no-repeat; background-position: 0 0, 50% 50%; } @media (min-width: 321px) { .home-decoration { background-size: auto 100%; } } @media (min-width: 481px) { .home-decoration { background-size: auto 120%; } } @media (min-width: 641px) { .home-decoration { position: relative; } } @media (min-width: 801px) { .home-decoration { min-height: 70vh; background-position: 0 0, 50% top; background-size: 100%, 120%; } } .home-decoration.crowd { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/crowd.gif); background-position: 0 0, 50% bottom; } .home-decoration.james { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/james.gif); } .home-decoration.s-c { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/s&c.gif); background-position: 0 0, 50% bottom; } .home-decoration.stephanie { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/stephanie.gif); background-position: 0 0, 100% top; } .home-decoration.steves { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/steves.gif); } .home-decoration.tyler { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/tyler.gif); } .home-decoration.vitaly { background-image: linear-gradient(to bottom, rgba(91, 44, 63, 0.5) 0%, rgba(91, 44, 63, 0.7) 100%), url(/images/site/vitaly.gif); } .home-decoration .wrapper { text-align: center; } .home-decoration .site-header { padding-bottom: 0; background: transparent; } .home-decoration .site-title { display: none; } .home-decoration .site-nav { background: none; } .home-decoration .site-nav-item a { color: rgba(255, 255, 255, 0.7); } .home-decoration .site-nav-item a:hover, .home-decoration .site-nav-item a:focus { color: white; } .home-content { align-items: center; display: flex; flex-direction: column; justify-content: space-between; } @media (min-width: 801px) { .home-content { flex-direction: row; } } @media (min-width: 961px) { .home-content { position: absolute; bottom: 20vh; width: 960px; } } .home-logo { margin: 1rem 0; } @media (min-width: 801px) { .home-logo { flex: 0 1 15rem; } } .home-logo-img { width: 10rem; color: white; } @media (min-width: 801px) { .home-logo-img { width: 15rem; } } .home-mission { box-sizing: border-box; padding: 0 1rem 2rem 1rem; color: white; font-family: "freight-display-pro", serif; font-weight: 300; font-size: 1.3rem; line-height: 1.5; } @media (min-width: 801px) { .home-mission { flex: 0 1 40rem; padding: 0 0 0 6rem; font-size: 2rem; text-align: right; } } @media (min-width: 801px) { .home-event-next { position: absolute; bottom: -3rem; width: 960px; margin: 0 auto; text-align: center; } } .event-next.home { background: rgba(202, 76, 51, 0.95); } @media (min-width: 801px) { .event-next.home { display: flex; flex-direction: column; align-content: center; justify-content: center; width: 13rem; height: 13rem; padding: 1.5rem; margin: 0 auto; border-radius: 50%; text-align: center; } } .event-next.home .title { text-transform: uppercase; } @media (min-width: 801px) { .event-next.home .title { flex: 0 1 auto; margin: 0 0 0.5rem 0; } } @media (min-width: 801px) { .event-next.home .talk-condensed { flex: 0 1 auto; } } .event-next.home .separator, .event-next.home .Y { display: none; } .site-footer.home-footer { color: rgba(62, 68, 77, 0.6); } .site-footer.home-footer a { color: #3e444d; } .site-footer.home-footer .event-date { color: rgba(62, 68, 77, 0.6); } .site-footer.home-footer .site-footer-events, .site-footer.home-footer .site-footer-blog { border-bottom: dotted 1px rgba(62, 68, 77, 0.2); } @media (min-width: 641px) { .site-footer.home-footer .site-footer-events, .site-footer.home-footer .site-footer-blog { border-bottom: none; border-right: dotted 1px rgba(62, 68, 77, 0.2); } } .event-container { margin: 0; } .event-container .event { padding: 0 0 2rem 0; margin: 0 0 2rem 0; list-style: none; } .event-container .event-description { margin-bottom: 2rem; } @media (min-width: 961px) { .event-container .event-description { margin-left: 196px; margin-bottom: 3rem; } } .event-date { font-size: 1rem; font-weight: normal; text-transform: uppercase; } @media (min-width: 481px) { .event-date.calendar { color: rgba(255, 255, 255, 0.7); text-align: center; } .event-date.calendar .b { display: block; font-size: 1rem; line-height: 1; } .event-date.calendar .d { display: block; color: white; font-size: 2rem; line-height: 1; } .event-date.calendar .outline { display: flex; flex-direction: column; justify-content: center; width: 6rem; height: 6rem; border-radius: 50%; background: #ca4c33; } .event-date.calendar .separator { display: none; } .event-date.calendar .Y { display: block; padding: 0.5rem 1rem; color: #ca4c33; font-size: 1rem; } } @media (min-width: 481px) { .with-calendar .event { display: flex; } .with-calendar .date { flex: 0 0 196px; } .with-calendar .summary { flex: 1 1 auto; } } .event-list { margin: 0; } .event-list .event { padding: 1rem 0 1rem 0; margin: 1rem 0 1rem 0; border-bottom: dotted 1px #d5ceca; list-style: none; } .event-list .event:last-child { border-bottom: none; } .event-list .event h2 { margin-bottom: 0; } .event-list .event-name { font-size: 1.25rem; display: block; margin-bottom: 0; } @media (min-width: 481px) { .event-list .event-name { margin-bottom: 1rem; } } .event-list .event-date { display: inline-block; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: solid 1px #d5ceca; } @media (min-width: 481px) { .event-list .event-date { padding-bottom: none; border-bottom: none; } } .event-list .event-description { padding-bottom: 0.5rem; } .event-list .talk { padding-top: 0.5rem; padding-bottom: 0.5rem; } .event-list .talk .title { font-weight: normal; } .event-next { display: flex; flex-direction: row; align-items: top; padding: 1rem; color: white; background: #ca4c33; text-align: left; } .event-next .title { flex: 1 0 auto; margin: 0 1rem 0 0; color: rgba(255, 255, 255, 0.4); font-size: 1rem; } .event-next .talk-condensed { flex: 2 0 auto; } .event-next .event-name:link, .event-next .event-name:visited { color: white; } .event-next .event-date { display: block; color: rgba(255, 255, 255, 0.7); } .event-next .no-events { list-style: none; } .event-overview { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: dotted 1px #d5ceca; font-size: 1.25rem; text-align: center; } .event-overview .button { display: inline-block; } @media (min-width: 641px) { .event-overview { text-align: left; } .event-overview.register { display: flex; } .event-overview.register .summary { flex: 0 1 75%; } .event-overview.register .registration { flex: 0 1 25%; padding-top: 0.5rem; text-align: right; } } .event-respond { display: block; margin-bottom: 0.75rem; white-space: nowrap; } @media (min-width: 641px) { .event-details.with-sponsors { display: flex; } .event-details.with-sponsors .details { flex: 0 1 75%; } .event-details.with-sponsors .sponsors { flex: 0 1 25%; } .event-details .sponsors h2 { font-size: 1rem; font-weight: normal; text-transform: uppercase; float: right; width: 83px; text-align: center; } .event-details .sponsor-list { display: block; padding-left: 20px; text-align: right; } .event-details .sponsor-list .sponsor { display: inline-block; flex: none; padding: 0 0 1rem 0; width: 83px; float: right; clear: right; text-align: center; } .event-details .sponsor-logo { padding-bottom: 0.5rem; width: 58px; } .event-details .sponsor-description h3 { font-size: 0.875rem; font-weight: normal; } .event-details .sponsor-info { clear: right; padding-left: 4rem; text-align: right; font-size: 0.875rem; font-weight: normal; } } .event-venue, .event-talks, .event-after { font-size: 0.875rem; font-weight: normal; margin-bottom: 2rem; } @media (min-width: 961px) { .event-venue, .event-talks, .event-after { display: flex; margin-bottom: 3rem; } .event-venue .summary, .event-talks .summary, .event-after .summary { flex: 0 0 196px; padding-right: 20px; } .event-venue .detail, .event-talks .detail, .event-after .detail { flex: 1 1 auto; } } .event-venue h2, .event-talks h2, .event-after h2 { font-size: 1rem; font-weight: normal; text-transform: uppercase; } .venue-name { display: block; margin: 0 0 -1rem 0; } .venue-address { display: inline; margin: 0; } .event-map { width: 100%; height: 300px; background: #e0dbd8; } input, textarea { width: 100%; border: solid 1px #d5ceca; font-size: 1.2rem; } input { min-height: 2rem; padding: 0 0.25rem; } button, .button, .button:link, .button:visited { padding: 0.5rem 2rem; border: none; border-radius: 2px; color: white; background: #ca4c33; font-family: jaf-bernina-sans, sans-serif; font-size: 1rem; line-height: 1.5; font-weight: normal; -webkit-text-size-adjust: 100%; font-size: 1.2rem; text-align: center; text-transform: uppercase; } button:hover, button:focus, .button:hover, .button:focus { background: rgba(202, 76, 51, 0.95); text-decoration: none; } @media (min-width: 801px) { .form { display: flex; } } @media (min-width: 801px) { .form-description { flex: 1 1 25%; } } .form-container { margin: 0; } @media (min-width: 801px) { .form-container { flex: 1 1 75%; } } .form-row { margin: 0 0 1rem 0; list-style: none; } @media (min-width: 801px) { .form-row { padding-left: 5rem; } } .form-row label { display: block; } .people-container { margin: 0; } .people-container li { list-style: none; } .person { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: dotted 1px #d5ceca; padding-bottom: 1rem; text-align: center; } .person:last-child { border-bottom: none; } @media (min-width: 641px) { .person { display: flex; flex-direction: row; } } .person-name { margin-bottom: 1rem; } @media (min-width: 801px) { .person-name { margin-bottom: 0; } } .person-avatar { border-radius: 50%; max-width: 120px; max-height: 120px; } @media (min-width: 641px) { .person-avatar { flex: 0 0 140px; } } @media (min-width: 641px) { .person-description { flex: 4 1 auto; box-sizing: border-box; padding-left: 2rem; text-align: left; } } .person-bio { text-align: left; } .person-social { box-sizing: border-box; margin: 0; text-align: center; } @media (min-width: 641px) { .person-social { flex: 1 0 14rem; padding: 2rem 0 0 3rem; text-align: left; } } .person-social li { display: inline-block; padding: 0 14px 0 28px; margin-bottom: 0.25rem; background-position: 6px 50%; background-repeat: no-repeat; background-size: 16px 16px; } @media (min-width: 641px) { .person-social li { display: block; } } .person-codepen { background-image: url(/images/site/icon-codepen.min.svg); } .person-dribbble { background-image: url(/images/site/icon-dribbble.min.svg); } .person-github { background-image: url(/images/site/icon-github.min.svg); } .person-twitter { background-image: url(/images/site/icon-twitter.min.svg); } .person-www { background-image: url(/images/site/icon-www.min.svg); } .post-list .post-name { display: block; } .post-header { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: dotted 1px #d5ceca; } .post-date { text-transform: uppercase; } .post-author { color: #dba58c; } .sponsor-list { display: flex; flex-wrap: wrap; align-content: center; justify-content: space-around; margin: 0; } .sponsor { flex: 0 0 33%; box-sizing: border-box; padding: 0 0.5rem 2rem 0; margin: 0; text-align: center; list-style: none; } .sponsor-logo { max-width: 83px; max-height: 83px; } .talk-container { margin: 0; } .talk-container .talk { list-style: none; text-align: center; } @media (min-width: 481px) { .talk-container .talk { text-align: left; } } @media (min-width: 801px) { .talk-container .talk { padding: 0 0 2rem 0; } } .talk-container .title { margin-bottom: 0; } .talk-container .speaker { display: inline-block; margin-bottom: 1rem; } .talk-container .sep { color: #d5ceca; margin: 0 0.5rem; } .talk-container .talk-description { text-align: left; } .talk-list { margin: 0; } @media (min-width: 801px) { .talk-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } } .talk-list .talk { list-style: none; } @media (min-width: 801px) { .talk-list .talk { flex: 0 0 33%; box-sizing: border-box; padding: 0 2rem 1rem 2rem; } .talk-list .talk:nth-child(3n) { padding-right: 0; } .talk-list .talk:nth-child(3n+1) { padding-left: 0; } } .talk-list .sep, .talk-list .slides { display: none; } @media (min-width: 801px) { .talk-list.count-2 .talk, .talk-list.count-4 .talk { flex: 0 0 50%; } .talk-list.count-2 .talk:nth-child(2n), .talk-list.count-4 .talk:nth-child(2n) { padding-left: 2rem; padding-right: 0; } .talk-list.count-2 .talk:nth-child(2n+1), .talk-list.count-4 .talk:nth-child(2n+1) { padding-left: 0; padding-right: 2rem; } } .talk-list .title { margin: 0; font-size: 1rem; } .talk-list .speaker { display: block; margin-bottom: 0.5rem; } .talk-condensed { margin: 0; } /** * Syntax highlighting styles */ .highlight { background: #fff; } .highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highlight .c1 { color: #998; font-style: italic; } .highlight .cs { color: #999; font-weight: bold; font-style: italic; } .highlight .gd { color: #000; background-color: #ffdddd; } .highlight .gd .x { color: #000; background-color: #ffaaaa; } .highlight .ge { font-style: italic; } .highlight .gr { color: #aa0000; } .highlight .gh { color: #999999; } .highlight .gi { color: #000; background-color: #ddffdd; } .highlight .gi .x { color: #000; background-color: #aaffaa; } .highlight .go { color: #888888; } .highlight .gp { color: #555555; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #aaaaaa; } .highlight .gt { color: #aa0000; } .highlight .kc { font-weight: bold; } .highlight .kd { font-weight: bold; } .highlight .kp { font-weight: bold; } .highlight .kr { font-weight: bold; } .highlight .kt { color: #458; font-weight: bold; } .highlight .m { color: #009999; } .highlight .s { color: #dd1144; } .highlight .na { color: teal; } .highlight .nb { color: #0086b3; } .highlight .nc { color: #458; font-weight: bold; } .highlight .no { color: teal; } .highlight .ni { color: purple; } .highlight .ne { color: #900; font-weight: bold; } .highlight .nf { color: #900; font-weight: bold; } .highlight .nn { color: #555555; } .highlight .nt { color: navy; } .highlight .nv { color: teal; } .highlight .ow { font-weight: bold; } .highlight .w { color: #bbbbbb; } .highlight .mf { color: #009999; } .highlight .mh { color: #009999; } .highlight .mi { color: #009999; } .highlight .mo { color: #009999; } .highlight .sb { color: #dd1144; } .highlight .sc { color: #dd1144; } .highlight .sd { color: #dd1144; } .highlight .s2 { color: #dd1144; } .highlight .se { color: #dd1144; } .highlight .sh { color: #dd1144; } .highlight .si { color: #dd1144; } .highlight .sx { color: #dd1144; } .highlight .sr { color: #009926; } .highlight .s1 { color: #dd1144; } .highlight .ss { color: #990073; } .highlight .bp { color: #999999; } .highlight .vc { color: teal; } .highlight .vg { color: teal; } .highlight .vi { color: teal; } .highlight .il { color: #009999; }
src/components/modal/modal.css
ayxos/react-cellar
.modal { height: 100%; margin: 0 auto; width: 100%; } @media (--breakpoint-md) { .modal { height: auto; margin: 4rem auto; width: 25%; } } @custom-media --breakpoint-md (min-width: 52em);
public/js/components/blog/blogList/blogListMenu.html
audreyalary/Hackathon_28-Nov-16
<div class="fixed-action-btn toolbar"> <a class="btn-floating btn-large blue darken-1"> <i class="large material-icons">reorder</i> </a> <ul> <!-- Button for futur filter --> <li class="waves-effect waves-light"><a href="#!"><i class="material-icons">favorite</i></a></li> <!-- Button used to create a new post, we change state to app.blog.item with params '_new' --> <li class="waves-effect waves-light"><a ui-sref="app.blog.item({id: '_new'})"><i class="material-icons">add_box</i></a></li> </ul> </div>
doc/edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/class-use/IfElseElementPanel.html
ai-ku/langvis
<!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_29) on Sun Dec 11 02:02:02 EET 2011 --> <TITLE> Uses of Class edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor.IfElseElementPanel </TITLE> <META NAME="date" CONTENT="2011-12-11"> <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="Uses of Class edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor.IfElseElementPanel"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor//class-useIfElseElementPanel.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IfElseElementPanel.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> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor.IfElseElementPanel</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"> Packages that use <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor">IfElseElementPanel</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor"><B>edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor"><B>edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor">IfElseElementPanel</A> in <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/questioneditor/package-summary.html">edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor</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">Subclasses of <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor">IfElseElementPanel</A> in <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/questioneditor/package-summary.html">edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor</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="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/questioneditor/IfElsePanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.questioneditor">IfElsePanel</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title:</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor">IfElseElementPanel</A> in <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/responseeditor/package-summary.html">edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor</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">Subclasses of <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor">IfElseElementPanel</A> in <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/responseeditor/package-summary.html">edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor</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="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/responseeditor/ConditionalResponsePanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.responseeditor">ConditionalResponsePanel</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Title: Description: Copyright: Copyright (c) 2001 Company:</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor/IfElseElementPanel.html" title="class in edu.cmu.cs.stage3.alice.authoringtool.editors.compositeeditor"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</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-files/index-1.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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../../index.html?edu/cmu/cs/stage3/alice/authoringtool/editors/compositeeditor//class-useIfElseElementPanel.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IfElseElementPanel.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> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
all.html
chenbingiOS/chenbing.github.io
--- layout: blog-default title: All Posts --- <div class="main"> <section class="m-all"> <h1 class="page-heading">All Posts</h1> <div class="tag-wrapper"> {% include blog/tags.html %} </div> <!--group by year: http://stackoverflow.com/questions/19086284/jekyll-liquid-templating-how-to-group-blog-posts-by-year--> <section class="year-wrapper"> {% for post in site.posts %} {% assign currentdate = post.date | date: "%Y" %} {% if currentdate != date %} {% unless forloop.first %}</ul></section>{% endunless %} <section id="{{ post.date | date: "%Y" }}"> <h1 class="yaer-title" id="year-{{ post.date | date: "%Y" }}">{{ currentdate }}</h1> <ul class="post-list"> {% assign date = currentdate %} {% endif %} <li class="post-block {% for tag in post.tags %} tag-{{ tag }} {% endfor %}"> <span class="post-date">{{ post.date | date:"%b %d" }}</span><a class="post-link" href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">{{ post.title }}</a> </li> {% if forloop.last %}</ul></section>{% endif %} {% endfor %} </section> </section> </div> <script type="text/javascript"> // function queryString is copied from // http://stackoverflow.com/questions/979975/how-to-get-the-value-from-url-parameter#answer-979995 function queryString() { // This function is anonymous, is executed immediately and // the return value is assigned to QueryString! var query_string = {}; var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); // If first entry with this name if (typeof query_string[pair[0]] === "undefined") { query_string[pair[0]] = pair[1]; // If second entry with this name } else if (typeof query_string[pair[0]] === "string") { var arr = [ query_string[pair[0]], pair[1] ]; query_string[pair[0]] = arr; // If third or later entry with this name } else { query_string[pair[0]].push(pair[1]); } } return query_string; } function tagSelect(tag) { if (tag === undefined || tag === '') { $('.page-heading').text('All Posts'); $('.article-tag.tag-show-all').focus(); $('.post-block').show(); } else { $('.page-heading').text('Tag: ' + tag); $('.post-block').not('.tag-' + tag).hide(); $('.article-tag').filter('.tag-' + tag).focus(); $('.post-block').filter('.tag-' + tag).show(); } $('.year-wrapper section').each(function() { var li_all_show = false; var li_lists = $(this).find('li'); for (var i = 0; i < li_lists.length; i++) { if($(li_lists[i]).css('display') !== 'none') { li_all_show = true; break; } } if (li_all_show === false) { $(this).hide(); } else { $(this).show(); } }); tag === undefined || window.history.replaceState(null, '', '{{ "/all.html?tag=" | prepend: site.blog.baseurl }}' + tag); } $(function() { var query = queryString(); var tag = undefined; query.tag === undefined || (tag = decodeURI(query.tag)); tagSelect(tag); }); </script>
v5/user-agent-detail/d7/4a/d74a1a4c-e2e7-4bfb-a663-3a1cb942c38b.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /><small>vendor/piwik/device-detector/Tests/fixtures/smart_display.yml</small></td><td>Chrome 34.0.1847.114</td><td>Blink </td><td>Android 4.2.1</td><td style="border-left: 1px solid #555">Acer</td><td>DA241HL</td><td>smart display</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a952e161-ace3-4c73-a03c-12746b7cf6d1">Detail</a> <!-- Modal Structure --> <div id="modal-a952e161-ace3-4c73-a03c-12746b7cf6d1" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [user_agent] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 [os] => Array ( [name] => Android [short_name] => AND [version] => 4.2.1 [platform] => ) [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 34.0.1847.114 [engine] => Blink ) [device] => Array ( [type] => smart display [brand] => AC [model] => DA241HL ) [os_family] => Android [browser_family] => Chrome ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 34.0</td><td>Blink </td><td>Android 4.2</td><td style="border-left: 1px solid #555">Acer</td><td>DA 241HL</td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.038</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.2.*da241hl build\/.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/34\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.2*da241hl build/*) applewebkit/* (khtml* like gecko) chrome/34.*safari/* [parent] => Chrome 34.0 for Android [comment] => Chrome 34.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 34.0 [majorver] => 34 [minorver] => 0 [platform] => Android [platform_version] => 4.2 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => DA 241HL [device_maker] => Acer [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => DA241HL [device_brand_name] => Acer [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 34.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.2.*da241hl build\/.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/34\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.2*da241hl build/*) applewebkit/* (khtml* like gecko) chrome/34.*safari/* [parent] => Chrome 34.0 for Android [comment] => Chrome 34.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 34.0 [majorver] => 34 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 34.0.1847.114 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 34.0.1847.114 [osName] => AndroidOS [osVersion] => 4.2.1 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.26602</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 34.0.1847.114 [is_android] => [browser_name] => Chrome [operating_system_family] => Android [operating_system_version] => 4.2.1 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.2 Jelly Bean [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome 34.0</td><td>Blink </td><td>Android 4.2</td><td style="border-left: 1px solid #555">Acer</td><td>DA241HL</td><td>smart display</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 34.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.2 [platform] => ) [device] => Array ( [brand] => AC [brandName] => Acer [model] => DA241HL [device] => 7 [deviceName] => smart display ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => 1 [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 34.0.1847.114 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.2.1 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome 34.0.1847</td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"></td><td>DA241HL</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 34 [minor] => 0 [patch] => 1847 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 2 [patch] => 1 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Generic_Android [model] => DA241HL [family] => DA241HL ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 34.0.1847.114</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.2.1 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 34.0.1847.114 [engine_name] => WebKit [engine_version] => 537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.09401</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.2.1 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 34.0.1847.114</td><td>WebKit 537.36</td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 34 on Android (Jelly Bean) [browser_version] => 34 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JOP40D ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.2.1 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.2.1; DA241HL Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36 [browser_version_full] => 34.0.1847.114 [browser] => Chrome 34 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 34</td><td>Blink </td><td>Android 4.2.1</td><td style="border-left: 1px solid #555">Acer</td><td>All-in-One DA241HL</td><td>monitor</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 34 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.2.1 ) [device] => Array ( [type] => monitor [manufacturer] => Acer [model] => All-in-One DA241HL ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 34.0.1847.114 [category] => smartphone [os] => Android [os_version] => 4.2.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.2.1 [advertised_browser] => Chrome [advertised_browser_version] => 34.0.1847.114 [complete_device_name] => Generic Android 4.2 Tablet [device_name] => Generic Android 4.2 Tablet [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 4.2 Tablet [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.2 [pointing_method] => touchscreen [release_date] => 2012_october [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 60 [max_image_width] => 600 [max_image_height] => 1024 [rows] => 40 [physical_screen_width] => 92 [physical_screen_height] => 153 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 34.0.1847.114</td><td><i class="material-icons">close</i></td><td>Android 4.2.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://google.com/chrome/ [title] => Google Chrome 34.0.1847.114 [name] => Google Chrome [version] => 34.0.1847.114 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.2.1 [code] => android [x64] => [title] => Android 4.2.1 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.2.1 [code] => android [x64] => [title] => Android 4.2.1 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:08:43</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+1/paramcoq/1.1.3+coq8.14.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>paramcoq: 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.1+1 / paramcoq - 1.1.3+coq8.14</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paramcoq <small> 1.1.3+coq8.14 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-06 11:16:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 11:16:41 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.1+1 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 ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.14&quot; &amp; &lt; &quot;8.15~&quot;} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:OCaml modules&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; &quot;date:2021-09-24&quot; ] authors: [ &quot;Chantal Keller (Inria, École polytechnique)&quot; &quot;Marc Lasson (ÉNS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesús Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] synopsis: &quot;Plugin for generating parametricity statements to perform refinement proofs&quot; description: &quot;&quot;&quot; A Coq plugin providing commands for generating parametricity statements. Typical applications of such statements are in data refinement proofs. Note that the plugin is still in an experimental state - it is not very user friendly (lack of good error messages) and still contains bugs. But it is usable enough to &quot;translate&quot; a large chunk of the standard library.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.14.tar.gz&quot; checksum: &quot;sha512=bcf73041cbbac2b85c31ddfcec04882eb18a0a481981b52a3f727f8d1abb31815ba6b3815bbdec63fcf1f14e25fbf958e39acca043e3a00a1967a814becb6101&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-paramcoq.1.1.3+coq8.14 coq.8.7.1+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.7.1+1). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &gt;= 8.14 -&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-paramcoq.1.1.3+coq8.14</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>
doc/api/html/dir_2d4c670c3408415ae12296dbc9f94e03.html
kesumu/dokidoki
<!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>dokidoki: C:/_Projects/dokidoki/src/dokiUnity/Assets/Standard Assets/Effects/ImageEffects Directory 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">dokidoki &#160;<span id="projectnumber">0.1.0</span> </div> <div id="projectbrief">AVG game development tool based on unity3d. This tool is specifically developed for Galgame development (Girls and Love game).</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>Packages</span></a></li> <li><a href="annotated.html"><span>Classes</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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_4b2b6a65aa63f45fc97dbed34dfd4899.html">_Projects</a></li><li class="navelem"><a class="el" href="dir_cb306c60de37bc90a1e3ba025c0ac011.html">dokidoki</a></li><li class="navelem"><a class="el" href="dir_87ccb3f764a605dca32b475cb1a6c630.html">src</a></li><li class="navelem"><a class="el" href="dir_9b8b4394ac735ec8d0219a77f8e8f907.html">dokiUnity</a></li><li class="navelem"><a class="el" href="dir_8ad87389ab7d9a86d46a35994169faba.html">Assets</a></li><li class="navelem"><a class="el" href="dir_3fa4da891a5ce20782a0d81394c3b42a.html">Standard Assets</a></li><li class="navelem"><a class="el" href="dir_d3866f129f63eac8a3811e1204a22b75.html">Effects</a></li><li class="navelem"><a class="el" href="dir_2d4c670c3408415ae12296dbc9f94e03.html">ImageEffects</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">ImageEffects Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> Directories</h2></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>
doc/html/file_8h.html
stevenblaster/crapengine
<!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>Crap Engine 2: /mnt/windows/data/programming/crapengine2/source/core/include/file.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Crap Engine 2 </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><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#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="dir_cdfc5a9597ef75a1564df7c1d24c5c27.html">source</a></li><li class="navelem"><a class="el" href="dir_4668f33d73738288b91e80e37387655b.html">core</a></li><li class="navelem"><a class="el" href="dir_4d04431f42f7707576209b96fc718f41.html">include</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#define-members">Macros</a> &#124; <a href="#typedef-members">Typedefs</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">file.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;cstdio&gt;</code><br /> <code>#include &quot;<a class="el" href="strings_8h_source.html">strings.h</a>&quot;</code><br /> </div> <p><a href="file_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespacecrap"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html">crap</a></td></tr> <tr class="memdesc:namespacecrap"><td class="mdescLeft">&#160;</td><td class="mdescRight">Libraries namespace. <br /></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="define-members"></a> Macros</h2></td></tr> <tr class="memitem:ada47f23f7e4290a471bf95a5219d6780"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#ada47f23f7e4290a471bf95a5219d6780">CRAP_CORE_FILE_H</a></td></tr> <tr class="separator:ada47f23f7e4290a471bf95a5219d6780"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0e0fa9bc77500abd3177b6fff49883f3"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#a0e0fa9bc77500abd3177b6fff49883f3">CRAP_FILE_READ</a>&#160;&#160;&#160;&quot;r&quot;</td></tr> <tr class="separator:a0e0fa9bc77500abd3177b6fff49883f3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0a15ac173b4fdacfda93920b0af0ac44"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#a0a15ac173b4fdacfda93920b0af0ac44">CRAP_FILE_WRITE</a>&#160;&#160;&#160;&quot;w+&quot;</td></tr> <tr class="separator:a0a15ac173b4fdacfda93920b0af0ac44"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a3200176ee17fecb9e9ea170147aa0c"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#a1a3200176ee17fecb9e9ea170147aa0c">CRAP_FILE_APPEND</a>&#160;&#160;&#160;&quot;a+&quot;</td></tr> <tr class="separator:a1a3200176ee17fecb9e9ea170147aa0c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad3fa775d1960cf9530ca96658acde20b"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#ad3fa775d1960cf9530ca96658acde20b">CRAP_FILE_READBINARY</a>&#160;&#160;&#160;&quot;rb&quot;</td></tr> <tr class="separator:ad3fa775d1960cf9530ca96658acde20b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6ace849a157ac461dc060f8b9caf3294"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#a6ace849a157ac461dc060f8b9caf3294">CRAP_FILE_WRITEBINARY</a>&#160;&#160;&#160;&quot;wb&quot;</td></tr> <tr class="separator:a6ace849a157ac461dc060f8b9caf3294"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeef62c2363ce52a89a422c031e118f50"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#aeef62c2363ce52a89a422c031e118f50">CRAP_FILE_APPENDBINARY</a>&#160;&#160;&#160;&quot;ab+&quot;</td></tr> <tr class="separator:aeef62c2363ce52a89a422c031e118f50"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abe6c12084ef7b59a509d9175d741f2dd"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#abe6c12084ef7b59a509d9175d741f2dd">FILE_PATH_SEP</a>&#160;&#160;&#160;'/'</td></tr> <tr class="separator:abe6c12084ef7b59a509d9175d741f2dd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0c5f392e61ad9e53166aa25c78576908"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="file_8h.html#a0c5f392e61ad9e53166aa25c78576908">PATH_TO_FILE</a>(PATH)&#160;&#160;&#160;(strrchr( PATH, <a class="el" href="asserts_8h.html#a837df2c29aacf37cb96c2b65acb312a6">PATH_SEP</a>) ? strrchr( PATH, <a class="el" href="asserts_8h.html#a837df2c29aacf37cb96c2b65acb312a6">PATH_SEP</a>) + 1 : PATH )</td></tr> <tr class="separator:a0c5f392e61ad9e53166aa25c78576908"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:afd3eedf00a9de7958b7dd70aafff79a4"><td class="memItemLeft" align="right" valign="top">typedef FILE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#afd3eedf00a9de7958b7dd70aafff79a4">crap::file_t</a></td></tr> <tr class="separator:afd3eedf00a9de7958b7dd70aafff79a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa4cb82451ede6b73c49d862af29aebb3"><td class="memItemLeft" align="right" valign="top">typedef pointer_t&lt; void &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#aa4cb82451ede6b73c49d862af29aebb3">crap::pointer_void</a></td></tr> <tr class="separator:aa4cb82451ede6b73c49d862af29aebb3"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a95e7097ddb2306595f5b806a08268785"><td class="memItemLeft" align="right" valign="top">file_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a95e7097ddb2306595f5b806a08268785">crap::openFile</a> (const char *filename, const char *flags)</td></tr> <tr class="separator:a95e7097ddb2306595f5b806a08268785"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae3f7572940d5aa57594264a780d59789"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#ae3f7572940d5aa57594264a780d59789">crap::closeFile</a> (file_t *CRAP_RESTRICT handle)</td></tr> <tr class="separator:ae3f7572940d5aa57594264a780d59789"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a33ebe4053661b1006d88f1082cebbd1b"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a33ebe4053661b1006d88f1082cebbd1b">crap::fileSize</a> (const char *filename)</td></tr> <tr class="separator:a33ebe4053661b1006d88f1082cebbd1b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aadea1555cd17b168f91b3d03171b8179"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#aadea1555cd17b168f91b3d03171b8179">crap::fileSize</a> (file_t *CRAP_RESTRICT handle)</td></tr> <tr class="separator:aadea1555cd17b168f91b3d03171b8179"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3a5d242b2926fdc057a72fa3387d076c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a3a5d242b2926fdc057a72fa3387d076c">crap::setFileHandlePosition</a> (int32_t byte_position)</td></tr> <tr class="separator:a3a5d242b2926fdc057a72fa3387d076c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9aabeee93bb15d29856ac9fad19a012f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a9aabeee93bb15d29856ac9fad19a012f">crap::readFromFile</a> (file_t *CRAP_RESTRICT handle, pointer_void buffer, uint32_t buffersize)</td></tr> <tr class="separator:a9aabeee93bb15d29856ac9fad19a012f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a88b135bd26154fde9e09c9638523203d"><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a88b135bd26154fde9e09c9638523203d">crap::readLineFromFile</a> (file_t *CRAP_RESTRICThandle, pointer_void buffer, uint32_t buffersize)</td></tr> <tr class="separator:a88b135bd26154fde9e09c9638523203d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a44ce23333dcd545198f1ca1687059a63"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrap.html#a44ce23333dcd545198f1ca1687059a63">crap::writeToFile</a> (file_t *CRAP_RESTRICT handle, pointer_void buffer, uint32_t buffersize)</td></tr> <tr class="separator:a44ce23333dcd545198f1ca1687059a63"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Macro Definition Documentation</h2> <a class="anchor" id="ada47f23f7e4290a471bf95a5219d6780"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_CORE_FILE_H</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00004">4</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="a1a3200176ee17fecb9e9ea170147aa0c"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_APPEND&#160;&#160;&#160;&quot;a+&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00011">11</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="aeef62c2363ce52a89a422c031e118f50"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_APPENDBINARY&#160;&#160;&#160;&quot;ab+&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00014">14</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="a0e0fa9bc77500abd3177b6fff49883f3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_READ&#160;&#160;&#160;&quot;r&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00009">9</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="ad3fa775d1960cf9530ca96658acde20b"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_READBINARY&#160;&#160;&#160;&quot;rb&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00012">12</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="a0a15ac173b4fdacfda93920b0af0ac44"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_WRITE&#160;&#160;&#160;&quot;w+&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00010">10</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="a6ace849a157ac461dc060f8b9caf3294"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define CRAP_FILE_WRITEBINARY&#160;&#160;&#160;&quot;wb&quot;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00013">13</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="abe6c12084ef7b59a509d9175d741f2dd"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define FILE_PATH_SEP&#160;&#160;&#160;'/'</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00019">19</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> <a class="anchor" id="a0c5f392e61ad9e53166aa25c78576908"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define PATH_TO_FILE</td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname">PATH</td><td>)</td> <td>&#160;&#160;&#160;(strrchr( PATH, <a class="el" href="asserts_8h.html#a837df2c29aacf37cb96c2b65acb312a6">PATH_SEP</a>) ? strrchr( PATH, <a class="el" href="asserts_8h.html#a837df2c29aacf37cb96c2b65acb312a6">PATH_SEP</a>) + 1 : PATH )</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="file_8h_source.html#l00022">22</a> of file <a class="el" href="file_8h_source.html">file.h</a>.</p> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jan 7 2015 21:59:08 for Crap Engine 2 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>
categories/練習/index.html
ChenLiZhan/chenlizhan.github.io
<!doctype html> <html class="theme-next pisces use-motion"> <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, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/> <link href="//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=0.5.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=0.5.0" /> <meta name="description"> <meta property="og:type" content="website"> <meta property="og:title" content="Lee Chen Blog"> <meta property="og:url" content="http://leechen.xyz/categories/練習/index.html"> <meta property="og:site_name" content="Lee Chen Blog"> <meta property="og:description"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Lee Chen Blog"> <meta name="twitter:description"> <script type="text/javascript" id="hexo.configuration"> var NexT = window.NexT || {}; var CONFIG = { scheme: 'Pisces', sidebar: {"position":"left","display":"post"}, fancybox: true, motion: true, duoshuo: { userId: 0, author: '博主' } }; </script> <title> 分類: 練習 | Lee Chen Blog </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-tw,en,default"> <div class="container one-collumn sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Lee Chen Blog</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-home fa-fw"></i> <br /> 首頁 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-archive fa-fw"></i> <br /> 歸檔 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-tags fa-fw"></i> <br /> 標籤 </a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-collapse"> <div class="collection-title"> <h2 > 練習 <small>分類</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2015/03/25/express4-and-mongodb-todo-list/" itemprop="url"> <span itemprop="name">用Express 4和 MongoDB打造Todo List</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2015-03-25T00:00:00+08:00" content="2015-03-25" > 03-25 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2015/02/25/12in12-leereddit/" itemprop="url"> <span itemprop="name">「 12 in 12 」 (1)LeeReddit - 筆記</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2015-02-25T00:00:00+08:00" content="2015-02-25" > 02-25 </time> </div> </header> </article> </section> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar.jpeg" alt="Chen Li Zhan" /> <p class="site-author-name" itemprop="name">Chen Li Zhan</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">11</span> <span class="site-state-item-name">文章</span> </a> </div> <div class="site-state-item site-state-categories"> <span class="site-state-item-count">4</span> <span class="site-state-item-name">分類</span> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">10</span> <span class="site-state-item-name">標籤</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/ChenLiZhan" target="_blank"> <i class="fa fa-github"></i> GitHub </a> </span> <span class="links-of-author-item"> <a href="https://www.linkedin.com/profile/preview?locale=zh_TW&trk=prof-0-sb-preview-primary-button" target="_blank"> <i class="fa fa-linkedin-square"></i> LinkedIn </a> </span> <span class="links-of-author-item"> <a href="https://twitter.com/chung1350?lang=zh-tw" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> </span> </div> <div class="links-of-blogroll motion-element"> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2014 - <span itemprop="copyrightYear">2016</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">Chen Li Zhan</span> </div> <div class="powered-by"> 由 <a class="theme-link" href="http://hexo.io">Hexo</a> 強力驅動 </div> <div class="theme-info"> 主題 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Pisces </a> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/js/src/utils.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/affix.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=0.5.0"></script> </body> </html>
_includes/scipy/header-post-scipy.html
Shekharrajak/shekharrajak.github.io
<header class="header"> <ul class="grid"> <a href="#"><li><h2></h2></li></a> </ul> <!-- <div class="bg-img" style="background-color:#2C3E50"><img src="../img/" alt="Background Image"/></div> --> <div class="bg-img" style="background-color:#2C3E50"></div> <div class="title"> <h1>{{ page.title }}</h1> <p class="subline"> Organization : NumPy/SciPy <br> NumPy/SciPy - High level restructuring and Redesigning of the documentation site. </p> <p>{{ page.week }}</p> <p>by <strong>Shekhar Prasad Rajak</strong> &#8212; Posted on <strong>{{ page.date | date: "%B %e, %Y" }}</strong></p> <a href="/" style="margin-right:50%;"> Back Blog </a> <a href="http://s-hacker.info/" style="margin-left:0%;"> Home page </a> </div> </header> <button class="trigger" data-info="Go Down or Click"><span>&#9660;</span></button>
pythonicdocs/_modules/colorsys.html
ArcherSys/ArcherSys
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>colorsys &mdash; ArcherBashPYDocs 1.0.0. documentation</title> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="top" title="ArcherBashPYDocs 1.0.0. documentation" href="../index.html"/> <link rel="up" title="Module code" href="index.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> ArcherBashPYDocs</a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="simple"> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">ArcherBashPYDocs</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="index.html">Module code</a> &raquo;</li> <li>colorsys</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document"> <h1>Source code for colorsys</h1><div class="highlight"><pre> <span class="sd">&quot;&quot;&quot;Conversion functions between RGB and other color systems.</span> <span class="sd">This modules provides two functions for each color system ABC:</span> <span class="sd"> rgb_to_abc(r, g, b) --&gt; a, b, c</span> <span class="sd"> abc_to_rgb(a, b, c) --&gt; r, g, b</span> <span class="sd">All inputs and outputs are triples of floats in the range [0.0...1.0]</span> <span class="sd">(with the exception of I and Q, which covers a slightly larger range).</span> <span class="sd">Inputs outside the valid range may cause exceptions or invalid outputs.</span> <span class="sd">Supported color systems:</span> <span class="sd">RGB: Red, Green, Blue components</span> <span class="sd">YIQ: Luminance, Chrominance (used by composite video signals)</span> <span class="sd">HLS: Hue, Luminance, Saturation</span> <span class="sd">HSV: Hue, Saturation, Value</span> <span class="sd">&quot;&quot;&quot;</span> <span class="c"># References:</span> <span class="c"># http://en.wikipedia.org/wiki/YIQ</span> <span class="c"># http://en.wikipedia.org/wiki/HLS_color_space</span> <span class="c"># http://en.wikipedia.org/wiki/HSV_color_space</span> <span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span><span class="s">&quot;rgb_to_yiq&quot;</span><span class="p">,</span><span class="s">&quot;yiq_to_rgb&quot;</span><span class="p">,</span><span class="s">&quot;rgb_to_hls&quot;</span><span class="p">,</span><span class="s">&quot;hls_to_rgb&quot;</span><span class="p">,</span> <span class="s">&quot;rgb_to_hsv&quot;</span><span class="p">,</span><span class="s">&quot;hsv_to_rgb&quot;</span><span class="p">]</span> <span class="c"># Some floating point constants</span> <span class="n">ONE_THIRD</span> <span class="o">=</span> <span class="mf">1.0</span><span class="o">/</span><span class="mf">3.0</span> <span class="n">ONE_SIXTH</span> <span class="o">=</span> <span class="mf">1.0</span><span class="o">/</span><span class="mf">6.0</span> <span class="n">TWO_THIRD</span> <span class="o">=</span> <span class="mf">2.0</span><span class="o">/</span><span class="mf">3.0</span> <span class="c"># YIQ: used by composite video signals (linear combinations of RGB)</span> <span class="c"># Y: perceived grey level (0.0 == black, 1.0 == white)</span> <span class="c"># I, Q: color components</span> <span class="c">#</span> <span class="c"># There are a great many versions of the constants used in these formulae.</span> <span class="c"># The ones in this library uses constants from the FCC version of NTSC.</span> <div class="viewcode-block" id="rgb_to_yiq"><a class="viewcode-back" href="../colorsys.html#colorsys.rgb_to_yiq">[docs]</a><span class="k">def</span> <span class="nf">rgb_to_yiq</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">):</span> <span class="n">y</span> <span class="o">=</span> <span class="mf">0.30</span><span class="o">*</span><span class="n">r</span> <span class="o">+</span> <span class="mf">0.59</span><span class="o">*</span><span class="n">g</span> <span class="o">+</span> <span class="mf">0.11</span><span class="o">*</span><span class="n">b</span> <span class="n">i</span> <span class="o">=</span> <span class="mf">0.74</span><span class="o">*</span><span class="p">(</span><span class="n">r</span><span class="o">-</span><span class="n">y</span><span class="p">)</span> <span class="o">-</span> <span class="mf">0.27</span><span class="o">*</span><span class="p">(</span><span class="n">b</span><span class="o">-</span><span class="n">y</span><span class="p">)</span> <span class="n">q</span> <span class="o">=</span> <span class="mf">0.48</span><span class="o">*</span><span class="p">(</span><span class="n">r</span><span class="o">-</span><span class="n">y</span><span class="p">)</span> <span class="o">+</span> <span class="mf">0.41</span><span class="o">*</span><span class="p">(</span><span class="n">b</span><span class="o">-</span><span class="n">y</span><span class="p">)</span> <span class="k">return</span> <span class="p">(</span><span class="n">y</span><span class="p">,</span> <span class="n">i</span><span class="p">,</span> <span class="n">q</span><span class="p">)</span> </div> <div class="viewcode-block" id="yiq_to_rgb"><a class="viewcode-back" href="../colorsys.html#colorsys.yiq_to_rgb">[docs]</a><span class="k">def</span> <span class="nf">yiq_to_rgb</span><span class="p">(</span><span class="n">y</span><span class="p">,</span> <span class="n">i</span><span class="p">,</span> <span class="n">q</span><span class="p">):</span> <span class="c"># r = y + (0.27*q + 0.41*i) / (0.74*0.41 + 0.27*0.48)</span> <span class="c"># b = y + (0.74*q - 0.48*i) / (0.74*0.41 + 0.27*0.48)</span> <span class="c"># g = y - (0.30*(r-y) + 0.11*(b-y)) / 0.59</span> <span class="n">r</span> <span class="o">=</span> <span class="n">y</span> <span class="o">+</span> <span class="mf">0.9468822170900693</span><span class="o">*</span><span class="n">i</span> <span class="o">+</span> <span class="mf">0.6235565819861433</span><span class="o">*</span><span class="n">q</span> <span class="n">g</span> <span class="o">=</span> <span class="n">y</span> <span class="o">-</span> <span class="mf">0.27478764629897834</span><span class="o">*</span><span class="n">i</span> <span class="o">-</span> <span class="mf">0.6356910791873801</span><span class="o">*</span><span class="n">q</span> <span class="n">b</span> <span class="o">=</span> <span class="n">y</span> <span class="o">-</span> <span class="mf">1.1085450346420322</span><span class="o">*</span><span class="n">i</span> <span class="o">+</span> <span class="mf">1.7090069284064666</span><span class="o">*</span><span class="n">q</span> <span class="k">if</span> <span class="n">r</span> <span class="o">&lt;</span> <span class="mf">0.0</span><span class="p">:</span> <span class="n">r</span> <span class="o">=</span> <span class="mf">0.0</span> <span class="k">if</span> <span class="n">g</span> <span class="o">&lt;</span> <span class="mf">0.0</span><span class="p">:</span> <span class="n">g</span> <span class="o">=</span> <span class="mf">0.0</span> <span class="k">if</span> <span class="n">b</span> <span class="o">&lt;</span> <span class="mf">0.0</span><span class="p">:</span> <span class="n">b</span> <span class="o">=</span> <span class="mf">0.0</span> <span class="k">if</span> <span class="n">r</span> <span class="o">&gt;</span> <span class="mf">1.0</span><span class="p">:</span> <span class="n">r</span> <span class="o">=</span> <span class="mf">1.0</span> <span class="k">if</span> <span class="n">g</span> <span class="o">&gt;</span> <span class="mf">1.0</span><span class="p">:</span> <span class="n">g</span> <span class="o">=</span> <span class="mf">1.0</span> <span class="k">if</span> <span class="n">b</span> <span class="o">&gt;</span> <span class="mf">1.0</span><span class="p">:</span> <span class="n">b</span> <span class="o">=</span> <span class="mf">1.0</span> <span class="k">return</span> <span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="c"># HLS: Hue, Luminance, Saturation</span> <span class="c"># H: position in the spectrum</span> <span class="c"># L: color lightness</span> <span class="c"># S: color saturation</span> </div> <div class="viewcode-block" id="rgb_to_hls"><a class="viewcode-back" href="../colorsys.html#colorsys.rgb_to_hls">[docs]</a><span class="k">def</span> <span class="nf">rgb_to_hls</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">):</span> <span class="n">maxc</span> <span class="o">=</span> <span class="nb">max</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="n">minc</span> <span class="o">=</span> <span class="nb">min</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="c"># XXX Can optimize (maxc+minc) and (maxc-minc)</span> <span class="n">l</span> <span class="o">=</span> <span class="p">(</span><span class="n">minc</span><span class="o">+</span><span class="n">maxc</span><span class="p">)</span><span class="o">/</span><span class="mf">2.0</span> <span class="k">if</span> <span class="n">minc</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="k">return</span> <span class="mf">0.0</span><span class="p">,</span> <span class="n">l</span><span class="p">,</span> <span class="mf">0.0</span> <span class="k">if</span> <span class="n">l</span> <span class="o">&lt;=</span> <span class="mf">0.5</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">+</span><span class="n">minc</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="mf">2.0</span><span class="o">-</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="n">rc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">r</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="n">gc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">g</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="n">bc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">b</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="k">if</span> <span class="n">r</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="n">bc</span><span class="o">-</span><span class="n">gc</span> <span class="k">elif</span> <span class="n">g</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="mf">2.0</span><span class="o">+</span><span class="n">rc</span><span class="o">-</span><span class="n">bc</span> <span class="k">else</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="mf">4.0</span><span class="o">+</span><span class="n">gc</span><span class="o">-</span><span class="n">rc</span> <span class="n">h</span> <span class="o">=</span> <span class="p">(</span><span class="n">h</span><span class="o">/</span><span class="mf">6.0</span><span class="p">)</span> <span class="o">%</span> <span class="mf">1.0</span> <span class="k">return</span> <span class="n">h</span><span class="p">,</span> <span class="n">l</span><span class="p">,</span> <span class="n">s</span> </div> <div class="viewcode-block" id="hls_to_rgb"><a class="viewcode-back" href="../colorsys.html#colorsys.hls_to_rgb">[docs]</a><span class="k">def</span> <span class="nf">hls_to_rgb</span><span class="p">(</span><span class="n">h</span><span class="p">,</span> <span class="n">l</span><span class="p">,</span> <span class="n">s</span><span class="p">):</span> <span class="k">if</span> <span class="n">s</span> <span class="o">==</span> <span class="mf">0.0</span><span class="p">:</span> <span class="k">return</span> <span class="n">l</span><span class="p">,</span> <span class="n">l</span><span class="p">,</span> <span class="n">l</span> <span class="k">if</span> <span class="n">l</span> <span class="o">&lt;=</span> <span class="mf">0.5</span><span class="p">:</span> <span class="n">m2</span> <span class="o">=</span> <span class="n">l</span> <span class="o">*</span> <span class="p">(</span><span class="mf">1.0</span><span class="o">+</span><span class="n">s</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">m2</span> <span class="o">=</span> <span class="n">l</span><span class="o">+</span><span class="n">s</span><span class="o">-</span><span class="p">(</span><span class="n">l</span><span class="o">*</span><span class="n">s</span><span class="p">)</span> <span class="n">m1</span> <span class="o">=</span> <span class="mf">2.0</span><span class="o">*</span><span class="n">l</span> <span class="o">-</span> <span class="n">m2</span> <span class="k">return</span> <span class="p">(</span><span class="n">_v</span><span class="p">(</span><span class="n">m1</span><span class="p">,</span> <span class="n">m2</span><span class="p">,</span> <span class="n">h</span><span class="o">+</span><span class="n">ONE_THIRD</span><span class="p">),</span> <span class="n">_v</span><span class="p">(</span><span class="n">m1</span><span class="p">,</span> <span class="n">m2</span><span class="p">,</span> <span class="n">h</span><span class="p">),</span> <span class="n">_v</span><span class="p">(</span><span class="n">m1</span><span class="p">,</span> <span class="n">m2</span><span class="p">,</span> <span class="n">h</span><span class="o">-</span><span class="n">ONE_THIRD</span><span class="p">))</span> </div> <span class="k">def</span> <span class="nf">_v</span><span class="p">(</span><span class="n">m1</span><span class="p">,</span> <span class="n">m2</span><span class="p">,</span> <span class="n">hue</span><span class="p">):</span> <span class="n">hue</span> <span class="o">=</span> <span class="n">hue</span> <span class="o">%</span> <span class="mf">1.0</span> <span class="k">if</span> <span class="n">hue</span> <span class="o">&lt;</span> <span class="n">ONE_SIXTH</span><span class="p">:</span> <span class="k">return</span> <span class="n">m1</span> <span class="o">+</span> <span class="p">(</span><span class="n">m2</span><span class="o">-</span><span class="n">m1</span><span class="p">)</span><span class="o">*</span><span class="n">hue</span><span class="o">*</span><span class="mf">6.0</span> <span class="k">if</span> <span class="n">hue</span> <span class="o">&lt;</span> <span class="mf">0.5</span><span class="p">:</span> <span class="k">return</span> <span class="n">m2</span> <span class="k">if</span> <span class="n">hue</span> <span class="o">&lt;</span> <span class="n">TWO_THIRD</span><span class="p">:</span> <span class="k">return</span> <span class="n">m1</span> <span class="o">+</span> <span class="p">(</span><span class="n">m2</span><span class="o">-</span><span class="n">m1</span><span class="p">)</span><span class="o">*</span><span class="p">(</span><span class="n">TWO_THIRD</span><span class="o">-</span><span class="n">hue</span><span class="p">)</span><span class="o">*</span><span class="mf">6.0</span> <span class="k">return</span> <span class="n">m1</span> <span class="c"># HSV: Hue, Saturation, Value</span> <span class="c"># H: position in the spectrum</span> <span class="c"># S: color saturation (&quot;purity&quot;)</span> <span class="c"># V: color brightness</span> <div class="viewcode-block" id="rgb_to_hsv"><a class="viewcode-back" href="../colorsys.html#colorsys.rgb_to_hsv">[docs]</a><span class="k">def</span> <span class="nf">rgb_to_hsv</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">):</span> <span class="n">maxc</span> <span class="o">=</span> <span class="nb">max</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="n">minc</span> <span class="o">=</span> <span class="nb">min</span><span class="p">(</span><span class="n">r</span><span class="p">,</span> <span class="n">g</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="n">v</span> <span class="o">=</span> <span class="n">maxc</span> <span class="k">if</span> <span class="n">minc</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="k">return</span> <span class="mf">0.0</span><span class="p">,</span> <span class="mf">0.0</span><span class="p">,</span> <span class="n">v</span> <span class="n">s</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="o">/</span> <span class="n">maxc</span> <span class="n">rc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">r</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="n">gc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">g</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="n">bc</span> <span class="o">=</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">b</span><span class="p">)</span> <span class="o">/</span> <span class="p">(</span><span class="n">maxc</span><span class="o">-</span><span class="n">minc</span><span class="p">)</span> <span class="k">if</span> <span class="n">r</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="n">bc</span><span class="o">-</span><span class="n">gc</span> <span class="k">elif</span> <span class="n">g</span> <span class="o">==</span> <span class="n">maxc</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="mf">2.0</span><span class="o">+</span><span class="n">rc</span><span class="o">-</span><span class="n">bc</span> <span class="k">else</span><span class="p">:</span> <span class="n">h</span> <span class="o">=</span> <span class="mf">4.0</span><span class="o">+</span><span class="n">gc</span><span class="o">-</span><span class="n">rc</span> <span class="n">h</span> <span class="o">=</span> <span class="p">(</span><span class="n">h</span><span class="o">/</span><span class="mf">6.0</span><span class="p">)</span> <span class="o">%</span> <span class="mf">1.0</span> <span class="k">return</span> <span class="n">h</span><span class="p">,</span> <span class="n">s</span><span class="p">,</span> <span class="n">v</span> </div> <div class="viewcode-block" id="hsv_to_rgb"><a class="viewcode-back" href="../colorsys.html#colorsys.hsv_to_rgb">[docs]</a><span class="k">def</span> <span class="nf">hsv_to_rgb</span><span class="p">(</span><span class="n">h</span><span class="p">,</span> <span class="n">s</span><span class="p">,</span> <span class="n">v</span><span class="p">):</span> <span class="k">if</span> <span class="n">s</span> <span class="o">==</span> <span class="mf">0.0</span><span class="p">:</span> <span class="k">return</span> <span class="n">v</span><span class="p">,</span> <span class="n">v</span><span class="p">,</span> <span class="n">v</span> <span class="n">i</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">h</span><span class="o">*</span><span class="mf">6.0</span><span class="p">)</span> <span class="c"># XXX assume int() truncates!</span> <span class="n">f</span> <span class="o">=</span> <span class="p">(</span><span class="n">h</span><span class="o">*</span><span class="mf">6.0</span><span class="p">)</span> <span class="o">-</span> <span class="n">i</span> <span class="n">p</span> <span class="o">=</span> <span class="n">v</span><span class="o">*</span><span class="p">(</span><span class="mf">1.0</span> <span class="o">-</span> <span class="n">s</span><span class="p">)</span> <span class="n">q</span> <span class="o">=</span> <span class="n">v</span><span class="o">*</span><span class="p">(</span><span class="mf">1.0</span> <span class="o">-</span> <span class="n">s</span><span class="o">*</span><span class="n">f</span><span class="p">)</span> <span class="n">t</span> <span class="o">=</span> <span class="n">v</span><span class="o">*</span><span class="p">(</span><span class="mf">1.0</span> <span class="o">-</span> <span class="n">s</span><span class="o">*</span><span class="p">(</span><span class="mf">1.0</span><span class="o">-</span><span class="n">f</span><span class="p">))</span> <span class="n">i</span> <span class="o">=</span> <span class="n">i</span><span class="o">%</span><span class="mi">6</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">0</span><span class="p">:</span> <span class="k">return</span> <span class="n">v</span><span class="p">,</span> <span class="n">t</span><span class="p">,</span> <span class="n">p</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span> <span class="k">return</span> <span class="n">q</span><span class="p">,</span> <span class="n">v</span><span class="p">,</span> <span class="n">p</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">2</span><span class="p">:</span> <span class="k">return</span> <span class="n">p</span><span class="p">,</span> <span class="n">v</span><span class="p">,</span> <span class="n">t</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">3</span><span class="p">:</span> <span class="k">return</span> <span class="n">p</span><span class="p">,</span> <span class="n">q</span><span class="p">,</span> <span class="n">v</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">4</span><span class="p">:</span> <span class="k">return</span> <span class="n">t</span><span class="p">,</span> <span class="n">p</span><span class="p">,</span> <span class="n">v</span> <span class="k">if</span> <span class="n">i</span> <span class="o">==</span> <span class="mi">5</span><span class="p">:</span> <span class="k">return</span> <span class="n">v</span><span class="p">,</span> <span class="n">p</span><span class="p">,</span> <span class="n">q</span> <span class="c"># Cannot get here</span></div> </pre></div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2015, Weldon Henson. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'1.0.0.', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
porto/assets/vendor/jquery-datatables/examples/server_side/simple.html
yhchun1992/abc
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>DataTables example - Server-side processing</title> <link rel="stylesheet" type="text/css" href="../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').dataTable( { "processing": true, "serverSide": true, "ajax": "scripts/server_processing.php" } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>DataTables example <span>Server-side processing</span></h1> <div class="info"> <p>There are many ways to get your data into DataTables, and if you are working with seriously large databases, you might want to consider using the server-side options that DataTables provides. With server-side processing enabled, all paging, searching, ordering etc actions that DataTables performs are handed off to a server where an SQL engine (or similar) can perform these actions on the large data set (after all, that's what the database engine is designed for!). As such, each draw of the table will result in a new Ajax request being made to get the required data.</p> <p>Server-side processing is enabled by setting the <a href= "//datatables.net/reference/option/serverSide"><code class="option" title= "DataTables initialisation option">serverSide<span>DT</span></code></a> option to <code>true</code> and providing an Ajax data source through the <a href="//datatables.net/reference/option/ajax"><code class= "option" title="DataTables initialisation option">ajax<span>DT</span></code></a> option.</p> <p>This example shows a very simple table, matching the other client-side processing examples, but in this instance using server-side processing.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>First name</th> <th>Last name</th> <th>Position</th> <th>Office</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>First name</th> <th>Last name</th> <th>Position</th> <th>Office</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline brush: js;">$(document).ready(function() { $('#example').dataTable( { &quot;processing&quot;: true, &quot;serverSide&quot;: true, &quot;ajax&quot;: &quot;scripts/server_processing.php&quot; } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li> <li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline brush: js;"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href= "../../media/css/jquery.dataTables.css">../../media/css/jquery.dataTables.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="../basic_init/index.html">Basic initialisation</a></h3> <ul class="toc"> <li><a href="../basic_init/zero_configuration.html">Zero configuration</a></li> <li><a href="../basic_init/filter_only.html">Feature enable / disable</a></li> <li><a href="../basic_init/table_sorting.html">Default ordering (sorting)</a></li> <li><a href="../basic_init/multi_col_sort.html">Multi-column ordering</a></li> <li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li> <li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li> <li><a href="../basic_init/complex_header.html">Complex headers (rowspan and colspan)</a></li> <li><a href="../basic_init/dom.html">DOM positioning</a></li> <li><a href="../basic_init/flexible_width.html">Flexible table width</a></li> <li><a href="../basic_init/state_save.html">State saving</a></li> <li><a href="../basic_init/alt_pagination.html">Alternative pagination</a></li> <li><a href="../basic_init/scroll_y.html">Scroll - vertical</a></li> <li><a href="../basic_init/scroll_x.html">Scroll - horizontal</a></li> <li><a href="../basic_init/scroll_xy.html">Scroll - horizontal and vertical</a></li> <li><a href="../basic_init/scroll_y_theme.html">Scroll - vertical with jQuery UI ThemeRoller</a></li> <li><a href="../basic_init/comma-decimal.html">Language - Comma decimal place</a></li> <li><a href="../basic_init/language.html">Language options</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../advanced_init/index.html">Advanced initialisation</a></h3> <ul class="toc"> <li><a href="../advanced_init/events_live.html">DOM / jQuery events</a></li> <li><a href="../advanced_init/dt_events.html">DataTables events</a></li> <li><a href="../advanced_init/column_render.html">Column rendering</a></li> <li><a href="../advanced_init/length_menu.html">Page length options</a></li> <li><a href="../advanced_init/dom_multiple_elements.html">Multiple table control elements</a></li> <li><a href="../advanced_init/complex_header.html">Complex headers (rowspan / colspan)</a></li> <li><a href="../advanced_init/html5-data-attributes.html">HTML5 data-* attributes</a></li> <li><a href="../advanced_init/language_file.html">Language file</a></li> <li><a href="../advanced_init/defaults.html">Setting defaults</a></li> <li><a href="../advanced_init/row_callback.html">Row created callback</a></li> <li><a href="../advanced_init/row_grouping.html">Row grouping</a></li> <li><a href="../advanced_init/footer_callback.html">Footer callback</a></li> <li><a href="../advanced_init/dom_toolbar.html">Custom toolbar elements</a></li> <li><a href="../advanced_init/sort_direction_control.html">Order direction sequence control</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.html">Styling</a></h3> <ul class="toc"> <li><a href="../styling/display.html">Base style</a></li> <li><a href="../styling/no-classes.html">Base style - no styling classes</a></li> <li><a href="../styling/cell-border.html">Base style - cell borders</a></li> <li><a href="../styling/compact.html">Base style - compact</a></li> <li><a href="../styling/hover.html">Base style - hover</a></li> <li><a href="../styling/order-column.html">Base style - order-column</a></li> <li><a href="../styling/row-border.html">Base style - row borders</a></li> <li><a href="../styling/stripe.html">Base style - stripe</a></li> <li><a href="../styling/bootstrap.html">Bootstrap</a></li> <li><a href="../styling/foundation.html">Foundation</a></li> <li><a href="../styling/jqueryUI.html">jQuery UI ThemeRoller</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../data_sources/index.html">Data sources</a></h3> <ul class="toc"> <li><a href="../data_sources/dom.html">HTML (DOM) sourced data</a></li> <li><a href="../data_sources/ajax.html">Ajax sourced data</a></li> <li><a href="../data_sources/js_array.html">Javascript sourced data</a></li> <li><a href="../data_sources/server_side.html">Server-side processing</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../api/index.html">API</a></h3> <ul class="toc"> <li><a href="../api/add_row.html">Add rows</a></li> <li><a href="../api/multi_filter.html">Individual column searching (text inputs)</a></li> <li><a href="../api/multi_filter_select.html">Individual column searching (select inputs)</a></li> <li><a href="../api/highlight.html">Highlighting rows and columns</a></li> <li><a href="../api/row_details.html">Child rows (show extra / detailed information)</a></li> <li><a href="../api/select_row.html">Row selection (multiple rows)</a></li> <li><a href="../api/select_single_row.html">Row selection and deletion (single row)</a></li> <li><a href="../api/form.html">Form inputs</a></li> <li><a href="../api/counter_columns.html">Index column</a></li> <li><a href="../api/show_hide.html">Show / hide columns dynamically</a></li> <li><a href="../api/api_in_init.html">Using API in callbacks</a></li> <li><a href="../api/tabs_and_scrolling.html">Scrolling and jQuery UI tabs</a></li> <li><a href="../api/regex.html">Search API (regular expressions)</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../ajax/index.html">Ajax</a></h3> <ul class="toc"> <li><a href="../ajax/simple.html">Ajax data source (arrays)</a></li> <li><a href="../ajax/objects.html">Ajax data source (objects)</a></li> <li><a href="../ajax/deep.html">Nested object data (objects)</a></li> <li><a href="../ajax/objects_subarrays.html">Nested object data (arrays)</a></li> <li><a href="../ajax/orthogonal-data.html">Orthogonal data</a></li> <li><a href="../ajax/null_data_source.html">Generated content for a column</a></li> <li><a href="../ajax/custom_data_property.html">Custom data source property</a></li> <li><a href="../ajax/custom_data_flat.html">Flat array data source</a></li> <li><a href="../ajax/defer_render.html">Deferred rendering for speed</a></li> </ul> </div> <div class="toc-group"> <h3><a href="./index.html">Server-side</a></h3> <ul class="toc active"> <li class="active"><a href="./simple.html">Server-side processing</a></li> <li><a href="./custom_vars.html">Custom HTTP variables</a></li> <li><a href="./post.html">POST data</a></li> <li><a href="./ids.html">Automatic addition of row ID attributes</a></li> <li><a href="./object_data.html">Object data source</a></li> <li><a href="./row_details.html">Row details</a></li> <li><a href="./select_rows.html">Row selection</a></li> <li><a href="./jsonp.html">JSONP data source for remote domains</a></li> <li><a href="./defer_loading.html">Deferred loading of data</a></li> <li><a href="./pipeline.html">Pipelining data to reduce Ajax calls for paging</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../plug-ins/index.html">Plug-ins</a></h3> <ul class="toc"> <li><a href="../plug-ins/api.html">API plug-in methods</a></li> <li><a href="../plug-ins/sorting_auto.html">Ordering plug-ins (with type detection)</a></li> <li><a href="../plug-ins/sorting_manual.html">Ordering plug-ins (no type detection)</a></li> <li><a href="../plug-ins/range_filtering.html">Custom filtering - range search</a></li> <li><a href="../plug-ins/dom_sort.html">Live DOM ordering</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href= "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
docs/picturepark-sdk-v1-fetch/api/interfaces/stereopanneroptions.html
Picturepark/Picturepark.SDK.TypeScript
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>StereoPannerOptions | picturepark-sdk-v1-fetch API</title> <meta name="description" content="Documentation for picturepark-sdk-v1-fetch API"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">picturepark-sdk-v1-fetch API</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="stereopanneroptions.html">StereoPannerOptions</a> </li> </ul> <h1>Interface StereoPannerOptions</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="audionodeoptions.html" class="tsd-signature-type">AudioNodeOptions</a> <ul class="tsd-hierarchy"> <li> <span class="target">StereoPannerOptions</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="stereopanneroptions.html#channelcount" class="tsd-kind-icon">channel<wbr>Count</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="stereopanneroptions.html#channelcountmode" class="tsd-kind-icon">channel<wbr>Count<wbr>Mode</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="stereopanneroptions.html#channelinterpretation" class="tsd-kind-icon">channel<wbr>Interpretation</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="stereopanneroptions.html#pan" class="tsd-kind-icon">pan</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="channelcount" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> channel<wbr>Count</h3> <div class="tsd-signature tsd-kind-icon">channel<wbr>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <p>Inherited from <a href="analyseroptions.html">AnalyserOptions</a>.<a href="analyseroptions.html#channelcount">channelCount</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:124</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="channelcountmode" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> channel<wbr>Count<wbr>Mode</h3> <div class="tsd-signature tsd-kind-icon">channel<wbr>Count<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../globals.html#channelcountmode" class="tsd-signature-type">ChannelCountMode</a></div> <aside class="tsd-sources"> <p>Inherited from <a href="analyseroptions.html">AnalyserOptions</a>.<a href="analyseroptions.html#channelcountmode">channelCountMode</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:125</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="channelinterpretation" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> channel<wbr>Interpretation</h3> <div class="tsd-signature tsd-kind-icon">channel<wbr>Interpretation<span class="tsd-signature-symbol">:</span> <a href="../globals.html#channelinterpretation" class="tsd-signature-type">ChannelInterpretation</a></div> <aside class="tsd-sources"> <p>Inherited from <a href="analyseroptions.html">AnalyserOptions</a>.<a href="analyseroptions.html#channelinterpretation">channelInterpretation</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:126</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="pan" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> pan</h3> <div class="tsd-signature tsd-kind-icon">pan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:1746</li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-is-external"> <a href="stereopanneroptions.html" class="tsd-kind-icon">Stereo<wbr>Panner<wbr>Options</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="stereopanneroptions.html#channelcount" class="tsd-kind-icon">channel<wbr>Count</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="stereopanneroptions.html#channelcountmode" class="tsd-kind-icon">channel<wbr>Count<wbr>Mode</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="stereopanneroptions.html#channelinterpretation" class="tsd-kind-icon">channel<wbr>Interpretation</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="stereopanneroptions.html#pan" class="tsd-kind-icon">pan</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> </body> </html>
pcap/libc/constant.MS_INVALIDATE.html
ebfull/ebfull.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `MS_INVALIDATE` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, MS_INVALIDATE"> <title>libc::MS_INVALIDATE - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'MS_INVALIDATE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>MS_INVALIDATE</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1183' class='srclink' href='../src/libc/unix/notbsd/mod.rs.html#236' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const MS_INVALIDATE: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>0x0002</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
2006/12/16/la-confabulaci-del.html
carlesbellver/carlesbellver.github.io
<!DOCTYPE html> <html lang="ca-es" data-theme=""> <head> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="referrer" content="no-referrer-when-downgrade"> <title>La confabulació del cocodril - La vista cansada</title> <meta name="description" content=""> <link rel="icon" type="image/x-icon" href="https://carlesbellver.github.io/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="https://carlesbellver.github.io/favicon.png"> <link rel="stylesheet" href="https://carlesbellver.github.io/css/light.css?rnd=1602439750" /> <style> [data-theme="dark"] { --font-color: #eee; --bg-color: #212121; --link-color:#599ada; --link-state-color:#ff5858; --link-state-border-color: rgba(238, 54, 54, 0.5); --thead-bg-color: #343a40; --table-border-color: lightgrey; --pre-color: #333; --pre-bg-color: #f1f1f1; --bq-color: #ccc; --hr-color: #333; --pagination-bg-color: #373737; --pagination-link-color: #b6b6b6; --post-info-color: grey; --switcher-color: #333; --switcher-bg-color: #fff; } </style> <link rel="stylesheet" href="https://carlesbellver.github.io/css/style.css?rnd=1602439750" /> <meta property="og:title" content="La confabulació del cocodril" /> <meta property="og:description" content="Un dels jurats va arribar tard i es va disculpar tot explicant que venia d’un curs de voluntats anticipades. El premi d’assaig havia quedat desert." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://carlesbellver.github.io/2006/12/16/la-confabulaci-del.html" /> <meta property="article:published_time" content="2006-12-15T23:00:00+00:00" /> <meta property="article:modified_time" content="2006-12-15T23:00:00+00:00" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="La confabulació del cocodril"/> <meta name="twitter:description" content="Un dels jurats va arribar tard i es va disculpar tot explicant que venia d’un curs de voluntats anticipades. El premi d’assaig havia quedat desert."/> </head> <body> <a class="skip-main" href="#main">Anar al contingut principal</a> <div class="container"> <header class="common-header"> <h1 class="site-title"> <a href="/">La vista cansada</a> </h1> <nav> <a class="" href="https://carlesbellver.github.io/about/" title="">Informació</a> <a class="" href="https://carlesbellver.github.io/tags/" title="">Etiquetes</a> </nav> </header> <main id="main" tabindex="-1"> <article class="post h-entry"> <header class="post-header"> <h1 class="post-title p-name">La confabulació del cocodril</h1> </header> <div class="content e-content"> <p>Un dels jurats va arribar tard i es va disculpar tot explicant que venia d’un curs de voluntats anticipades. El premi d’assaig havia quedat desert. El de poesia va anar a parar a Castelló (en trucar-li, la guanyadora va rebre la notícia amb un crit d’alegria). El de narrativa a Nova York: per a un senyor de Blanes, metge, que està treballant en l’Hospital Mount Sinai.</p> <p>Els escriptors són gent de bon apetit, de gustos senzills i de conversa fàcil. Una mica abans de les deu vam deixar que ens portessin cap a un restaurant, en un carrer que s’allunyava d’Almassora per endinsar-se en la nit i en el fred. Vam demanar cocodril, però no en tenien prou per a tothom i alguns van preferir peix: rèmol. O potser em confonc: no devia ser una varietat de palaia? El cocodril, en tot cas, era mexicà, de granja, no el cocodril siamès —il·legal, furtiu— que té propietats secretes, conegudes només dels iniciats, i que ens havia estat suggerit prèviament en veu baixa.</p> <p>Vam parlar del menjar i del beure, del cos i de l’ànima, de la voluntat, anticipada o ajornada, d’arbres, de filologia, dels noms dels peixos, dels noms misteriosos de les coses, d’una ciutat habitada per gossos… de llocs on uns han estat i on uns altres no anirem mai.</p> <p>A la mitjanit vam tornar cadascun al seu cau, a colgar-nos sota les mantes i a continuar fabulant en solitud i silenci, indistintament vers el son, vers el somni.</p> <p>(<em>Fabular</em>: aquest verb no es troba en el DIEC ni en el DGLC, però sí en el Català-Valencià-Balear, que li dóna aquesta etimologia: del llatí <em>fabulari</em>: “parlar, contar, dir faules”).</p> </div> <div class="post-info"> <a class="u-url" href="/2006/12/16/la-confabulaci-del.html"><div class="post-date dt-published">2006-12-15</div></a> <div class="post-taxonomies"> </div> </div> </article> </main> <footer class="common-footer"> <div class="common-footer-bottom"> <div class="copyright"> <p>Carles Bellver Torlà </p> </div> <button class="theme-switcher"> Tema fosc </button> <script> const STORAGE_KEY = 'user-color-scheme' const defaultTheme = "light" let currentTheme let switchButton let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)') const autoChangeScheme = e => { currentTheme = e.matches ? 'dark' : 'light' document.documentElement.setAttribute('data-theme', currentTheme) changeButtonText() } document.addEventListener('DOMContentLoaded', function() { switchButton = document.querySelector('.theme-switcher') currentTheme = detectCurrentScheme() if (currentTheme == 'dark') { document.documentElement.setAttribute('data-theme', 'dark') } if (currentTheme == 'auto') { autoChangeScheme(autoDefinedScheme); autoDefinedScheme.addListener(autoChangeScheme); } changeButtonText() switchButton.addEventListener('click', switchTheme, false) }) function detectCurrentScheme() { if (localStorage.getItem(STORAGE_KEY)) { return localStorage.getItem(STORAGE_KEY) } if (defaultTheme) { return defaultTheme } if (!window.matchMedia) { return 'light' } if (window.matchMedia('(prefers-color-scheme: dark)').matches) { return 'dark' } return 'light' } function changeButtonText() { switchButton.textContent = currentTheme == 'dark' ? "Tema clar" : "Tema fosc" } function switchTheme(e) { if (currentTheme == 'dark') { localStorage.setItem(STORAGE_KEY, 'light') document.documentElement.setAttribute('data-theme', 'light') currentTheme = 'light' } else { localStorage.setItem(STORAGE_KEY, 'dark') document.documentElement.setAttribute('data-theme', 'dark') currentTheme = 'dark' } changeButtonText() } </script> </div> </footer> </div> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.dev/tortoise-hare-algorithm/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>tortoise-hare-algorithm: 10 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 / extra-dev</a></li> <li class="active"><a href="">8.10.dev / tortoise-hare-algorithm - 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> tortoise-hare-algorithm <small> 8.10.0 <span class="label label-success">10 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-08-11 14:39:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-11 14:39:01 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-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 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.8.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/tortoise-hare-algorithm&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/TortoiseHareAlgorithm&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: program verification&quot; &quot;keyword: paths&quot; &quot;keyword: cycle detection&quot; &quot;keyword: graphs&quot; &quot;keyword: graph theory&quot; &quot;keyword: finite sets&quot; &quot;keyword: floyd&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2007-02&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tortoise-hare-algorithm.git&quot; synopsis: &quot;Tortoise and the hare algorithm&quot; description: &quot;&quot;&quot; Correctness proof of Floyd&#39;s cycle-finding algorithm, also known as the &quot;tortoise and the hare&quot;-algorithm. See http://en.wikipedia.org/wiki/Floyd&#39;s_cycle-finding_algorithm&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tortoise-hare-algorithm/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=eeec3ce4c4e041f34b9f94f48244e679&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-tortoise-hare-algorithm.8.10.0 coq.8.10.dev</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-tortoise-hare-algorithm.8.10.0 coq.8.10.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-tortoise-hare-algorithm.8.10.0 coq.8.10.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 s</dd> </dl> <h2>Installation size</h2> <p>Total: 106 K</p> <ul> <li>76 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/TortoiseHareAlgorithm/TortoiseHareAlgorithm.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-tortoise-hare-algorithm.8.10.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>
api/v0.6.6/utility/filepath/FilePath.Resources.ConfigDir.html
Circular-Studios/Dash-Docs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Field FilePath.Resources.ConfigDir</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../components/icomponent.html" class=" module">icomponent</a> </li> <li> <a href="../../components/lights.html" class=" module">lights</a> </li> <li> <a href="../../components/material.html" class=" module">material</a> </li> <li> <a href="../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../utility/filepath.html" class="selected module">filepath</a> </li> <li> <a href="../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../utility/output.html" class=" module">output</a> </li> <li> <a href="../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../components.html" class=" module">components</a> </li> <li> <a href="../../core.html" class=" module">core</a> </li> <li> <a href="../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Field FilePath.Resources.ConfigDir</h1><!-- using block body in layout.dt--><!-- using block ddox.description in ddox.layout.dt--> <p></p> <section> <h2>Declaration</h2> <pre class="code prettyprint lang-d prototype"> enum <a href="../../utility/filepath/FilePath.Resources.html">FilePath.Resources</a> { // ... ConfigDir, // ... }</pre> </section><!-- using block ddox.sections in ddox.layout.dt--> <!-- Default block ddox.members in ddox.layout.dt--> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
buildhealth.cli/webclient/css/jquery.treetable.theme.default.css
pescuma/buildhealth
table.treetable { margin-left: 1px; border: 1px solid #888; border-collapse: collapse; width: 1170px; table-layout:fixed; } table.treetable thead { background: #aaa url(../images/bg-table-thead.png) repeat-x top left; } table.treetable thead tr th { border: 1px solid #888; font-weight: normal; padding: 4px 6px; text-align: left; white-space: nowrap; text-overflow: ellipsis; } table.treetable tbody tr td { cursor: default; padding: 4px 6px; } table.treetable tbody tr td div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table.treetable span { background-position: center left; background-repeat: no-repeat; padding: .2em 0 .2em 1.5em; } table.treetable tr.collapsed span.indenter a { background-image: url(images/expand.png); } table.treetable tr.expanded span.indenter a { background-image: url(images/collapse.png); } table.treetable tr.branch { } table.treetable tr.selected { } table.treetable tr.collapsed.selected span.indenter a { background-image: url(images/expand-light.png); } table.treetable tr.expanded.selected span.indenter a { background-image: url(images/collapse-light.png); } table.treetable tr.accept { background-color: #a3bce4; color: #fff } table.treetable tr.collapsed.accept td span.indenter a { background-image: url(images/expand-light.png); } table.treetable tr.expanded.accept td span.indenter a { background-image: url(images/collapse-light.png); }
docs/spin/struct.Mutex.html
alchemy-os/alchemy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `Mutex` struct in crate `spin`."> <meta name="keywords" content="rust, rustlang, rust-lang, Mutex"> <title>spin::Mutex - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='index.html'>spin</a></p><script>window.sidebarCurrent = {name: 'Mutex', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content struct"> <h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>spin</a>::<wbr><a class='struct' href=''>Mutex</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-16' class='srclink' href='../src/spin/mutex.rs.html#80-84' title='goto source code'>[src]</a></span></h1> <pre class='rust struct'>pub struct Mutex&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a>&gt; { // some fields omitted }</pre><div class='docblock'><p>This type provides MUTual EXclusion based on spinning.</p> <h1 id='description' class='section-header'><a href='#description'>Description</a></h1> <p>This structure behaves a lot like a normal Mutex. There are some differences:</p> <ul> <li>It may be used outside the runtime. <ul> <li>A normal mutex will fail when used without the runtime, this will just lock</li> <li>When the runtime is present, it will call the deschedule function when appropriate</li> </ul></li> <li>No lock poisoning. When a fail occurs when the lock is held, no guarantees are made</li> </ul> <p>When calling rust functions from bare threads, such as C <code>pthread</code>s, this lock will be very helpful. In other cases however, you are encouraged to use the locks from the standard library.</p> <h1 id='simple-examples' class='section-header'><a href='#simple-examples'>Simple examples</a></h1> <pre class='rust rust-example-rendered'> <span class='kw'>use</span> <span class='ident'>spin</span>; <span class='kw'>let</span> <span class='ident'>spin_mutex</span> <span class='op'>=</span> <span class='ident'>spin</span>::<span class='ident'>Mutex</span>::<span class='ident'>new</span>(<span class='number'>0</span>); <span class='comment'>// Modify the data</span> { <span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>data</span> <span class='op'>=</span> <span class='ident'>spin_mutex</span>.<span class='ident'>lock</span>(); <span class='op'>*</span><span class='ident'>data</span> <span class='op'>=</span> <span class='number'>2</span>; } <span class='comment'>// Read the data</span> <span class='kw'>let</span> <span class='ident'>answer</span> <span class='op'>=</span> { <span class='kw'>let</span> <span class='ident'>data</span> <span class='op'>=</span> <span class='ident'>spin_mutex</span>.<span class='ident'>lock</span>(); <span class='op'>*</span><span class='ident'>data</span> }; <span class='macro'>assert_eq</span><span class='macro'>!</span>(<span class='ident'>answer</span>, <span class='number'>2</span>);</pre> <h1 id='thread-safety-example' class='section-header'><a href='#thread-safety-example'>Thread-safety example</a></h1> <pre class='rust rust-example-rendered'> <span class='kw'>use</span> <span class='ident'>spin</span>; <span class='kw'>use</span> <span class='ident'>std</span>::<span class='ident'>sync</span>::{<span class='ident'>Arc</span>, <span class='ident'>Barrier</span>}; <span class='kw'>let</span> <span class='ident'>numthreads</span> <span class='op'>=</span> <span class='number'>1000</span>; <span class='kw'>let</span> <span class='ident'>spin_mutex</span> <span class='op'>=</span> <span class='ident'>Arc</span>::<span class='ident'>new</span>(<span class='ident'>spin</span>::<span class='ident'>Mutex</span>::<span class='ident'>new</span>(<span class='number'>0</span>)); <span class='comment'>// We use a barrier to ensure the readout happens after all writing</span> <span class='kw'>let</span> <span class='ident'>barrier</span> <span class='op'>=</span> <span class='ident'>Arc</span>::<span class='ident'>new</span>(<span class='ident'>Barrier</span>::<span class='ident'>new</span>(<span class='ident'>numthreads</span> <span class='op'>+</span> <span class='number'>1</span>)); <span class='kw'>for</span> _ <span class='kw'>in</span> (<span class='number'>0</span>..<span class='ident'>numthreads</span>) { <span class='kw'>let</span> <span class='ident'>my_barrier</span> <span class='op'>=</span> <span class='ident'>barrier</span>.<span class='ident'>clone</span>(); <span class='kw'>let</span> <span class='ident'>my_lock</span> <span class='op'>=</span> <span class='ident'>spin_mutex</span>.<span class='ident'>clone</span>(); <span class='ident'>std</span>::<span class='ident'>thread</span>::<span class='ident'>spawn</span>(<span class='kw'>move</span><span class='op'>||</span> { <span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>guard</span> <span class='op'>=</span> <span class='ident'>my_lock</span>.<span class='ident'>lock</span>(); <span class='op'>*</span><span class='ident'>guard</span> <span class='op'>+=</span> <span class='number'>1</span>; <span class='comment'>// Release the lock to prevent a deadlock</span> <span class='ident'>drop</span>(<span class='ident'>guard</span>); <span class='ident'>my_barrier</span>.<span class='ident'>wait</span>(); }); } <span class='ident'>barrier</span>.<span class='ident'>wait</span>(); <span class='kw'>let</span> <span class='ident'>answer</span> <span class='op'>=</span> { <span class='op'>*</span><span class='ident'>spin_mutex</span>.<span class='ident'>lock</span>() }; <span class='macro'>assert_eq</span><span class='macro'>!</span>(<span class='ident'>answer</span>, <span class='ident'>numthreads</span>);</pre> </div><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl&lt;T&gt; <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-29' class='srclink' href='../src/spin/mutex.rs.html#99-158' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.new' class='method'><span id='new.v' class='invisible'><code>const fn <a href='#method.new' class='fnname'>new</a>(user_data: T) -&gt; <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span></h4> <div class='docblock'><p>Creates a new spinlock wrapping the supplied data.</p> <p>May be used statically:</p> <pre class='rust rust-example-rendered'> <span class='attribute'>#<span class='op'>!</span>[<span class='ident'>feature</span>(<span class='ident'>const_fn</span>)]</span> <span class='kw'>use</span> <span class='ident'>spin</span>; <span class='kw'>static</span> <span class='ident'>MUTEX</span>: <span class='ident'>spin</span>::<span class='ident'>Mutex</span><span class='op'>&lt;</span>()<span class='op'>&gt;</span> <span class='op'>=</span> <span class='ident'>spin</span>::<span class='ident'>Mutex</span>::<span class='ident'>new</span>(()); <span class='kw'>fn</span> <span class='ident'>demo</span>() { <span class='kw'>let</span> <span class='ident'>lock</span> <span class='op'>=</span> <span class='ident'>MUTEX</span>.<span class='ident'>lock</span>(); <span class='comment'>// do something with lock</span> <span class='ident'>drop</span>(<span class='ident'>lock</span>); }</pre> </div><h4 id='method.into_inner' class='method'><span id='into_inner.v' class='invisible'><code>fn <a href='#method.into_inner' class='fnname'>into_inner</a>(self) -&gt; T</code></span></h4> <div class='docblock'><p>Consumes this mutex, returning the underlying data.</p> </div></div><h3 class='impl'><span class='in-band'><code>impl&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a>&gt; <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-36' class='srclink' href='../src/spin/mutex.rs.html#160-213' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.lock' class='method'><span id='lock.v' class='invisible'><code>fn <a href='#method.lock' class='fnname'>lock</a>(&amp;self) -&gt; <a class='struct' href='../spin/struct.MutexGuard.html' title='spin::MutexGuard'>MutexGuard</a>&lt;T&gt;</code></span></h4> <div class='docblock'><p>Locks the spinlock and returns a guard.</p> <p>The returned value may be dereferenced for data access and the lock will be dropped when the guard falls out of scope.</p> <pre class='rust rust-example-rendered'> <span class='kw'>let</span> <span class='ident'>mylock</span> <span class='op'>=</span> <span class='ident'>spin</span>::<span class='ident'>Mutex</span>::<span class='ident'>new</span>(<span class='number'>0</span>); { <span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>data</span> <span class='op'>=</span> <span class='ident'>mylock</span>.<span class='ident'>lock</span>(); <span class='comment'>// The lock is now locked and the data can be accessed</span> <span class='op'>*</span><span class='ident'>data</span> <span class='op'>+=</span> <span class='number'>1</span>; <span class='comment'>// The lock is implicitly dropped</span> } </pre> </div><h4 id='method.try_lock' class='method'><span id='try_lock.v' class='invisible'><code>fn <a href='#method.try_lock' class='fnname'>try_lock</a>(&amp;self) -&gt; <a class='enum' href='https://doc.rust-lang.org/nightly/core/option/enum.Option.html' title='core::option::Option'>Option</a>&lt;<a class='struct' href='../spin/struct.MutexGuard.html' title='spin::MutexGuard'>MutexGuard</a>&lt;T&gt;&gt;</code></span></h4> <div class='docblock'><p>Tries to lock the mutex. If it is already locked, it will return None. Otherwise it returns a guard within Some.</p> </div></div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a> + <a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Send.html' title='core::marker::Send'>Send</a>&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a> for <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-25' class='srclink' href='../src/spin/mutex.rs.html#96' title='goto source code'>[src]</a></span></h3> <div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a> + <a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Send.html' title='core::marker::Send'>Send</a>&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Send.html' title='core::marker::Send'>Send</a> for <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-27' class='srclink' href='../src/spin/mutex.rs.html#97' title='goto source code'>[src]</a></span></h3> <div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a> + <a class='trait' href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a>&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a> for <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-44' class='srclink' href='../src/spin/mutex.rs.html#215-225' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.fmt' class='method'><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class='struct' href='https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -&gt; <a class='type' href='https://doc.rust-lang.org/nightly/core/fmt/type.Result.html' title='core::fmt::Result'>Result</a></code></span></h4> <div class='docblock'><p>Formats the value using the given formatter.</p> </div></div><h3 class='impl'><span class='in-band'><code>impl&lt;T:&nbsp;?<a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html' title='core::marker::Sized'>Sized</a> + <a class='trait' href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html' title='core::default::Default'>Default</a>&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html' title='core::default::Default'>Default</a> for <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span><span class='out-of-band'><div class='ghost'></div><a id='src-54' class='srclink' href='../src/spin/mutex.rs.html#227-231' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.default' class='method'><span id='default.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -&gt; <a class='struct' href='../spin/struct.Mutex.html' title='spin::Mutex'>Mutex</a>&lt;T&gt;</code></span></h4> <div class='docblock'><p>Returns the &quot;default value&quot; for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p> </div></div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "spin"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
HTMLTemplates/old/about/carers-about2.html
Department-for-Work-and-Pensions/ClaimCapture
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7"> <![endif]--> <!--[if IE 8]> <html class="ie ie8"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>GOV.UK - The best place to find government services and information</title> <script type="text/javascript"> (function(){if(navigator.userAgent.match(/IEMobile\/10\.0/)){var d=document,c="appendChild",a=d.createElement("style");a[c](d.createTextNode("@-ms-viewport{width:auto!important}"));d.getElementsByTagName("head")[0][c](a);}})(); </script> <!--[if gt IE 8]><!--><link href="https://assets.digital.cabinet-office.gov.uk/static/header-footer-only-6363f06b59a02988b1299b1615c3770d.css" media="screen" rel="stylesheet" type="text/css" /><!--<![endif]--> <!--[if IE 6]><link href="https://assets.digital.cabinet-office.gov.uk/static/header-footer-only-ie6-f89d1600c7ecc7974a4fbdc53c708507.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <!--[if IE 7]><link href="https://assets.digital.cabinet-office.gov.uk/static/header-footer-only-ie7-f329b3efbfe96ce05d6a056e25d541fd.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <!--[if IE 8]><link href="https://assets.digital.cabinet-office.gov.uk/static/header-footer-only-ie8-9041d7cd1f997e07d1acb218cda67944.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <link href="https://assets.digital.cabinet-office.gov.uk/static/print-0d9fb31f928fd75de11684e3753752fc.css" media="print" rel="stylesheet" type="text/css" /> <!--[if IE 8]> <script type="text/javascript"> (function(){if(window.opera){return;} setTimeout(function(){var a=document,g,b={families:(g= ["nta"]),urls:["https://assets.digital.cabinet-office.gov.uk/static/fonts-ie8-beb10cbc00c9b7dcdbdee824962bc5f6.css"]}, c="https://assets.digital.cabinet-office.gov.uk/static/libs/goog/webfont-debug-96870cf9f159ed811fd43c39bdf4656b.js",d="script", e=a.createElement(d),f=a.getElementsByTagName(d)[0],h=g.length;WebFontConfig ={custom:b},e.src=c,f.parentNode.insertBefore(e,f);for(;h=h-1;a.documentElement .className+=' wf-'+g[h].replace(/\s/g,'').toLowerCase()+'-n4-loading');},0) })() </script> <![endif]--> <!--[if gte IE 9]><!--> <link href="https://assets.digital.cabinet-office.gov.uk/static/fonts-0fb6b917e34e45c93a44eec72dcc21de.css" media="all" rel="stylesheet" type="text/css" /> <!--<![endif]--> <!--[if lt IE 9]> <script src="https://assets.digital.cabinet-office.gov.uk/static/ie-27ccded64045ab36dbfb67c2f47c362b.js" type="text/javascript"></script> <![endif]--> <link rel="shortcut icon" href="https://assets.digital.cabinet-office.gov.uk/static/favicon-447e4ac1ab790342660eacfe3dcce264.ico" type="image/x-icon" /> <!-- For third-generation iPad with high-resolution Retina display: --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://assets.digital.cabinet-office.gov.uk/static/apple-touch-icon-144x144-4e306e01c31e237722b82b7aa7130082.png"> <!-- For iPhone with high-resolution Retina display: --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://assets.digital.cabinet-office.gov.uk/static/apple-touch-icon-114x114-f1d7ccdc7b86d923386b373a9ba5e3db.png"> <!-- For first- and second-generation iPad: --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://assets.digital.cabinet-office.gov.uk/static/apple-touch-icon-72x72-2ddbe540853e3ba0d30fbad2a95eab3c.png"> <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> <link rel="apple-touch-icon-precomposed" href="https://assets.digital.cabinet-office.gov.uk/static/apple-touch-icon-57x57-37527434942ed8407b091aae5feff3f3.png"> <!-- / New --> <link rel="stylesheet" href="../css/carers-allowance.css"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="og:image" content="https://assets.digital.cabinet-office.gov.uk/static/opengraph-image-4e469785ca4cc8f8dd18d0627bc43d19.png"> </head> <body> <script type="text/javascript">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script> <a href="#content" class="visuallyhidden">Skip to main content</a> <header role="banner" id="global-header"> <div class="header-wrapper"> <div class="header-global"> <div class="header-logo"> <a href="/" title="Go to the gov.uk homepage" id="logo" class="content"> <img src="https://assets.digital.cabinet-office.gov.uk/static/gov.uk_logotype-2x-24145374d271079f08d96c618cc8d4a5.png" alt="GOV.UK"> </a> </div> <h1 class="page-title beta"><strong>Carer's Allowance</strong> <span>beta</span></h1> </div> </div> </header> <!--end header--> <div id="global-cookie-message"> <p>GOV.UK uses cookies to make the site simpler. <a href="/support/cookies">Find out more about cookies</a></p> </div> <div id="global-browser-prompt"> <p>For a safer, faster, better experience online you should upgrade your browser. <a href="/support/browsers">Find out more about browsers</a> <a href="#" class="dismiss" title="Dismiss this message">Close</a></p> </div> <!-- <div id="global-breadcrumb" class="header-context"> <nav role="navigation"> <ol class="group"> <li><a href="/">Home</a></li> </ol> </nav> </div> --> <!-- carers allowance --> <div id="wrapper" class="carers-allowance"> <main role="main"> <section> <header> <h1>About you - the Carer</h1> </header> <div class="completed"> <ul> <li> <h3>Your details</h3> <a href="#">Change this answer</a> </li> </ul> </div> <!-- / completed questions --> <fieldset class="form-elements"> <legend>Your contact details</legend> <ul class="group"> <li> <p><em>*</em>Address</p> <ul class="address-stack"> <li> <label for="address1"><em>*</em>Address</label> <input type="text" name="address1" id="address1"> </li> <li> <label for="address1">Address 2</label> <input type="text" name="address1" id="address1"> </li> <li> <label for="address1">Address 3</label> <input type="text" name="address1" id="address1"> </li> </ul> </li> <li> <label for="postcode"><em>*</em>Postcode</label> <input type="text" name="postcode" id="postcode" class="postcode"> </li> <li> <label for="daytime-tel">Daytime phone number</label> <input type="tel" name="daytime-tel" id="daytime-tel"> </li> <li> <label for="mobile">Mobile number</label> <input type="tel" name="mobile" id="mobile"> </li> </ul> </fieldset> <!-- / form elements --> <div class="form-steps"> <a href="../about/carers-about1.html" class="button secondary">Back</a> <a href="../about/carers-about3.html" class="button">Next</a> </div> <!-- / form steps --> </section> </main> </div> <!-- / carers allowance end --> <footer class="group js-footer" id="footer" role="contentinfo"> <div class="footer-wrapper carers-allowance-footer"> <div class="footer-meta"> <nav> <ul> <li><a href="/support">Support</a></li> <li><a href="/support/cookies">Cookies</a></li> <li><a href="/feedback">Feedback</a></li> <li><a href="/cymraeg">Cymraeg</a></li> <li>Built by the <a href="http://digital.cabinetoffice.gov.uk/">Government Digital Service</a></li> </ul> <p>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/">Open Government Licence</a>, except where otherwise stated</p> </nav> <div class="copyright"> <a href="http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm">&copy; Crown Copyright</a> </div> </div> </div> </footer> <!--end footer--> <div id="global-app-error" class="app-error hidden"></div> <script src="https://assets.digital.cabinet-office.gov.uk/static/libs/jquery/jquery-1.7.2-2ce4706f8f7193defaa9e7df2b641e9a.js" type="text/javascript"></script> <script defer="defer" src="https://assets.digital.cabinet-office.gov.uk/static/header-footer-only-597bdeb43191ea19b4f63233807d51f3.js" type="text/javascript"></script> <script id="ga-params" type="text/javascript"> var GOVUK = GOVUK || {}; GOVUK.Analytics = GOVUK.Analytics || {}; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-26179049-1']); if(document.domain=='www.gov.uk') { _gaq.push(['_setDomainName', '.www.gov.uk']); } else { _gaq.push(['_setDomainName', document.domain]); } _gaq.push(['_setAllowLinker', true]); // track pixel density ratio if (window.devicePixelRatio) { _gaq.push(['_setCustomVar', 11, 'Pixel Ratio', String(window.devicePixelRatio), 2 ]); } </script> <script type="text/javascript"> _gaq.push(['_gat._anonymizeIp']); _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> <script src="../js/custom.js"></script> </body> </html>
app/partials/vacancies.html
vinni-pux/builds
<div class="table-responsive"> <table class="table table-hover builds"> <thead> <tr> <th colspan="2">Changelist/Build</th> <th>Owner</th> <th>Time Started</th> <th>State</th> <th>Metrics</th> <th>Build</th> <th>Unit test</th> <th>Functional test</th> </tr> </thead> <tbody> <tr ng-repeat-start="build in builds" ng-class="{active:build.selected}" class="css-{{build.state|lowercase}}"> <td> Logo </td> <td> <a href="" ng-click="select(build)">{{build.name}}</a> </td> <td> {{build.owner}} </td> <td> {{build.timestamp | date:'MM/dd/yyyy h:mma'}} </td> <td> {{build.state}} </td> <td> Metrics </td> <td> Build </td> <td> Unit </td> <td> Functional </td> </tr> <tr ng-repeat-end> <td ng-show="build.selected" colspan="9"> <buildinfo></buildinfo> </td> </tr> </tbody> </table> </div>
_app/_layouts/events.html
Frontmatter/brooklinebooksmith
--- layout: default --- {% assign box_classes = ' border col-12 rounded border-silver bg-transition' %} <!-- assign current_date = site.time | date: "%Y%m%d" %} --> <!-- assign events_upcoming = site.events | where_exp: 'item', 'item.start_at > todays_date' %} assign events_upcoming = events_upcoming | sort: 'start_at', 'last' %} --> <!-- assign events_past = site.events | where_exp: 'item', 'item.start_at < todays_date' %} assign events_past = events_upcoming | sort: 'start_at', 'last' | reverse %} --> {% include hero.html %} {% assign page_events = site.events %} {% include events/filter-events_upcoming.html %} <div class="content height-100 md-mx3 lg-mx3 mb4 clearfix"> <aside class="lg-mt4 mb3 white h5 col-12 col md-col-3 lg-col-3"> {% if page.description %} <div class="p2 bg-dark-primary-color rounded"> {{ page.description | markdownify }} </div> {% endif %} {% assign programs = site.programs | where_exp: 'item', "item.slug != '-writers-and-readers'" %} {% if programs.size > 0 %} <h2 class="black pl2">Our Programs</h2> {% for object in programs %} <a href="{{ object.url }}" class=""> <h3 class="h3 dark-gray hover-bg-dark-primary-color hover-white pl2 pr1 py1 m0"> {{ object.title }} </h3> </a> {% endfor %} {% endif %} </aside> <div class="line-height-4 h3 mx-auto dark-gray bg-grafy col col-12 md-col-11 lg-col-9 px2 pb4 sm-p4 lg-p3 mb4 pb4{% if page.description %} fn fl-ns {% endif %}"> {% for object in events_upcoming %} {% assign start_at = object.start_at | date: "%A %b %-d - %I:%M %p" | replace: ' 0', '' | downcase %} {% include events/output-format-cards.html classes=box_classes start_at=start_at %} {% endfor %} </div> <aside class="clearfix col-12 w-100{% if page.aside-bottom or page.include_description %} content-aside{% endif %}" style="display:none;"> {% if page.include_description %} {% include {{ page.include_description }} %} {% endif %} &nbsp; {% if page.featured_image_credit %} <div class="caption cf w-100 f6"> image credit: {{ page.featured_image_credit | markdownify | remove: '<p>' | remove: '</p>' }} </div> {% endif %} </aside> </div>
app/index.html
BraindeadCrew/hosta
<!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=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(.tmp) styles/main.css --> <link rel="stylesheet" href="styles/bootstrap.css"> <link rel="stylesheet" href="styles/main.css"> <!-- endbuild --> </head> <body ng-app="hostaApp"> <!--[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]--> <!--[if lt IE 9]> <script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/json3/lib/json3.min.js"></script> <![endif]--> <!-- Add your site or application content here --> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="#">Hosta 1.0</a> </div> <!--<div class="collapse navbar-collapse navbar-right">--> <!--<a class="btn btn-info navbar-btn" id="go-private">Go private !</a>--> <!--</div>--> </div> </div> </div> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="container"> <div class="container" ng-view=""> </div> <hr> <footer> <p>Braindead Crew 2014</p> </footer> </div> <!-- /container --> <script src="bower_components/jquery/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <!-- build:js scripts/plugins.js --> <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> <!-- endbuild --> <!-- build:js scripts/modules.js --> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <!-- endbuild --> <!-- build:js({.tmp,app}) scripts/scripts.js --> <script src="scripts/app.js"></script> <script src="scripts/hack.js"></script> <script src="scripts/controllers/main.js"></script> <script src="scripts/controllers/private.js"></script> <!-- endbuild --> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.2/coqprime/1.0.6.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>coqprime: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / coqprime - 1.0.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqprime <small> 1.0.6 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 13:05:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 13:05:13 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.10.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;thery@sophia.inria.fr&quot; homepage: &quot;https://github.com/thery/coqprime&quot; bug-reports: &quot;https://github.com/thery/coqprime/issues&quot; dev-repo: &quot;git+https://github.com/thery/coqprime.git&quot; license: &quot;LGPL-2.1-only&quot; authors: [&quot;Laurent Théry&quot;] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.12~&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-bignums&quot; ] synopsis: &quot;Certifying prime numbers in Coq&quot; url { src: &quot;https://github.com/thery/coqprime/archive/v8.12.zip&quot; checksum: &quot;md5=bb5bf2a2ed624fecd6701926d585a9a8&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-coqprime.1.0.6 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2). The following dependencies couldn&#39;t be met: - coq-coqprime -&gt; coq &gt;= 8.12~ 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-coqprime.1.0.6</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>
index.html
PixelTom/MatchThreeHTML5
<!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,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <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> <script src="js/lib/easeljs/easeljs-0.6.0.min.js"></script> <script src="js/lib/tweenjs/tweenjs-0.4.0.min.js"></script> <script src="js/gameitem.js"></script> <script src="js/game.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <h1>Fatty Boom Batty</h1> <script src="js/app.js"></script> <h2>Get dem foods boy, hurr.</h2> </body> </html>
class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html
utilForever/CubbyFlow
<!-- HTML header for doxygen 1.8.8--> <!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="X-UA-Compatible" content="IE=edge"> <!-- For Mobile Devices --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.13"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <title>CubbyFlow: CubbyFlow::VolumeGridEmitter3::Builder Class Reference</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="customdoxygen.css" rel="stylesheet" type="text/css"/> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <link href="jquery.smartmenus.bootstrap.css" rel="stylesheet"> <script type="text/javascript" src="jquery.smartmenus.js"></script> <!-- SmartMenus jQuery Bootstrap Addon --> <script type="text/javascript" src="jquery.smartmenus.bootstrap.js"></script> <!-- SmartMenus jQuery plugin --> </head> <body> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand">CubbyFlow v0.71</a> </div> </div> </nav> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div class="content" id="content"> <div class="container"> <div class="row"> <div class="col-sm-12 panel " style="padding-bottom: 15px;"> <div style="margin-bottom: 15px;"> <!-- end header part --><!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- 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="namespace_cubby_flow.html">CubbyFlow</a></li><li class="navelem"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html">VolumeGridEmitter3</a></li><li class="navelem"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html">Builder</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">CubbyFlow::VolumeGridEmitter3::Builder Class Reference<span class="mlabels"><span class="mlabel">final</span></span></div> </div> </div><!--header--> <div class="contents"> <p>Front-end to create <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a> objects step by step. <a href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="_volume_grid_emitter3_8hpp_source.html">Core/Emitter/VolumeGridEmitter3.hpp</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:a3c22a573670a6e0acc58a26e62040d9d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html">Builder</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html#a3c22a573670a6e0acc58a26e62040d9d">WithSourceRegion</a> (const <a class="el" href="namespace_cubby_flow.html#a4ad83d545ff738537881aa95fd2ba79a">Surface3Ptr</a> &amp;sourceRegion)</td></tr> <tr class="memdesc:a3c22a573670a6e0acc58a26e62040d9d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns builder with surface defining source region. <a href="#a3c22a573670a6e0acc58a26e62040d9d">More...</a><br /></td></tr> <tr class="separator:a3c22a573670a6e0acc58a26e62040d9d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae1310e64492c7d300af80497d74af372"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html">Builder</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html#ae1310e64492c7d300af80497d74af372">WithIsOneShot</a> (bool isOneShot)</td></tr> <tr class="memdesc:ae1310e64492c7d300af80497d74af372"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns builder with one-shot flag. <a href="#ae1310e64492c7d300af80497d74af372">More...</a><br /></td></tr> <tr class="separator:ae1310e64492c7d300af80497d74af372"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac2a1dce8cc29ab20958dea39aa56ead0"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html">VolumeGridEmitter3</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html#ac2a1dce8cc29ab20958dea39aa56ead0">Build</a> () const</td></tr> <tr class="memdesc:ac2a1dce8cc29ab20958dea39aa56ead0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Builds <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a>. <a href="#ac2a1dce8cc29ab20958dea39aa56ead0">More...</a><br /></td></tr> <tr class="separator:ac2a1dce8cc29ab20958dea39aa56ead0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a52aa81737e9fc699c7495bdac3b26a66"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespace_cubby_flow.html#a62a20d282b76f25bd357d7698ce469a3">VolumeGridEmitter3Ptr</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html#a52aa81737e9fc699c7495bdac3b26a66">MakeShared</a> () const</td></tr> <tr class="memdesc:a52aa81737e9fc699c7495bdac3b26a66"><td class="mdescLeft">&#160;</td><td class="mdescRight">Builds shared pointer of <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a> instance. <a href="#a52aa81737e9fc699c7495bdac3b26a66">More...</a><br /></td></tr> <tr class="separator:a52aa81737e9fc699c7495bdac3b26a66"><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>Front-end to create <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a> objects step by step. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a id="ac2a1dce8cc29ab20958dea39aa56ead0"></a> <h2 class="memtitle"><span class="permalink"><a href="#ac2a1dce8cc29ab20958dea39aa56ead0">&#9670;&nbsp;</a></span>Build()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html">VolumeGridEmitter3</a> CubbyFlow::VolumeGridEmitter3::Builder::Build </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Builds <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a>. </p> </div> </div> <a id="a52aa81737e9fc699c7495bdac3b26a66"></a> <h2 class="memtitle"><span class="permalink"><a href="#a52aa81737e9fc699c7495bdac3b26a66">&#9670;&nbsp;</a></span>MakeShared()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespace_cubby_flow.html#a62a20d282b76f25bd357d7698ce469a3">VolumeGridEmitter3Ptr</a> CubbyFlow::VolumeGridEmitter3::Builder::MakeShared </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Builds shared pointer of <a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3.html" title="3-D grid-based volumetric emitter. ">VolumeGridEmitter3</a> instance. </p> </div> </div> <a id="ae1310e64492c7d300af80497d74af372"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae1310e64492c7d300af80497d74af372">&#9670;&nbsp;</a></span>WithIsOneShot()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html">Builder</a>&amp; CubbyFlow::VolumeGridEmitter3::Builder::WithIsOneShot </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>isOneShot</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns builder with one-shot flag. </p> </div> </div> <a id="a3c22a573670a6e0acc58a26e62040d9d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a3c22a573670a6e0acc58a26e62040d9d">&#9670;&nbsp;</a></span>WithSourceRegion()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_cubby_flow_1_1_volume_grid_emitter3_1_1_builder.html">Builder</a>&amp; CubbyFlow::VolumeGridEmitter3::Builder::WithSourceRegion </td> <td>(</td> <td class="paramtype">const <a class="el" href="namespace_cubby_flow.html#a4ad83d545ff738537881aa95fd2ba79a">Surface3Ptr</a> &amp;&#160;</td> <td class="paramname"><em>sourceRegion</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns builder with surface defining source region. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>Core/Emitter/<a class="el" href="_volume_grid_emitter3_8hpp_source.html">VolumeGridEmitter3.hpp</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.8--> <!-- start footer part --> </div> </div> </div> </div> </div> <hr class="footer"/><address class="footer"><small> Generated on Thu Jul 15 2021 02:18:16 for CubbyFlow by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> <script type="text/javascript" src="doxy-boot.js"></script> </html>
lib/assets/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/jquery.pnotify.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/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/favicon.ico" /> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/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/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" /> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/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/js/plugins/js/plugins/prettify/js/bootstrap/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/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/js/bootstrap/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/js/plugins/js/plugins/prettify/js/bootstrap/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.pnotify.min.js.html#">Sign Up &#187;</a> <a href="jquery.pnotify.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.pnotify.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>
template/Mypage/4_MyPageTabWishList.html
yysun2000/delibelight
<script> (function(){ backcontroller.Component.init({ Name : "MyPage", // DataURL : "./admin/json/filter.json", templateSelector : '#MyPageTabWishList', stateProcessor : function(data){ //backcontroller.state.FilterList.setList(data); }, targetSelector : ".MyPageTabWishList", afterEvent : function(){ }}) })() </script> <script type="text/template" id="MyPageTabWishList"> <style> .order {overflow:hidden;} .wishlist .common.line {color:#474747;padding:10px 20px 10px 20px;white-space: nowrap;overflow:hidden;} .wishlist .common.yellowheader {background-color:#fed664;} .wishlist .common.line .name2 {display:inline-block;float:left;} .wishlist .common.line .value2 {display:inline-block;float:right;} .wishlist .list{display:block;background-color: #ffffff;padding:15px 0px 15px 0px;} .wishlist .list .line{color:#474747;margin:5px;white-space: nowrap;padding-right:15px;} .wishlist .list .line .product {display:inline-block;} .wishlist .list .line .productinfo {display:inline-block;width:63%;} .wishlist .list .line .productinfo >span {display:block;} .wishlist .list .line.isCenter{text-align: center} .wishlist .list .header {background-color: #f9f9f9;padding:5px 0px 9px 0px;} .wishlist .list .line .button.isOrder {background-color: red;color:white;border:0px;} .wishlist .list .line .button {display:inline-block;border:1px #a3a3a3 solid;border-radius: 5px; padding:10px;} .wishlist .list .line .button {background-color: white;font-size:5px;white-space:nowrap;padding:5px;width:auto;} .wishlist .button {display:inline-block;border:1px #a3a3a3 solid;border-radius: 5px; padding:5px;font-size:5px;} .wishlist input[type='button'].custombutton{background: transparent;border:0px} .wishlist button.custombutton{background: transparent;border:0px} .wishlist #sod_bsk{ border:0; padding:0; margin:0; } </style> <div class="wishlist"> <div class="line isTitle isMainTitle isCenter"> <span style="font-size:18px;">위시리스트</span> </div> <?php include_once('./backend/common.php'); if (!$is_member) goto_url("/login.html?url=".urlencode('wishlist.php')); // 테마에 wishlist.php 있으면 include /* if(defined('G5_THEME_SHOP_PATH')) { $theme_wishlist_file = G5_THEME_SHOP_PATH.'/wishlist.php'; if(is_file($theme_wishlist_file)) { include_once($theme_wishlist_file); return; unset($theme_wishlist_file); } }*/ $g5['title'] = "위시리스트"; ?> <form name="fwishlist" method="post" action="./cartupdate.php"> <input type="hidden" name="act" value="multi"> <input type="hidden" name="sw_direct" value=""> <input type="hidden" name="prog" value="wish"> <div class="list"> <?php $sql = " select a.wi_id, a.wi_time, b.* from {$g5['g5_shop_wish_table']} a left join {$g5['g5_shop_item_table']} b on ( a.it_id = b.it_id ) where a.mb_id = '{$member['mb_id']}' order by a.wi_id desc "; $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++) { $out_cd = ''; $sql = " select count(*) as cnt from {$g5['g5_shop_item_option_table']} where it_id = '{$row['it_id']}' and io_type = '0' "; $tmp = sql_fetch($sql); if($tmp['cnt']) $out_cd = 'no'; $it_price = get_price($row); if ($row['it_tel_inq']) $out_cd = 'tel_inq'; $image = get_it_image($row['it_id'], 50, 50); ?> <div class="order"> <div class="header"> <div class="line" style="margin-left:25px;"> <?php // 품절검사 if(is_soldout($row['it_id'])) { ?> <span class="sold_out">품절</span> <?php } else { //품절이 아니면 체크할수 있도록한다 ?> <input type="checkbox" name="chk_it_id[<?php echo $i; ?>]" value="1" onclick="out_cd_check(this, '<?php echo $out_cd; ?>');"> <?php } ?> <span style="padding-left:10px;"><?php echo $row['wi_time']; ?></span> </div> </div> <div class="contents"> <div class="content"> <div class="line"> <div class="product" style="vertical-align: top;"> <?php echo $image; ?> </div> <div class="productinfo"> <span style="color:#0961f2;"><?php echo stripslashes($row['it_model']); ?></span> <span style="color:#474747;"><a href="detail.html?it_id=<?php echo $row['it_id']; ?>"><?php echo stripslashes($row['it_name']); ?></a></span> </div> </div> <div class="line" style="clear:both;"> <div class="button" style="float:right;"><span class="wish_del"><a href="wishupdate.php?w=d&amp;wi_id=<?php echo $row['wi_id']; ?>">삭제</a></span></div> </div> </div> </div> </div> <li> <div class="wish_chk"> <input type="hidden" name="it_id[<?php echo $i; ?>]" value="<?php echo $row['it_id']; ?>"> <input type="hidden" name="io_type[<?php echo $row['it_id']; ?>][0]" value="0"> <input type="hidden" name="io_id[<?php echo $row['it_id']; ?>][0]" value=""> <input type="hidden" name="io_value[<?php echo $row['it_id']; ?>][0]" value="<?php echo $row['it_name']; ?>"> <input type="hidden" name="ct_qty[<?php echo $row['it_id']; ?>][0]" value="1"> </div> </li> <?php } if ($i == 0) echo '<li class="empty_table">위시리스트가 비었습니다.</li>'; ?> </div> <div id="sod_ws_act" style="width:100%;position:fixed;bottom:5px;overflow:hidden;display: block;white-space: nowrap;text-align:center;"> <button type="submit" class="btn02" onclick="return fwishlist_check(document.fwishlist,'direct_buy');">BUY NOW</button> <button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">CART</button> </div> </form> </div> <script> <!-- function out_cd_check(fld, out_cd) { if (out_cd == 'no'){ alert("옵션이 있는 상품입니다.\n\n상품을 클릭하여 상품페이지에서 옵션을 선택한 후 주문하십시오."); fld.checked = false; return; } if (out_cd == 'tel_inq'){ alert("이 상품은 전화로 문의해 주십시오.\n\n장바구니에 담아 구입하실 수 없습니다."); fld.checked = false; return; } } function fwishlist_check(f, act) { var k = 0; var length = f.elements.length; for(i=0; i<length; i++) { if (f.elements[i].checked) { k++; } } if(k == 0) { alert("상품을 하나 이상 체크 하십시오"); return false; } if (act == "direct_buy") { f.sw_direct.value = 1; } else { f.sw_direct.value = 0; } return true; } //--> </script> </div> </script>
demo/index.html
bjnortier/qhull
<!DOCTYPE html> <html lang="en"> <head> <title>qhull examples</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" type="text/css" href="css/reset.css"> <link rel="stylesheet" type="text/css" href="css/example.css"> <script src="js/lib/three.min.js"></script> <script src="js/lib/jquery-2.1.1.min.js"></script> </head> <body> <div id="controls"> points: <input id="n_points" type="number" min="4" max="10000" value="10"/> <input id="randomize" type="button" value="randomize"/> <input id="step" type="button" value="step"/> <input id="generate" type="button" value="generate"/> <input id="randomize_generate" type="button" value="randomize &amp; generate"/> </div> <div class="viewports"> <div class="viewport before"></div> <div class="viewport after"></div> </div> <script src="js/build.js"></script> <script src="../build/qhull.js"></script> </body> </html>
Lua/docs/wxlua/doxygen/html/classwxLuaSmartIntArray-members.html
ArcherSys/ArcherSys
<!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"/> <title>wxLua: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.3 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</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="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</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> <div class="contents"> <h1>wxLuaSmartIntArray Member List</h1>This is the complete list of members for <a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classwxLuaSmartIntArray.html#a5d8f8fea30fbbb4d96765e249ae903ce">m_intArr</a></td><td><a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classwxLuaSmartIntArray.html#abf67c7c89dc883db1f2806487936feb7">operator int *</a>()</td><td><a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classwxLuaSmartIntArray.html#af09fbc555b142714304ebfbdae4fb57b">operator=</a>(int *intArr)</td><td><a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classwxLuaSmartIntArray.html#abfe66f3f064ba75690c639ee1e028826">wxLuaSmartIntArray</a>(int *intArr=NULL)</td><td><a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classwxLuaSmartIntArray.html#add1c9ed981ed84e085fe531946e08d6b">~wxLuaSmartIntArray</a>()</td><td><a class="el" href="classwxLuaSmartIntArray.html">wxLuaSmartIntArray</a></td><td></td></tr> </table></div> <hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 13 10:30:39 2010 for wxLua by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address> </body> </html>
_layouts/default.html
CityofSantaMonica/beta-smgov
<!DOCTYPE html> <html lang="en"> {% include head.html %} <body> <header class="site-header"> {% include navbar-top.html %} </header> <main class="site-content" aria-label="Content"> {{ content }} </main> <footer class="site-footer"> <div class="container"> {% include stay-connected.html %} </div> </footer> </body> <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script> </html>
Binder/cp/templates/cp/index.html
Udayraj123/dashboard_IITG
{% extends 'cp/base.html' %} {% block albums_active %}active{% endblock %} {% block body %} <div class="albums-container container-fluid"> <!-- Albums --> <div class="row"> <div class="col-sm-12"> <h3 style="text-transform: capitalize">{{ user.username }}'s Courses</h3> </div> {% if courses %} {% for course in courses %} <div class="col-sm-4 col-lg-2"> <div class="thumbnail"> <a href="{% url 'cp:viewlist' course.id %}"> <h4>CourseTemplate</h4> </a> <div class="caption"> <h2>{{ course.title }}</h2> <!-- View Details --> <a href="{% url 'cp:viewlist' course.id %}" class="btn btn-primary btn-sm" role="button">View Details</a> </div> </div> </div> {% cycle '' '' '' '' '' '<div class="clearfix visible-lg"></div>' %} {% endfor %} {% else %} {% endif %} </div> <!-- If user searches and there are songs --> {% if documents %} <div class="row"> <div class="col-sm-12"> <h3>Documents</h3> </div> <div class="col-sm-12"> <div class="panel panel-default"> <div class="panel-body"> <table class="table"> <thead> <tr> <th>Course Title</th> <th>Tutorial</th> <th>Lectures</th> <th>BookLink</th> <th>PostedBy</th> </tr> </thead> <tbody> {% for document in documents %} <tr> <td>{{ document.course.title }}</td> <td><a target="_blank" href="{{ document.tutorial.url }}">Tutorial</a></td> <td> <td><a target="_blank" href="{{ document.lecture.url }}">Lecture</a></td> <td> <td>{{ document.book_link }}</td> <td>{{ document.postedby }}</td> </tr> {% endfor %} </tbody> </table> </div> </div> </div> </div> {% endif %} </div> {% endblock %}
resources/fileupdate_common_files/curr/commons-io-1.3.2-bin/commons-io-1.3.2/docs/xref/org/apache/commons/io/CopyUtils.html
derekhu0002/myresources
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>CopyUtils xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../apidocs/org/apache/commons/io/CopyUtils.html">View Javadoc</a></div><pre> <a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> <a name="3" href="#3">3</a> <em class="jxr_comment"> * contributor license agreements. See the NOTICE file distributed with</em> <a name="4" href="#4">4</a> <em class="jxr_comment"> * this work for additional information regarding copyright ownership.</em> <a name="5" href="#5">5</a> <em class="jxr_comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> <a name="6" href="#6">6</a> <em class="jxr_comment"> * (the "License"); you may not use this file except in compliance with</em> <a name="7" href="#7">7</a> <em class="jxr_comment"> * the License. You may obtain a copy of the License at</em> <a name="8" href="#8">8</a> <em class="jxr_comment"> * </em> <a name="9" href="#9">9</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a name="10" href="#10">10</a> <em class="jxr_comment"> * </em> <a name="11" href="#11">11</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> <a name="12" href="#12">12</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a name="13" href="#13">13</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a name="14" href="#14">14</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> <a name="15" href="#15">15</a> <em class="jxr_comment"> * limitations under the License.</em> <a name="16" href="#16">16</a> <em class="jxr_comment"> */</em> <a name="17" href="#17">17</a> <strong class="jxr_keyword">package</strong> org.apache.commons.io; <a name="18" href="#18">18</a> <a name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> java.io.ByteArrayInputStream; <a name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> java.io.IOException; <a name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.io.InputStream; <a name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.io.InputStreamReader; <a name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> java.io.OutputStream; <a name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> java.io.OutputStreamWriter; <a name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> java.io.Reader; <a name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> java.io.StringReader; <a name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> java.io.Writer; <a name="28" href="#28">28</a> <a name="29" href="#29">29</a> <em class="jxr_javadoccomment">/**</em> <a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> * This class provides static utility methods for buffered</em> <a name="31" href="#31">31</a> <em class="jxr_javadoccomment"> * copying between sources (&lt;code&gt;InputStream&lt;/code&gt;, &lt;code&gt;Reader&lt;/code&gt;,</em> <a name="32" href="#32">32</a> <em class="jxr_javadoccomment"> * &lt;code&gt;String&lt;/code&gt; and &lt;code&gt;byte[]&lt;/code&gt;) and destinations</em> <a name="33" href="#33">33</a> <em class="jxr_javadoccomment"> * (&lt;code&gt;OutputStream&lt;/code&gt;, &lt;code&gt;Writer&lt;/code&gt;, &lt;code&gt;String&lt;/code&gt; and</em> <a name="34" href="#34">34</a> <em class="jxr_javadoccomment"> * &lt;code&gt;byte[]&lt;/code&gt;).</em> <a name="35" href="#35">35</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="36" href="#36">36</a> <em class="jxr_javadoccomment"> * Unless otherwise noted, these &lt;code&gt;copy&lt;/code&gt; methods do &lt;em&gt;not&lt;/em&gt;</em> <a name="37" href="#37">37</a> <em class="jxr_javadoccomment"> * flush or close the streams. Often doing so would require making non-portable</em> <a name="38" href="#38">38</a> <em class="jxr_javadoccomment"> * assumptions about the streams' origin and further use. This means that both</em> <a name="39" href="#39">39</a> <em class="jxr_javadoccomment"> * streams' &lt;code&gt;close()&lt;/code&gt; methods must be called after copying. if one</em> <a name="40" href="#40">40</a> <em class="jxr_javadoccomment"> * omits this step, then the stream resources (sockets, file descriptors) are</em> <a name="41" href="#41">41</a> <em class="jxr_javadoccomment"> * released when the associated Stream is garbage-collected. It is not a good</em> <a name="42" href="#42">42</a> <em class="jxr_javadoccomment"> * idea to rely on this mechanism. For a good overview of the distinction</em> <a name="43" href="#43">43</a> <em class="jxr_javadoccomment"> * between "memory management" and "resource management", see</em> <a name="44" href="#44">44</a> <em class="jxr_javadoccomment"> * &lt;a href="<a href="http://www.unixreview.com/articles/1998/9804/9804ja/ja.htm" target="alexandria_uri">http://www.unixreview.com/articles/1998/9804/9804ja/ja.htm</a>"&gt;this</em> <a name="45" href="#45">45</a> <em class="jxr_javadoccomment"> * UnixReview article&lt;/a&gt;.</em> <a name="46" href="#46">46</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="47" href="#47">47</a> <em class="jxr_javadoccomment"> * For byte-to-char methods, a &lt;code&gt;copy&lt;/code&gt; variant allows the encoding</em> <a name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * to be selected (otherwise the platform default is used). We would like to</em> <a name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * encourage you to always specify the encoding because relying on the platform</em> <a name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * default can lead to unexpected results.</em> <a name="51" href="#51">51</a> <em class="jxr_javadoccomment"> * &lt;p</em> <a name="52" href="#52">52</a> <em class="jxr_javadoccomment"> * We don't provide special variants for the &lt;code&gt;copy&lt;/code&gt; methods that</em> <a name="53" href="#53">53</a> <em class="jxr_javadoccomment"> * let you specify the buffer size because in modern VMs the impact on speed</em> <a name="54" href="#54">54</a> <em class="jxr_javadoccomment"> * seems to be minimal. We're using a default buffer size of 4 KB.</em> <a name="55" href="#55">55</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="56" href="#56">56</a> <em class="jxr_javadoccomment"> * The &lt;code&gt;copy&lt;/code&gt; methods use an internal buffer when copying. It is</em> <a name="57" href="#57">57</a> <em class="jxr_javadoccomment"> * therefore advisable &lt;em&gt;not&lt;/em&gt; to deliberately wrap the stream arguments</em> <a name="58" href="#58">58</a> <em class="jxr_javadoccomment"> * to the &lt;code&gt;copy&lt;/code&gt; methods in &lt;code&gt;Buffered*&lt;/code&gt; streams. For</em> <a name="59" href="#59">59</a> <em class="jxr_javadoccomment"> * example, don't do the following:</em> <a name="60" href="#60">60</a> <em class="jxr_javadoccomment"> * &lt;pre&gt;</em> <a name="61" href="#61">61</a> <em class="jxr_javadoccomment"> * copy( new BufferedInputStream( in ), new BufferedOutputStream( out ) );</em> <a name="62" href="#62">62</a> <em class="jxr_javadoccomment"> * &lt;/pre&gt;</em> <a name="63" href="#63">63</a> <em class="jxr_javadoccomment"> * The rationale is as follows:</em> <a name="64" href="#64">64</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="65" href="#65">65</a> <em class="jxr_javadoccomment"> * Imagine that an InputStream's read() is a very expensive operation, which</em> <a name="66" href="#66">66</a> <em class="jxr_javadoccomment"> * would usually suggest wrapping in a BufferedInputStream. The</em> <a name="67" href="#67">67</a> <em class="jxr_javadoccomment"> * BufferedInputStream works by issuing infrequent</em> <a name="68" href="#68">68</a> <em class="jxr_javadoccomment"> * {@link java.io.InputStream#read(byte[] b, int off, int len)} requests on the</em> <a name="69" href="#69">69</a> <em class="jxr_javadoccomment"> * underlying InputStream, to fill an internal buffer, from which further</em> <a name="70" href="#70">70</a> <em class="jxr_javadoccomment"> * &lt;code&gt;read&lt;/code&gt; requests can inexpensively get their data (until the buffer</em> <a name="71" href="#71">71</a> <em class="jxr_javadoccomment"> * runs out).</em> <a name="72" href="#72">72</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * However, the &lt;code&gt;copy&lt;/code&gt; methods do the same thing, keeping an</em> <a name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * internal buffer, populated by</em> <a name="75" href="#75">75</a> <em class="jxr_javadoccomment"> * {@link InputStream#read(byte[] b, int off, int len)} requests. Having two</em> <a name="76" href="#76">76</a> <em class="jxr_javadoccomment"> * buffers (or three if the destination stream is also buffered) is pointless,</em> <a name="77" href="#77">77</a> <em class="jxr_javadoccomment"> * and the unnecessary buffer management hurts performance slightly (about 3%,</em> <a name="78" href="#78">78</a> <em class="jxr_javadoccomment"> * according to some simple experiments).</em> <a name="79" href="#79">79</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="80" href="#80">80</a> <em class="jxr_javadoccomment"> * Behold, intrepid explorers; a map of this class:</em> <a name="81" href="#81">81</a> <em class="jxr_javadoccomment"> * &lt;pre&gt;</em> <a name="82" href="#82">82</a> <em class="jxr_javadoccomment"> * Method Input Output Dependency</em> <a name="83" href="#83">83</a> <em class="jxr_javadoccomment"> * ------ ----- ------ -------</em> <a name="84" href="#84">84</a> <em class="jxr_javadoccomment"> * 1 copy InputStream OutputStream (primitive)</em> <a name="85" href="#85">85</a> <em class="jxr_javadoccomment"> * 2 copy Reader Writer (primitive)</em> <a name="86" href="#86">86</a> <em class="jxr_javadoccomment"> *</em> <a name="87" href="#87">87</a> <em class="jxr_javadoccomment"> * 3 copy InputStream Writer 2</em> <a name="88" href="#88">88</a> <em class="jxr_javadoccomment"> *</em> <a name="89" href="#89">89</a> <em class="jxr_javadoccomment"> * 4 copy Reader OutputStream 2</em> <a name="90" href="#90">90</a> <em class="jxr_javadoccomment"> *</em> <a name="91" href="#91">91</a> <em class="jxr_javadoccomment"> * 5 copy String OutputStream 2</em> <a name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * 6 copy String Writer (trivial)</em> <a name="93" href="#93">93</a> <em class="jxr_javadoccomment"> *</em> <a name="94" href="#94">94</a> <em class="jxr_javadoccomment"> * 7 copy byte[] Writer 3</em> <a name="95" href="#95">95</a> <em class="jxr_javadoccomment"> * 8 copy byte[] OutputStream (trivial)</em> <a name="96" href="#96">96</a> <em class="jxr_javadoccomment"> * &lt;/pre&gt;</em> <a name="97" href="#97">97</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="98" href="#98">98</a> <em class="jxr_javadoccomment"> * Note that only the first two methods shuffle bytes; the rest use these</em> <a name="99" href="#99">99</a> <em class="jxr_javadoccomment"> * two, or (if possible) copy using native Java copy methods. As there are</em> <a name="100" href="#100">100</a> <em class="jxr_javadoccomment"> * method variants to specify the encoding, each row may</em> <a name="101" href="#101">101</a> <em class="jxr_javadoccomment"> * correspond to up to 2 methods.</em> <a name="102" href="#102">102</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a name="103" href="#103">103</a> <em class="jxr_javadoccomment"> * Origin of code: Excalibur.</em> <a name="104" href="#104">104</a> <em class="jxr_javadoccomment"> *</em> <a name="105" href="#105">105</a> <em class="jxr_javadoccomment"> * @author Peter Donald</em> <a name="106" href="#106">106</a> <em class="jxr_javadoccomment"> * @author Jeff Turner</em> <a name="107" href="#107">107</a> <em class="jxr_javadoccomment"> * @author Matthew Hawthorne</em> <a name="108" href="#108">108</a> <em class="jxr_javadoccomment"> * @version $Id: CopyUtils.java 437680 2006-08-28 11:57:00Z scolebourne $</em> <a name="109" href="#109">109</a> <em class="jxr_javadoccomment"> * @deprecated Use IOUtils. Will be removed in 2.0.</em> <a name="110" href="#110">110</a> <em class="jxr_javadoccomment"> * Methods renamed to IOUtils.write() or IOUtils.copy().</em> <a name="111" href="#111">111</a> <em class="jxr_javadoccomment"> * Null handling behaviour changed in IOUtils (null data does not</em> <a name="112" href="#112">112</a> <em class="jxr_javadoccomment"> * throw NullPointerException).</em> <a name="113" href="#113">113</a> <em class="jxr_javadoccomment"> */</em> <a name="114" href="#114">114</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/commons/io/CopyUtils.html">CopyUtils</a> { <a name="115" href="#115">115</a> <a name="116" href="#116">116</a> <em class="jxr_javadoccomment">/**</em> <a name="117" href="#117">117</a> <em class="jxr_javadoccomment"> * The default size of the buffer.</em> <a name="118" href="#118">118</a> <em class="jxr_javadoccomment"> */</em> <a name="119" href="#119">119</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DEFAULT_BUFFER_SIZE = 1024 * 4; <a name="120" href="#120">120</a> <a name="121" href="#121">121</a> <em class="jxr_javadoccomment">/**</em> <a name="122" href="#122">122</a> <em class="jxr_javadoccomment"> * Instances should NOT be constructed in standard programming.</em> <a name="123" href="#123">123</a> <em class="jxr_javadoccomment"> */</em> <a name="124" href="#124">124</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/commons/io/CopyUtils.html">CopyUtils</a>() { } <a name="125" href="#125">125</a> <a name="126" href="#126">126</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="127" href="#127">127</a> <em class="jxr_comment">// byte[] -&gt; OutputStream</em> <a name="128" href="#128">128</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="129" href="#129">129</a> <a name="130" href="#130">130</a> <em class="jxr_javadoccomment">/**</em> <a name="131" href="#131">131</a> <em class="jxr_javadoccomment"> * Copy bytes from a &lt;code&gt;byte[]&lt;/code&gt; to an &lt;code&gt;OutputStream&lt;/code&gt;.</em> <a name="132" href="#132">132</a> <em class="jxr_javadoccomment"> * @param input the byte array to read from</em> <a name="133" href="#133">133</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;OutputStream&lt;/code&gt; to write to</em> <a name="134" href="#134">134</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="135" href="#135">135</a> <em class="jxr_javadoccomment"> */</em> <a name="136" href="#136">136</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy(byte[] input, OutputStream output) <a name="137" href="#137">137</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="138" href="#138">138</a> output.write(input); <a name="139" href="#139">139</a> } <a name="140" href="#140">140</a> <a name="141" href="#141">141</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="142" href="#142">142</a> <em class="jxr_comment">// byte[] -&gt; Writer</em> <a name="143" href="#143">143</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="144" href="#144">144</a> <a name="145" href="#145">145</a> <em class="jxr_javadoccomment">/**</em> <a name="146" href="#146">146</a> <em class="jxr_javadoccomment"> * Copy and convert bytes from a &lt;code&gt;byte[]&lt;/code&gt; to chars on a</em> <a name="147" href="#147">147</a> <em class="jxr_javadoccomment"> * &lt;code&gt;Writer&lt;/code&gt;.</em> <a name="148" href="#148">148</a> <em class="jxr_javadoccomment"> * The platform's default encoding is used for the byte-to-char conversion.</em> <a name="149" href="#149">149</a> <em class="jxr_javadoccomment"> * @param input the byte array to read from</em> <a name="150" href="#150">150</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="151" href="#151">151</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="152" href="#152">152</a> <em class="jxr_javadoccomment"> */</em> <a name="153" href="#153">153</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy(byte[] input, Writer output) <a name="154" href="#154">154</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="155" href="#155">155</a> ByteArrayInputStream in = <strong class="jxr_keyword">new</strong> ByteArrayInputStream(input); <a name="156" href="#156">156</a> copy(in, output); <a name="157" href="#157">157</a> } <a name="158" href="#158">158</a> <a name="159" href="#159">159</a> <a name="160" href="#160">160</a> <em class="jxr_javadoccomment">/**</em> <a name="161" href="#161">161</a> <em class="jxr_javadoccomment"> * Copy and convert bytes from a &lt;code&gt;byte[]&lt;/code&gt; to chars on a</em> <a name="162" href="#162">162</a> <em class="jxr_javadoccomment"> * &lt;code&gt;Writer&lt;/code&gt;, using the specified encoding.</em> <a name="163" href="#163">163</a> <em class="jxr_javadoccomment"> * @param input the byte array to read from</em> <a name="164" href="#164">164</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="165" href="#165">165</a> <em class="jxr_javadoccomment"> * @param encoding The name of a supported character encoding. See the</em> <a name="166" href="#166">166</a> <em class="jxr_javadoccomment"> * &lt;a href="<a href="http://www.iana.org/assignments/character-sets" target="alexandria_uri">http://www.iana.org/assignments/character-sets</a>"&gt;IANA</em> <a name="167" href="#167">167</a> <em class="jxr_javadoccomment"> * Charset Registry&lt;/a&gt; for a list of valid encoding types.</em> <a name="168" href="#168">168</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="169" href="#169">169</a> <em class="jxr_javadoccomment"> */</em> <a name="170" href="#170">170</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy( <a name="171" href="#171">171</a> byte[] input, <a name="172" href="#172">172</a> Writer output, <a name="173" href="#173">173</a> String encoding) <a name="174" href="#174">174</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="175" href="#175">175</a> ByteArrayInputStream in = <strong class="jxr_keyword">new</strong> ByteArrayInputStream(input); <a name="176" href="#176">176</a> copy(in, output, encoding); <a name="177" href="#177">177</a> } <a name="178" href="#178">178</a> <a name="179" href="#179">179</a> <a name="180" href="#180">180</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="181" href="#181">181</a> <em class="jxr_comment">// Core copy methods</em> <a name="182" href="#182">182</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="183" href="#183">183</a> <a name="184" href="#184">184</a> <em class="jxr_javadoccomment">/**</em> <a name="185" href="#185">185</a> <em class="jxr_javadoccomment"> * Copy bytes from an &lt;code&gt;InputStream&lt;/code&gt; to an</em> <a name="186" href="#186">186</a> <em class="jxr_javadoccomment"> * &lt;code&gt;OutputStream&lt;/code&gt;.</em> <a name="187" href="#187">187</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;InputStream&lt;/code&gt; to read from</em> <a name="188" href="#188">188</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;OutputStream&lt;/code&gt; to write to</em> <a name="189" href="#189">189</a> <em class="jxr_javadoccomment"> * @return the number of bytes copied</em> <a name="190" href="#190">190</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="191" href="#191">191</a> <em class="jxr_javadoccomment"> */</em> <a name="192" href="#192">192</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> copy( <a name="193" href="#193">193</a> InputStream input, <a name="194" href="#194">194</a> OutputStream output) <a name="195" href="#195">195</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="196" href="#196">196</a> byte[] buffer = <strong class="jxr_keyword">new</strong> byte[DEFAULT_BUFFER_SIZE]; <a name="197" href="#197">197</a> <strong class="jxr_keyword">int</strong> count = 0; <a name="198" href="#198">198</a> <strong class="jxr_keyword">int</strong> n = 0; <a name="199" href="#199">199</a> <strong class="jxr_keyword">while</strong> (-1 != (n = input.read(buffer))) { <a name="200" href="#200">200</a> output.write(buffer, 0, n); <a name="201" href="#201">201</a> count += n; <a name="202" href="#202">202</a> } <a name="203" href="#203">203</a> <strong class="jxr_keyword">return</strong> count; <a name="204" href="#204">204</a> } <a name="205" href="#205">205</a> <a name="206" href="#206">206</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="207" href="#207">207</a> <em class="jxr_comment">// Reader -&gt; Writer</em> <a name="208" href="#208">208</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="209" href="#209">209</a> <a name="210" href="#210">210</a> <em class="jxr_javadoccomment">/**</em> <a name="211" href="#211">211</a> <em class="jxr_javadoccomment"> * Copy chars from a &lt;code&gt;Reader&lt;/code&gt; to a &lt;code&gt;Writer&lt;/code&gt;.</em> <a name="212" href="#212">212</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;Reader&lt;/code&gt; to read from</em> <a name="213" href="#213">213</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="214" href="#214">214</a> <em class="jxr_javadoccomment"> * @return the number of characters copied</em> <a name="215" href="#215">215</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="216" href="#216">216</a> <em class="jxr_javadoccomment"> */</em> <a name="217" href="#217">217</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> copy( <a name="218" href="#218">218</a> Reader input, <a name="219" href="#219">219</a> Writer output) <a name="220" href="#220">220</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="221" href="#221">221</a> <strong class="jxr_keyword">char</strong>[] buffer = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">char</strong>[DEFAULT_BUFFER_SIZE]; <a name="222" href="#222">222</a> <strong class="jxr_keyword">int</strong> count = 0; <a name="223" href="#223">223</a> <strong class="jxr_keyword">int</strong> n = 0; <a name="224" href="#224">224</a> <strong class="jxr_keyword">while</strong> (-1 != (n = input.read(buffer))) { <a name="225" href="#225">225</a> output.write(buffer, 0, n); <a name="226" href="#226">226</a> count += n; <a name="227" href="#227">227</a> } <a name="228" href="#228">228</a> <strong class="jxr_keyword">return</strong> count; <a name="229" href="#229">229</a> } <a name="230" href="#230">230</a> <a name="231" href="#231">231</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="232" href="#232">232</a> <em class="jxr_comment">// InputStream -&gt; Writer</em> <a name="233" href="#233">233</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="234" href="#234">234</a> <a name="235" href="#235">235</a> <em class="jxr_javadoccomment">/**</em> <a name="236" href="#236">236</a> <em class="jxr_javadoccomment"> * Copy and convert bytes from an &lt;code&gt;InputStream&lt;/code&gt; to chars on a</em> <a name="237" href="#237">237</a> <em class="jxr_javadoccomment"> * &lt;code&gt;Writer&lt;/code&gt;.</em> <a name="238" href="#238">238</a> <em class="jxr_javadoccomment"> * The platform's default encoding is used for the byte-to-char conversion.</em> <a name="239" href="#239">239</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;InputStream&lt;/code&gt; to read from</em> <a name="240" href="#240">240</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="241" href="#241">241</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="242" href="#242">242</a> <em class="jxr_javadoccomment"> */</em> <a name="243" href="#243">243</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy( <a name="244" href="#244">244</a> InputStream input, <a name="245" href="#245">245</a> Writer output) <a name="246" href="#246">246</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="247" href="#247">247</a> InputStreamReader in = <strong class="jxr_keyword">new</strong> InputStreamReader(input); <a name="248" href="#248">248</a> copy(in, output); <a name="249" href="#249">249</a> } <a name="250" href="#250">250</a> <a name="251" href="#251">251</a> <em class="jxr_javadoccomment">/**</em> <a name="252" href="#252">252</a> <em class="jxr_javadoccomment"> * Copy and convert bytes from an &lt;code&gt;InputStream&lt;/code&gt; to chars on a</em> <a name="253" href="#253">253</a> <em class="jxr_javadoccomment"> * &lt;code&gt;Writer&lt;/code&gt;, using the specified encoding.</em> <a name="254" href="#254">254</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;InputStream&lt;/code&gt; to read from</em> <a name="255" href="#255">255</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="256" href="#256">256</a> <em class="jxr_javadoccomment"> * @param encoding The name of a supported character encoding. See the</em> <a name="257" href="#257">257</a> <em class="jxr_javadoccomment"> * &lt;a href="<a href="http://www.iana.org/assignments/character-sets" target="alexandria_uri">http://www.iana.org/assignments/character-sets</a>"&gt;IANA</em> <a name="258" href="#258">258</a> <em class="jxr_javadoccomment"> * Charset Registry&lt;/a&gt; for a list of valid encoding types.</em> <a name="259" href="#259">259</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="260" href="#260">260</a> <em class="jxr_javadoccomment"> */</em> <a name="261" href="#261">261</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy( <a name="262" href="#262">262</a> InputStream input, <a name="263" href="#263">263</a> Writer output, <a name="264" href="#264">264</a> String encoding) <a name="265" href="#265">265</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="266" href="#266">266</a> InputStreamReader in = <strong class="jxr_keyword">new</strong> InputStreamReader(input, encoding); <a name="267" href="#267">267</a> copy(in, output); <a name="268" href="#268">268</a> } <a name="269" href="#269">269</a> <a name="270" href="#270">270</a> <a name="271" href="#271">271</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="272" href="#272">272</a> <em class="jxr_comment">// Reader -&gt; OutputStream</em> <a name="273" href="#273">273</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="274" href="#274">274</a> <a name="275" href="#275">275</a> <em class="jxr_javadoccomment">/**</em> <a name="276" href="#276">276</a> <em class="jxr_javadoccomment"> * Serialize chars from a &lt;code&gt;Reader&lt;/code&gt; to bytes on an</em> <a name="277" href="#277">277</a> <em class="jxr_javadoccomment"> * &lt;code&gt;OutputStream&lt;/code&gt;, and flush the &lt;code&gt;OutputStream&lt;/code&gt;.</em> <a name="278" href="#278">278</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;Reader&lt;/code&gt; to read from</em> <a name="279" href="#279">279</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;OutputStream&lt;/code&gt; to write to</em> <a name="280" href="#280">280</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="281" href="#281">281</a> <em class="jxr_javadoccomment"> */</em> <a name="282" href="#282">282</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy( <a name="283" href="#283">283</a> Reader input, <a name="284" href="#284">284</a> OutputStream output) <a name="285" href="#285">285</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="286" href="#286">286</a> OutputStreamWriter out = <strong class="jxr_keyword">new</strong> OutputStreamWriter(output); <a name="287" href="#287">287</a> copy(input, out); <a name="288" href="#288">288</a> <em class="jxr_comment">// XXX Unless anyone is planning on rewriting OutputStreamWriter, we</em> <a name="289" href="#289">289</a> <em class="jxr_comment">// have to flush here.</em> <a name="290" href="#290">290</a> out.flush(); <a name="291" href="#291">291</a> } <a name="292" href="#292">292</a> <a name="293" href="#293">293</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="294" href="#294">294</a> <em class="jxr_comment">// String -&gt; OutputStream</em> <a name="295" href="#295">295</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="296" href="#296">296</a> <a name="297" href="#297">297</a> <em class="jxr_javadoccomment">/**</em> <a name="298" href="#298">298</a> <em class="jxr_javadoccomment"> * Serialize chars from a &lt;code&gt;String&lt;/code&gt; to bytes on an</em> <a name="299" href="#299">299</a> <em class="jxr_javadoccomment"> * &lt;code&gt;OutputStream&lt;/code&gt;, and</em> <a name="300" href="#300">300</a> <em class="jxr_javadoccomment"> * flush the &lt;code&gt;OutputStream&lt;/code&gt;.</em> <a name="301" href="#301">301</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;String&lt;/code&gt; to read from</em> <a name="302" href="#302">302</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;OutputStream&lt;/code&gt; to write to</em> <a name="303" href="#303">303</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="304" href="#304">304</a> <em class="jxr_javadoccomment"> */</em> <a name="305" href="#305">305</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy( <a name="306" href="#306">306</a> String input, <a name="307" href="#307">307</a> OutputStream output) <a name="308" href="#308">308</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="309" href="#309">309</a> StringReader in = <strong class="jxr_keyword">new</strong> StringReader(input); <a name="310" href="#310">310</a> OutputStreamWriter out = <strong class="jxr_keyword">new</strong> OutputStreamWriter(output); <a name="311" href="#311">311</a> copy(in, out); <a name="312" href="#312">312</a> <em class="jxr_comment">// XXX Unless anyone is planning on rewriting OutputStreamWriter, we</em> <a name="313" href="#313">313</a> <em class="jxr_comment">// have to flush here.</em> <a name="314" href="#314">314</a> out.flush(); <a name="315" href="#315">315</a> } <a name="316" href="#316">316</a> <a name="317" href="#317">317</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="318" href="#318">318</a> <em class="jxr_comment">// String -&gt; Writer</em> <a name="319" href="#319">319</a> <em class="jxr_comment">// ----------------------------------------------------------------</em> <a name="320" href="#320">320</a> <a name="321" href="#321">321</a> <em class="jxr_javadoccomment">/**</em> <a name="322" href="#322">322</a> <em class="jxr_javadoccomment"> * Copy chars from a &lt;code&gt;String&lt;/code&gt; to a &lt;code&gt;Writer&lt;/code&gt;.</em> <a name="323" href="#323">323</a> <em class="jxr_javadoccomment"> * @param input the &lt;code&gt;String&lt;/code&gt; to read from</em> <a name="324" href="#324">324</a> <em class="jxr_javadoccomment"> * @param output the &lt;code&gt;Writer&lt;/code&gt; to write to</em> <a name="325" href="#325">325</a> <em class="jxr_javadoccomment"> * @throws IOException In case of an I/O problem</em> <a name="326" href="#326">326</a> <em class="jxr_javadoccomment"> */</em> <a name="327" href="#327">327</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> copy(String input, Writer output) <a name="328" href="#328">328</a> <strong class="jxr_keyword">throws</strong> IOException { <a name="329" href="#329">329</a> output.write(input); <a name="330" href="#330">330</a> } <a name="331" href="#331">331</a> <a name="332" href="#332">332</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
app/views/lair.html
anissen/lair
<!-- <div class="page-header"> <h1>Lair</h1> <div style="position: relative; height: 512px;"> <img src="http://cdn1.iconfinder.com/data/icons/imod/512/Hardware/iMac%20off.png" alt="" /> <div style="position: relative; left: 35px; top: -500px; height: 285px; width: 440px;"> <h3 class="briefing">The Mission</h3> <p class="briefing">The Agency are powerless to prevent my evil plans!</p> <p class="briefing">That is, unless their agent reaches the computer terminal. I store all my evil schemes on that computer, you see.</p> <h3 class="briefing">Objectives</h3> <ul> <li class="briefing">* Stop the agent before he reaches the computer terminal</li> <ul> <a href="#" id="accept-mission-btn" class="btn btn-primary hide pull-right" style="position: relative; top: 70px;">Accept mission</a> </div> </div> </div> --> <div class="row"> <div class="span12 well well-small"> <h4>Map Overview</h4> <canvas id="canvas" width="1140px" height="420px"></canvas> </div> </div> <div class="row-fluid"> <div class="span12 well well-small"> <div class="row-fluid"> <div class="span4"> <h4>Behavior Library</h4> <div id="library-tree"></div> </div> <div class="span4"> <h4>Behavior Tree <a id="assign-behavior" href="#" class="btn btn-primary btn-mini pull-right">Assign behavior</a></h4> <div id="behavior-tree"></div> </div> <div class="span4"> <h4>Properties</h4> <div id="property-grid"></div> </div> </div> </div> </div> <!-- TODO: Consider including scripts in controller instead of in the view --> <script src="scripts/vendor/jquerytypewriter.js"></script> <script src="scripts/vendor/createjs/easeljs.min.js"></script> <script src="scripts/vendor/createjs/tweenjs.min.js"></script> <script src="scripts/vendor/easystar.min.js"></script> <script src="scripts/vendor/behave.js"></script> <script src="scripts/vendor/Tween.js"></script> <script src="scripts/game/level.js"></script> <script src="scripts/game/main.js"></script> <!-- ExtJS --> <script src="scripts/vendor/extjs/ext-all.js"></script> <script src="scripts/controllers/behavior_tree_editor.js"></script> <!-- <script type="text/javascript"> $(function(){ $.pnotify({ title: 'I\'m an error', text: 'Check me out! I\'m a transparent error.', type: 'error', opacity: .8 }); $.pnotify({ title: 'I\'m an info', text: 'Check me out! I\'m a click-through info.', type: 'info', nonblock: true, nonblock_opacity: .4 }); $.pnotify({ title: 'Regular Notice', text: 'Check me out! I\'m a notice.' }); $.pnotify({ title: 'Success Notice', text: 'Check me out! I\'m a success.', type: 'success' }); }); </script> --> <!-- <script type="text/javascript"> $('.briefing').typewrite({ 'delay': 40, //time in ms between each letter 'extra_char': '&#9608;', //"cursor" character to append after each display 'trim': true, // Trim the string to type (Default: false, does not trim) 'callback': function () { $('#accept-mission-btn').slideDown('slow'); } // if exists, called after all effects have finished }); </script> -->
ePF_API_doxy-0.1.x-dev/html/functions_func_0x6d.html
veriKami/ePF_API_doc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.3.1"/> <title>ePF_API: Pola danych - Funkcje</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </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">ePF_API &#160;<span id="projectnumber">0.x.x-dev</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Wygenerowano przez Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Szukaj'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Strona&#160;główna</span></a></li> <li><a href="pages.html"><span>Dodatkowe&#160;strony</span></a></li> <li class="current"><a href="annotated.html"><span>Struktury&#160;Danych</span></a></li> <li><a href="files.html"><span>Pliki</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="Szukaj" 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>Struktury&#160;danych</span></a></li> <li><a href="classes.html"><span>Indeks&#160;struktur&#160;danych</span></a></li> <li><a href="inherits.html"><span>Hierarchia&#160;klas</span></a></li> <li class="current"><a href="functions.html"><span>Pola&#160;danych</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Funkcje</span></a></li> <li><a href="functions_vars.html"><span>Zmienne</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index__"><span>_</span></a></li> <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li class="current"><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x7a.html#index_z"><span>z</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('functions_func_0x6d.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Struktury Danych</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Pliki</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Funkcje</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Zmienne</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Strony</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_m"></a>- m -</h3><ul> <li>mowca() : <a class="el" href="classep___posel.html#a0a281f2a729be7088e24f59b2a897bb6">ep_Posel</a> , <a class="el" href="classep___senat___wystapienie.html#a0a281f2a729be7088e24f59b2a897bb6">ep_Senat_Wystapienie</a> , <a class="el" href="classep___sejm___wystapienie.html#a0a281f2a729be7088e24f59b2a897bb6">ep_Sejm_Wystapienie</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Wygenerowano Pt, 15 lut 2013 11:46:28 dla ePF_API programem <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li> </ul> </div> </body> </html>
deferUntil/test.html
madrobby/prototype_helpers
<!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" xml:lang="en" lang="en"> <head> <title>blech</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script src="../lib/prototype/dist/prototype.js" type="text/javascript"></script> <script src="deferuntil.js" type="text/javascript"></script> </head> <body> <p id="countdown">--waiting--</p> <script type="text/javascript" charset="utf-8"> // countdown to 0 (function(){ var count = 4, timeout = setTimeout(function(){ $('countdown').update(--count); if(count>0) timeout = setTimeout(arguments.callee, 1000); }, 1000); })(); // poll condition until true, then execute function (function(){ alert('go!'); }).curry('hello world!').deferUntil(function(){ return $('countdown').innerHTML == "0"; }); </script> </body> </html>
tpl/placeholder_g2c.html
m-box/smartcity.melitopol
<!DOCTYPE html> <html lang=en> <head> <meta charset="UTF-8"> <meta name="description" content="Сайт електроних сервісів міста Мелітополь. Кабінет самообслуговування, контаку з адміністрацією та мерією міста"> <meta name=keywords content="SmartCity.Melitopol, SM, SmartCity, Melitopol"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <meta name=author content="Сажнєв Михайло / 100000718680383, Вячеслав Рєдькін / 100012765812627, Станіслав Деріпаско / 100012813070004"> <title >SmartCity.Melitopol. Кабінет електронних сервісів</title> <link href=/css/fractal.css rel=stylesheet> <link href=/css/bootstrap.min.css rel=stylesheet> <script src=/js/jquery.min.js></script> <script src=/js/bootstrap.min.js></script> <script src=/js/log_user.js></script> <script type="text/javascript" src= "/js/JS_req.js"></script> <!-- Google Tag Manager --> <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!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TB2T2L');</script> <!-- End Google Tag Manager --> <style> body #moto {padding: 100px; color: #fff; background-image: url("/images/g2cbackground.jpg"); height: 500px; background-size: cover; background-attachment: fixed} </style> </head> <body onLoad="login_if();"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TB2T2L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id=scheader> <div class=container> <div class=row> <div class=col-lg-12> <h5 class=pull-right id=hello>Вітаємо, <a href=# data-toggle=modal data-target=#myModal>увійти в особистий кабінет</a> </h5> <div class="modal fade" id=myModal role=dialog> <div class="modal-dialog modal-sm"> <div class=modal-content> <div class=modal-header> <button type=button class=close data-dismiss=modal>&times;</button> <h3>Увійти в систему</h3><br> <text style=color:red; id="err"></text> </div> <div class=modal-body> <form class=form-inline role=form> <div class=form-group> <label for=usrname><span class="glyphicon glyphicon-user"></span> Введіть логін</label> <input type=email class=form-control id=email placeholder=Логін> </div><br> <div class=form-group> <label for=psw><span class="glyphicon glyphicon-eye-open"></span> Введіть пароль</label> <input type=password class=form-control id=pwd placeholder=Пароль> </div><br> <a href=/404>Нагадати пароль</a><br> <div class="checkbox pull-right"> <label><input type=checkbox> Запам'ятати мене</label> </div><br> </form> </div> <div class=modal-footer> <a class="btn btn-primary" href=registration.html>Реєстрація</a> <button type=submit class="btn btn-primary" onclick = "login_1();" id = "login_0">Увійти</button> </div> </div> </div> </div> <a href=/><img src=/img/logo.png alt="Кабінет електроних сервісів: SmartMelitopol" style="float:left;width:80px;height:80px;margin:10px 10px 0 0"/></a> <h4><p class=text-primary><b>SmartCity. <br>Кабінет електронних сервісів</b></p></h4> </div> </div> </div> </div> <div class=container> <div class=page-header> <ul class="nav nav-pills"> <li><a href=/concept>Концепція <span class=badge>1</span></a></li> <li><a href=/>Проекти <span class=badge>42</span></a></li> <li><a href=/news>Новини <span class=badge>0</span></a></li> <li><a href=http://www.mlt.gov.ua>Міська влада <span class=badge>1</span></a></li> <li><a href=/faq>Допомога </a></li> <form class="navbar-form navbar-left pull-right" role=search> <div class=form-group> <input type=text class=form-control placeholder="Пошук сервісів"> </div> <button type=submit class="btn btn-default">Пошук</button> </form> </ul> </div> <div class="alert alert-dismissible alert-success"> <button type=button class=close data-dismiss=alert>&times;</button> <strong>Увага!</strong> Сайт знаходиться в розробці, працює <a href=# class=alert-link>в режимі обмеженого доступу</a>. </div> </div></div> <div class="container-fluid" id="moto"> <div class="container"> <div class="row"> <div class="col-lg-3" style="text-shadow: 3px 3px 5px black, 0 0 20px white, 0 0 5px blue;"> <h1><b>Послуги для громадян міста.</b><h1> <h3>G2C. Послуги для економії Вашого часу.</h3> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-lg-6 placeholder" style="padding: 0"> <figure class="opacity"> <a href="/g2c/socialny_sahist" title="Калькулятор субсидій, відповіді на часті питання, правда та міфи про субсидії" style="text-decoration: none; color: #fff"> <img alt="" src="/images/placeholder.png" style="position: relative; width: 100%; height: 300px;" > <h1 style="position: absolute; top: 50px; left: 50px; width: 100%; text-shadow: 3px 3px 5px black;"><b>Субсидії</b><h1> <figcaption> <h1 style="transform: scale(1, 1); position: absolute; top: 50px; left: 50px; width: 100%; text-shadow: 3px 3px 5px black, 0 0 20px white, 0 0 50px white;"><b>Субсидії</b><h1> <h5 style="position: absolute; bottom: 50px; left: 70px; text-shadow: 1px 1px 3px black, 0 0 20px white, 0 0 5px blue;">Відомості про мою субсидію, калькулятор субсидій, відповіді на часті питання, "міські легенди" - чутки та правда про субсидії.</h5> </figcaption> </a> </figure> </div> <div class="col-lg-3 placeholder" style="padding: 0"> <figure class="opacity"> <a href="/g2c/cherga_v_dnz" title="Електронна черга в дитячий навчальний заклад" style="text-decoration: none; color: #fff"> <img alt="" src="/images/placeholder.png" style="position: relative; width: 100%; height: 300px;" > <h1 style="position: absolute; top: 50px; left: 50px; width: 100%;"><b>Моя черга в садочок</b><h1> <figcaption> <h1 style="transform: scale(1, 1); position: absolute; top: 50px; left: 50px; width: 100%; text-shadow: 3px 3px 5px black, 0 0 20px white, 0 0 50px white;"><b>Моя черга в садочок</b><h1> <h5 style="position: absolute; bottom: 50px; left: 70px;">Черга в дитячий садочок. Перевірити свою чергу, зареєструвати дитину в дитячий садочок.</h5> </figcaption> </a> </figure> </div> <div class="col-lg-3 placeholder" style="padding: 0"> <figure class="opacity"> <a href="/faq" title="Відповіді на Часті Питання. Як користуватись сервісами сайта?" style="text-decoration: none; color: #fff"> <img alt="" src="/images/placeholder.png" style="position: relative; width: 100%; height: 300px;" > <h1 style="position: absolute; top: 50px; left: 50px; width: 100%;"><b>Відповіді</b><h1> <figcaption> <h1 style="transform: scale(1, 1); position: absolute; top: 50px; left: 50px; width: 100%; text-shadow: 3px 3px 5px black, 0 0 20px white, 0 0 50px white;"><b>Відповіді</b><h1> <h5 style="position: absolute; bottom: 50px; left: 70px;">Часті питання та відповіді на них.</h5> </figcaption> </a> </figure> </div> </div> </div> <div class="container"> <div class=page-header> </div> <footer> <div class=row> <div class=col-lg-12> <ul class="nav nav-pills"> <li class=pull-right><a href=#top>Наверх </a></li> <li><a href=/concept>Концепція </a></li> <li><a href=/all>Проекти </a></li> <li><a href=/news>Новини </a></li> <li><a href=http://www.mlt.gov.ua>Міська влада </a></li> <li><a href=/faq>Допомога </a></li> <li><a href=/support>Підтримка </a></ </ul> </div> </div> </footer> </div> </body> </html>
css/lcf.css
polarskie/letClothesFly
body { min-height: 100%; font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '黑体', serif; border: none; padding: 0; margin: 0; font-size: 100%; } b { letter-spacing: 3px; } div{ margin: 0; padding: 0; } .outer-container { max-width: 1920px; margin: auto; } .header { min-width: 1024px; max-width: 1920px; height: 621px; background-image: url(../pic/header.jpg); background-position: center; } .fluctuate-border { position: relative; height: 22px; background-image: url(../pic/logos.png); background-position: 0 -1504px; top: 605px; } .needinghelp-outer-container { min-width: 1024px; height: 986px; background-image: url(../pic/paper.jpg); background-repeat: repeat; box-shadow: 0 0 20px black; position: relative; z-index: 9; } .needinghelp-inner-container { width: 1024px; margin: auto; padding: 3em 0 2em 0; font-size: 1.1em; } .needinghelp-paragraph { width: 1014px; margin: 1em auto 1em auto; } .needinghelp-picture { width: 1014px; height: 607px; margin: 3em auto 1em auto; background-image: url(../pic/needinghelp.jpg); } .scene-outer-container { min-width: 1024px; height: 1095px; background-color: RGB(255, 167, 157); overflow: hidden; position: relative; z-index: 6; } .color-cloth-1 { background-color:RGB(255, 150, 154); width: 3000px; height: 3000px; z-index: 1; position: absolute; top: 600px; left: -2000px; transform: rotate(40deg); -ms-transform: rotate(40deg); /* IE 9 */ -webkit-transform: rotate(40deg); /* Safari and Chrome */ -o-transform: rotate(40deg); /* Opera */ -moz-transform: rotate(40deg); /* Firefox */ } .color-cloth-2 { background-color:RGB(255, 150, 154); width: 3000px; height: 3000px; z-index: 2; position: absolute; top: 600px; transform: rotate(80deg); -ms-transform: rotate(80deg); /* IE 9 */ -webkit-transform: rotate(80deg); /* Safari and Chrome */ -o-transform: rotate(80deg); /* Opera */ -moz-transform: rotate(80deg); /* Firefox */ } .scene-inner-container { width: 1024px; margin: auto; padding: 2em 0 2em 0; font-size: 1.1em; z-index: 3; position: relative; } .scene-header { text-indent: -9999px; width: 300px; height: 128px; background-image: url(../pic/logos.png); background-position: -298px -1164px; margin: 1.2em auto 1.5em auto; line-height: 128px; text-align: center; font-size: 2.7em; } .scene-paragraph { width: 1014px; margin: 1em auto 1em auto; } .scene-picture { width: 1014px; height: 551px; margin: 2em auto 2em auto; background-image: url(../pic/scene1.jpg); } .partition-outer-container { min-width: 1024px; height: 1140px; background-image: url(../pic/paper.jpg); background-repeat: repeat; box-shadow: 0 0 20px black; position: relative; z-index: 9; } .partition-inner-container { width: 1024px; height: 1070px; margin: auto; padding: 60px 0 0; font-size: 1.1em; background-image: url(../pic/logos.png); background-position: -10px -20px; } .partition-header { text-indent: -9999px; width: 300px; height: 128px; margin: 0 auto 60px auto; line-height: 128px; text-align: center; font-size: 2.7em; } .partition-tunnel-personal { text-indent: -9999px; margin: 12px auto 36px 240px; width: 250px; height: 38px; font-size: 2em; background-image: url(../pic/logos.png); background-position: -37px -1560px; } .partition-tunnel-company { text-indent: -9999px; margin: 12px auto 36px 240px; width: 250px; height: 38px; font-size: 2em; background-image: url(../pic/logos.png); background-position: -315px -1557px; } .partition-paragraph { width: 600px; margin: 20px auto 20px 240px; } .partition-personal { margin: 80px 0; height: 370px; } .partition-list { width: 600px; margin: 38px auto 16px 220px; color: RGB(255, 150, 154); } .partition-item { color: RGB(255, 150, 154); margin: 15px auto; } .partition-company { margin-top: 170px; } .partition-link { background-color: RGB(255, 150, 154); width: 285px; height: 56px; line-height: 56px; padding: 8px 12px 8px 36px; border-radius: 36px; margin: 14px 24px 0 240px; float: left; } .partition-link:hover { cursor: pointer; } .company-partition-description { text-indent: -9999px; font-size: 2em; margin: 0; color: white; width: 320px; height: 48px; background-image: url(../pic/logos.png); background-position: -598px -1550px; } .partition-description-container { margin: 56px 0; } .partition-description { margin: 10px; } .outer-footer { min-width: 1024px; background-color: RGB(255, 167, 157); height: 1470px; color: white; overflow: hidden; position: relative; } .color-cloth-3 { background-color:RGB(255, 150, 154); width: 3000px; height: 3000px; z-index: 1; position: absolute; top: 538px; left: -1000px; transform: rotate(7deg); -ms-transform: rotate(7deg); /* IE 9 */ -webkit-transform: rotate(7deg); /* Safari and Chrome */ -o-transform: rotate(7deg); /* Opera */ -moz-transform: rotate(7deg); /* Firefox */ } .color-cloth-4 { background-color:RGB(255, 150, 154); width: 3000px; height: 3000px; z-index: 2; position: absolute; top: 600px; left: 800px; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */ -o-transform: rotate(45deg); /* Opera */ -moz-transform: rotate(45deg); /* Firefox */ } .inner-footer { width: 1024px; margin: auto; padding: 40px 0; position: relative; z-index: 3; } .footer-header-ngo { text-indent: -9999px; font-size: 2.4em; text-align: center; margin: 25px auto 60px; width: 240px; height: 48px; background-image: url(../pic/logos.png); background-position: -48px -1643px; } .footer-header-company { text-indent: -9999px; font-size: 2.4em; text-align: center; margin: 25px auto 60px; width: 240px; height: 48px; background-image: url(../pic/logos.png); background-position: -338px -1643px; } .footer-header-share { text-indent: -9999px; font-size: 2.4em; text-align: center; margin: 25px auto 60px; width: 400px; height: 48px; background-image: url(../pic/logos.png); background-position: -690px -1643px; } .cooperation-ngo { height: 420px; } .ngo-table { margin: 0 0 56px; width: 960px; margin-left: 70px; } .ngo-table td { padding: 10px 0; } .footer-center { text-align: center; } .division { border-top: dashed 2px; } .cooperation-company { height: 378px; padding: 80px 0; } .company-logo { width: 1024px; height: 80px; margin: 80px auto 80px; background-image: url(../pic/logos.png); background-position: -22px -1342px; } .share { text-align: center; } .share-link-container { width: 360px; margin: auto; } .share-link { width: 140px; height: 30px; line-height: 30px; background-color: RGB(237 , 71, 61); padding: 8px; border-radius: 23px; text-align: center; display: block; margin: 12px; float: left; } .true-link:hover { cursor: pointer; } .qq { width: 30px; height: 30px; background-image: url(../pic/logos.png); background-position: -176px -1449px; float: left; } .weibo { width: 30px; height: 30px; background-image: url(../pic/logos.png); background-position: -41px -1449px; float: left; } .zero { width: 0; height: 0; } #wbclick1{ opacity: 0; position: relative; top: -25px; display: block; cursor: pointer; } #wbclick2{ opacity: 0; position: relative; top: -65px; left: 65px; display: block; cursor: pointer; } .qrcode-container { width: 500px; margin: 40px auto; } .qrcode-description { width: 168px; display: inline-block; margin: 0 12px; } .qrcode-text { margin: 0; } .weixin { width: 30px; height: 30px; background-image: url(../pic/logos.png); background-position: -105px -1449px; float: left; } .qrcode { width: 144px; height: 144px; display: inline-block; background-image: url(../pic/weixin.png); background-size: cover; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; }
9baa561/html/functions_func_d.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 v4.2.5: Class Members - Functions</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 v4.2.5 </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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_b.html#index_b"><span>b</span></a></li> <li><a href="functions_func_c.html#index_c"><span>c</span></a></li> <li class="current"><a href="functions_func_d.html#index_d"><span>d</span></a></li> <li><a href="functions_func_e.html#index_e"><span>e</span></a></li> <li><a href="functions_func_f.html#index_f"><span>f</span></a></li> <li><a href="functions_func_g.html#index_g"><span>g</span></a></li> <li><a href="functions_func_h.html#index_h"><span>h</span></a></li> <li><a href="functions_func_i.html#index_i"><span>i</span></a></li> <li><a href="functions_func_j.html#index_j"><span>j</span></a></li> <li><a href="functions_func_l.html#index_l"><span>l</span></a></li> <li><a href="functions_func_m.html#index_m"><span>m</span></a></li> <li><a href="functions_func_n.html#index_n"><span>n</span></a></li> <li><a href="functions_func_o.html#index_o"><span>o</span></a></li> <li><a href="functions_func_p.html#index_p"><span>p</span></a></li> <li><a href="functions_func_r.html#index_r"><span>r</span></a></li> <li><a href="functions_func_s.html#index_s"><span>s</span></a></li> <li><a href="functions_func_t.html#index_t"><span>t</span></a></li> <li><a href="functions_func_u.html#index_u"><span>u</span></a></li> <li><a href="functions_func_v.html#index_v"><span>v</span></a></li> <li><a href="functions_func_w.html#index_w"><span>w</span></a></li> <li><a href="functions_func_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_d"></a>- d -</h3><ul> <li>data() : <a class="el" href="classv8_1_1ExternalOneByteStringResourceImpl.html#a37ada5dc21ecb982c50482c90fffe529">v8::ExternalOneByteStringResourceImpl</a> , <a class="el" href="classv8_1_1String_1_1ExternalOneByteStringResource.html#aaeca31240d3dbf990d1b974e3c64593e">v8::String::ExternalOneByteStringResource</a> , <a class="el" href="classv8_1_1String_1_1ExternalStringResource.html#a987309199b848511adb708e221e0fb0a">v8::String::ExternalStringResource</a> </li> <li>DateTimeConfigurationChangeNotification() : <a class="el" href="classv8_1_1Date.html#adb084ec0683d3d195ad0f78af5f6f72b">v8::Date</a> </li> <li>Delete() : <a class="el" href="classv8_1_1CpuProfile.html#a70c93f0c14d07a7e1bad42ee95665ca0">v8::CpuProfile</a> , <a class="el" href="classv8_1_1HeapSnapshot.html#aeaa6073009e4041839dff7a860d2548a">v8::HeapSnapshot</a> </li> <li>DeleteAllHeapSnapshots() : <a class="el" href="classv8_1_1HeapProfiler.html#a6a75bcc6d8350858597b6a6ce5e349a2">v8::HeapProfiler</a> </li> <li>DeoptimizeAll() : <a class="el" href="classv8_1_1Testing.html#ae541bd8d75667db1d83c8aef7f8c1cf3">v8::Testing</a> </li> <li>DetachGlobal() : <a class="el" href="classv8_1_1Context.html#a841c7dd92eb8c57df92a268a164dea97">v8::Context</a> </li> <li>Dispose() : <a class="el" href="classv8_1_1Isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">v8::Isolate</a> , <a class="el" href="classv8_1_1RetainedObjectInfo.html#a5011203f7c5949049ba36b8059f03eca">v8::RetainedObjectInfo</a> , <a class="el" href="classv8_1_1String_1_1ExternalStringResourceBase.html#af4720342ae31e1ab4656df3f15d069c0">v8::String::ExternalStringResourceBase</a> , <a class="el" href="classv8_1_1V8.html#a566450d632c0a63770682b9da3cae08d">v8::V8</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.9.1 </small></address> </body> </html>
docsets/ATG 10.2.docset/Contents/Resources/Documents/atg/commerce/payment/PaymentManagerPipelineArgs.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.6.0_24) on Mon Apr 01 21:57:17 EDT 2013 --> <TITLE> PaymentManagerPipelineArgs (ATG Java API) </TITLE> <META NAME="date" CONTENT="2013-04-01"> <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="PaymentManagerPipelineArgs (ATG Java API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../atg/commerce/payment/StoreCreditProcessorImpl.html" title="class in atg.commerce.payment"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?atg/commerce/payment/PaymentManagerPipelineArgs.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PaymentManagerPipelineArgs.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;<A HREF="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&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;<A HREF="#constructor_detail">CONSTR</A>&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.commerce.payment</FONT> <BR> Class PaymentManagerPipelineArgs</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.util.AbstractMap&lt;K,V&gt; <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.util.HashMap <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>atg.commerce.payment.PaymentManagerPipelineArgs</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Cloneable, java.util.Map</DD> </DL> <HR> <DL> <DT><PRE>public class <B>PaymentManagerPipelineArgs</B><DT>extends java.util.HashMap</DL> </PRE> <P> Argument dictionary for pipeline chains and processors invoked by the PaymentManager. This class provides standard typesafe API's for storing and retrieving common information in the dictionary using well-known dictionary keys. An instance of this class will be passed as the argument to the <code>runProcess</code> method of any pipeline chain used by the PaymentManager. <P> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../atg/commerce/payment/PaymentManager.html" title="class in atg.commerce.payment"><CODE>PaymentManager</CODE></A>, <A HREF="../../../atg/service/pipeline/PipelineProcessor.html" title="interface in atg.service.pipeline"><CODE>PipelineProcessor</CODE></A>, <A HREF="../../../serialized-form.html#atg.commerce.payment.PaymentManagerPipelineArgs">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Nested Class Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="nested_classes_inherited_from_class_java.util.AbstractMap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.util.AbstractMap</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>java.util.AbstractMap.SimpleEntry&lt;K,V&gt;, java.util.AbstractMap.SimpleImmutableEntry&lt;K,V&gt;</CODE></TD> </TR> </TABLE> &nbsp; <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <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/commerce/payment/PaymentManagerPipelineArgs.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 ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#PaymentManagerPipelineArgs()">PaymentManagerPipelineArgs</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#PaymentManagerPipelineArgs(int)">PaymentManagerPipelineArgs</A></B>(int&nbsp;pSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#PaymentManagerPipelineArgs(int, float)">PaymentManagerPipelineArgs</A></B>(int&nbsp;pSize, float&nbsp;pLoadFactor)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment">PaymentManagerAction</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getAction()">getAction</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the action being performed from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getAmount()">getAmount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the payment amount from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/commerce/order/Order.html" title="interface in atg.commerce.order">Order</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getOrder()">getOrder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current Order from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/commerce/order/PaymentGroup.html" title="interface in atg.commerce.order">PaymentGroup</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getPaymentGroup()">getPaymentGroup</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current PaymentGroup from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getPaymentInfo()">getPaymentInfo</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the generic payment information from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/commerce/payment/PaymentManager.html" title="class in atg.commerce.payment">PaymentManager</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getPaymentManager()">getPaymentManager</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current PaymentManager from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../atg/payment/PaymentStatus.html" title="interface in atg.payment">PaymentStatus</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#getPaymentStatus()">getPaymentStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the result status of the current operation from the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setAction(atg.commerce.payment.PaymentManagerAction)">setAction</A></B>(<A HREF="../../../atg/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment">PaymentManagerAction</A>&nbsp;pAction)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the action being performed to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setAmount(double)">setAmount</A></B>(double&nbsp;pAmount)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the payment amount to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setOrder(atg.commerce.order.Order)">setOrder</A></B>(<A HREF="../../../atg/commerce/order/Order.html" title="interface in atg.commerce.order">Order</A>&nbsp;pOrder)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the current Order to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setPaymentGroup(atg.commerce.order.PaymentGroup)">setPaymentGroup</A></B>(<A HREF="../../../atg/commerce/order/PaymentGroup.html" title="interface in atg.commerce.order">PaymentGroup</A>&nbsp;pPayment)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the current PaymentGroup to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setPaymentInfo(java.lang.Object)">setPaymentInfo</A></B>(java.lang.Object&nbsp;pInfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a generic payment information object to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setPaymentManager(atg.commerce.payment.PaymentManager)">setPaymentManager</A></B>(<A HREF="../../../atg/commerce/payment/PaymentManager.html" title="class in atg.commerce.payment">PaymentManager</A>&nbsp;pManager)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the current PaymentManager to the argument dictionary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../atg/commerce/payment/PaymentManagerPipelineArgs.html#setPaymentStatus(atg.payment.PaymentStatus)">setPaymentStatus</A></B>(<A HREF="../../../atg/payment/PaymentStatus.html" title="interface in atg.payment">PaymentStatus</A>&nbsp;pStatus)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the result status of the current operation to the argument dictionary.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.util.HashMap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.util.HashMap</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.util.AbstractMap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.util.AbstractMap</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, hashCode, toString</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface java.util.Map</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, hashCode</CODE></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"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="CLASS_VERSION"><!-- --></A><H3> CLASS_VERSION</H3> <PRE> public static java.lang.String <B>CLASS_VERSION</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="PaymentManagerPipelineArgs()"><!-- --></A><H3> PaymentManagerPipelineArgs</H3> <PRE> public <B>PaymentManagerPipelineArgs</B>()</PRE> <DL> </DL> <HR> <A NAME="PaymentManagerPipelineArgs(int)"><!-- --></A><H3> PaymentManagerPipelineArgs</H3> <PRE> public <B>PaymentManagerPipelineArgs</B>(int&nbsp;pSize)</PRE> <DL> </DL> <HR> <A NAME="PaymentManagerPipelineArgs(int, float)"><!-- --></A><H3> PaymentManagerPipelineArgs</H3> <PRE> public <B>PaymentManagerPipelineArgs</B>(int&nbsp;pSize, float&nbsp;pLoadFactor)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setOrder(atg.commerce.order.Order)"><!-- --></A><H3> setOrder</H3> <PRE> public void <B>setOrder</B>(<A HREF="../../../atg/commerce/order/Order.html" title="interface in atg.commerce.order">Order</A>&nbsp;pOrder)</PRE> <DL> <DD>Add the current Order to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getOrder()"><!-- --></A><H3> getOrder</H3> <PRE> public <A HREF="../../../atg/commerce/order/Order.html" title="interface in atg.commerce.order">Order</A> <B>getOrder</B>()</PRE> <DL> <DD>Get the current Order from the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setPaymentManager(atg.commerce.payment.PaymentManager)"><!-- --></A><H3> setPaymentManager</H3> <PRE> public void <B>setPaymentManager</B>(<A HREF="../../../atg/commerce/payment/PaymentManager.html" title="class in atg.commerce.payment">PaymentManager</A>&nbsp;pManager)</PRE> <DL> <DD>Add the current PaymentManager to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPaymentManager()"><!-- --></A><H3> getPaymentManager</H3> <PRE> public <A HREF="../../../atg/commerce/payment/PaymentManager.html" title="class in atg.commerce.payment">PaymentManager</A> <B>getPaymentManager</B>()</PRE> <DL> <DD>Get the current PaymentManager from the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setPaymentGroup(atg.commerce.order.PaymentGroup)"><!-- --></A><H3> setPaymentGroup</H3> <PRE> public void <B>setPaymentGroup</B>(<A HREF="../../../atg/commerce/order/PaymentGroup.html" title="interface in atg.commerce.order">PaymentGroup</A>&nbsp;pPayment)</PRE> <DL> <DD>Add the current PaymentGroup to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPaymentGroup()"><!-- --></A><H3> getPaymentGroup</H3> <PRE> public <A HREF="../../../atg/commerce/order/PaymentGroup.html" title="interface in atg.commerce.order">PaymentGroup</A> <B>getPaymentGroup</B>()</PRE> <DL> <DD>Get the current PaymentGroup from the argument dictionary. Callers may need to downcast the resulting PaymentGroup reference to the particular PaymentGroup type they are expecting. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setAmount(double)"><!-- --></A><H3> setAmount</H3> <PRE> public void <B>setAmount</B>(double&nbsp;pAmount)</PRE> <DL> <DD>Add the payment amount to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAmount()"><!-- --></A><H3> getAmount</H3> <PRE> public double <B>getAmount</B>()</PRE> <DL> <DD>Get the payment amount from the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setAction(atg.commerce.payment.PaymentManagerAction)"><!-- --></A><H3> setAction</H3> <PRE> public void <B>setAction</B>(<A HREF="../../../atg/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment">PaymentManagerAction</A>&nbsp;pAction)</PRE> <DL> <DD>Add the action being performed to the argument dictionary. The action must be one of the following constants: PaymentManagerAction.AUTHORIZE, PaymentManagerAction.DEBIT, or PaymentManagerAction.CREDIT. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAction()"><!-- --></A><H3> getAction</H3> <PRE> public <A HREF="../../../atg/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment">PaymentManagerAction</A> <B>getAction</B>()</PRE> <DL> <DD>Get the action being performed from the argument dictionary. The action will be one of the following constants: PaymentManagerAction.AUTHORIZE, PaymentManagerAction.DEBIT, or PaymentManagerAction.CREDIT. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setPaymentInfo(java.lang.Object)"><!-- --></A><H3> setPaymentInfo</H3> <PRE> public void <B>setPaymentInfo</B>(java.lang.Object&nbsp;pInfo)</PRE> <DL> <DD>Add a generic payment information object to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPaymentInfo()"><!-- --></A><H3> getPaymentInfo</H3> <PRE> public java.lang.Object <B>getPaymentInfo</B>()</PRE> <DL> <DD>Get the generic payment information from the argument dictionary. Callers may need to downcast the resulting Object reference to the particular type they are expecting (e.g., CreditCardInfo or StoreCreditInfo). <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setPaymentStatus(atg.payment.PaymentStatus)"><!-- --></A><H3> setPaymentStatus</H3> <PRE> public void <B>setPaymentStatus</B>(<A HREF="../../../atg/payment/PaymentStatus.html" title="interface in atg.payment">PaymentStatus</A>&nbsp;pStatus)</PRE> <DL> <DD>Add the result status of the current operation to the argument dictionary. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPaymentStatus()"><!-- --></A><H3> getPaymentStatus</H3> <PRE> public <A HREF="../../../atg/payment/PaymentStatus.html" title="interface in atg.payment">PaymentStatus</A> <B>getPaymentStatus</B>()</PRE> <DL> <DD>Get the result status of the current operation from the argument dictionary. <P> <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=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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/commerce/payment/PaymentManagerAction.html" title="class in atg.commerce.payment"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../atg/commerce/payment/StoreCreditProcessorImpl.html" title="class in atg.commerce.payment"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?atg/commerce/payment/PaymentManagerPipelineArgs.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PaymentManagerPipelineArgs.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;<A HREF="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&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;<A HREF="#constructor_detail">CONSTR</A>&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>
groups/templates/groups/members.html
PrincessTeruko/TsunArt
<header> <h2><a href="members">Members</a></h2> </header> <div class="accordion-item-body"> {% include 'users/gallery.html' with users=group.members.all %} </div>
test/fixtures/header_comment.html
domsob/json-template-replace
<!-- Comment: Files can be concatenated -->
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/ltac2/0.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>ltac2: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / ltac2 - 0.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ltac2 <small> 0.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-ltac2&quot; maintainer: &quot;Pierre-Marie Pédrot &lt;pierre-marie.pedrot@irif.fr&gt;&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/coq/ltac2&quot; dev-repo: &quot;git+https://github.com/coq/ltac2.git&quot; bug-reports: &quot;https://github.com/coq/ltac2/issues&quot; build: [ [make &quot;COQBIN=\&quot;\&quot;&quot; &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] synopsis: &quot;A tactic language for Coq&quot; authors: &quot;Pierre-Marie Pédrot &lt;pierre-marie.pedrot@irif.fr&gt;&quot; url { src: &quot;https://github.com/coq/ltac2/archive/0.3.tar.gz&quot; checksum: &quot;sha256=e759198cd7bf1145f822bc7dfad7f47a4c682b28bdd67376026276ae88d55feb&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-ltac2.0.3 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-ltac2 -&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-ltac2.0.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"> 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>
dist/chameleon_page/error-file-url.html
stefanRitter/chameleon
<!DOCTYPE html> <html lang="en"> <head> <title>Chameleon - Error</title> <link rel="icon" type="image/ico" href="favicon.ico"> <style type="text/css"> html, body { font-family: Helvetica, Arial, sans-serif; font-weight: 300; text-align: center; width: 100%; height: 100%; margin: 0; padding: 0; background-color: White; color: Black; -webkit-transition: background-color 1.5s ease-in-out; -moz-transition: background-color 1.5s ease-in-out; -o-transition: background-color 1.5s ease-in-out; transition: background-color 1.5s ease-in-out; } section { width: 95%; margin: auto; } h1 { font-size: 3em; font-weight: 300; letter-spacing: 2px; margin-top: 2em; } h2 { margin-top: 0; font-size: 1.2em; font-weight: 300; line-height: 1.5em; padding: 0 10px; margin: 0 auto; max-width: 800px; } @media (max-width: 630px) { h1 { font-size: 2em } } </style> </head> <body> <section> <h1> File URL Error </h1> <h2> Files cannot be opened in iframes. <br> Try firing up a local host... <br> (ex: $ python -m SimpleHTTPServer ) </h2> </section> </body> </html>
docs/spgl.console-module.html
SarahPythonista/acmpy
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>spgl.console</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="spgl-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="spgl-module.html">Package&nbsp;spgl</a> :: Module&nbsp;console </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="spgl.console-module.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== MODULE DESCRIPTION ==================== --> <h1 class="epydoc">Module console</h1><p class="nomargin-top"><span class="codelink"><a href="spgl.console-pysrc.html">source&nbsp;code</a></span></p> <p>This file redirects the cin, cout, and cerr channels to use a console window. This file must be included in the source file that contains the main method, although it may be included in other source files as well.</p> <!-- ==================== FUNCTIONS ==================== --> <a name="section-Functions"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Functions</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Functions" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="clearConsole"></a><span class="summary-sig-name">clearConsole</span>()</span><br /> Erases the contents of the console window.</td> <td align="right" valign="top"> <span class="codelink"><a href="spgl.console-pysrc.html#clearConsole">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="spgl.console-module.html#setConsoleFont" class="summary-sig-name">setConsoleFont</a>(<span class="summary-sig-arg">font</span>)</span><br /> Changes the font used for the console.</td> <td align="right" valign="top"> <span class="codelink"><a href="spgl.console-pysrc.html#setConsoleFont">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="spgl.console-module.html#setConsoleSize" class="summary-sig-name">setConsoleSize</a>(<span class="summary-sig-arg">width</span>, <span class="summary-sig-arg">height</span>)</span><br /> Changes the size of the console to the specified dimensions, measured in pixels.</td> <td align="right" valign="top"> <span class="codelink"><a href="spgl.console-pysrc.html#setConsoleSize">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> </table> <!-- ==================== VARIABLES ==================== --> <a name="section-Variables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Variables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'spgl'"><code class="variable-quote">'</code><code class="variable-string">spgl</code><code class="variable-quote">'</code></code> </td> </tr> </table> <!-- ==================== FUNCTION DETAILS ==================== --> <a name="section-FunctionDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Function Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-FunctionDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="setConsoleFont"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">setConsoleFont</span>(<span class="sig-arg">font</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="spgl.console-pysrc.html#setConsoleFont">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Changes the font used for the console. The font parameter is typically a string in the form family-style-size. In this string, family is the name of the font family; style is either missing (indicating a plain font) or one of the strings Bold, Italic, or BoldItalic; and size is an integer indicating the point size. If any of these components is specified as an asterisk, the existing value is retained. The font parameter can also be a sequence of such specifications separated by semicolons, in which case the first available font on the system is used.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>font</code></strong> (string) - font definition</li> </ul></dd> </dl> </td></tr></table> </div> <a name="setConsoleSize"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">setConsoleSize</span>(<span class="sig-arg">width</span>, <span class="sig-arg">height</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="spgl.console-pysrc.html#setConsoleSize">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Changes the size of the console to the specified dimensions, measured in pixels.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>width</code></strong> (float) - console width</li> <li><strong class="pname"><code>height</code></strong> (float) - console height</li> </ul></dd> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="spgl-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Fri May 10 02:58:16 2013 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
_layouts/default.html
BergenPM/bergenpm.github.io
<!DOCTYPE html> <html> {% include head.html %} <body> <div id="container"> <header id="top"> <div class="inner"> <div id="logo"><a href="{{ site.baseurl }}">{{ site.title }}</a></div> <nav id="main-nav"> <a href="/blog">Blog</a> </nav> </div> </header> {{ content }} </div> <script src="/js/jquery-2.1.3.min.js"></script> <script src="/js/min/main.min.js"></script> {% include google_analytics.html %} </body> </html>
share/doc/xmlsec1/api/xmlsec-membuf.html
SoteriousIdaofevil/xmlstar
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>membuf</title> <meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79"> <link rel="HOME" title="XML Security Library Reference Manual" href="index.html"> <link rel="UP" title="XML Security Core Library API Reference." href="xmlsec-ref.html"> <link rel="PREVIOUS" title="list" href="xmlsec-list.html"> <link rel="NEXT" title="nodeset" href="xmlsec-nodeset.html"> <meta name="GENERATOR" content="GTK-Doc V1.11 (SGML mode)"> <style type="text/css">.synopsis, .classsynopsis { background: #eeeeee; border: solid 1px #aaaaaa; padding: 0.5em; } .programlisting { background: #eeeeff; border: solid 1px #aaaaff; padding: 0.5em; } .variablelist { padding: 4px; margin-left: 3em; } .navigation { background: #ffeeee; border: solid 1px #ffaaaa; margin-top: 0.5em; margin-bottom: 0.5em; } .navigation a { color: #770000; } .navigation a:visited { color: #550000; } .navigation .title { font-size: 200%; }</style> </head> <body><table witdh="100%" valign="top"><tr valign="top"> <td valign="top" align="left" width="210"> <img src="../images/logo.gif" alt="XML Security Library" border="0"><p></p> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../download.html">Download</a></li> <li><a href="../news.html">News</a></li> <li><a href="../documentation.html">Documentation</a></li> <ul> <li><a href="../faq.html">FAQ</a></li> <li><a href="../api/xmlsec-notes.html">Tutorial</a></li> <li><a href="../api/xmlsec-reference.html">API reference</a></li> <li><a href="../api/xmlsec-examples.html">Examples</a></li> </ul> <li><a href="../xmldsig.html">XML Digital Signature</a></li> <ul><li><a href="http://www.aleksey.com/xmlsec/xmldsig-verifier.html">Online Verifier</a></li></ul> <li><a href="../xmlenc.html">XML Encryption</a></li> <li><a href="../c14n.html">XML Canonicalization</a></li> <li><a href="../bugs.html">Reporting Bugs</a></li> <li><a href="http://www.aleksey.com/pipermail/xmlsec">Mailing list</a></li> <li><a href="../related.html">Related</a></li> <li><a href="../authors.html">Authors</a></li> </ul> <table width="100%"> <tr> <td width="15"></td> <td><a href="http://xmlsoft.org/"><img src="../images/libxml2-logo.png" alt="LibXML2" border="0"></a></td> </tr> <tr> <td width="15"></td> <td><a href="http://xmlsoft.org/XSLT"><img src="../images/libxslt-logo.png" alt="LibXSLT" border="0"></a></td> </tr> <tr> <td width="15"></td> <td><a href="http://www.openssl.org/"><img src="../images/openssl-logo.png" alt="OpenSSL" border="0"></a></td> </tr> <!--Links - start--><!--Links - end--> </table> </td> <td valign="top"><table width="100%" valign="top"><tr><td valign="top" align="left" id="xmlsecContent"> <table width="100%" class="navigation" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="xmlsec-list.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="xmlsec-ref.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">XML Security Library Reference Manual</th> <td><a accesskey="n" href="xmlsec-nodeset.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <h1> <a name="XMLSEC-MEMBUF"></a>membuf</h1> <div class="REFNAMEDIV"> <a name="AEN11674"></a><h2>Name</h2>membuf -- Memory buffer transform implementation.</div> <div class="REFSYNOPSISDIV"> <a name="XMLSEC-MEMBUF.SYNOPSIS"></a><h2>Synopsis</h2> <pre class="SYNOPSIS">#define <a href="xmlsec-membuf.html#XMLSECTRANSFORMMEMBUFID">xmlSecTransformMemBufId</a> <font>xmlSecTransformId</font> <a href="xmlsec-membuf.html#XMLSECTRANSFORMMEMBUFGETKLASS">xmlSecTransformMemBufGetKlass</a> (void); <font>xmlSecBufferPtr</font> <a href="xmlsec-membuf.html#XMLSECTRANSFORMMEMBUFGETBUFFER">xmlSecTransformMemBufGetBuffer</a> (<a href="xmlsec-transforms.html#XMLSECTRANSFORM">xmlSecTransformPtr</a> transform);</pre> </div> <div class="REFSECT1"> <a name="XMLSEC-MEMBUF.DESCRIPTION"></a><h2>Description</h2> <p>Memory buffer transform implementation.</p> </div> <div class="REFSECT1"> <a name="XMLSEC-MEMBUF.DETAILS"></a><h2>Details</h2> <div class="REFSECT2"> <a name="XMLSECTRANSFORMMEMBUFID"></a><h3>xmlSecTransformMemBufId</h3> <pre class="PROGRAMLISTING">#define xmlSecTransformMemBufId</pre> <p>The Memory Buffer transform klass.</p> <p></p> </div> <hr> <div class="REFSECT2"> <a name="XMLSECTRANSFORMMEMBUFGETKLASS"></a><h3>xmlSecTransformMemBufGetKlass ()</h3> <pre class="PROGRAMLISTING"><font>xmlSecTransformId</font> xmlSecTransformMemBufGetKlass (void);</pre> <p>The memory buffer transorm (used to store the data that go through it).</p> <p></p> <p></p> <table class="variablelist" border="0" cellspacing="0" cellpadding="4"><tbody><tr> <td align="LEFT" valign="TOP"><a name="AEN11707"><span style="white-space: nowrap"><span class="emphasis"><i class="EMPHASIS">Returns</i></span> :</span></a></td> <td align="LEFT" valign="TOP"><p> memory buffer transform klass.</p></td> </tr></tbody></table> </div> <hr> <div class="REFSECT2"> <a name="XMLSECTRANSFORMMEMBUFGETBUFFER"></a><h3>xmlSecTransformMemBufGetBuffer ()</h3> <pre class="PROGRAMLISTING"><font>xmlSecBufferPtr</font> xmlSecTransformMemBufGetBuffer (<a href="xmlsec-transforms.html#XMLSECTRANSFORM">xmlSecTransformPtr</a> transform);</pre> <p>Gets the pointer to memory buffer transform buffer.</p> <p></p> <p></p> <table class="variablelist" border="0" cellspacing="0" cellpadding="4"><tbody> <tr> <td align="LEFT" valign="TOP"><a name="AEN11722"><span style="white-space: nowrap"><code class="PARAMETER">transform</code> :</span></a></td> <td align="LEFT" valign="TOP"><p> the pointer to memory buffer transform.</p></td> </tr> <tr> <td align="LEFT" valign="TOP"><a name="AEN11727"><span style="white-space: nowrap"><span class="emphasis"><i class="EMPHASIS">Returns</i></span> :</span></a></td> <td align="LEFT" valign="TOP"><p> pointer to the transform's <a href="xmlsec-buffer.html#XMLSECBUFFER"><span class="TYPE">xmlSecBuffer</span></a>.</p></td> </tr> </tbody></table> </div> </div> <table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="2"><tr valign="middle"> <td align="left"><a accesskey="p" href="xmlsec-list.html"><b>&lt;&lt;&lt; list</b></a></td> <td align="right"><a accesskey="n" href="xmlsec-nodeset.html"><b>nodeset &gt;&gt;&gt;</b></a></td> </tr></table> </td></tr></table></td> </tr></table></body> </html>
docs/articles/executionContext.html
RushuiGuan/expression
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Execution Context </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Execution Context "> <meta name="generator" content="docfx 2.47.0.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#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="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid=""> <h1 id="execution-context">Execution Context</h1> <p>There isn&#39;t much use case for a parser that can only evaluate expressions made of literals. However by introducing variables, the expressions becomes formulas. User defined formulas are found in many applications. For example Microsoft Excel has a complex formula system. Even though the <a class="xref" href="../api/Albatross.Expression.Parser.html">Parser</a> class can pass the value of variables by calling the <a class="xref" href="../api/Albatross.Expression.Tokens.IToken.html#Albatross_Expression_Tokens_IToken_EvalValue_System_Func_System_String_System_Object__">EvalValue</a> method with <code>Func&lt;string, object&gt;</code> delegate. The <a class="xref" href="../api/Albatross.Expression.ExecutionContext-1.html">ExecutionContext<t></t></a> class is created to manage the use of formulas.</p> <h2 id="design">Design</h2> <p>The <a class="xref" href="../api/Albatross.Expression.ExecutionContext-1.html">ExecutionContext<t></t></a> class is a generic class. The generic type T indicates the type of the input object. The <a class="xref" href="../api/Albatross.Expression.ExecutionContext-1.html">ExecutionContext<t></t></a> class itself doesn&#39;t know how to extract the values of variables from class T. For that, it relies on its factory <a class="xref" href="../api/Albatross.Expression.IExecutionContextFactory-1.html">IExecutionContextFactory<t></t></a>.</p> <h2 id="datarowexecutioncontextfactoryxrefalbatrossexpressiondatarowexecutioncontextfactory"><a class="xref" href="../api/Albatross.Expression.DataRowExecutionContextFactory.html">DataRowExecutionContextFactory</a></h2> <h2 id="customization">Customization</h2> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
docs/sphinx/source/_static/API/SAMI/Soluble/FlexStore/ResultSet/Exception/InvalidArgumentException.html
belgattitude/solublecomponents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Soluble\FlexStore\ResultSet\Exception\InvalidArgumentException | Soluble API</title> <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" href="../../../../css/sami.css"> <script src="../../../../js/jquery-1.11.1.min.js"></script> <script src="../../../../js/bootstrap.min.js"></script> <script src="../../../../js/typeahead.min.js"></script> <script src="../../../../sami.js"></script> </head> <body id="class" data-name="class:Soluble_FlexStore_ResultSet_Exception_InvalidArgumentException" data-root-path="../../../../"> <div id="content"> <div id="left-column"> <div id="control-panel"> <form id="search-form" action="../../../../search.html" method="GET"> <span class="glyphicon glyphicon-search"></span> <input name="search" class="typeahead form-control" type="search" placeholder="Search"> </form> </div> <div id="api-tree"></div> </div> <div id="right-column"> <nav id="site-nav" class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../index.html">Soluble API</a> </div> <div class="collapse navbar-collapse" id="navbar-elements"> <ul class="nav navbar-nav"> <li><a href="../../../../classes.html">Classes</a></li> <li><a href="../../../../namespaces.html">Namespaces</a></li> <li><a href="../../../../interfaces.html">Interfaces</a></li> <li><a href="../../../../traits.html">Traits</a></li> <li><a href="../../../../doc-index.html">Index</a></li> <li><a href="../../../../search.html">Search</a></li> </ul> </div> </div> </nav> <div class="namespace-breadcrumbs"> <ol class="breadcrumb"> <li><span class="label label-default">class</span></li> <li><a href="../../../../Soluble.html">Soluble</a></li> <li><a href="../../../../Soluble/FlexStore.html">FlexStore</a></li> <li><a href="../../../../Soluble/FlexStore/ResultSet.html">ResultSet</a></li> <li><a href="../../../../Soluble/FlexStore/ResultSet/Exception.html">Exception</a></li> <li>InvalidArgumentException</li> </ol> </div> <div id="page-content"> <div class="page-header"> <h1>InvalidArgumentException</h1> </div> <p> class <strong>InvalidArgumentException</strong> extends <a href="../../../../Soluble/FlexStore/Exception/InvalidArgumentException.html"><abbr title="Soluble\FlexStore\Exception\InvalidArgumentException">InvalidArgumentException</abbr></a></p> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>. </div> </div> </div> </body> </html>
kelvin_1wire.X/html/s63g.as.html
grodansparadis/can4vscp_kelvin_1wire
<HTML> <HEAD> <TITLE>Listing of C:\Users\GRODAN~1\AppData\Local\Temp\s63g.as</TITLE> <LINK rel=stylesheet href="udf_styles.css" type="text/css"> </HEAD> <BODY> <table class=""> <tr><td><code><i> 1</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 2</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Microchip&nbsp MPLAB&nbsp XC8&nbsp C&nbsp Compiler&nbsp V1.21</code></td></tr> <tr><td><code><i> 3</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Copyright&nbsp (C)&nbsp 1984-2013&nbsp HI-TECH&nbsp Software</code></td></tr> <tr><td><code><i> 4</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 5</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Auto-generated&nbsp runtime&nbsp startup&nbsp code&nbsp for&nbsp final&nbsp link&nbsp stage.</code></td></tr> <tr><td><code><i> 6</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 7</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 8</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp Compiler&nbsp options:</code></td></tr> <tr><td><code><i> 9</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 10</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --chip=18F2580&nbsp -G&nbsp -mdist/Debug/debug/kelvin_ntc.X.debug.map&nbsp \</code></td></tr> <tr><td><code><i> 11</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -D__DEBUG=1&nbsp --debugger=realice&nbsp --double=32&nbsp --float=24&nbsp --emi=wordwrite&nbsp \</code></td></tr> <tr><td><code><i> 12</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --opt=default,+asm,-asmfile,-speed,+space,+debug&nbsp --addrqual=ignore&nbsp \</code></td></tr> <tr><td><code><i> 13</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --mode=pro&nbsp -DDEBUG&nbsp -P&nbsp -N255&nbsp -I../&nbsp -I../../vscp_firmware/pic/common&nbsp \</code></td></tr> <tr><td><code><i> 14</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -I../../vscp_firmware/common&nbsp -I../../vscp_software/src/vscp/common&nbsp \</code></td></tr> <tr><td><code><i> 15</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --warn=0&nbsp --asmlist&nbsp --summary=default,-psect,-class,+mem,-hex,+file&nbsp \</code></td></tr> <tr><td><code><i> 16</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --html&nbsp --codeoffset=0&nbsp --output=default,-inhx032&nbsp \</code></td></tr> <tr><td><code><i> 17</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,+plib&nbsp \</code></td></tr> <tr><td><code><i> 18</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --output=-mcof,+elf&nbsp --errformat=%f:%l:&nbsp error:&nbsp (%n)&nbsp %s&nbsp \</code></td></tr> <tr><td><code><i> 19</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --warnformat=%f:%l:&nbsp warning:&nbsp (%n)&nbsp %s&nbsp \</code></td></tr> <tr><td><code><i> 20</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --msgformat=%f:%l:&nbsp advisory:&nbsp (%n)&nbsp %s&nbsp --rom=default,-7dc0-7fff&nbsp \</code></td></tr> <tr><td><code><i> 21</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp --ram=default,-5f4-5ff,-f9c-f9c,-fd4-fd4,-fdb-fdf,-fe3-fe7,-feb-fef,-ffd-fff&nbsp \</code></td></tr> <tr><td><code><i> 22</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp -odist/Debug/debug/kelvin_ntc.X.debug.elf&nbsp \</code></td></tr> <tr><td><code><i> 23</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Debug/debug/_ext/1472/main.p1&nbsp \</code></td></tr> <tr><td><code><i> 24</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Debug/debug/_ext/1472/ntc.p1&nbsp \</code></td></tr> <tr><td><code><i> 25</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Debug/debug/_ext/1472/ECAN.p1&nbsp \</code></td></tr> <tr><td><code><i> 26</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Debug/debug/_ext/1554471087/eeprom.p1&nbsp \</code></td></tr> <tr><td><code><i> 27</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp build/Debug/debug/_ext/1935753226/vscp_firmware.p1</code></td></tr> <tr><td><code><i> 28</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;</code></td></tr> <tr><td><code><i> 29</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 30</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 31</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp processor&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 18F2580</code></td></tr> <tr><td><code><i> 32</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 33</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp _main,start</code></td></tr> <tr><td><code><i> 34</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp FNROOT&nbsp _main</code></td></tr> <tr><td><code><i> 35</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 36</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp pic18cxx&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp equ&nbsp&nbsp&nbsp&nbsp 1</code></td></tr> <tr><td><code><i> 37</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 38</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 39</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 40</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp const,class=CODE,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 41</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp smallconst,class=SMALLCONST,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 42</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp mediumconst,class=MEDIUMCONST,delta=1,reloc=2,noexec</code></td></tr> <tr><td><code><i> 43</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rbss,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 44</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bss,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 45</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rdata,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 46</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp irdata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 47</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bss,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 48</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp data,class=RAM,space=1,noexec</code></td></tr> <tr><td><code><i> 49</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 50</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvrram,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 51</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvbit,class=COMRAM,bit,space=1,noexec</code></td></tr> <tr><td><code><i> 52</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp temp,ovrld,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 53</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp struct,ovrld,class=COMRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 54</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp rbit,class=COMRAM,bit,space=1,noexec</code></td></tr> <tr><td><code><i> 55</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bigbss,class=BIGRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 56</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp bigdata,class=BIGRAM,space=1,noexec</code></td></tr> <tr><td><code><i> 57</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp ibigdata,class=CODE,space=0,reloc=2,noexec</code></td></tr> <tr><td><code><i> 58</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp farbss,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 59</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp nvFARRAM,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 60</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp fardata,class=FARRAM,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 61</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp ifardata,class=CODE,space=0,reloc=2,delta=1,noexec</code></td></tr> <tr><td><code><i> 62</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 63</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp reset_vec,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 64</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp powerup,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 65</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcode,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 66</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcode_body,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 67</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intcodelo,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 68</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intret,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 69</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intentry,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 70</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 71</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp intsave_regs,class=BIGRAM,space=1</code></td></tr> <tr><td><code><i> 72</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp init,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 73</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp text,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 74</i> </code></td><td><code>&nbsp GLOBAL&nbsp intlevel0,intlevel1,intlevel2</code></td></tr> <tr><td><code><i> 75</i> </code></td><td><code>&nbsp intlevel0:</code></td></tr> <tr><td><code><i> 76</i> </code></td><td><code>&nbsp intlevel1:</code></td></tr> <tr><td><code><i> 77</i> </code></td><td><code>&nbsp intlevel2:</code></td></tr> <tr><td><code><i> 78</i> </code></td><td><code>&nbsp GLOBAL&nbsp intlevel3</code></td></tr> <tr><td><code><i> 79</i> </code></td><td><code>&nbsp intlevel3:</code></td></tr> <tr><td><code><i> 80</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp end_init,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 81</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp clrtext,class=CODE,delta=1,reloc=2</code></td></tr> <tr><td><code><i> 82</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 83</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp eeprom_data,class=EEDATA,delta=1,noexec</code></td></tr> <tr><td><code><i> 84</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp smallconst</code></td></tr> <tr><td><code><i> 85</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __smallconst</code></td></tr> <tr><td><code><i> 86</i> </code></td><td><code>&nbsp __smallconst:</code></td></tr> <tr><td><code><i> 87</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp mediumconst</code></td></tr> <tr><td><code><i> 88</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __mediumconst</code></td></tr> <tr><td><code><i> 89</i> </code></td><td><code>&nbsp __mediumconst:</code></td></tr> <tr><td><code><i> 90</i> </code></td><td><code>&nbsp wreg&nbsp&nbsp&nbsp EQU 0FE8h</code></td></tr> <tr><td><code><i> 91</i> </code></td><td><code>&nbsp fsr0l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE9h</code></td></tr> <tr><td><code><i> 92</i> </code></td><td><code>&nbsp fsr0h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FEAh</code></td></tr> <tr><td><code><i> 93</i> </code></td><td><code>&nbsp fsr1l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE1h</code></td></tr> <tr><td><code><i> 94</i> </code></td><td><code>&nbsp fsr1h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FE2h</code></td></tr> <tr><td><code><i> 95</i> </code></td><td><code>&nbsp fsr2l&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FD9h</code></td></tr> <tr><td><code><i> 96</i> </code></td><td><code>&nbsp fsr2h&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FDAh</code></td></tr> <tr><td><code><i> 97</i> </code></td><td><code>&nbsp postinc0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FEEh</code></td></tr> <tr><td><code><i> 98</i> </code></td><td><code>&nbsp postdec0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FEDh</code></td></tr> <tr><td><code><i> 99</i> </code></td><td><code>&nbsp postinc1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FE6h</code></td></tr> <tr><td><code><i> 100</i> </code></td><td><code>&nbsp postdec1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FE5h</code></td></tr> <tr><td><code><i> 101</i> </code></td><td><code>&nbsp postinc2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FDEh</code></td></tr> <tr><td><code><i> 102</i> </code></td><td><code>&nbsp postdec2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EQU&nbsp&nbsp&nbsp&nbsp 0FDDh</code></td></tr> <tr><td><code><i> 103</i> </code></td><td><code>&nbsp tblptrl EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF6h</code></td></tr> <tr><td><code><i> 104</i> </code></td><td><code>&nbsp tblptrh EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF7h</code></td></tr> <tr><td><code><i> 105</i> </code></td><td><code>&nbsp tblptru EQU&nbsp&nbsp&nbsp&nbsp&nbsp 0FF8h</code></td></tr> <tr><td><code><i> 106</i> </code></td><td><code>&nbsp tablat&nbsp &nbsp EQU&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp 0FF5h</code></td></tr> <tr><td><code><i> 107</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 108</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp PSECT&nbsp&nbsp ramtop,class=RAM,noexec</code></td></tr> <tr><td><code><i> 109</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __S1&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp top&nbsp of&nbsp RAM&nbsp usage</code></td></tr> <tr><td><code><i> 110</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __ramtop</code></td></tr> <tr><td><code><i> 111</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __LRAM,__HRAM</code></td></tr> <tr><td><code><i> 112</i> </code></td><td><code>&nbsp __ramtop:</code></td></tr> <tr><td><code><i> 113</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 114</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp reset_vec</code></td></tr> <tr><td><code><i> 115</i> </code></td><td><code>&nbsp reset_vec:</code></td></tr> <tr><td><code><i> 116</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp nop&nbsp&nbsp&nbsp&nbsp ;&nbsp NOP&nbsp inserted&nbsp due&nbsp to&nbsp debugger&nbsp requirements</code></td></tr> <tr><td><code><i> 117</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 118</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;&nbsp No&nbsp powerup&nbsp routine</code></td></tr> <tr><td><code><i> 119</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp global&nbsp start</code></td></tr> <tr><td><code><i> 120</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 121</i> </code></td><td><code>&nbsp ;&nbsp jump&nbsp to&nbsp start</code></td></tr> <tr><td><code><i> 122</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp goto&nbsp start</code></td></tr> <tr><td><code><i> 123</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp GLOBAL&nbsp __accesstop</code></td></tr> <tr><td><code><i> 124</i> </code></td><td><code>&nbsp __accesstop&nbsp EQU&nbsp 96</code></td></tr> <tr><td><code><i> 125</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 126</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 127</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp init</code></td></tr> <tr><td><code><i> 128</i> </code></td><td><code>&nbsp start:</code></td></tr> <tr><td><code><i> 129</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp end_init</code></td></tr> <tr><td><code><i> 130</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp global&nbsp start_initialization</code></td></tr> <tr><td><code><i> 131</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp goto&nbsp start_initialization&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;jump&nbsp to&nbsp C&nbsp runtime&nbsp clear&nbsp &&nbsp initialization</code></td></tr> <tr><td><code><i> 132</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 133</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC0&nbsp @&nbsp 0x200000</code></td></tr> <tr><td><code><i> 134</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 135</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 136</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 137</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x0</code></td></tr> <tr><td><code><i> 138</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 139</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 140</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC1&nbsp @&nbsp 0x200001</code></td></tr> <tr><td><code><i> 141</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 142</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 143</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 144</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x1</code></td></tr> <tr><td><code><i> 145</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 146</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 147</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC2&nbsp @&nbsp 0x200002</code></td></tr> <tr><td><code><i> 148</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 149</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 150</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 151</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x2</code></td></tr> <tr><td><code><i> 152</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 153</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 154</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC3&nbsp @&nbsp 0x200003</code></td></tr> <tr><td><code><i> 155</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 156</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 157</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 158</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x3</code></td></tr> <tr><td><code><i> 159</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 160</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 161</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC4&nbsp @&nbsp 0x200004</code></td></tr> <tr><td><code><i> 162</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 163</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 164</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 165</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x4</code></td></tr> <tr><td><code><i> 166</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 167</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 168</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC5&nbsp @&nbsp 0x200005</code></td></tr> <tr><td><code><i> 169</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 170</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 171</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 172</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x5</code></td></tr> <tr><td><code><i> 173</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 174</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 175</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC6&nbsp @&nbsp 0x200006</code></td></tr> <tr><td><code><i> 176</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 177</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 178</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 179</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x6</code></td></tr> <tr><td><code><i> 180</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 181</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 182</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp IDLOC7&nbsp @&nbsp 0x200007</code></td></tr> <tr><td><code><i> 183</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 184</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 185</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp idloc,class=IDLOC,delta=1,noexec</code></td></tr> <tr><td><code><i> 186</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x7</code></td></tr> <tr><td><code><i> 187</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 188</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 189</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 190</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 191</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x0</code></td></tr> <tr><td><code><i> 192</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 193</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 194</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG1H&nbsp @&nbsp 0x300001</code></td></tr> <tr><td><code><i> 195</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Internal/External&nbsp Oscillator&nbsp Switchover&nbsp bit</code></td></tr> <tr><td><code><i> 196</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp IESO&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 197</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Oscillator&nbsp Selection&nbsp bits</code></td></tr> <tr><td><code><i> 198</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp OSC&nbsp =&nbsp HSPLL,&nbsp HS&nbsp oscillator,&nbsp PLL&nbsp enabled&nbsp (Clock&nbsp Frequency&nbsp =&nbsp 4&nbsp x&nbsp FOSC1)</code></td></tr> <tr><td><code><i> 199</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Fail-Safe&nbsp Clock&nbsp Monitor&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 200</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp FCMEN&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 201</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 202</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 203</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x1</code></td></tr> <tr><td><code><i> 204</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x6</code></td></tr> <tr><td><code><i> 205</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 206</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG2L&nbsp @&nbsp 0x300002</code></td></tr> <tr><td><code><i> 207</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Brown-out&nbsp Reset&nbsp Enable&nbsp bits</code></td></tr> <tr><td><code><i> 208</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BOREN&nbsp =&nbsp BOACTIVE,&nbsp Brown-out&nbsp Reset&nbsp enabled&nbsp in&nbsp hardware&nbsp only&nbsp and&nbsp disabled&nbsp in&nbsp Sleep&nbsp mode&nbsp (SBOREN&nbsp is&nbsp disabled)</code></td></tr> <tr><td><code><i> 209</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Brown-out&nbsp Reset&nbsp Voltage&nbsp bits</code></td></tr> <tr><td><code><i> 210</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BORV&nbsp =&nbsp 3,&nbsp VBOR&nbsp set&nbsp to&nbsp 2.1V</code></td></tr> <tr><td><code><i> 211</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Power-up&nbsp Timer&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 212</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp PWRT&nbsp =&nbsp ON,&nbsp PWRT&nbsp enabled</code></td></tr> <tr><td><code><i> 213</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 214</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 215</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x2</code></td></tr> <tr><td><code><i> 216</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x1C</code></td></tr> <tr><td><code><i> 217</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 218</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG2H&nbsp @&nbsp 0x300003</code></td></tr> <tr><td><code><i> 219</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Watchdog&nbsp Timer&nbsp Postscale&nbsp Select&nbsp bits</code></td></tr> <tr><td><code><i> 220</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WDTPS&nbsp =&nbsp 0xF,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 221</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Watchdog&nbsp Timer&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 222</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WDT&nbsp =&nbsp OFF,&nbsp WDT&nbsp disabled&nbsp (control&nbsp is&nbsp placed&nbsp on&nbsp the&nbsp SWDTEN&nbsp bit)</code></td></tr> <tr><td><code><i> 223</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 224</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 225</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x3</code></td></tr> <tr><td><code><i> 226</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x1E</code></td></tr> <tr><td><code><i> 227</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 228</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 229</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 230</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x4</code></td></tr> <tr><td><code><i> 231</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 232</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 233</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG3H&nbsp @&nbsp 0x300005</code></td></tr> <tr><td><code><i> 234</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 235</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 236</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 237</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x5</code></td></tr> <tr><td><code><i> 238</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x82</code></td></tr> <tr><td><code><i> 239</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 240</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG4L&nbsp @&nbsp 0x300006</code></td></tr> <tr><td><code><i> 241</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Background&nbsp Debugger&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 242</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp DEBUG&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 243</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Stack&nbsp Full/Underflow&nbsp Reset&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 244</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp STVREN&nbsp =&nbsp ON,&nbsp Stack&nbsp full/underflow&nbsp will&nbsp cause&nbsp Reset</code></td></tr> <tr><td><code><i> 245</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Extended&nbsp Instruction&nbsp Set&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 246</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp XINST&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 247</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Size&nbsp Select&nbsp bit</code></td></tr> <tr><td><code><i> 248</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp BBSIZ&nbsp =&nbsp 0x0,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 249</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Single-Supply&nbsp ICSP&nbsp Enable&nbsp bit</code></td></tr> <tr><td><code><i> 250</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp LVP&nbsp =&nbsp OFF,&nbsp Single-Supply&nbsp ICSP&nbsp disabled</code></td></tr> <tr><td><code><i> 251</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 252</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 253</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x6</code></td></tr> <tr><td><code><i> 254</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x81</code></td></tr> <tr><td><code><i> 255</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 256</i> </code></td><td><code>&nbsp ;&nbsp Padding&nbsp undefined&nbsp space</code></td></tr> <tr><td><code><i> 257</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 258</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x7</code></td></tr> <tr><td><code><i> 259</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xFF</code></td></tr> <tr><td><code><i> 260</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 261</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG5L&nbsp @&nbsp 0x300008</code></td></tr> <tr><td><code><i> 262</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 263</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 264</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 265</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x8</code></td></tr> <tr><td><code><i> 266</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 267</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 268</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG5H&nbsp @&nbsp 0x300009</code></td></tr> <tr><td><code><i> 269</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Data&nbsp EEPROM&nbsp Code&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 270</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp CPD&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 271</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Code&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 272</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp CPB&nbsp =&nbsp OFF,&nbsp Boot&nbsp block&nbsp (000000-0007FFh)&nbsp not&nbsp code-protected</code></td></tr> <tr><td><code><i> 273</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 274</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 275</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0x9</code></td></tr> <tr><td><code><i> 276</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xC0</code></td></tr> <tr><td><code><i> 277</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 278</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG6L&nbsp @&nbsp 0x30000A</code></td></tr> <tr><td><code><i> 279</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp unspecified&nbsp using&nbsp default&nbsp value</code></td></tr> <tr><td><code><i> 280</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 281</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 282</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xA</code></td></tr> <tr><td><code><i> 283</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 284</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 285</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG6H&nbsp @&nbsp 0x30000B</code></td></tr> <tr><td><code><i> 286</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 287</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTB&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 288</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Configuration&nbsp Register&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 289</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTC&nbsp =&nbsp 0x1,&nbsp unprogrammed&nbsp default</code></td></tr> <tr><td><code><i> 290</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Data&nbsp EEPROM&nbsp Write&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 291</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp WRTD&nbsp =&nbsp OFF,&nbsp Data&nbsp EEPROM&nbsp not&nbsp write-protected</code></td></tr> <tr><td><code><i> 292</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 293</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 294</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xB</code></td></tr> <tr><td><code><i> 295</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xE0</code></td></tr> <tr><td><code><i> 296</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 297</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG7L&nbsp @&nbsp 0x30000C</code></td></tr> <tr><td><code><i> 298</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 299</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR0&nbsp =&nbsp OFF,&nbsp Block&nbsp 0&nbsp (000800-001FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 300</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 301</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR1&nbsp =&nbsp OFF,&nbsp Block&nbsp 1&nbsp (002000-003FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 302</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 303</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR2&nbsp =&nbsp OFF,&nbsp Block&nbsp 2&nbsp (004000-005FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 304</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 305</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTR3&nbsp =&nbsp OFF,&nbsp Block&nbsp 3&nbsp (006000-007FFFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 306</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 307</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 308</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xC</code></td></tr> <tr><td><code><i> 309</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0xF</code></td></tr> <tr><td><code><i> 310</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 311</i> </code></td><td><code>&nbsp ;&nbsp Config&nbsp register&nbsp CONFIG7H&nbsp @&nbsp 0x30000D</code></td></tr> <tr><td><code><i> 312</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Boot&nbsp Block&nbsp Table&nbsp Read&nbsp Protection&nbsp bit</code></td></tr> <tr><td><code><i> 313</i> </code></td><td><code>&nbsp ;&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp EBTRB&nbsp =&nbsp OFF,&nbsp Boot&nbsp block&nbsp (000000-0007FFh)&nbsp not&nbsp protected&nbsp from&nbsp table&nbsp reads&nbsp executed&nbsp in&nbsp other&nbsp blocks</code></td></tr> <tr><td><code><i> 314</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 315</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp psect&nbsp&nbsp config,class=CONFIG,delta=1,noexec</code></td></tr> <tr><td><code><i> 316</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp org&nbsp 0xD</code></td></tr> <tr><td><code><i> 317</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp db&nbsp 0x40</code></td></tr> <tr><td><code><i> 318</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 319</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 320</i> </code></td><td><code>&nbsp psect&nbsp comram,class=COMRAM,space=1</code></td></tr> <tr><td><code><i> 321</i> </code></td><td><code>&nbsp psect&nbsp abs1,class=ABS1,space=1</code></td></tr> <tr><td><code><i> 322</i> </code></td><td><code>&nbsp psect&nbsp bigram,class=BIGRAM,space=1</code></td></tr> <tr><td><code><i> 323</i> </code></td><td><code>&nbsp psect&nbsp ram,class=RAM,space=1</code></td></tr> <tr><td><code><i> 324</i> </code></td><td><code>&nbsp psect&nbsp bank0,class=BANK0,space=1</code></td></tr> <tr><td><code><i> 325</i> </code></td><td><code>&nbsp psect&nbsp bank1,class=BANK1,space=1</code></td></tr> <tr><td><code><i> 326</i> </code></td><td><code>&nbsp psect&nbsp bank2,class=BANK2,space=1</code></td></tr> <tr><td><code><i> 327</i> </code></td><td><code>&nbsp psect&nbsp bank3,class=BANK3,space=1</code></td></tr> <tr><td><code><i> 328</i> </code></td><td><code>&nbsp psect&nbsp bank4,class=BANK4,space=1</code></td></tr> <tr><td><code><i> 329</i> </code></td><td><code>&nbsp psect&nbsp bank5,class=BANK5,space=1</code></td></tr> <tr><td><code><i> 330</i> </code></td><td><code>&nbsp psect&nbsp sfr,class=SFR,space=1</code></td></tr> <tr><td><code><i> 331</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 332</i> </code></td><td><code>&nbsp </code></td></tr> <tr><td><code><i> 333</i> </code></td><td><code>&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp end&nbsp&nbsp&nbsp&nbsp start</code></code></BODY> </HTML>
theme/base.html
weierophinney/zf-mkdoc-theme
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0">{% if page_description %} <meta name="description" content="{{ page_description }}">{% endif %} {% if site_author %} <meta name="author" content="{{ site_author }}">{% endif %} {% if canonical_url %} <link rel="canonical" href="{{ canonical_url }}">{% endif %} <link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico"> <title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title> <link href="{{ base_url }}/css/bootstrap-custom.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css"> <link href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="{{ base_url }}/css/base.css" rel="stylesheet"> <link href="{{ base_url }}/css/zf.css" rel="stylesheet"> <link href="{{ base_url }}/css/prism-zf.css" rel="stylesheet"> {%- for path in extra_css %} <link href="{{ path }}" rel="stylesheet">{%- endfor %} <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js"></script> <script> WebFont.load({ google: { families: ['Open Sans', 'PT Sans'] } }); </script> {% if google_analytics %} <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', '{{ google_analytics[0] }}', '{{ google_analytics[1] }}'); ga('send', 'pageview'); </script> {% endif %} </head> <body{% if current_page and current_page.is_homepage %} class="homepage" {% endif %}> {% include "nav.html" %} <!-- content:begin --> <div class="container"> {% block content %} <div class="col-md-3">{% include "toc.html" %}</div> <div class="col-md-9" role="main">{% include "content.html" %}</div> {% endblock %} </div> <!-- content:end --> <footer class="col-md-12 text-center"> <hr> <p>{% if copyright %} <small>{{ copyright }}<br></small> {% endif %}</p> <p><small><a href="http://framework.zend.com">Learn more about Zend Framework</a></small></p> </footer> <script src="{{ base_url }}/js/jquery-1.10.2.min.js"></script> <script src="{{ base_url }}/js/bootstrap-3.0.3.min.js"></script> <script src="{{ base_url }}/js/prism-zf.js"></script> <script>var base_url = '{{ base_url }}';</script> <script data-main="{{ base_url }}/mkdocs/js/search.js" src="{{ base_url }}/mkdocs/js/require.js"></script> <script src="{{ base_url }}/js/base.js"></script> {%- for path in extra_javascript %} <script src="{{ path }}"></script> {%- endfor %} <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"> <span aria-hidden="true">&times;</span> <span class="sr-only">Close</span> </button> <h4 class="modal-title" id="exampleModalLabel">Search</h4> </div> <div class="modal-body"> <p> From here you can search these documents. Enter your search terms below. </p> <form role="form"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query"> </div> </form> <div id="mkdocs-search-results"></div> </div> <div class="modal-footer"> </div> </div> </div> </div> </body> </html> {% if current_page and current_page.is_homepage %} <!-- MkDocs version : {{ mkdocs_version }} Build Date UTC : {{ build_date_utc }} --> {% endif %}
client/index.html
faxg/jazoon2014-session-198
<!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"> <base href="/"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(client) app/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" /> <!-- endbower --> <!-- endbuild --> <!-- build:css({.tmp,client}) app/app.css --> <link rel="stylesheet" href="app/app.css"> <!-- injector:css --> <link rel="stylesheet" href="app/app.css"> <link rel="stylesheet" href="app/crossfilter/crossfilter.css"> <link rel="stylesheet" href="app/d3/d3.css"> <link rel="stylesheet" href="app/dc/dc.css"> <link rel="stylesheet" href="app/main/main.css"> <link rel="stylesheet" href="components/modal/modal.css"> <!-- endinjector --> <!-- endbuild --> <!-- start Mixpanel --> <script type="text/javascript">(function(f,b){if(!b.__SV){var a,e,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" "); for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=f.createElement("script");a.type="text/javascript";a.async=!0;a.src="//cdn.mxpnl.com/libs/mixpanel-2.2.min.js";e=f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a,e)}})(document,window.mixpanel||[]); mixpanel.init("1fbde5a54821a0f78b03310e06e9d1bc");</script> <!-- end Mixpanel --> </head> <body ng-app="jazoon2014Session198App"> <!--[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 --> <div ui-view=""></div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> <!-- <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-XXXXX-X'); ga('send', 'pageview'); </script> --> <!--[if lt IE 9]> <script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/json3/lib/json3.min.js"></script> <![endif]--> <!-- build:js({client,node_modules}) app/vendor.js --> <!-- bower:js --> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="bower_components/lodash/dist/lodash.compat.js"></script> <script src="bower_components/angular-socket-io/socket.js"></script> <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script> <!-- endbower --> <script src="socket.io-client/socket.io.js"></script> <!-- endbuild --> <!-- build:js({.tmp,client}) app/app.js --> <script src="app/app.js"></script> <!-- injector:js --> <script src="app/crossfilter/crossfilter.controller.js"></script> <script src="app/crossfilter/crossfilter.js"></script> <script src="app/d3/d3.controller.js"></script> <script src="app/d3/d3.js"></script> <script src="app/dc/dc.controller.js"></script> <script src="app/dc/dc.js"></script> <script src="app/main/main.controller.js"></script> <script src="app/main/main.js"></script> <script src="components/modal/modal.service.js"></script> <script src="components/navbar/navbar.controller.js"></script> <script src="components/socket/socket.service.js"></script> <!-- endinjector --> <!-- endbuild --> </body> </html>
NldbWebsite/ngApp/src/app/components/video/characters/video-characters.component.css
ApexPredator13/Northernlion-DB
#outer-container { background-color: rgba(255,255,255,0.2); padding: 5px; width: 400px; margin: 10px auto; border-radius: 10px; } .inner-container { border-bottom: 2px solid rgba(255,255,255,0.3); } .inner-container:last-of-type { border-bottom: none; } hr { width: 50%; margin: 5px auto; } h4 { margin: 4px 0; } p { margin: 4px 0; }
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/atbr/8.8.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>atbr: 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.1+2 / atbr - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> atbr <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-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.1+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.3 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/atbr&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ATBR&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Kleene algebra&quot; &quot;keyword: finite automata&quot; &quot;keyword: semiring&quot; &quot;keyword: matrices&quot; &quot;keyword: decision procedures&quot; &quot;keyword: reflexive tactic&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date: 2009-06&quot; ] authors: [ &quot;Thomas Braibant &lt;thomas.braibant@gmail.com&gt; [http://sardes.inrialpes.fr/~braibant]&quot; &quot;Damien Pous &lt;damien.pous@inria.fr&gt; [http://sardes.inrialpes.fr/~pous]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/atbr/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/atbr.git&quot; synopsis: &quot;A tactic for deciding Kleene algebras&quot; description: &quot;&quot;&quot; http://sardes.inrialpes.fr/~braibant/atbr This library provides algebraic tools for working with binary relations. The main tactic we provide is a reflexive tactic for solving (in)equations in an arbitrary Kleene algebra. The decision procedure goes through standard finite automata constructions, that we formalized.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/atbr/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=82649a0e757c5a90c15e0f18ee8de586&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-atbr.8.8.0 coq.8.7.1+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.7.1+2). The following dependencies couldn&#39;t be met: - coq-atbr -&gt; coq &gt;= 8.8 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-atbr.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.1/mathcomp-solvable/1.7.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-solvable: 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.1 / mathcomp-solvable - 1.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-solvable <small> 1.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-12 20:31:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-12 20:31:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.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-mathcomp-solvable&quot; version: &quot;1.7.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; synopsis: &quot;The Mathematical Components library&quot; homepage: &quot;https://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&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/solvable&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/solvable&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/solvable&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-algebra&quot; {= &quot;1.7.0&quot;} ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:Feit Thompson theorem&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&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; ] url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz&quot; checksum: &quot;md5=e1bde60e67844e692f88c5d64a44004e&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-solvable.1.7.0 coq.8.12.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.12.1). The following dependencies couldn&#39;t be met: - coq-mathcomp-solvable -&gt; coq-mathcomp-algebra = 1.7.0 -&gt; coq-mathcomp-fingroup = 1.7.0 -&gt; coq-mathcomp-ssreflect = 1.7.0 -&gt; coq &lt; 8.10~ -&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-mathcomp-solvable.1.7.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>