text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
{% extends 'sgceusr/base.html' %} {% load sgceusr_extras %} {% block content %} <h2 class="grid_12">{{ object.name }}</h2> <div class="clean"></div> <div class="grid_7"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/shadeless/flag-blue.png" width="16" height="16"> <h3>Informaรงรตes principais</h3><span></span> </div> <div class="content"> <div class="alert note"> <span class="icon"></span><strong>Descriรงรฃo</strong> {{ object.description }}</div> <p><strong>Data:</strong> {{ object.date }}</p> <p><strong>Local:</strong> {{ object.local }}</p> <p><strong>Endereรงo:</strong> {{ object.address }}</p> <p><strong>Vagas:</strong> {{ object.people_confirmed }}/{{ object.maxpeople }}</p> </div> </div> </div> <div class="grid_5"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/layer-shape-line.png" width="16" height="16"> <h3>Prรฉvia do Evento</h3><span></span> </div> <div class="content"> <ul class="stats-list"> <li> <a href="#">Pessoas previstas <span>{{ object.people_preview }}</span></a> </li> <li> <a href="#">Pessoas confirmadas <span>{{ object.people_confirmed }}</span></a> </li> <li> <a href="#">Atividades propostas <span>{{ object.activities.all.count }}</span></a> </li> </ul> </div> </div> </div> <div class="grid_12"> <div class="box"> <div class="header"> <img src="{{ STATIC_URL }}img/icons/packs/fugue/16x16/shadeless/calendar-list.png" width="16" height="16"> <h3>Atividades</h3><span></span> </div> <div class="content"> <form action="{% url 'enroll' event.slug %}" method="GET"> {% csrf_token %} <table id="table-activities" class="table"> <thead> <tr> <th>Inscriรงรฃo</th> <th>Atividade</th> <th>Data</th> <th>Local</th> <th>Vagas</th> <th>Carga Horรกria</th> <th>Preรงo</th> <th>Pontos</th> </tr> </thead> <tbody> {% for activity in object.activities.all %} <tr> <td>{% if user|enrolled_in_activity:activity %}<strong><i><font color='darkgreen'>Jรก inscrito</font></i></strong>{% endif %}<input type="checkbox" name="activities" value="{{ activity.id }}" style="margin: 0px; padding: 0px; float: right;" {% if user|enrolled_in_activity:activity %}disabled{% endif %}/></td> <td><strong><a href="{% url 'event' event.slug %}">{{ activity.name }}</a></strong></td> <td>{{ activity.date }}</td> <td>{{ activity.local }}</td> <td>{{ activity.maxpeople }}</td> <td>{{ activity.charge }}</td> <td>R${{ activity.price }}</td> <td>{{ activity.points }}</td> </tr> {% endfor %} </tbody> </table> <input type="submit" value="Realizar inscriรงรฃo" style="float: right;"/> </form> </div> <!-- End of .content --> <div class="clear"></div> </div> <!-- End of .box --> </div> <!-- End of .grid_12 --> {% endblock %} {% block end-scripts %} <script defer> $(window).load(function() { $('#table-activities').dataTable({ "iDisplayLength": 50 }); $(window).resize(); }); </script> {% endblock %}
ramonsaraiva/sgce
sgce/templates/sgceusr/event.html
HTML
mit
3,218
This is patient 7 <body> <div role="main"> Test yah <img src="img/patient_image.jpg"/> </div> </body>
burntcookie90/Medical-Viewer
patient_pages/patient7.html
HTML
mit
115
<!DOCTYPE html> <html> <head> <title>Useful Questions</title> <meta charset="UTF-8"> <link href='http://fonts.googleapis.com/css?family=Playfair+Display|Bad+Script|Josefin+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-post.css"> </head> <body> <header> <h3><a href="../index.html">Tara C. Frye</a></h3> <nav> <ul> <li><a href="../index.html">HOME</a></li> <li><a href="#">PORTFOLIO</a></li> <li><a href="blog-index.html">BLOG</a></li> </ul> </nav> </header> <div id="breadcrumb"> <a href="blog-index.html">Blog</a> > <a href="c9-questions.html">Useful Questions</a> </div> <h2>Useful Questions</h2> <h4>February 21, 2015</h4> <section> <p> Most of the questions I have searched for in Google have yielded helpful results. There have been a few that did not. For our first week of JavaScript in DBC's Phase 0, there was a challenge where we had to recreate a web based game. I searched and researched for a way to render JavaScript in html and to use JavaScript to manipulate html elements. The results I got were so scattered and not specific to my challenge because I wasn't specific in describing what I wanted to do in JavaScript. </p> <p> Here is what has worked for me in the past when troubleshooting errors and solution code. <ul> <li>Including the language. Ex: <em>JavaScript</em> constructor function syntax</li> <li>Specifying the data type. Ex: Iterate through each <em>hash</em> key value in Ruby</li> <li>Include full error message. Ex: TypeError cannot read property nodeName of null JavaScript</li> </ul> </p> <p> It helps that Google has suggestions when you start to type in your question. This has come in handy when I was at a loss for keywords to help clarify my search. I have been fortunate in that either my initial search has yielded helpful results or that someone else in my cohort has asked a similar question in Google+. I am a little more nervous about asking questions in person. I think it's harder to follow someone's speech, there aren't points of references to return to, you can't proofread read the words as they're coming out for clarity, and there's no autocomplete. In that case, it'll be beneficial for me to make notes before approaching a instructor/mentor. </p> </section> </body> </html>
suprfrye/phase-0-blog
blog/c9-questions.html
HTML
mit
2,630
--- layout: solution round_name: 'Topcoder SRM 543 Div1' prob_name: '[Medium] EllysRivers' title: '[Medium] EllysRivers - Topcoder SRM 543 Div1' prob_link: 'https://community.topcoder.com/stat?c=problem_statement&pm=11912' gist: 7b9650f23cd8cd0e6df26594d0de460f tags: [dp, greedy] --- ๊ด€์ฐฐ 1. ๊ฐ ๋‹จ๊ณ„๋งˆ๋‹ค ์ด๋™ํ•  ๋•Œ๋Š” ๋ฌด์กฐ๊ฑด ์„œ->๋™ ํ˜น์€ ๋‚จ->๋ถ ํ˜น์€ ๋‚จ์„œ->๋ถ๋™ ์œผ๋กœ ์›€์ง์—ฌ์•ผ ํ•œ๋‹ค. ์ด์™ธ์˜ ๋ฐฉํ–ฅ์œผ๋กœ ์›€์ง์ธ๋‹ค๋ฉด ๋‹ต์—์„œ ๋ฌด์กฐ๊ฑด ์†ํ•ด๋ฅผ ๋ณด๊ธฐ ๋•Œ๋ฌธ์ด๋‹ค. ๊ด€์ฐฐ 2. walk๋ฅผ ์–ด๋””์„œ ์–ผ๋งˆ๋งŒํผ ํ•˜๋“  walk๋ฅผ ํ•˜๋Š” ์–‘์˜ ํ•ฉ์ด ๊ฐ™๋‹ค๋ฉด ๋‹ต์€ ๋ณ€ํ•˜์ง€ ์•Š๋Š”๋‹ค. ์„ฌi์—์„œ A๋งŒํผ walk๋ฅผ ํ•˜๊ณ  ์„ฌj์—์„œ B๋งŒํผ walk๋ฅผ ํ•œ ๊ฒฝ์šฐ์™€ ์„ฌi์—์„œ A+B๋งŒํผ walk๋ฅผ ํ•˜๊ณ  ์„ฌj์—์„œ walk๋ฅผ ํ•˜์ง€ ์•Š๋Š” ๊ฒฝ์šฐ๊ฐ€ ๋‹ต์ด ๊ฐ™๋‹ค๋Š” ๋œป์ด๋‹ค. ๊ด€์ฐฐ 1, 2 ๋ฅผ ํ†ตํ•ด ๊ณผ์ •์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ๋‹จ์ˆœํ™” ํ•  ์ˆ˜ ์žˆ๋‹ค. - ๋งจ ์˜ค๋ฅธ์ชฝ์˜ ์„ฌ์ด ์•„๋‹ˆ๋ผ๋ฉด, walk๋ฅผ ํ•˜์ง€ ๋ง๊ณ  ๋ฌด์กฐ๊ฑด ๋ฐฐ๋ฅผ ํƒ„๋‹ค. ์ฆ‰, ๋‚ด๊ฐ€ ์„ฌi์— ๋„์ฐฉํ•œ ๋’ค์˜ ์œ„์น˜๊ฐ€ (i, j) ๋ผ๋ฉด walk๋ฅผ ํ•˜์ง€ ๋ง๊ณ  (i+1, j+s[i]) ๋กœ ๋ฐฐ๋ฅผ ํƒ€๊ณ  ๋ฐ”๋กœ ์ด๋™ํ•œ๋‹ค. - ๋งจ ์˜ค๋ฅธ์ชฝ ์„ฌ์— ๋„์ฐฉํ•˜๊ณ  ๋‚˜๋ฉด walk๋กœ ๋ชฉ์ ์ง€๋กœ ์ด๋™ํ•œ๋‹ค. - s[0] + s[1] + ... + s[n-1] <= length - s[0] ~ s[n-1] ์„ ์ž˜ ๊ฒฐ์ •ํ•ด์„œ ์ „์ฒด ์ด๋™์‹œ๊ฐ„์„ ์ตœ์†Œ๋กœ ํ•˜์ž! ์—ฌ๊ธฐ๊นŒ์ง€ ์ƒ๊ฐํ–ˆ๋‹ค๋ฉด ์ด์ œ ๋‹ค์Œ๊ณผ ๊ฐ™์€ DP๊ฐ€ ์ž์—ฐ์Šค๋Ÿฝ๊ฒŒ ๋„์ถœ๋œ๋‹ค. D[i][j] = ์ถœ๋ฐœ์ง€์—์„œ๋ถ€ํ„ฐ (i, j) ๊นŒ์ง€ ์˜ค๋Š”๋ฐ ๊ฑธ๋ฆฌ๋Š” ์ตœ์†Œ ์‹œ๊ฐ„ = min( D[i-1][p] + dist((i-1, p), (i, j)) / speed[i-1] , p <= j ) ์ด DP๋ฅผ ๊ทธ๋ƒฅ ๋‹จ์ˆœํžˆ ๊ณ„์‚ฐํ•˜๋ฉด O(n * length^2) ์ด๋ฏ€๋กœ ์‹œ๊ฐ„๋‚ด์— ๊ณ„์‚ฐํ•  ์ˆ˜ ์—†๋‹ค. ๊ด€์ฐฐ 3. D[i][j] ๊ฐ€ D[i-1][x] ์—์„œ ์˜ค๋Š” ๊ฒƒ์ด ์ตœ์ ์ด์—ˆ๋‹ค๊ณ  ํ•˜์ž. D[i][j+1] ์€ D[i-1][y] ์—์„œ ์˜ค๋Š” ๊ฒƒ์ด ์ตœ์ ์ด์—ˆ๋‹ค๊ณ  ํ•˜์ž. ๊ทธ๋ ‡๋‹ค๋ฉด ํ•ญ์ƒ x <= y ๊ฐ€ ์„ฑ๋ฆฝํ•ด์•ผ ํ•œ๋‹ค. ์ฆ‰, 2๊ฐœ์˜ ๊ฒฝ๋กœ๊ฐ€ ์„œ๋กœ ์™„์ „ํžˆ ๊ต์ฐจํ•˜๋Š” ๊ฒฝ์šฐ๋Š” ์—†๋‹ค๋Š” ๊ฒƒ์ด๋‹ค. ์ด๋Š” ์„ฌ์ด 3๊ฐœ์ธ ์ƒํ™ฉ์„ ๊ฐ€์ •ํ•˜๊ณ  ์‹์„ ์„ธ์›Œ์„œ ์—ด์‹ฌํžˆ ํ’€์–ด๋ณด๋ฉด ์ฆ๋ช…ํ•  ์ˆ˜ ์žˆ๋‹ค. ๊ด€์ฐฐ 3 ์„ ์ด์šฉํ•˜๋ฉด ์œ„์˜ DP๋ฅผ ๋น ๋ฅด๊ฒŒ ๊ณ„์‚ฐํ•  ์ˆ˜ ์žˆ๋‹ค. ๋ถ„ํ• ์ •๋ณต ์ตœ์ ํ™”๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด O(n * length * lg(length)) sliding window ๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด O(n * length) ์ด๋‹ค. greedy ์†”๋ฃจ์…˜๋„ ์žˆ๋‹ค. ๊ด€์ฐฐ 4. (i, j) ์—์„œ (i+1, j+k) ๋กœ ์ด๋™ํ•˜๋Š” ์‹œ๊ฐ„์ด ์ „์ฒด ์‹œ๊ฐ„์— ์–ด๋–ป๊ฒŒ ๊ธฐ์—ฌํ•˜๋Š”์ง€ ์ƒ๊ฐํ•ด๋ณด์ž. ๋‘ ์ง€์ ์‚ฌ์ด์˜ ์ง์„ ๊ฑฐ๋ฆฌ๋ฅผ L_i(k) ๋ผ๊ณ  ํ•˜๋ฉด, ์šฐ์„  L_i(k)/speed[i] ๋งŒํผ์ด ๊ฑธ๋ฆด ๊ฒƒ์ด๋‹ค. ๊ทธ๋ฆฌ๊ณ  ์—ฌ๊ธฐ์„œ ์ด๋™ํ•œ ์‹œ๊ฐ„ ๋งŒํผ ๋งจ ๋‚˜์ค‘์˜ ์„ฌ์—์„œ walk๋ฅผ ๋œ ํ•˜๊ธฐ ๋•Œ๋ฌธ์— ์ „์ฒด ์‹œ๊ฐ„์—์„œ๋Š” k/walk ๋งŒํผ ์ค„์–ด๋“ ๋‹ค. ์ด๊ฒƒ์„ k์— ๋Œ€ํ•œ ํ•จ์ˆ˜๋กœ ๋‚˜ํƒ€๋‚ด๋ฉด f_i(k) = L_i(k)/speed[i] - k/walk ์ด ๋œ๋‹ค. 2๊ณ„๋„ํ•จ์ˆ˜๋ฅผ ๊ตฌํ•ด๋ณด๋ฉด k >= 0 ์ผ ๋•Œ ๊ฐ’์ด ํ•ญ์ƒ 0 ์ด์ƒ์ด๋ฏ€๋กœ ์ด ํ•จ์ˆ˜๋Š” ๋ณผ๋กํ•จ์ˆ˜์ด๋‹ค. ์šฐ๋ฆฌ๊ฐ€ ๊ตฌํ•˜๋ ค๋Š” ๋‹ต์€ sum( f_i(s[i]) ) + length/walk ์ด๋‹ค. s[0] = s[1] = .. = s[n-1] = 0 ์ธ ์ƒํƒœ์—์„œ ์ถœ๋ฐœํ•˜์—ฌ ์–ด๋–ค j๋ฅผ ๊ณจ๋ผ์„œ s[j] ๋ฅผ 1 ์ฆ๊ฐ€์‹œํ‚ค๋Š” ์‹์œผ๋กœ ๋‹ต์„ ๋ฐœ์ „์‹œํ‚ฌ ๊ฒƒ์ด๋‹ค. ์ด ๋•Œ, ๊ฐ j ๋งˆ๋‹ค s[j] ๊ฐ€ 1 ์ฆ๊ฐ€ํ•  ๋•Œ ๋‹ต์ด ์–ผ๋งˆ๋‚˜ ์ค„์–ด๋“œ๋Š”์ง€๋ฅผ ๊ณ„์‚ฐํ•œ ๋’ค ๊ทธ ์ค‘ ๊ฐ€์žฅ ํฌ๊ฒŒ ์ค„์–ด๋“ค๊ฒŒ ๋งŒ๋“œ๋Š” j๋ฅผ ์„ ํƒํ•˜๋ฉด ๋œ๋‹ค. ์ด ๊ณผ์ •์„ ์ตœ๋Œ€ length ๋ฒˆ ๋ฐ˜๋ณตํ•˜๋ฉด ๋œ๋‹ค. priority queue ๋ฅผ ์ด์šฉํ•˜๋ฉด ์ „์ฒด ์‹œ๊ฐ„๋ณต์žก๋„ O(length * lgN) ์ด๋‹ค. ๊ฐ f_i ๊ฐ€ ๋ณผ๋ก ํ•จ์ˆ˜์ด๊ธฐ ๋•Œ๋ฌธ์— ์ด greedy๋Š” ์ •๋‹นํ•˜๋‹ค.
pstopia/pstopia.github.io
src/tc/srm543d1-2.html
HTML
mit
3,450
<html> <head> <title>Neutrino Example: Swipe View</title> <!-- CSS --> <link rel="stylesheet" type="text/css" media="all" nu-href="neutrino/css/neutrino.css" class="nu-browser-neutral-css"> <!-- JAVASCRIPT --> <script src="neutrino/js/neutrino.js" type="text/javascript"></script> <!-- IMMEDIATE --> <script language="javascript" type="text/javascript"> var gApplication = null; function main () { gApplication = new neutrino.Application (); // gApplication.preventMobileScrolling (); gApplication.start (); } document.addEventListener ("DOMContentLoaded", main, false); </script> <!-- view JS gets inserted above --> </head> <body nu-app="Neutrino Example: Swipe View" > <div class="my-swipe-view nu-horizontal" nu-view="neutrino.components.SwipeView"> <div class="nu-container" style="height: 300px; width: 2000px;"> <div style="background: rgba(0,0,255,0.3); height: 200px;">Here is some 'swipeable' content, style me!</div> </div> </div> </body> </html>
wh0/neutrino
Examples/example-swipeview/index.html
HTML
mit
1,001
<!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.4.6: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v4.4.6 </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><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1StartupData.html">StartupData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::StartupData Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>data</b> (defined in <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>)</td><td class="entry"><a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>raw_size</b> (defined in <a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a>)</td><td class="entry"><a class="el" href="classv8_1_1StartupData.html">v8::StartupData</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
134c3b3/html/classv8_1_1StartupData-members.html
HTML
mit
4,914
<html><body> A short account of the murders, robberies, burnings, thefts, and other outrages committed by the mob and militia of the state of Missouri, upon the Latter Day Saints. The persecutions they have endured for their Religion, and the Banishment from that State by the authorities thereof. As many reports have been put in circulation relative to the circumstances that have taken place in Missouri, concerning the persecutions of the Mormons, (so called,) and as the public are unable to arrive at any just conclusions relative to the events that have taken place, I thought it best to lay this short account before the world, as I was an eye and an ear witness to most of the things mentioned in this account. And what I did not witness, I have documentary evidence or testimony that could not be impeached from those that did see and hear. It is almost unnecessary for me to state those circumstances have been to us, of a very painful nature, and calculated to harrow up every feeling of the soul. That every possible means have been made use of, in order to misrepresent us as a people, calumniate our characters, rob us of our rights as citizens, take away our liberty of conscience, and deprive us of all those privileges for which our fathers bled. For this, ingenuity has been put to the rack, and calumny has spun its last thread. The difficulties under which our people have labored ever since their settlement in Jackson county, in Missouri, have been nothing more nor less than religious persecutions; for had our people violated the law, that jealousy with which they have been watched, would not have been backward in accusing the aggressors; nor would the power have been wanting to execute the law as constables and lawyers, priests and magistrates, civilians and officers have been arrayed against us, in a great measure from that time to the present, and had it been otherwise, there was no need of their declaring their determination, as expressed in one of their resolutions in Jackson county, to "..." And the very fact of our people being dispossessed of their lands in Jackson county, and not now being allowed to inherit them, is a standing monument of our wrongs, and a circumstance that would make every true republican to blush. That principle of intolerance and religious bigotry has followed us, from that time to this, and has grown with our growth, until it has ended in the authorities of the State being arrayed against us. Relative to the difficulties that have recently transpired, the first commencement of them was at Gallitin, in Davies county, where a number of our brethren were assembled in order to exercise their elective franchise. They were struck at and insulted by a number of men who seemed determined to deprive them of that privilege which our Constitution guarantees to every free citizen. Indignant at such treatment, they would not thus be repelled, but stood up in the defence of their rights, when an affray took place, which ended in two or three being wounded on each side. This excitement it would appear was raised chiefly by an inflammatory speech being delivered by Wm. Pendleton, one of the candidates. A report came to Far West, that several of our brethren were wounded, and that two were killed, and that our adversaries would not allow their bodies to be buried. Upon which a number of our brethren repaired to Davies county for the purpose of ascertaining the facts of the case; not in a large body as has been reported, but in small companies of three or four each, at their own discretion, and not at the command of Joseph Smith Jr. But as many in this place had friends there, they felt anxious for their welfare, and repaired to the place in order to satisfy themselves as to the truth of the matter. </body></html>
dhh1128/tsauthor
jtaylor/1/jt-a-short-account-of-the-murders-1.html
HTML
mit
3,797
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{% if page.title %}{{ page.title }} &mdash; {% endif %}Bomber: a node.js javascript web framework</title> <link href="{% mtimeinget /assets/favicon.png %}" rel="icon" /> <link rel="stylesheet" type="text/css" href="{% mtimeinget /assets/style.css %}" /> <!--[if IE]><script type="text/javascript" src="{% mtimeinget /assets/ie_html5_fix.js %}"></script><![endif]--> </head> <body> <header id="top"> <h1> <a href="/" title="The homepage for bomber.obtdev.com" id="home-link">Bomber</a> </h1> <h2>A <a href="http://nodejs.org/">node.js</a> javascript web framework</h2> </header> <nav id="main"> <ul> <li><a href="/">Introduction</a></li> <li><a href="/docs/">Documentation</a></li> {% if page.doc_nav %} <li> <ul> <li><a href="/docs/action.html">Action</a></li> <li><a href="/docs/request.html">Request</a></li> <li><a href="/docs/response.html">Response</a></li> <li><a href="/docs/router.html">Router</a></li> <li><a href="/docs/server.html">Server</a></li> </ul> </li> {% endif %} </ul> </nav> {{ content }} {% include analytics.txt %} </body> </html>
obt/bomberjs
website/_layouts/default.html
HTML
mit
1,443
<!DOCTYPE html> <html> <head> <title>react example</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <script type="text/javascript" src="bundle.js"></script> </body> </html>
b6pzeusbc54tvhw5jgpyw8pwz2x6gs/animation-uc
examples/reactExample/index.html
HTML
mit
225
--- layout: post status: publish published: true title: Almost through... author: display_name: ian login: ian email: [email protected] url: http://iancwill.com/blog author_login: ian author_email: [email protected] author_url: http://iancwill.com/blog wordpress_id: 22 wordpress_url: http://iancwill.com/blog/?p=22 date: '2008-08-26 13:56:00 -0600' date_gmt: '2008-08-26 13:56:00 -0600' --- <p><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_RGOf-1jopDU/SLQLzMLoypI/AAAAAAAABwY/QbUT422FUEM/s400/019.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5238825240609999506" /></p> <p>The past few days have been filled primarily with beachy pursuits. Windsurfing as been the top draw, but today will hopefully be spent lounging in the sand, applying sunblock, and finishing Huck's adventures. There was a good breeze yesterday and I was able to get the board to plane a little. I also fell a lot more frequently than Sunday. <br /> Here's the low down on nerdy vacation activities. I found this video series (http://www.dimensions-math.org/) about how we can visualize a fourth dimension and watched the first few episodes yesterday morning (to the amusement of my family). I haven't quite managed to "see" the fourth dimension, but it's interesting nonetheless. Last night I worked out what I'm pretty sure is a solution to the first euler project problem (http://projecteuler.net/index.php?section=problems&id=1) in lisp, but I can't get it to run.</p> <p>***Warning, spoiler</p> <p>(defun is-divisible (x y)(eq (mod x y) 0))<br />(defun sum-multiples(x y z)<br />(+ <br /> (sum-multiples x y z) <br /> (cond<br /> ((is-divisible z x) z)<br /> ((is-divisible z y) z)<br /> (T 0))<br />))</p> <p>The error SLIME gives me is below. I don't see what slime has against x. It looks like a perfectly good variable to me.</p> <p>NIL: symbol X has no value<br /> [Condition of type SYSTEM::SIMPLE-UNBOUND-VARIABLE]</p> <p>And that's basically been as far as my vacation has advanced nerdom. I've got some photography in. I've been doing a series of shots of morning coffee. Sunday I brought my camera along in the kayak while my sister learned to windsurf. I made liberal use of the rapid-fire mode and got some good shots. I've put them on flikr (http://www.flickr.com/photos/8499931@N04/2796464444/in/photostream/), and imagine I'll upload them to picasaweb eventually. Flikr vs picasaweb. Dillemmas. I like the photostream idea and the social atmosphere that flikr has. But the unlimited restriction on the number of sets you can have and the general integration with maps and the picasa photo manager is a big plus for picasa. </p> <p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3104/2795659629_6559dd592e.jpg?v=0"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px;" src="http://farm4.static.flickr.com/3104/2795659629_6559dd592e.jpg?v=0" border="0" alt="" /></a></p> <p>Beach time.</p>
iancw/iancw.github.io
_posts/2008-08-26-almost-through.html
HTML
mit
3,129
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CMP0041 &mdash; CMake 3.7.2 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.7.2', 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> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="top" title="CMake 3.7.2 Documentation" href="../index.html" /> <link rel="up" title="cmake-policies(7)" href="../manual/cmake-policies.7.html" /> <link rel="next" title="CMP0040" href="CMP0040.html" /> <link rel="prev" title="CMP0042" href="CMP0042.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="CMP0040.html" title="CMP0040" accesskey="N">next</a> |</li> <li class="right" > <a href="CMP0042.html" title="CMP0042" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &raquo; </li> <li> <a href="../index.html">3.7.2 Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" accesskey="U">cmake-policies(7)</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="cmp0041"> <span id="policy:CMP0041"></span><h1>CMP0041<a class="headerlink" href="#cmp0041" title="Permalink to this headline">ยถ</a></h1> <p>Error on relative include with generator expression.</p> <p>Diagnostics in CMake 2.8.12 and lower silently ignored an entry in the <span class="target" id="index-0-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES"></span><a class="reference internal" href="../prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html#prop_tgt:INTERFACE_INCLUDE_DIRECTORIES" title="INTERFACE_INCLUDE_DIRECTORIES"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">INTERFACE_INCLUDE_DIRECTORIES</span></code></a> of a target if it contained a generator expression at any position.</p> <p>The path entries in that target property should not be relative. High-level API should ensure that by adding either a source directory or a install directory prefix, as appropriate.</p> <p>As an additional diagnostic, the <span class="target" id="index-1-prop_tgt:INTERFACE_INCLUDE_DIRECTORIES"></span><a class="reference internal" href="../prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html#prop_tgt:INTERFACE_INCLUDE_DIRECTORIES" title="INTERFACE_INCLUDE_DIRECTORIES"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">INTERFACE_INCLUDE_DIRECTORIES</span></code></a> generated on an <span class="target" id="index-0-prop_tgt:IMPORTED"></span><a class="reference internal" href="../prop_tgt/IMPORTED.html#prop_tgt:IMPORTED" title="IMPORTED"><code class="xref cmake cmake-prop_tgt docutils literal"><span class="pre">IMPORTED</span></code></a> target for the install location should not contain paths in the source directory or the build directory.</p> <p>The OLD behavior for this policy is to ignore relative path entries if they contain a generator expression. The NEW behavior for this policy is to report an error if a generator expression appears in another location and the path is relative.</p> <p>This policy was introduced in CMake version 3.0. CMake version 3.7.2 warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <code class="docutils literal"><span class="pre">OLD</span></code> behavior of a policy is <span class="target" id="index-0-manual:cmake-policies(7)"></span><a class="reference internal" href="../manual/cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal"><span class="pre">deprecated</span> <span class="pre">by</span> <span class="pre">definition</span></code></a> and may be removed in a future version of CMake.</p> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="CMP0042.html" title="previous chapter">CMP0042</a></p> <h4>Next topic</h4> <p class="topless"><a href="CMP0040.html" title="next chapter">CMP0040</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/policy/CMP0041.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="CMP0040.html" title="CMP0040" >next</a> |</li> <li class="right" > <a href="CMP0042.html" title="CMP0042" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &raquo; </li> <li> <a href="../index.html">3.7.2 Documentation</a> &raquo; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" >cmake-policies(7)</a> &raquo;</li> </ul> </div> <div class="footer" role="contentinfo"> &copy; Copyright 2000-2016 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4a0+. </div> </body> </html>
ontouchstart/emcc
base/cmake-3.7.2-Linux-x86_64/doc/cmake/html/policy/CMP0041.html
HTML
mit
7,551
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>wil_FeatureStore</h2> <font face="arial"> wil_FeatureStore_Machine = 0n0<br> wil_FeatureStore_User = 0n1<br> wil_FeatureStore_All = 0n2<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19042.610)/wil_FeatureStore.html
HTML
mit
232
<!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="./2c8f1e93bc6ba26e53ab6e0a37a7aa2b896d744f81937d8baf17ebdc776c16e3.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b37d02c91c473c7a6a138f3992072af9e77e0acd53c012c7828fbb1166fd3608.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" /> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../bower_components/node-uuid/uuid.js"></script> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../bower_components/underscore/underscore.js"></script> <script src="../lib/marilyn.js"></script> <script src="test.js"></script> </body> </html>
alanjames1987/marilyn
test/index.html
HTML
mit
506
--- redirect_from: /docs/1.0.0-rc.1/interfaces/resolve.resolvableliteral.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ResolvableLiteral | angular-ui-router</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </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.js" 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">angular-ui-router</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">Internal UI-Router API</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="../index.html">angular-ui-router</a> </li> <li> <a href="../modules/resolve.html">resolve</a> </li> <li> <a href="resolve.resolvableliteral.html">ResolvableLiteral</a> </li> </ul> <h1>Interface ResolvableLiteral</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A plain object used to describe a <a href="../classes/resolve.resolvable.html">Resolvable</a></p> </div> <p>These objects may be defined in <a href="state.statedeclaration.html#resolve">StateDeclaration.resolve</a> blocks to declare async data that the state or substates require.</p> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">ResolvableLiteral</span> </li> </ul> </section> <section class="tsd-panel"> <h3>Implemented by</h3> <ul class="tsd-hierarchy"> <li><a href="../classes/resolve.resolvable.html" class="tsd-signature-type">Resolvable</a></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 "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#data" class="tsd-kind-icon">data</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#deps" class="tsd-kind-icon">deps</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#policy" class="tsd-kind-icon">policy</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#resolvefn" class="tsd-kind-icon">resolve<wbr>Fn</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="resolve.resolvableliteral.html#token" class="tsd-kind-icon">token</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="data" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> data</h3> --> <div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <div class="tsd-header"> <p> Pre-resolved data. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Pre-resolved data.</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L73">ui-router-core/src/resolve/interface.ts:73</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="deps" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> deps</h3> --> <div class="tsd-signature tsd-kind-icon">deps<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span> <div class="tsd-header"> <p> The Dependency Injection tokens </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The Dependency Injection tokens</p> </div> <p>This is an array of Dependency Injection tokens for the dependencies of the <a href="resolve.resolvableliteral.html#resolvefn">resolveFn</a>.</p> <p>The DI tokens are references to other <code>Resolvables</code>, or to other services from the native DI system.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L70">ui-router-core/src/resolve/interface.ts:70</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="policy" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagOptional">Optional</span> policy</h3> --> <div class="tsd-signature tsd-kind-icon">policy<span class="tsd-signature-symbol">:</span> <a href="resolve.resolvepolicy.html" class="tsd-signature-type">ResolvePolicy</a> <div class="tsd-header"> <p> Defines the Resolve Policy </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Defines the Resolve Policy</p> </div> <p>A policy that defines when to invoke the resolve, and whether to wait for async and unwrap the data</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L60">ui-router-core/src/resolve/interface.ts:60</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="resolvefn" class="tsd-anchor"></a> <!-- <h3>resolve<wbr>Fn</h3> --> <div class="tsd-signature tsd-kind-icon">resolve<wbr>Fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Function</span> <div class="tsd-header"> <p> A function which fetches the Resolvable&#39;s data </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A function which fetches the Resolvable&#39;s data</p> </div> <p>A function which returns one of:</p> <ul> <li>The resolved value (synchronously)</li> <li>A promise for the resolved value</li> <li>An Observable of the resolved value(s)</li> </ul> <p>This function will be provided the dependencies listed in <a href="resolve.resolvableliteral.html#deps">deps</a> as its arguments. The resolve system will asynchronously fetch the dependencies before invoking this function.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L52">ui-router-core/src/resolve/interface.ts:52</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="token" class="tsd-anchor"></a> <!-- <h3>token</h3> --> <div class="tsd-signature tsd-kind-icon">token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span> <div class="tsd-header"> <p> A Dependency Injection token </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A Dependency Injection token</p> </div> <p>This Resolvable&#39;s DI token. The Resolvable will be injectable elsewhere using the token.</p> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/48c5af6/src/resolve/interface.ts#L38">ui-router-core/src/resolve/interface.ts:38</a></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="../index.html"><em>angular-<wbr>ui-<wbr>router</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/trace.html">trace</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/view.html">view</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/resolve.resolvable.html" class="tsd-kind-icon">Resolvable</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/resolve.resolvecontext.html" class="tsd-kind-icon">Resolve<wbr>Context</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../classes/resolve.uiinjectorimpl.html" class="tsd-kind-icon">UIInjector<wbr>Impl</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.providerlike.html" class="tsd-kind-icon">Provider<wbr>Like</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.resolvableliteral.html" class="tsd-kind-icon">Resolvable<wbr>Literal</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#data" class="tsd-kind-icon">data</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#deps" class="tsd-kind-icon">deps</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#policy" class="tsd-kind-icon">policy</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#resolvefn" class="tsd-kind-icon">resolve<wbr>Fn</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="resolve.resolvableliteral.html#token" class="tsd-kind-icon">token</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="resolve.resolvepolicy.html" class="tsd-kind-icon">Resolve<wbr>Policy</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/resolve.html#policyasync" class="tsd-kind-icon">Policy<wbr>Async</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="../modules/resolve.html#policywhen" class="tsd-kind-icon">Policy<wbr>When</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#all_whens" class="tsd-kind-icon">ALL_<wbr>WHENS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#eager_whens" class="tsd-kind-icon">EAGER_<wbr>WHENS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/resolve.html#native_injector_token" class="tsd-kind-icon">NATIVE_<wbr>INJECTOR_<wbr>TOKEN</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/resolve.html#when" class="tsd-kind-icon">when</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="../modules/resolve.html#defaultresolvepolicy" class="tsd-kind-icon">default<wbr>Resolve<wbr>Policy</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/resolve.html#resolvepolicies" class="tsd-kind-icon">resolve<wbr>Policies</a> </li> </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-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_ng1_docs/1.0.0-rc.1/interfaces/resolve.resolvableliteral.html
HTML
mit
21,814
<!DOCTYPE html> <meta charset="utf-8"> <style> .bar { fill: steelblue; } .bar:hover { fill: brown; } .axis { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .x.axis path { display: none; } </style> <body> <script src="../d3.min.js"></script> <script src="barchart.js" language="JavaScript"></script> </body> </html>
jacobm001/independence_water
d3/barchart/barchart.html
HTML
mit
389
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:13:25 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode (Lucene 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/core/nodes/PathQueryNode.html" title="class in org.apache.lucene.queryparser.flexible.core.nodes">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/core/nodes//class-usePathQueryNode.html" target="_top">FRAMES</a></li> <li><a href="PathQueryNode.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode" class="title">Uses of Class<br>org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode</h2> </div> <div class="classUseContainer">No usage of org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/core/nodes/PathQueryNode.html" title="class in org.apache.lucene.queryparser.flexible.core.nodes">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/core/nodes//class-usePathQueryNode.html" target="_top">FRAMES</a></li> <li><a href="PathQueryNode.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
OrlandoLee/ForYou
lucene/lib/lucene-4.6.1/docs/queryparser/org/apache/lucene/queryparser/flexible/core/nodes/class-use/PathQueryNode.html
HTML
mit
5,174
<div> <img style="width:100%" data-order="<!--[dataOrderFile]-->" src=""> <a href="#myModalDetail" class="btn btn-link"><span data-order="<!--[dataOrderText]-->"></span></a> </div>
ljq2278/mbPageBuilder
onPhpServer/widget/picDisplayCover.html
HTML
mit
181
<ion-view view-title="Post Message" name="post-message" ng-controller="PostCtrl"> <ion-content> <div class="list"> <label class="item item-input"> <textarea ng-model="data.message" placeholder="Text to post"></textarea> </label> <br> <br> <label class="item item-input"> <textarea ng-model="data.response" ng-bind="response" placeholder="Response"></textarea> </label> <button class="button button-block button-stable" ng-click="resetMessage(data)">Reset</button> <button class="button button-block button-stable" ng-click="postMessage(data)">Post</button> </div> </ion-content> </ion-view>
InternationalMixMob/CSCI-E-71_IMM_Slacker_Ref_App
SlackerReferenceApp/www/templates/post.html
HTML
mit
667
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Atom Attack </title> <link rel="stylesheet" href="css/bootstrap.css"/> <link rel="stylesheet" type="text/css" href="css/Atom-Attack.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="scripts/menu.js"></script> </head> <body> <!-- ouverture du container --> <div class="container"> <div class="row"> <!-- ouverture du row --> <div class="col-md-12 titre"> <img src="img/titre_8.png"> </div> <!-- fin div col --> </div><!-- fin du row --> <div class="row "> <!-- ouverture du row --> <div class="col-md-12 jouer"> <a href="/game.html" id="btn2"><img class="btn" src="img/Jouer.png"></a> </div> <!-- fin div col --> </div><!-- fin du row --> <div class="row "> <!-- ouverture du row --> <div class="col-md-12 credit"> <a href="Credits.html" id="btn3"><img class="btn3" src="img/Crรฉdits.png"></a> </div> <!-- fin div col --> </div><!-- fin du row --> </div> <!-- fin du container --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> </body> </html>
Kyotsuke/atom_attack_leap
app/index.html
HTML
mit
1,316
<p>&nbsp;</p> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'corphacks'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
corphacks/corphacks.github.io
_includes/comments.html
HTML
mit
676
--- layout: default --- <head> <title>About | USDRCG</title> </head> <section id="content-region-3" class="padding-40 page-tree-bg"> <div class="container"> <h3 class="page-tree-text"> About </h3> </div> </section><!--page-tree end here--> <div class="space-70"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">Mission</h4> <p> The University of South Dakota Research Computing Group is a multifaceted and dynamic organization. As a research computing group, our primary focus is to accelerate discovery by making science, engineering, and medicine more productive. We aim to do this through direct support of research projects, acquistition of funding and other resources to improve user experiences, and to provide educational opportunities for both current and potential users. </p> </div> </div> </div> <div class="space-20"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">Who We Are</h4> <p> The University of South Dakota Research Computing Group provides research computing services to the University of South Dakota academic community, as well as collaborators both nationally and internationally. We aim to provide the tools and resources that these users need to answer important research questions covering a vast array of subjects. </p> </div> </div> </div> <div class="space-20"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h4 class="heading-mini">What We Do</h4> <p> Our services include a comprehensive mixture of technical support for cyberinfrastructure and cluster computing resources, education, and research support for the academic user community. </p> </div> </div> </div> <!-- jQuery plugins. --> <script src="assets/js/plugins/plugins.js"></script> <script src="assets/js/app.js"></script>
USDRCG/usdrcg.github.io
About.html
HTML
mit
2,568
<!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.5beta1 / contrib:exceptions 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:exceptions <small>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-29</td> <td>21:10:17</td> <td><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2015-01-29_21-10-17.html">Error</a></td> </tr> <tr> <td>2015-01-28</td> <td>21:06:44</td> <td><script>document.write(moment("2015-01-28 21:06:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2015-01-28_21-06-44.html">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>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/contrib:exceptions/dev/index.html
HTML
mit
3,638
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>Corinthians 10 (WEB)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="ltr" class="section-document"> <div class="header"><div class="nav"> <a class="name" href="C1.html">World English Bible</a><a class="location" href="C1.html">Corinthians 10</a><a class="prev" href="C19.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="C111.html">&gt;</a> </div></div> <div class="section chapter C1 C110 eng_web eng " dir="ltr" lang="en" data-id="C110" data-nextid="C111" data-previd="C19"> <div class="c">10</div> <div class="p"> <span class="v-num v-1">1&nbsp;</span><span class="v C110_1" data-id="C110_1">Now I would not have you ignorant, brothers, that our fathers were all under the cloud, and all passed through the sea;</span> <span class="v-num v-2">2&nbsp;</span><span class="v C110_2" data-id="C110_2">and were all baptized into Moses in the cloud and in the sea;</span> <span class="v-num v-3">3&nbsp;</span><span class="v C110_3" data-id="C110_3">and all ate the same spiritual food;</span> <span class="v-num v-4">4&nbsp;</span><span class="v C110_4" data-id="C110_4">and all drank the same spiritual drink. For they drank of a spiritual rock that followed them, and the rock was Christ.</span> <span class="v-num v-5">5&nbsp;</span><span class="v C110_5" data-id="C110_5">However with most of them, God was not well pleased, for they were overthrown in the wilderness.</span> <span class="v-num v-6">6&nbsp;</span><span class="v C110_6" data-id="C110_6">Now these things were our examples, to the intent we should not lust after evil things, as they also lusted.</span> <span class="v-num v-7">7&nbsp;</span><span class="v C110_7" data-id="C110_7">Donโ€™t be idolaters, as some of them were. As it is written, โ€œThe people sat down to eat and drink, and rose up to play.โ€<span class="cf"><span class="key">+</span><span class="text">Exodus 32:6</span></span> </span> <span class="v-num v-8">8&nbsp;</span><span class="v C110_8" data-id="C110_8">Let us not commit sexual immorality, as some of them committed, and in one day twenty-three thousand fell.</span> <span class="v-num v-9">9&nbsp;</span><span class="v C110_9" data-id="C110_9">Let us not test Christ,<span class="note" id="note-2"><a class="key" href="#footnote-2">+</a></span> as some of them tested, and perished by the serpents. </span> <span class="v-num v-10">10&nbsp;</span><span class="v C110_10" data-id="C110_10">Donโ€™t grumble, as some of them also grumbled, and perished by the destroyer.</span> <span class="v-num v-11">11&nbsp;</span><span class="v C110_11" data-id="C110_11">Now all these things happened to them by way of example, and they were written for our admonition, on whom the ends of the ages have come. </span> <span class="v-num v-12">12&nbsp;</span><span class="v C110_12" data-id="C110_12">Therefore let him who thinks he stands be careful that he doesnโ€™t fall.</span> </div> <div class="p"> <span class="v-num v-13">13&nbsp;</span><span class="v C110_13" data-id="C110_13">No temptation has taken you except what is common to man. God is faithful, who will not allow you to be tempted above what you are able, but will with the temptation also make the way of escape, that you may be able to endure it.</span> <span class="v-num v-14">14&nbsp;</span><span class="v C110_14" data-id="C110_14">Therefore, my beloved, flee from idolatry.</span> <span class="v-num v-15">15&nbsp;</span><span class="v C110_15" data-id="C110_15">I speak as to wise men. Judge what I say.</span> <span class="v-num v-16">16&nbsp;</span><span class="v C110_16" data-id="C110_16">The cup of blessing which we bless, isnโ€™t it a sharing of the blood of Christ? The bread which we break, isnโ€™t it a sharing of the body of Christ? </span> <span class="v-num v-17">17&nbsp;</span><span class="v C110_17" data-id="C110_17">Because there is one loaf of bread, we, who are many, are one body; for we all partake of the one loaf of bread.</span> <span class="v-num v-18">18&nbsp;</span><span class="v C110_18" data-id="C110_18">Consider Israel according to the flesh. Donโ€™t those who eat the sacrifices participate in the altar?</span> </div> <div class="p"> <span class="v-num v-19">19&nbsp;</span><span class="v C110_19" data-id="C110_19">What am I saying then? That a thing sacrificed to idols is anything, or that an idol is anything?</span> <span class="v-num v-20">20&nbsp;</span><span class="v C110_20" data-id="C110_20">But I say that the things which the Gentiles sacrifice, they sacrifice to demons, and not to God, and I donโ€™t desire that you would have fellowship with demons. </span> <span class="v-num v-21">21&nbsp;</span><span class="v C110_21" data-id="C110_21">You canโ€™t both drink the cup of the Lord and the cup of demons. You canโ€™t both partake of the table of the Lord, and of the table of demons. </span> <span class="v-num v-22">22&nbsp;</span><span class="v C110_22" data-id="C110_22">Or do we provoke the Lord to jealousy? Are we stronger than he?</span> <span class="v-num v-23">23&nbsp;</span><span class="v C110_23" data-id="C110_23">โ€œAll things are lawful for me,โ€ but not all things are profitable. โ€œAll things are lawful for me,โ€ but not all things build up. </span> <span class="v-num v-24">24&nbsp;</span><span class="v C110_24" data-id="C110_24">Let no one seek his own, but each one his neighborโ€™s good.</span> <span class="v-num v-25">25&nbsp;</span><span class="v C110_25" data-id="C110_25">Whatever is sold in the butcher shop, eat, asking no question for the sake of conscience,</span> <span class="v-num v-26">26&nbsp;</span><span class="v C110_26" data-id="C110_26">for โ€œthe earth is the Lordโ€™s, and its fullness.โ€<span class="cf"><span class="key">+</span><span class="text">Psalm 24:1</span></span> </span> <span class="v-num v-27">27&nbsp;</span><span class="v C110_27" data-id="C110_27">But if one of those who donโ€™t believe invites you to a meal, and you are inclined to go, eat whatever is set before you, asking no questions for the sake of conscience. </span> <span class="v-num v-28">28&nbsp;</span><span class="v C110_28" data-id="C110_28">But if anyone says to you, โ€œThis was offered to idols,โ€ donโ€™t eat it for the sake of the one who told you, and for the sake of conscience. For โ€œthe earth is the Lordโ€™s, and all its fullness.โ€</span> <span class="v-num v-29">29&nbsp;</span><span class="v C110_29" data-id="C110_29">Conscience, I say, not your own, but the otherโ€™s conscience. For why is my liberty judged by another conscience?</span> <span class="v-num v-30">30&nbsp;</span><span class="v C110_30" data-id="C110_30">If I partake with thankfulness, why am I denounced for that for which I give thanks?</span> <span class="v-num v-31">31&nbsp;</span><span class="v C110_31" data-id="C110_31">Whether therefore you eat, or drink, or whatever you do, do all to the glory of God.</span> <span class="v-num v-32">32&nbsp;</span><span class="v C110_32" data-id="C110_32">Give no occasion for stumbling, either to Jews, or to Greeks, or to the assembly of God;</span> <span class="v-num v-33">33&nbsp;</span><span class="v C110_33" data-id="C110_33">even as I also please all men in all things, not seeking my own profit, but the profit of the many, that they may be saved. </span> </div> </div> <div class="footnotes"> <span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">1:10</a><span class="text">The word for โ€œbrothersโ€ here and where context allows may also be correctly translated โ€œbrothers and sistersโ€ or โ€œsiblings.โ€</span></span><span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">7:3</a><span class="text">NU and TR have โ€œwhat is owed herโ€ instead of โ€œthe affection owed herโ€.</span></span><span class="footnote" id="footnote-1"><span class="key">+</span><a class="backref" href="#note-1">10:9</a><span class="text">NU reads โ€œthe Lordโ€ instead of โ€œChristโ€.</span></span> </div> <div class="footer"><div class="nav"> <a class="prev" href="C19.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="C111.html">&gt;</a> </div></div> </body> </html>
khangpng/VietnameseBible
app/content/texts/eng_web/C110.html
HTML
mit
8,425
<!doctype HTML> <HTML> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <title> Baba Yaga </title> <link rel="stylesheet" type="text/css" href="styl.css"> <script src="js/lib/require.js" data-main="js/main"></script> </head> <body id="obrazovka"> <!--TODO: Audio here--> <div id="resourcesdiv"> <img src="res/witch.png" id="witch"> <img src="res/tileset.png" id="tileset"> <img src="res/chickenhouse.png" id="chickenhouse"> <img src="res/zombie.png" id="zombie"> <img src="res/skull.png" id="skull"> <!-- Here be assets --> </div> <div id="hra" class="velkyobdlznik"> <div id="abovescreen"> </div> <canvas id="maincanvas" width="600" height="400"> </canvas> <!--Maybe change width and height--> </div> <div id="vyhra" class="velkyobdlznik"> <h2>Game over</h2> <div> You have died to the weapon you have killed with. </div> <img src="res/skull.png" id="skull"> <a class="button0" href="#">Play again?</a> <a href="#" class="muteButton">Mute</a> </div> <div id="prehra" class="velkyobdlznik"> <h2> Game over </h2> <div> The zombies got you.</div><br><br><br> <img src="res/zombie.png" id="zombie"> <a class="button0" href="#">Try again? </a> <a href="#" class="muteButton">Mute</a> </div> <div id="introMenu" class="velkyobdlznik"> <h1>Baba Yaga</h1> <div>It's raining zombies, can you survive?</div> <br><br><br><br> <a href="#" class="newgame"> Play </a> <a href="#" class="button2"> Instructions</a> <a href="#" class="muteButton">Mute</a> </div> <!-- I will make this look better--> <div id="settings" class="velkyobdlznik"> <h2>Instructions</h2> <div> Kill zombies before they kill you, but don't kill yourself instead.</div> <div> WASD or arrow keys to control the witch, mouse to control the skull.</div> <a href="#" class="buttonback">Back</a> <a href="#" class="muteButton">Mute</a> </div> </body> </HTML>
pl0xz0rz/baba-yaga
index.html
HTML
mit
1,961
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:43 PST 2014 --> <title>Uses of Package java.lang.ref (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <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 Package java.lang.ref (Java Platform SE 7 )"; } //--> </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>Class</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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/lang/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package java.lang.ref" class="title">Uses of Package<br>java.lang.ref</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#java.lang.ref">java.lang.ref</a></td> <td class="colLast"> <div class="block">Provides reference-object classes, which support a limited degree of interaction with the garbage collector.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="java.lang.ref"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a> used by <a href="../../../java/lang/ref/package-summary.html">java.lang.ref</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../java/lang/ref/class-use/Reference.html#java.lang.ref">Reference</a> <div class="block">Abstract base class for reference objects.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../java/lang/ref/class-use/ReferenceQueue.html#java.lang.ref">ReferenceQueue</a> <div class="block">Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/lang/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk7/java/lang/ref/package-use.html
HTML
mit
6,265
{% extends "site_base.html" %} {% load i18n %} {% load bootstrap %} {% load pinax_ratings_tags %} {% block head_title %}Review{% endblock %} {% block body_class %}home{% endblock %} {% block body_base %} <div class='container'> <h1>Reviews</h1> <form method="GET" action=""> <input type="text" name="q" placeholder="Search Posts" value="{{ request.GET.q }}"/> <input type="submit" value="Search" /> <div class="pull-right"> {% if request.user.is_staff or request.user.is_superuser %} <a class='btn btn-default' href="{% url 'post_create' %}">Create</a> {% endif %} </div> </form> <br> {% for obj in object_list %} <div class="col-sm-6"> <div class="thumbnail"> {% if obj.image %} <img src="{{ obj.image.url }}" class='img-responsive' /> {% endif %} <div class="caption"> {% if obj.draft %} <h3> <span style="color:red"> Staff Only: Draft </span> </h3> {% endif %} {% if obj.publish > today %} <h3> <span style="color:red"> Staff Only: Future Post </span> </h3> {% endif %} <h3><a href='{{ obj.get_absolute_url }}'>{{ obj.title }}</a> <small>{{ obj.publish }}</small></h3> {% overall_rating obj as the_overall_rating %} <div class="overall_rating"><i class="fa fa-star-half-o"></i> Overall Ratings: {{ the_overall_rating }} / 5.0 <div class="pull-right"> <i class="fa fa-calendar"></i> Release Date: {{ obj.release_date }} </div> </div> {% if obj.user.get_full_name %} <p>Author: {{ obj.user.get_full_name }}</p> {% endif %} <br> <p>{{ obj.content|linebreaks|truncatechars:120 }}</p> <a href="{{ obj.get_absolute_url }}" class="btn btn-default" role="button">View</a> </div> </div> </div> {% endfor %} <div class="pagination"> <span class="step-links"> {% if object_list.has_previous %} <a href="?{{ page_request_var }}={{ object_list.previous_page_number }}{% if request.GET.q %}&q{{ request.GET.q }}{% endif %}">Previous</a> {% endif %} <span class="current"> Page {{ object_list.number }} of {{ object_list.paginator.num_pages }}. </span> {% if object_list.has_next %} <a href="?{{ page_request_var }}={{ object_list.next_page_number }}{% if request.GET.q %}&q{{ request.GET.q }}{% endif %}">Next</a> {% endif %} </span> </div> {% endblock %}
guanquan94/orbis
mysite/templates/post_list.html
HTML
mit
2,951
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Main &mdash; Circus Gladius 1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1', 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> <link rel="top" title="Circus Gladius 1 documentation" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Circus Gladius 1 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="main"> <h1>Main<a class="headerlink" href="#main" title="Permalink to this headline">ยถ</a></h1> <p>This module is responsible for all the routing in the game. This is the file that the bottlepy server primarily draws from.</p> <span class="target" id="module-main"></span><dl class="function"> <dt id="main.armoury_item_summary"> <tt class="descclassname">main.</tt><tt class="descname">armoury_item_summary</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.armoury_item_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>This is where a specific item&#8217;s details is viewed from. From this page you can also equip a fighter with it.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The particular kind of Item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/armour/weapon/3</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.armoury_summary"> <tt class="descclassname">main.</tt><tt class="descname">armoury_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.armoury_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Lists all of the player&#8217;s owned armour and weapons.</p> </dd></dl> <dl class="function"> <dt id="main.buy_fighter"> <tt class="descclassname">main.</tt><tt class="descname">buy_fighter</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.buy_fighter" title="Permalink to this definition">ยถ</a></dt> <dd><p>Buys a Fighter for a player, presuming they have the funds.</p> </dd></dl> <dl class="function"> <dt id="main.buy_player_item"> <tt class="descclassname">main.</tt><tt class="descname">buy_player_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.buy_player_item" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to purchase an item (providing they have the funds) and add it to their Armoury. Will set an appropriate flash message and redirect player depending on success or failure.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/makets/buy_item/armour/12</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.enter_specific_fighter"> <tt class="descclassname">main.</tt><tt class="descname">enter_specific_fighter</tt><big>(</big><big>)</big><a class="headerlink" href="#main.enter_specific_fighter" title="Permalink to this definition">ยถ</a></dt> <dd><p>Enters a particular fighter in a particular match.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/book</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">POST</td> </tr> <tr class="field-odd field"><th class="field-name">Form data:</th><td class="field-body">fighter_id (int), match_id (int)</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.equip_item_to_fighter"> <tt class="descclassname">main.</tt><tt class="descname">equip_item_to_fighter</tt><big>(</big><em>fighter</em>, <em>type</em>, <em>id</em>, <em>location</em><big>)</big><a class="headerlink" href="#main.equip_item_to_fighter" title="Permalink to this definition">ยถ</a></dt> <dd><p>Equips a specific item to a specific player.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>fighter</strong> (<em>int</em>) &#8211; The number representing a specific Fighter.</li> <li><strong>type</strong> (<em>string</em>) &#8211; The kind of item. Can be Weapon or Armour</li> <li><strong>id</strong> (<em>int</em>) &#8211; The number representing a specific Item.</li> <li><strong>location</strong> (<em>string</em>) &#8211; The location to which the item is being equipped.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/equip/2/armour/head</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.game_summary"> <tt class="descclassname">main.</tt><tt class="descname">game_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.game_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Loads the main game summary screen. Calls the CircusAPI.get_last_round_matches() and CircusAPI.get_player_school_info() functions.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.get_flash_message"> <tt class="descclassname">main.</tt><tt class="descname">get_flash_message</tt><big>(</big><big>)</big><a class="headerlink" href="#main.get_flash_message" title="Permalink to this definition">ยถ</a></dt> <dd><p>Retrieves the current flash message and deletes it from the top of the queue.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameter:</th><td class="field-body">None</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">String</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.get_static_content"> <tt class="descclassname">main.</tt><tt class="descname">get_static_content</tt><big>(</big><em>filepath</em><big>)</big><a class="headerlink" href="#main.get_static_content" title="Permalink to this definition">ยถ</a></dt> <dd><p>A housekeeping route for the purpose of telling the server where to serve static content - images, Javascript, CSS - from.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>filepath</strong> (<em>String</em>) &#8211; Relative filepath to the static content.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">URL to the content.</td> </tr> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/css/main.css</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.markets_summary"> <tt class="descclassname">main.</tt><tt class="descname">markets_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.markets_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Generates a page that lists all available Markets.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/markets</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.process_all_training"> <tt class="descclassname">main.</tt><tt class="descname">process_all_training</tt><big>(</big><big>)</big><a class="headerlink" href="#main.process_all_training" title="Permalink to this definition">ยถ</a></dt> <dd><p>Trigger for setting a universal training schedule.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/training/all_training</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">POST</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.set_flash_message"> <tt class="descclassname">main.</tt><tt class="descname">set_flash_message</tt><big>(</big><em>new_flash_message</em><big>)</big><a class="headerlink" href="#main.set_flash_message" title="Permalink to this definition">ยถ</a></dt> <dd><p>Sets the flash message. A flash message is a message that sits in a queue (a standard Python list) and is returned / deleted when &#8216;flashed&#8217;.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>new_flash_message</strong> (<em>String</em>) &#8211; A string representing the intended flash message.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.specific_market_summary"> <tt class="descclassname">main.</tt><tt class="descname">specific_market_summary</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.specific_market_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Displays the contents of a particular Market, allowing the player to purchase those items (Fighters or Items)</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; The number representing a specific Market.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/markets/2</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.specific_stable_member_summary"> <tt class="descclassname">main.</tt><tt class="descname">specific_stable_member_summary</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.specific_stable_member_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows the player to view a particular Fighter&#8217;s stats and details.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Fighter.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/stable/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.stable_summary"> <tt class="descclassname">main.</tt><tt class="descname">stable_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.stable_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to view their purchased Fighters and various sub-menus.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/stable</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.start_new_game"> <tt class="descclassname">main.</tt><tt class="descname">start_new_game</tt><big>(</big><big>)</big><a class="headerlink" href="#main.start_new_game" title="Permalink to this definition">ยถ</a></dt> <dd><p>Takes the info from new_game_screen() and uses it to, well, start a new game.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first">POST</p> </td> </tr> <tr class="field-even field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>school_name</strong> (<em>String</em>) &#8211; The name of the School.</li> <li><strong>school_motto</strong> (<em>String</em>) &#8211; The motto of the School.</li> </ul> </td> </tr> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Redirect (&#8216;/game&#8217;)</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.training_summary"> <tt class="descclassname">main.</tt><tt class="descname">training_summary</tt><big>(</big><big>)</big><a class="headerlink" href="#main.training_summary" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to view their training schedule.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/training</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.unequip_item"> <tt class="descclassname">main.</tt><tt class="descname">unequip_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.unequip_item" title="Permalink to this definition">ยถ</a></dt> <dd><p>Unequips an item.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of Item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific Item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/stable/unequip/armour/3</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_events"> <tt class="descclassname">main.</tt><tt class="descname">view_events</tt><big>(</big><big>)</big><a class="headerlink" href="#main.view_events" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to view available events.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_item"> <tt class="descclassname">main.</tt><tt class="descname">view_item</tt><big>(</big><em>type</em>, <em>id</em><big>)</big><a class="headerlink" href="#main.view_item" title="Permalink to this definition">ยถ</a></dt> <dd><p>View specific details about a paritcular item.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> (<em>string</em>) &#8211; The type of item. Can be Weapon or Armour.</li> <li><strong>id</strong> (<em>int</em>) &#8211; The unique number representing a specific item.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body"><p class="first">/game/item/weapon/32</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body"><p class="first last">GET</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_previous_matches"> <tt class="descclassname">main.</tt><tt class="descname">view_previous_matches</tt><big>(</big><em>id</em><big>)</big><a class="headerlink" href="#main.view_previous_matches" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to view the matches of a previous round.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>id</strong> (<em>int</em>) &#8211; I can&#8217;t remember???</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/all_previous/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_previous_rounds"> <tt class="descclassname">main.</tt><tt class="descname">view_previous_rounds</tt><big>(</big><big>)</big><a class="headerlink" href="#main.view_previous_rounds" title="Permalink to this definition">ยถ</a></dt> <dd><p>Allows a player to view all the previous rounds.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/all_previous</td> </tr> <tr class="field-even field"><th class="field-name">Method:</th><td class="field-body">GET:</td> </tr> </tbody> </table> </dd></dl> <dl class="function"> <dt id="main.view_specific_event"> <tt class="descclassname">main.</tt><tt class="descname">view_specific_event</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#main.view_specific_event" title="Permalink to this definition">ยถ</a></dt> <dd><p>Lists all the matches in an event and allows you to enter Fighters in them.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> (<em>int</em>) &#8211; The unique number for a specific event.</td> </tr> <tr class="field-even field"><th class="field-name">Example URL:</th><td class="field-body">/game/events/3</td> </tr> <tr class="field-odd field"><th class="field-name">Method:</th><td class="field-body">GET</td> </tr> </tbody> </table> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/main.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Circus Gladius 1 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2014, Aaron Leahy. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> </body> </html>
MeatWizard/CircusGladius
docs/_build/html/main.html
HTML
mit
23,575
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for currentcost.rabbitmq_messager: 95%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>currentcost.rabbitmq_messager</b> : <span class='pc_cov'>95%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 37 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>35 run</span> <span class='mis shortkey_m button_toggle_mis'>2 missing</span> <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> <p id='n1' class='pln'><a href='#n1'>1</a></p> <p id='n2' class='pln'><a href='#n2'>2</a></p> <p id='n3' class='pln'><a href='#n3'>3</a></p> <p id='n4' class='pln'><a href='#n4'>4</a></p> <p id='n5' class='stm run hide_run'><a href='#n5'>5</a></p> <p id='n6' class='pln'><a href='#n6'>6</a></p> <p id='n7' class='pln'><a href='#n7'>7</a></p> <p id='n8' class='pln'><a href='#n8'>8</a></p> <p id='n9' class='pln'><a href='#n9'>9</a></p> <p id='n10' class='pln'><a href='#n10'>10</a></p> <p id='n11' class='stm run hide_run'><a href='#n11'>11</a></p> <p id='n12' class='stm run hide_run'><a href='#n12'>12</a></p> <p id='n13' class='stm run hide_run'><a href='#n13'>13</a></p> <p id='n14' class='stm run hide_run'><a href='#n14'>14</a></p> <p id='n15' class='stm run hide_run'><a href='#n15'>15</a></p> <p id='n16' class='stm run hide_run'><a href='#n16'>16</a></p> <p id='n17' class='stm run hide_run'><a href='#n17'>17</a></p> <p id='n18' class='stm run hide_run'><a href='#n18'>18</a></p> <p id='n19' class='pln'><a href='#n19'>19</a></p> <p id='n20' class='pln'><a href='#n20'>20</a></p> <p id='n21' class='stm run hide_run'><a href='#n21'>21</a></p> <p id='n22' class='pln'><a href='#n22'>22</a></p> <p id='n23' class='pln'><a href='#n23'>23</a></p> <p id='n24' class='pln'><a href='#n24'>24</a></p> <p id='n25' class='pln'><a href='#n25'>25</a></p> <p id='n26' class='pln'><a href='#n26'>26</a></p> <p id='n27' class='stm run hide_run'><a href='#n27'>27</a></p> <p id='n28' class='pln'><a href='#n28'>28</a></p> <p id='n29' class='pln'><a href='#n29'>29</a></p> <p id='n30' class='pln'><a href='#n30'>30</a></p> <p id='n31' class='pln'><a href='#n31'>31</a></p> <p id='n32' class='pln'><a href='#n32'>32</a></p> <p id='n33' class='pln'><a href='#n33'>33</a></p> <p id='n34' class='pln'><a href='#n34'>34</a></p> <p id='n35' class='pln'><a href='#n35'>35</a></p> <p id='n36' class='pln'><a href='#n36'>36</a></p> <p id='n37' class='pln'><a href='#n37'>37</a></p> <p id='n38' class='pln'><a href='#n38'>38</a></p> <p id='n39' class='pln'><a href='#n39'>39</a></p> <p id='n40' class='stm run hide_run'><a href='#n40'>40</a></p> <p id='n41' class='stm run hide_run'><a href='#n41'>41</a></p> <p id='n42' class='pln'><a href='#n42'>42</a></p> <p id='n43' class='stm run hide_run'><a href='#n43'>43</a></p> <p id='n44' class='stm run hide_run'><a href='#n44'>44</a></p> <p id='n45' class='pln'><a href='#n45'>45</a></p> <p id='n46' class='stm run hide_run'><a href='#n46'>46</a></p> <p id='n47' class='pln'><a href='#n47'>47</a></p> <p id='n48' class='pln'><a href='#n48'>48</a></p> <p id='n49' class='pln'><a href='#n49'>49</a></p> <p id='n50' class='pln'><a href='#n50'>50</a></p> <p id='n51' class='stm run hide_run'><a href='#n51'>51</a></p> <p id='n52' class='stm run hide_run'><a href='#n52'>52</a></p> <p id='n53' class='pln'><a href='#n53'>53</a></p> <p id='n54' class='stm run hide_run'><a href='#n54'>54</a></p> <p id='n55' class='pln'><a href='#n55'>55</a></p> <p id='n56' class='stm run hide_run'><a href='#n56'>56</a></p> <p id='n57' class='pln'><a href='#n57'>57</a></p> <p id='n58' class='pln'><a href='#n58'>58</a></p> <p id='n59' class='stm run hide_run'><a href='#n59'>59</a></p> <p id='n60' class='pln'><a href='#n60'>60</a></p> <p id='n61' class='pln'><a href='#n61'>61</a></p> <p id='n62' class='stm run hide_run'><a href='#n62'>62</a></p> <p id='n63' class='pln'><a href='#n63'>63</a></p> <p id='n64' class='pln'><a href='#n64'>64</a></p> <p id='n65' class='pln'><a href='#n65'>65</a></p> <p id='n66' class='pln'><a href='#n66'>66</a></p> <p id='n67' class='pln'><a href='#n67'>67</a></p> <p id='n68' class='pln'><a href='#n68'>68</a></p> <p id='n69' class='pln'><a href='#n69'>69</a></p> <p id='n70' class='pln'><a href='#n70'>70</a></p> <p id='n71' class='pln'><a href='#n71'>71</a></p> <p id='n72' class='pln'><a href='#n72'>72</a></p> <p id='n73' class='pln'><a href='#n73'>73</a></p> <p id='n74' class='pln'><a href='#n74'>74</a></p> <p id='n75' class='stm run hide_run'><a href='#n75'>75</a></p> <p id='n76' class='pln'><a href='#n76'>76</a></p> <p id='n77' class='stm run hide_run'><a href='#n77'>77</a></p> <p id='n78' class='pln'><a href='#n78'>78</a></p> <p id='n79' class='stm run hide_run'><a href='#n79'>79</a></p> <p id='n80' class='stm run hide_run'><a href='#n80'>80</a></p> <p id='n81' class='pln'><a href='#n81'>81</a></p> <p id='n82' class='pln'><a href='#n82'>82</a></p> <p id='n83' class='pln'><a href='#n83'>83</a></p> <p id='n84' class='stm run hide_run'><a href='#n84'>84</a></p> <p id='n85' class='pln'><a href='#n85'>85</a></p> <p id='n86' class='stm run hide_run'><a href='#n86'>86</a></p> <p id='n87' class='pln'><a href='#n87'>87</a></p> <p id='n88' class='pln'><a href='#n88'>88</a></p> <p id='n89' class='pln'><a href='#n89'>89</a></p> <p id='n90' class='pln'><a href='#n90'>90</a></p> <p id='n91' class='pln'><a href='#n91'>91</a></p> <p id='n92' class='pln'><a href='#n92'>92</a></p> <p id='n93' class='pln'><a href='#n93'>93</a></p> <p id='n94' class='pln'><a href='#n94'>94</a></p> <p id='n95' class='pln'><a href='#n95'>95</a></p> <p id='n96' class='pln'><a href='#n96'>96</a></p> <p id='n97' class='pln'><a href='#n97'>97</a></p> <p id='n98' class='pln'><a href='#n98'>98</a></p> <p id='n99' class='pln'><a href='#n99'>99</a></p> <p id='n100' class='pln'><a href='#n100'>100</a></p> <p id='n101' class='pln'><a href='#n101'>101</a></p> <p id='n102' class='pln'><a href='#n102'>102</a></p> <p id='n103' class='pln'><a href='#n103'>103</a></p> <p id='n104' class='pln'><a href='#n104'>104</a></p> <p id='n105' class='stm run hide_run'><a href='#n105'>105</a></p> <p id='n106' class='pln'><a href='#n106'>106</a></p> <p id='n107' class='pln'><a href='#n107'>107</a></p> <p id='n108' class='pln'><a href='#n108'>108</a></p> <p id='n109' class='pln'><a href='#n109'>109</a></p> <p id='n110' class='pln'><a href='#n110'>110</a></p> <p id='n111' class='pln'><a href='#n111'>111</a></p> <p id='n112' class='pln'><a href='#n112'>112</a></p> <p id='n113' class='pln'><a href='#n113'>113</a></p> <p id='n114' class='stm run hide_run'><a href='#n114'>114</a></p> <p id='n115' class='pln'><a href='#n115'>115</a></p> <p id='n116' class='stm run hide_run'><a href='#n116'>116</a></p> <p id='n117' class='pln'><a href='#n117'>117</a></p> <p id='n118' class='pln'><a href='#n118'>118</a></p> <p id='n119' class='pln'><a href='#n119'>119</a></p> <p id='n120' class='pln'><a href='#n120'>120</a></p> <p id='n121' class='pln'><a href='#n121'>121</a></p> <p id='n122' class='pln'><a href='#n122'>122</a></p> <p id='n123' class='pln'><a href='#n123'>123</a></p> <p id='n124' class='pln'><a href='#n124'>124</a></p> <p id='n125' class='pln'><a href='#n125'>125</a></p> <p id='n126' class='stm run hide_run'><a href='#n126'>126</a></p> <p id='n127' class='stm run hide_run'><a href='#n127'>127</a></p> <p id='n128' class='stm run hide_run'><a href='#n128'>128</a></p> <p id='n129' class='stm run hide_run'><a href='#n129'>129</a></p> <p id='n130' class='stm mis'><a href='#n130'>130</a></p> <p id='n131' class='pln'><a href='#n131'>131</a></p> <p id='n132' class='stm mis'><a href='#n132'>132</a></p> </td> <td class='text' valign='top'> <p id='t1' class='pln'><span class='com'>#!/usr/bin/python</span><span class='strut'>&nbsp;</span></p> <p id='t2' class='pln'><span class='com'># -*- coding: utf8 -*-</span><span class='strut'>&nbsp;</span></p> <p id='t3' class='pln'><span class='com'># -*- Mode: Python; py-indent-offset: 4 -*-</span><span class='strut'>&nbsp;</span></p> <p id='t4' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t5' class='stm run hide_run'><span class='str'>&quot;&quot;&quot;Method that send message on RabbitMQ or display it on stdout.</span><span class='strut'>&nbsp;</span></p> <p id='t6' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t7' class='pln'><span class='str'>.. moduleauthor:: Pierre Leray &lt;[email protected]&gt;</span><span class='strut'>&nbsp;</span></p> <p id='t8' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t9' class='pln'><span class='str'>&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t10' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t11' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>logging</span><span class='strut'>&nbsp;</span></p> <p id='t12' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>pika</span><span class='strut'>&nbsp;</span></p> <p id='t13' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>sys</span><span class='strut'>&nbsp;</span></p> <p id='t14' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>currentcost</span><span class='op'>.</span><span class='nam'>utils</span> <span class='key'>import</span> <span class='nam'>RABBIT_MQ_CREDENTIAL_PROBLEM</span><span class='strut'>&nbsp;</span></p> <p id='t15' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>currentcost</span><span class='op'>.</span><span class='nam'>utils</span> <span class='key'>import</span> <span class='nam'>RABBIT_MQ_CONNECTION_PROBLEM</span><span class='strut'>&nbsp;</span></p> <p id='t16' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>time</span> <span class='key'>import</span> <span class='nam'>tzname</span><span class='strut'>&nbsp;</span></p> <p id='t17' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>datetime</span> <span class='key'>import</span> <span class='nam'>datetime</span><span class='strut'>&nbsp;</span></p> <p id='t18' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>json</span><span class='strut'>&nbsp;</span></p> <p id='t19' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t20' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t21' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>RabbitMQMessager</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t22' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t23' class='pln'>&nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;This class send message to RabbitMQ or in stdout following user choice.</span><span class='strut'>&nbsp;</span></p> <p id='t24' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t25' class='pln'><span class='str'>&nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t26' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t27' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t28' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Constructor.</span><span class='strut'>&nbsp;</span></p> <p id='t29' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t30' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param username: Name of the RabbitMQ user.</span><span class='strut'>&nbsp;</span></p> <p id='t31' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type username: str.</span><span class='strut'>&nbsp;</span></p> <p id='t32' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t33' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param password: Password of the RabbitMQ user.</span><span class='strut'>&nbsp;</span></p> <p id='t34' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type password: str.</span><span class='strut'>&nbsp;</span></p> <p id='t35' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t36' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param host: Host target for RabbitMQ.</span><span class='strut'>&nbsp;</span></p> <p id='t37' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type host: str.</span><span class='strut'>&nbsp;</span></p> <p id='t38' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t39' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; Logger and channel initialization</span><span class='strut'>&nbsp;</span></p> <p id='t40' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span> <span class='op'>=</span> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>getLogger</span><span class='op'>(</span><span class='str'>&quot;currentcost.pika&quot;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t41' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='op'>=</span> <span class='nam'>None</span><span class='strut'>&nbsp;</span></p> <p id='t42' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; If we have a username and password for RabbitMQ</span><span class='strut'>&nbsp;</span></p> <p id='t43' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>username</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span> <span class='key'>and</span> <span class='nam'>password</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t44' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t45' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; We try to connect to RabbitMQ with this credential</span><span class='strut'>&nbsp;</span></p> <p id='t46' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>connection</span> <span class='op'>=</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>BlockingConnection</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t47' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>ConnectionParameters</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t48' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>host</span><span class='op'>=</span><span class='nam'>host</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t49' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>credentials</span><span class='op'>=</span><span class='nam'>pika</span><span class='op'>.</span><span class='nam'>PlainCredentials</span><span class='op'>(</span><span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>)</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t50' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; If our connection was successful we retrieve a channel</span><span class='strut'>&nbsp;</span></p> <p id='t51' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>connection</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t52' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>ConnectionClosed</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t53' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else if our credential were wrong, we log according message</span><span class='strut'>&nbsp;</span></p> <p id='t54' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>error</span><span class='op'>(</span><span class='nam'>RABBIT_MQ_CREDENTIAL_PROBLEM</span> <span class='op'>%</span> <span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t55' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t56' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>AMQPConnectionError</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t57' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else if RabbitMQ is not available in this location,</span><span class='strut'>&nbsp;</span></p> <p id='t58' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; we log according message</span><span class='strut'>&nbsp;</span></p> <p id='t59' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>error</span><span class='op'>(</span><span class='nam'>RABBIT_MQ_CONNECTION_PROBLEM</span> <span class='op'>%</span> <span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t60' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>username</span><span class='op'>,</span> <span class='nam'>password</span><span class='op'>,</span> <span class='nam'>host</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t61' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t62' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>send</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>message</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>=</span><span class='nam'>sys</span><span class='op'>.</span><span class='nam'>stdout</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t63' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Method that send a message with a topic.</span><span class='strut'>&nbsp;</span></p> <p id='t64' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t65' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t66' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t67' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t68' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param message: Message to send to RabbitMQ.</span><span class='strut'>&nbsp;</span></p> <p id='t69' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type message: str.</span><span class='strut'>&nbsp;</span></p> <p id='t70' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t71' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param out: Stdout redirection in case of test (default: stdout).</span><span class='strut'>&nbsp;</span></p> <p id='t72' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type out: StringIO.</span><span class='strut'>&nbsp;</span></p> <p id='t73' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t74' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We log message we want to send to keep a trace</span><span class='strut'>&nbsp;</span></p> <p id='t75' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>logger</span><span class='op'>.</span><span class='nam'>info</span><span class='op'>(</span><span class='nam'>message</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t76' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; If channel is available</span><span class='strut'>&nbsp;</span></p> <p id='t77' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t78' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; We send a message on this channel</span><span class='strut'>&nbsp;</span></p> <p id='t79' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>queue_declare</span><span class='op'>(</span><span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t80' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>basic_publish</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p> <p id='t81' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>exchange</span><span class='op'>=</span><span class='str'>&#39;&#39;</span><span class='op'>,</span> <span class='nam'>routing_key</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>body</span><span class='op'>=</span><span class='nam'>message</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t82' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>else</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t83' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Else we print it in stdout</span><span class='strut'>&nbsp;</span></p> <p id='t84' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>out</span><span class='op'>.</span><span class='nam'>write</span><span class='op'>(</span><span class='str'>&quot;%s %s&quot;</span> <span class='op'>%</span> <span class='op'>(</span><span class='nam'>unicode</span><span class='op'>(</span><span class='nam'>message</span><span class='op'>)</span><span class='op'>,</span> <span class='str'>&quot;\n&quot;</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t85' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t86' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>send_message</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>site_name</span><span class='op'>,</span> <span class='nam'>var_name</span><span class='op'>,</span> <span class='nam'>data</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>=</span><span class='nam'>sys</span><span class='op'>.</span><span class='nam'>stdout</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t87' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Format parameter into json string for phase platform.</span><span class='strut'>&nbsp;</span></p> <p id='t88' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t89' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t90' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t91' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t92' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param site_name: Name of the site.</span><span class='strut'>&nbsp;</span></p> <p id='t93' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type site_name: str.</span><span class='strut'>&nbsp;</span></p> <p id='t94' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t95' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param var_name: Variable name.</span><span class='strut'>&nbsp;</span></p> <p id='t96' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type var_name: str.</span><span class='strut'>&nbsp;</span></p> <p id='t97' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t98' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param data: Data send to send.</span><span class='strut'>&nbsp;</span></p> <p id='t99' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type data: str.</span><span class='strut'>&nbsp;</span></p> <p id='t100' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t101' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param out: Stdout redirection in case of test (default: stdout).</span><span class='strut'>&nbsp;</span></p> <p id='t102' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type out: StringIO.</span><span class='strut'>&nbsp;</span></p> <p id='t103' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t104' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We create our phase message</span><span class='strut'>&nbsp;</span></p> <p id='t105' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>json_message</span> <span class='op'>=</span> <span class='op'>{</span><span class='strut'>&nbsp;</span></p> <p id='t106' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;siteID&#39;</span><span class='op'>:</span> <span class='nam'>site_name</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t107' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;variableID&#39;</span><span class='op'>:</span> <span class='nam'>var_name</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t108' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;message&#39;</span><span class='op'>:</span> <span class='nam'>data</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t109' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;date&#39;</span><span class='op'>:</span> <span class='nam'>datetime</span><span class='op'>.</span><span class='nam'>utcnow</span><span class='op'>(</span><span class='op'>)</span><span class='op'>.</span><span class='nam'>isoformat</span><span class='op'>(</span><span class='str'>&#39;T&#39;</span><span class='op'>)</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t110' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;dstTimezone&#39;</span><span class='op'>:</span> <span class='nam'>tzname</span><span class='op'>[</span><span class='num'>1</span><span class='op'>]</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t111' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;nonDstTimezone&#39;</span><span class='op'>:</span> <span class='nam'>tzname</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t112' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='op'>}</span><span class='strut'>&nbsp;</span></p> <p id='t113' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; And we send it using our send method defined previously</span><span class='strut'>&nbsp;</span></p> <p id='t114' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>send</span><span class='op'>(</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>json</span><span class='op'>.</span><span class='nam'>dumps</span><span class='op'>(</span><span class='nam'>json_message</span><span class='op'>)</span><span class='op'>,</span> <span class='nam'>out</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t115' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t116' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>consume</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>callback</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t117' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;Method that wait for a message on RabbitMQ topics channels.</span><span class='strut'>&nbsp;</span></p> <p id='t118' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t119' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param topic: Channel where to send message (RabbitMQ filter).</span><span class='strut'>&nbsp;</span></p> <p id='t120' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type topic: str.</span><span class='strut'>&nbsp;</span></p> <p id='t121' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t122' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :param callback: Function that compute result of message (async).</span><span class='strut'>&nbsp;</span></p> <p id='t123' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :type callback: Function.</span><span class='strut'>&nbsp;</span></p> <p id='t124' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t125' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp;&nbsp; We try to connect to our channel and wait for a message</span><span class='strut'>&nbsp;</span></p> <p id='t126' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t127' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>queue_declare</span><span class='op'>(</span><span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t128' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>basic_consume</span><span class='op'>(</span><span class='nam'>callback</span><span class='op'>,</span> <span class='nam'>queue</span><span class='op'>=</span><span class='nam'>topic</span><span class='op'>,</span> <span class='nam'>no_ack</span><span class='op'>=</span><span class='nam'>True</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t129' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>channel</span><span class='op'>.</span><span class='nam'>start_consuming</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t130' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>pika</span><span class='op'>.</span><span class='nam'>exceptions</span><span class='op'>.</span><span class='nam'>ConnectionClosed</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t131' class='pln'><span class='com'>#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; If something goes wrong we pass silently</span><span class='strut'>&nbsp;</span></p> <p id='t132' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>pass</span><span class='strut'>&nbsp;</span></p> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>
linkdd/phase-currentcost
reports/cover/currentcost_rabbitmq_messager.html
HTML
mit
36,278
<template name="contactUs"> </template>
mohitgupta07/TCS-REMOTE-INTERNSHIP-PROJECT
client/templates/public/contactUs.html
HTML
mit
40
<!DOCTYPE html> <html> <head> <title>submergence#sendEvent~details documentation</title> <link rel="stylesheet" type="text/css" href="../../../../../../index.css" /> <link rel="stylesheet" type="text/css" href="../../../../../../highlight.css" /> <script type="text/javascript" src="../../../../../../index.js"></script> </head> <body class="spare" id="component_1441"> <div id="outer"> <div id="header"> <a class="ctype" href="../../../../../../index.html">spare</a> <span></span> <span class="breadcrumbs"> <span class="delimiter">:</span><a href="../../../../index.html" class="breadcrumb module">submergence</a><span class="delimiter">#</span><a href="../../index.html" class="breadcrumb member">sendEvent</a><span class="delimiter">~</span><a href="index.html" class="breadcrumb spare">details</a> </span> </div> <div id="content"> <!-- basic document info --> <div id="details"> <div class="markdown"><p>Select all active <code>Socket.io</code> connections belonging to a User or User/Client pair on a domain String.</p> </div> <div class="clear"></div> </div> <div class="children"> </div> </div> </div> <div id="footer"> This document was generated with <a href="https://github.com/shenanigans/node-doczar">doczar</a> at <span class="time">3:55pm</span> on <span class="date">8/14/2015</span> </div> </body> </html>
shenanigans/node-sublayer
static/docs/generated/module/submergence/member/sendevent/spare/details/index.html
HTML
mit
1,613
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.11.10: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.11.10 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_heap_profiler.html">HeapProfiler</a></li><li class="navelem"><a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html">ObjectNameResolver</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::HeapProfiler::ObjectNameResolver Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html">v8::HeapProfiler::ObjectNameResolver</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html#ad0d7c5b2ac71e468b2e05f18a590d3ae">GetName</a>(Handle&lt; Object &gt; object)=0</td><td class="entry"><a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html">v8::HeapProfiler::ObjectNameResolver</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~ObjectNameResolver</b>() (defined in <a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html">v8::HeapProfiler::ObjectNameResolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1_heap_profiler_1_1_object_name_resolver.html">v8::HeapProfiler::ObjectNameResolver</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:45:38 for V8 API Reference Guide for node.js v0.11.10 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>
v8-dox/v8-dox.github.io
5ce4f3e/html/classv8_1_1_heap_profiler_1_1_object_name_resolver-members.html
HTML
mit
5,543
<?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" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>Module: ErrorHelper</title> <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" /> <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script> <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script> <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script> </head> <body id="top" class="module"> <div id="metadata"> <div id="home-metadata"> <div id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./index.html#classes">Classes</a> <a href="./index.html#methods">Methods</a> </h3> </div> </div> <div id="file-metadata"> <div id="file-list-section" class="section"> <h3 class="section-header">In Files</h3> <div class="section-body"> <ul> <li><a href="./app/helpers/error_helper_rb.html?TB_iframe=true&amp;height=550&amp;width=785" class="thickbox" title="app/helpers/error_helper.rb">app/helpers/error_helper.rb</a></li> </ul> </div> </div> </div> <div id="class-metadata"> <!-- Method Quickref --> <div id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-error_handle">#error_handle</a></li> </ul> </div> <!-- Included Modules --> <div id="includes-section" class="section"> <h3 class="section-header">Included Modules</h3> <ul class="link-list"> <li><a class="include" href="ApplicationHelper.html">ApplicationHelper</a></li> </ul> </div> </div> <div id="project-metadata"> <div id="fileindex-section" class="section project-section"> <h3 class="section-header">Files</h3> <ul> <li class="file"><a href="./LICENSE.html">LICENSE</a></li> <li class="file"><a href="./Rakefile.html">Rakefile</a></li> <li class="file"><a href="./app/helpers/xbmc/xbmc-client-LICENSE.html">xbmc-client-LICENSE</a></li> <li class="file"><a href="./public/images/IUI_LICENSE_txt.html">IUI_LICENSE.txt</a></li> <li class="file"><a href="./public/jquery-toastmessage-plugin/LICENSE.html">LICENSE</a></li> <li class="file"><a href="./public/jquery-toastmessage-plugin/NOTICE.html">NOTICE</a></li> <li class="file"><a href="./rhoconfig_txt.html">rhoconfig.txt</a></li> <li class="file"><a href="./rholog_txt.html">rholog.txt</a></li> </ul> </div> <div id="classindex-section" class="section project-section"> <h3 class="section-header">Class/Module Index <span class="search-toggle"><img src="./images/find.png" height="16" width="16" alt="[+]" title="show/hide quicksearch" /></span></h3> <form action="#" method="get" accept-charset="utf-8" class="initially-hidden"> <fieldset> <legend>Quicksearch</legend> <input type="text" name="quicksearch" value="" class="quicksearch-field" /> </fieldset> </form> <ul class="link-list"> <li><a href="./ApiV4.html">ApiV4</a></li> <li><a href="./ApiV4/Application.html">ApiV4::Application</a></li> <li><a href="./ApiV4/Input.html">ApiV4::Input</a></li> <li><a href="./ApiV4/Playback.html">ApiV4::Playback</a></li> <li><a href="./ApiV4/Playlist.html">ApiV4::Playlist</a></li> <li><a href="./ApiV4/VideoLibrary.html">ApiV4::VideoLibrary</a></li> <li><a href="./Api.html">Api</a></li> <li><a href="./Api/V2.html">Api::V2</a></li> <li><a href="./Api/V4.html">Api::V4</a></li> <li><a href="./ApiV2.html">ApiV2</a></li> <li><a href="./ApiV2/Playback.html">ApiV2::Playback</a></li> <li><a href="./ApiV2/VideoLibrary.html">ApiV2::VideoLibrary</a></li> <li><a href="./XbmcConnect.html">XbmcConnect</a></li> <li><a href="./XbmcConnect/Command.html">XbmcConnect::Command</a></li> <li><a href="./AppApplication.html">AppApplication</a></li> <li><a href="./Application4.html">Application4</a></li> <li><a href="./ApplicationHelper.html">ApplicationHelper</a></li> <li><a href="./BarcodeScanController.html">BarcodeScanController</a></li> <li><a href="./BrowserHelper.html">BrowserHelper</a></li> <li><a href="./CommandsController.html">CommandsController</a></li> <li><a href="./CommandsHelper.html">CommandsHelper</a></li> <li><a href="./Control2.html">Control2</a></li> <li><a href="./Control4.html">Control4</a></li> <li><a href="./Controls.html">Controls</a></li> <li><a href="./ControlsController.html">ControlsController</a></li> <li><a href="./DownloadHelper.html">DownloadHelper</a></li> <li><a href="./ErrorHelper.html">ErrorHelper</a></li> <li><a href="./GeoController.html">GeoController</a></li> <li><a href="./GeoHelper.html">GeoHelper</a></li> <li><a href="./Input4.html">Input4</a></li> <li><a href="./MethodHelper.html">MethodHelper</a></li> <li><a href="./MoreController.html">MoreController</a></li> <li><a href="./Movie.html">Movie</a></li> <li><a href="./MovieController.html">MovieController</a></li> <li><a href="./MovieHelper.html">MovieHelper</a></li> <li><a href="./ObjHelper.html">ObjHelper</a></li> <li><a href="./Object.html">Object</a></li> <li><a href="./Playlist4.html">Playlist4</a></li> <li><a href="./PlaylistController.html">PlaylistController</a></li> <li><a href="./PlaylistHelper.html">PlaylistHelper</a></li> <li><a href="./Product.html">Product</a></li> <li><a href="./ProductController.html">ProductController</a></li> <li><a href="./ProductHelper.html">ProductHelper</a></li> <li><a href="./SpecRunner.html">SpecRunner</a></li> <li><a href="./SpecRunnerController.html">SpecRunnerController</a></li> <li><a href="./TempClass.html">TempClass</a></li> <li><a href="./TvEpisodeHelper.html">TvEpisodeHelper</a></li> <li><a href="./TvSeasonHelper.html">TvSeasonHelper</a></li> <li><a href="./TvShowHelper.html">TvShowHelper</a></li> <li><a href="./Tvepisode.html">Tvepisode</a></li> <li><a href="./TvepisodeController.html">TvepisodeController</a></li> <li><a href="./Tvseason.html">Tvseason</a></li> <li><a href="./TvseasonController.html">TvseasonController</a></li> <li><a href="./Tvshow.html">Tvshow</a></li> <li><a href="./TvshowController.html">TvshowController</a></li> <li><a href="./VideoLibrary2.html">VideoLibrary2</a></li> <li><a href="./VideoLibrary4.html">VideoLibrary4</a></li> <li><a href="./XbmcAppHelper.html">XbmcAppHelper</a></li> <li><a href="./XbmcConfig.html">XbmcConfig</a></li> <li><a href="./XbmcConfigController.html">XbmcConfigController</a></li> <li><a href="./XbmcConfigHelper.html">XbmcConfigHelper</a></li> <li><a href="./XbmcController.html">XbmcController</a></li> </ul> <div id="no-class-search-results" style="display: none;">No matching classes.</div> </div> </div> </div> <div id="documentation"> <h1 class="module">ErrorHelper</h1> <div id="description" class="description"> <p>Module to help with the handling of Connection Errors throughout the application.</p> </div><!-- description --> <div id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <div id="public-instance-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="error_handle-method" class="method-detail "> <a name="method-i-error_handle"></a> <div class="method-heading"> <span class="method-name">error_handle</span><span class="method-args">(params="")</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>Delegates to private methods that sort out the messages. Returns the type of error problem.</p> <div class="method-source-code" id="error_handle-source"> <pre> <span class="ruby-comment"># File app/helpers/error_helper.rb, line 15</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">error_handle</span>(<span class="ruby-identifier">params</span>=<span class="ruby-string">&quot;&quot;</span>) <span class="ruby-identifier">type</span> = <span class="ruby-string">&quot;unknown&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-constant">XbmcConfigHelper</span>.<span class="ruby-identifier">current_config</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-comment"># Creates an Alert window notifying users to activate or create </span> <span class="ruby-comment"># an XBMC Configuration.</span> <span class="ruby-identifier">type</span> = <span class="ruby-identifier">error_no_config</span> <span class="ruby-keyword">elsif</span> <span class="ruby-operator">!</span><span class="ruby-identifier">params</span>.<span class="ruby-identifier">blank?</span> <span class="ruby-comment"># Set Error type and message in XbmcConnect.error</span> <span class="ruby-identifier">type</span> = <span class="ruby-identifier">error_http</span>(<span class="ruby-identifier">params</span>) <span class="ruby-keyword">elsif</span> <span class="ruby-operator">!</span><span class="ruby-constant">XbmcConnect</span>.<span class="ruby-identifier">api_loaded?</span> <span class="ruby-comment"># Create an Alert windows notifying users that the API hasn't been</span> <span class="ruby-comment"># loaded.</span> <span class="ruby-identifier">type</span> = <span class="ruby-identifier">error_no_api</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">return</span> <span class="ruby-identifier">type</span> <span class="ruby-keyword">end</span></pre> </div><!-- error_handle-source --> </div> </div><!-- error_handle-method --> </div><!-- public-instance-method-details --> </div><!-- 5Buntitled-5D --> </div><!-- documentation --> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 2</small>.</p> </div> </body> </html>
richrace/RemoteApp
doc/ErrorHelper.html
HTML
mit
12,297
<h1><code ng:non-bindable="">suiRating</code> <div><span class="hint">directive in module <code ng:non-bindable="">sui.rating</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>Rating directive</p> </div></div> <h2 id="usage">Usage</h2> <div class="usage">as element:<pre class="prettyprint linenums">&lt;sui-rating model="{int}" size="{enum}" ui-style="{enum}" options="{array}" disabled on-leave="{function}" on-hover="{function}" on-rate="{function}"&gt; &lt;/sui-rating&gt;</pre> as attribute<pre class="prettyprint linenums">&lt;ANY sui-rating model="{int}" size="{enum}" ui-style="{enum}" options="{array}" disabled on-leave="{function}" on-hover="{function}" on-rate="{function}"&gt; ... &lt;/ANY&gt;</pre> <h3 id="usage_directive-info">Directive info</h3> <div class="directive-info"><ul><li>This directive creates new scope.</li> </ul> </div> <h4 id="usage_directive-info_parameters">Parameters</h4><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>model</td><td><a href="" class="label type-hint type-hint-int">int</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p><i class="exchange icon"></i>The selected value</p> </div></td></tr><tr><td>size</td><td><a href="" class="label type-hint type-hint-enum">enum</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>&quot;<code>mini</code>&quot; || &quot;<code>tiny</code>&quot; || &quot;<code>small</code>&quot; || &quot;<code>large</code>&quot; || &quot;<code>huge</code>&quot; || &quot;<code>massive</code>&quot; || <code>empty</code></p> </div></td></tr><tr><td>ui-style</td><td><a href="" class="label type-hint type-hint-enum">enum</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>&quot;<code>star</code>&quot; || &quot;<code>heart</code>&quot;</p> </div></td></tr><tr><td>options</td><td><a href="" class="label type-hint type-hint-array">array</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p><i class="exchange icon"></i> Array of integer values, e.g., <code>[1, 2, 3, 5, 8, 13]</code></p> </div></td></tr><tr><td>disabled</td><td><a href="" class="label type-hint type-hint-boolean">boolean</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>Disabled or not</p> </div></td></tr><tr><td>on-leave</td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>Callback when leaving the rating</p> </div></td></tr><tr><td>on-hover</td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>Callback when hovering the rating</p> </div></td></tr><tr><td>on-rate</td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><p>Callback when confirming the rating</p> </div></td></tr></tbody></table></div> <h2 id="example">Example</h2> <div class="example"><div class="sui-rating-directiv-page sui-rating-directiv-suirating-page"><h4 id="example_source">Source</h4> <div source-edit="sui.rating" source-edit-deps="angular.js app.js" source-edit-html="index.html-14" source-edit-css="" source-edit-js="app.js" source-edit-json="" source-edit-unit="" source-edit-scenario=""></div> <div class="tabbable"><div class="tab-pane" title="index.html"> <pre class="prettyprint linenums" ng-set-text="index.html-14" ng-html-wrap-loaded="sui.rating angular.js app.js"></pre> <script type="text/ng-template" id="index.html-14"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.css"> <div class="ui segment" ng-controller="DemoController as vm"> <div sui-rating model="vm.value" options="vm.options" on-rate="vm.onRate(model)" on-leave="vm.onLeave(model)" on-hover="vm.onHover(model)" size="{{vm.size}}" ui-style="{{vm.uiStyle}}" disabled="{{vm.disabled}}"></div> <div class="ui divider"></div> <button class="ui tiny negative button" ng-click="vm.toggleDisable()">Toggle disable</button> <button class="ui tiny primary button" ng-click="vm.setSize('mini')">mini</button> <button class="ui tiny primary button" ng-click="vm.setSize('tiny')">tiny</button> <button class="ui tiny primary button" ng-click="vm.setSize('small')">small</button> <button class="ui tiny primary button" ng-click="vm.setSize('')">normal</button> <button class="ui tiny primary button" ng-click="vm.setSize('large')">large</button> <button class="ui tiny primary button" ng-click="vm.setSize('huge')">huge</button> <button class="ui tiny primary button" ng-click="vm.setSize('massive')">massive</button> <div class="ui divider"></div> <button class="ui tiny primary button" ng-click="vm.setStyle('heart')"> <i class="heart icon"></i> Heart Icon </button> <button class="ui tiny primary button" ng-click="vm.setStyle('star')"> <i class="star icon"></i> Star Icon </button> <button class="ui tiny primary button" ng-click="vm.setStyle('')"> <i class="icon"></i> Default Icon </button> <div class="ui positive message">{{ vm | json }}</div> </div> </script> </div> <div class="tab-pane" title="app.js"> <pre class="prettyprint linenums" ng-set-text="app.js"></pre> <script type="text/ng-template" id="app.js"> angular.module('sui.rating') .controller('DemoController', [function () { var vm = this; vm.options = [1, 2, 3, 5, 8, 13]; vm.size = "huge"; vm.uiStyle = "heart"; vm.disabled = ''; vm.value = 5; vm.toggleDisable = function () { vm.disabled = vm.disabled ? '' : 'true'; }; vm.setSize = function (s) { vm.size = s; }; vm.setStyle = function (s) { vm.uiStyle = s; }; vm.onHover = function (value) { vm.hover = 'Callback hover: ' + value; }; vm.onLeave = function (value) { vm.leave = 'Callback leave: ' + value; }; vm.onRate = function (value) { vm.rate = 'Callback rate: ' + value; }; }]); </script> </div> </div><h4 id="example_demo">Demo</h4> <div class="well doc-example-live animate-container" ng-embed-app="sui.rating" ng-set-html="index.html-14" ng-eval-javascript="app.js"></div> </div></div> </div>
agongdai/angular-sui
docs/partials/api/sui.rating.directiv.suiRating.html
HTML
mit
7,085
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Pick Show Date | TheatrePrototype</title> <link rel="stylesheet" href="assets/css/main.css"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/jquery.slick/1.5.0/slick.css"/> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="brandHorizon"></div> <div class="navbar container" role="navigation"> <div class="row"> <a href="/" class="logo col-xs-7"><img src="http://placehold.it/100x30" alt=""></a> <a class="phone col-xs-5" href="">0800 0832 0841</a> </div> </div> <div class="container"> <div class="row"> <div id="js_datePicker" class="col-xs-12"> </div> </div> <div class="row"> <a href="seatSelection.html#summaryPull" class="col-xs-12"> <button class="btn btn-primary btn-block">Select Date</button> </a> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://code.jquery.com/jquery.js"></script> <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.5.0/slick.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="assets/js/default.js"></script> </body> </html>
MCooke/theatrePrototype
dist/pickDate.html
HTML
mit
1,898
{% load json %}A{{ data|json_ascii|safe }}A
gitpan/Dotiac-addon-json
t/filter_json_ascii.html
HTML
mit
44
<div class="navbar-fixed"> <nav> <div class="nav-wrapper"> <ul class="left"> <li><a data-activates="side-menu-left" id="button-menu-left" href="#"><i class="material-icons">menu</i></a></li> </ul> <a href="/" class="brand-logo">{{ .Site.Title }}</a> <ul class="right hide-on-med-and-down"> <form> <div class="input-field"> <input id="search" type="search" required> <label for="search"><i class="material-icons">search</i></label> <i class="material-icons">close</i> </div> </form> </ul> </div> <ul id="side-menu-left" class="side-nav"> <li><img onclick="location.href='{{ .Site.BaseURL }}'" src="{{ .Site.BaseURL }}/images/stash.png" style="height:200px;width:200px;" /></li> <li><a class="waves-effect waves-teal" href="/about/">ร€ propos</a></li> <li><a class="waves-effect waves-teal" href="/contact/">Contact</a></li> </ul> </nav> </div>
bdronneau/materialize-cards
layouts/partials/navigation.html
HTML
mit
991
<form name="form" id="planForm" novalidate class="form-horizontal"> <div class="form-group" ng-class="{'has-error': form.title.$error.required}"> <label class="col-sm-3 control-label" for="title" translate>plan.form.title.label</label> <div class="col-sm-9"> <input id="title" name="title" type="text" class="form-control" ng-model="plan.title" required/> </div> </div> <div class="form-group"> <div class="col-sm-9 col-sm-offset-3"> <div class="checkbox"> <label> <input type="checkbox" ng-model="showHosting" ng-change="deleteEntry('hosting')">{{ 'plan.form.hosting.label' | translate }} </label> </div> </div> <div class="col-sm-offset-3 col-sm-6" ng-if="showHosting" ng-class="{'has-error': form.hostingValue.$error.required}"> <input ng-init="plan.hosting.unit='minutes'" name="hostingValue" type="number" class="form-control" ng-model="plan.hosting.value" required/> </div> <div class="col-sm-3" ng-if="showHosting"> <p>Minuten</p> </div> </div> <div class="form-group"> <div class="col-sm-9 col-sm-offset-3"> <div class="checkbox"> <label> <input type="checkbox" ng-model="showTraffic" ng-change="deleteEntry('traffic')">{{ 'plan.form.traffic.label' | translate }} </label> </div> </div> <div class="col-sm-offset-3 col-sm-6" ng-if="showTraffic" ng-class="{'has-error': form.trafficValue.$error.required}"> <input name="trafficValue" type="number" class="form-control" ng-model="plan.traffic.value" required/> </div> <div class="col-sm-3" ng-if="showTraffic" ng-class="{'has-error': form.trafficUnit.$error.required}"> <select class="form-control " name="trafficUnit" ng-options="id as name for (id, name) in units" ng-model="plan.traffic.unit" required></select> </div> </div> <div class="form-group"> <div class="col-sm-9 col-sm-offset-3"> <div class="checkbox"> <label> <input type="checkbox" ng-model="showUser" ng-change="deleteEntry('user')">{{ 'plan.form.user.label' | translate }} </label> </div> <span class="help-block" ng-show="form.validPlan.$error.validator" translate> plan.form.type.help </span> </div> <div class="col-sm-offset-3 col-sm-6" ng-if="showUser" ng-class="{'has-error': form.userValue.$error.required}"> <input ng-init="plan.user.unit='item'" name="userValue" type="number" class="form-control" ng-model="plan.user.value" required/> </div> </div> <input ng-model="validPlan" type="hidden" name="validPlan" ui-validate-watch="[ 'showUser', 'showTraffic', 'showHosting']" ui-validate=" 'showUser || showTraffic || showHosting'" /> <div ng-show="plan.id" class="row"> <div class="col-sm-6 text-left"> <button class="btn btn-default" ui-sref="admin.plan.list" translate> common.cancel.label </button> </div> <div class="col-sm-6 text-right"> <button class="btn" ng-click="reset()" ng-disabled="form.$pristine" translate> form.reset.label </button> <button class="btn btn-primary" right="plan_edit" reviewable-action action="edit(reviewer)" ng-disabled="form.$invalid || plan.reviewStatus != 'none' || form.$pristine"> {{ 'form.save.label' | translate}} </button> </div> </div> <div class="row" ng-show="!plan.id"> <div class="col-sm-6 text-left"> <button class="btn btn-default" ui-sref="admin.plan.list" translate> common.cancel.label </button> </div> <div class="col-sm-6 text-right"> <button class="btn" ng-click="reset()" ng-disabled="form.$pristine" translate> form.reset.label </button> <button class="btn btn-primary" ng-click="create()" ng-disabled="form.$invalid "> {{ 'form.save.label' | translate}} </button> </div> </div> </form>
dasrick/mi-ccc-ui
src/components/plan/views/form.html
HTML
mit
5,169
<div class="well"> <header> <h2>Cash Flow</h2> </header> <div class="lead" ng-transclude></div> </div>
AcademiaBinaria/NodeJS
12 mongodb/12b-mongodb-client/client/directivas/tpl-cabecera.html
HTML
mit
123
<html> <!-- Mirrored from www.sekolahkoding.com/forum/pertanyaan/"http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js&quot" by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Mar 2016 10:57:23 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head> <title>Forum programmer indonesia - Sekolah Koding </title> <meta charset="UTF-8"> <meta name="description" content="Forum web developer dan programmer indonesia, diskusi seputar web development, programming dan design di sini. SekolahKoding, tempat belajar web development online"> <meta name="keywords" content="forum,programmer,web,developer,diskusi,development,website,indonesia,web,designer,html,bahasa,belajar,tutorial,css,javascript,java,photshop,illustrator"> <meta name="author" content="SekolahKoding"> <link rel="stylesheet" href="https://www.sekolahkoding.com/user/css/main-app.css" charset="utf-8"> <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="icon" href="https://www.sekolahkoding.com/favicon.ico" type="image/x-icon" /> <!-- for facebook graph--> <meta property="og:title" content="Forum Sekolah Koding"> <meta property="og:image" content="/asset/blue-logo.png"> <meta property="og:description" content="Forum web developer dan programmer indonesia, diskusi seputar web development, programming dan design di sini. SekolahKoding, tempat belajar web development online"> </head> <body class="body-class"> <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','http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-59878621-1', 'auto'); ga('send', 'pageview'); </script> <div id="page-wrapper"> <div id="menu_left_back"></div> <div id="menu_left" class="menu_forum"> <div id="menu_title"> <h2><a href="https://www.sekolahkoding.com/forum">Forum SekolahKoding</a></h2> <h3> Buka pintu ilmu pengetahuan dengan kunci pertanyaan </h3> </div> <div id="menu_left_bottom"> <a href="https://www.sekolahkoding.com/upacara"><li> <img src="https://www.sekolahkoding.com/asset/upacara-icon.png" alt="" /> Upacara </li></a> <a href="https://www.sekolahkoding.com/forum"><li> <img src="https://www.sekolahkoding.com/asset/forum-icon.png" alt="" /> Forum</li></a> <a href="https://www.sekolahkoding.com/perpustakaan"><li> <img src="https://www.sekolahkoding.com/asset/perpus-icon.png" alt="" /> Perpustakaan </li></a> <a href="https://www.sekolahkoding.com/kelas"><li> <img src="https://www.sekolahkoding.com/asset/kelas-icon.png" alt="" /> Kelas </li></a> <a href="https://www.sekolahkoding.com/perjalanan"><li> <img src="https://www.sekolahkoding.com/asset/jejak-icon.png" alt="" /> Perjalanan </li></a> <a href="https://www.sekolahkoding.com/member"><li> <img src="https://www.sekolahkoding.com/asset/member-icon.png" alt="" /> Member </li></a> <!-- <a href="/syarat"> <li> <img src="/asset/donasi-icon.png" alt="" /> Syarat </li></a> --> </div> <div class="top_user"> <h3>Poin Terbanyak</h3> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/immeng"> <div class=""> @Immeng (72)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/paulpogba"> <div class=""> @Paulpogba (55)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/Saputroandhi"> <div class=""> @Saputroandhi (48)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/ardyhim"> <div class=""> @Ardyhim (35)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/hilmanrdn"> <div class=""> @Hilmanrdn (28)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/sekolahkoding"> <div class=""> @Sekolahkoding (23)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/frans"> <div class=""> @Frans (20)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/username"> <div class=""> @Username (16)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/knightofgray"> <div class=""> @Knightofgray (15)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/ronaidea"> <div class=""> @Ronaidea (11)</div> </a> </div> <div class="clear"></div> <div class="top_user"> <h3>Kontribusi Terbanyak</h3> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/hilmanrdn"> <div class=""> @Hilmanrdn (273)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/Saputroandhi"> <div class=""> @Saputroandhi (242)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/paulpogba"> <div class=""> @Paulpogba (224)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/immeng"> <div class=""> @Immeng (210)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/fadhil"> <div class=""> @Fadhil (126)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/cescgie"> <div class=""> @Cescgie (105)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/frans"> <div class=""> @Frans (91)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/ardyhim"> <div class=""> @Ardyhim (86)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/knightofgray"> <div class=""> @Knightofgray (86)</div> </a> <a class="each_top_user" href="https://www.sekolahkoding.com/user/profile/username"> <div class=""> @Username (70)</div> </a> </div> <div class="clear"></div> <div class="top_user"> <!-- <h3>Aktivitas Terakhir</h3> --> </div> <br> <div id="halalad_companion_ad_div_TGKcTDQBBfRZZhEVEHgq5Rb3v2U=dhbdsljhbdDjTchvMzkx" style="display: none;"> <script id="widget_lib_TGKcTDQBBfRZZhEVEHgq5Rb3v2U=dhbdsljhbdDjTchvMzkx" src="https://www.halal.ad/assets/javascripts/publisher/widgets/had_widget_lib.js" async></script> <script id="widget_formatter_TGKcTDQBBfRZZhEVEHgq5Rb3v2U=dhbdsljhbdDjTchvMzkx" type="text/javascript" src="https://www.halal.ad/assets/javascripts/publisher/widgets/widget_300_250.js" async></script> <iframe id="halalad_ads_frame_TGKcTDQBBfRZZhEVEHgq5Rb3v2U=dhbdsljhbdDjTchvMzkx" style="display : block ;" name="halalad_ads_frame" target-domain="https://www.halal.ad" width="0" height="0" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true"> </iframe> <script src="https://www.halal.ad/getWidgetBootstrap?widgetToken=TGKcTDQBBfRZZhEVEHgq5Rb3v2U=dhbdsljhbdDjTchvMzkx" async></script> </div> </div><!-- end menu_left --> <div id="main_wrapper" class="main_forum"> <div id="menu-top-profil"> <div id="blue-logo"> <a href="https://www.sekolahkoding.com/user"><img src="https://www.sekolahkoding.com/asset/blue-logo.png" alt=""/></a> </div> <ul> <li class="login"><a href="https://sekolahkoding.com/user/login.php">Masuk</a></li> <li><a href="https://www.sekolahkoding.com/user">Profil</a></li> <li><a href="https://www.sekolahkoding.com/kelas">Kelas</a></li> <li> <!-- notifikasi --> <!-- end of notifikasi --> </li> </ul> <!-- sweetalert--> <script src="https://sekolahkoding.com/user/js/sweetalert-dev.js"></script> <link rel="stylesheet" href="https://sekolahkoding.com/user/js/sweetalert.css"> <script> $(document).ready(function() { $(".logout").on('click',function(){ swal({ title: "Yakin mau keluar?", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Keluar", cancelButtonText: "Batal", closeOnConfirm: false },function(response){ if(response == true){ $url = 'https://www.sekolahkoding.com/user/logout.php'; $data = { args : 'logout' } $.post($url, $data).done(function(){ swal("Sampai jumpa!", "istirahat ya.."); setTimeout(keluar, 1500) }); function keluar() { window.location.href = "https://www.sekolahkoding.com/user/login.php"; } } }); return false; }); }); //end jquery doc ready </script> </div> <div class="title_content"> <h1> Aktivitas Terakhir Forum </h1> </div> <div class="content"> <div id="create_forum"> <a href="https://www.sekolahkoding.com/forum/tanya"><span>Tanya โœŽ</span></a> </div> <div id="filter_populer" class="filter_forum" value="populer" style="display:none;"> <span>Populer</span> </div> <div id="filter_noanswer" class="filter_forum" value="belum-terjawab"> <span>Belum terjawab</span> </div> <!-- <div class="clear_on_sp"></div> --> <!-- <a href="#" class="toggle"> Topik Forum</a> <div id="forum_cat_list" class="daftar_umum"> </div> --> <select name="daftar_pelajaran" id="select_daftar_pelajaran"> <option class="option_pelajaran" value="/forum">Semua Topik</option> <option class="option_pelajaran" value="/forum/tag/html" > Html </option> <option class="option_pelajaran" value="/forum/tag/css" > Css </option> <option class="option_pelajaran" value="/forum/tag/javascript" > Javascript </option> <option class="option_pelajaran" value="/forum/tag/database" > Database </option> <option class="option_pelajaran" value="/forum/tag/php" > Php </option> <option class="option_pelajaran" value="/forum/tag/ruby" > Ruby </option> <option class="option_pelajaran" value="/forum/tag/design" > Design </option> <option class="option_pelajaran" value="/forum/tag/java" > Java </option> <option class="option_pelajaran" value="/forum/tag/tool" > Tool </option> <option class="option_pelajaran" value="/forum/tag/bebas" > Bebas </option> <option class="option_pelajaran" value="/forum/tag/blog" > Blog </option> <option class="option_pelajaran" value="/forum/tag/android" > Android </option> <option class="option_pelajaran" value="/forum/tag/google" > Google </option> <option class="option_pelajaran" value="/forum/tag/yahoo" > Yahoo </option> <option class="option_pelajaran" value="/forum/tag/eclipse" > Eclipse </option> <option class="option_pelajaran" value="/forum/tag/hosting" > Hosting </option> <option class="option_pelajaran" value="/forum/tag/wordpress" > Wordpress </option> <option class="option_pelajaran" value="/forum/tag/codeigniter" > Codeigniter </option> <option class="option_pelajaran" value="/forum/tag/cms" > Cms </option> <option class="option_pelajaran" value="/forum/tag/web" > Web </option> <option class="option_pelajaran" value="/forum/tag/mysql" > Mysql </option> <option class="option_pelajaran" value="/forum/tag/crud" > Crud </option> <option class="option_pelajaran" value="/forum/tag/jquery" > Jquery </option> <option class="option_pelajaran" value="/forum/tag/angularjs" > Angularjs </option> <option class="option_pelajaran" value="/forum/tag/analytics" > Analytics </option> <option class="option_pelajaran" value="/forum/tag/session" > Session </option> <option class="option_pelajaran" value="/forum/tag/code" > Code </option> <option class="option_pelajaran" value="/forum/tag/dll" > Dll </option> <option class="option_pelajaran" value="/forum/tag/convert" > Convert </option> <option class="option_pelajaran" value="/forum/tag/decimal" > Decimal </option> <option class="option_pelajaran" value="/forum/tag/ke" > Ke </option> <option class="option_pelajaran" value="/forum/tag/binary" > Binary </option> <option class="option_pelajaran" value="/forum/tag/laravel" > Laravel </option> <option class="option_pelajaran" value="/forum/tag/html5" > Html5 </option> <option class="option_pelajaran" value="/forum/tag/gamification" > Gamification </option> <option class="option_pelajaran" value="/forum/tag/rewardable" > Rewardable </option> <option class="option_pelajaran" value="/forum/tag/nodejs" > Nodejs </option> <option class="option_pelajaran" value="/forum/tag/photoshop" > Photoshop </option> <option class="option_pelajaran" value="/forum/tag/c" > C </option> <option class="option_pelajaran" value="/forum/tag/assembly" > Assembly </option> <option class="option_pelajaran" value="/forum/tag/button" > Button </option> <option class="option_pelajaran" value="/forum/tag/Rails" > Rails </option> <option class="option_pelajaran" value="/forum/tag/oracle" > Oracle </option> <option class="option_pelajaran" value="/forum/tag/ css" > css </option> <option class="option_pelajaran" value="/forum/tag/ php" > php </option> <option class="option_pelajaran" value="/forum/tag/framework" > Framework </option> <option class="option_pelajaran" value="/forum/tag/tanya" > Tanya </option> <option class="option_pelajaran" value="/forum/tag/cara" > Cara </option> <option class="option_pelajaran" value="/forum/tag/ajax" > Ajax </option> <option class="option_pelajaran" value="/forum/tag/json" > Json </option> <option class="option_pelajaran" value="/forum/tag/easyui" > Easyui </option> <option class="option_pelajaran" value="/forum/tag/pemula" > Pemula </option> <option class="option_pelajaran" value="/forum/tag/table" > Table </option> <option class="option_pelajaran" value="/forum/tag/lukajiwa" > Lukajiwa </option> <option class="option_pelajaran" value="/forum/tag/form" > Form </option> <option class="option_pelajaran" value="/forum/tag/ang" > Ang </option> <option class="option_pelajaran" value="/forum/tag/koding" > Koding </option> <option class="option_pelajaran" value="/forum/tag/HTM" > HTM </option> <option class="option_pelajaran" value="/forum/tag/ semua topik" > semua topik </option> <option class="option_pelajaran" value="/forum/tag/xampp" > Xampp </option> <option class="option_pelajaran" value="/forum/tag/hardware" > Hardware </option> <option class="option_pelajaran" value="/forum/tag/santai" > Santai </option> <option class="option_pelajaran" value="/forum/tag/array" > Array </option> <option class="option_pelajaran" value="/forum/tag/netbeans" > Netbeans </option> <option class="option_pelajaran" value="/forum/tag/responsive" > Responsive </option> <option class="option_pelajaran" value="/forum/tag/kritik&amp;saran" > Kritik&amp;saran </option> <option class="option_pelajaran" value="/forum/tag/website" > Website </option> <option class="option_pelajaran" value="/forum/tag/hml" > Hml </option> <option class="option_pelajaran" value="/forum/tag/saran" > Saran </option> <option class="option_pelajaran" value="/forum/tag/belajar" > Belajar </option> <option class="option_pelajaran" value="/forum/tag/random" > Random </option> <option class="option_pelajaran" value="/forum/tag/CI" > CI </option> <option class="option_pelajaran" value="/forum/tag/bootstrap" > Bootstrap </option> <option class="option_pelajaran" value="/forum/tag/terimakasih" > Terimakasih </option> <option class="option_pelajaran" value="/forum/tag/editor" > Editor </option> <option class="option_pelajaran" value="/forum/tag/texteditor" > Texteditor </option> <option class="option_pelajaran" value="/forum/tag/notepad++" > Notepad++ </option> <option class="option_pelajaran" value="/forum/tag/mysqli" > Mysqli </option> <option class="option_pelajaran" value="/forum/tag/oop" > Oop </option> <option class="option_pelajaran" value="/forum/tag/localhost" > Localhost </option> <option class="option_pelajaran" value="/forum/tag/phpmyadmin" > Phpmyadmin </option> <option class="option_pelajaran" value="/forum/tag/tipsdantrik" > Tipsdantrik </option> <option class="option_pelajaran" value="/forum/tag/semua" > Semua </option> <option class="option_pelajaran" value="/forum/tag/cookies" > Cookies </option> <option class="option_pelajaran" value="/forum/tag/footer" > Footer </option> <option class="option_pelajaran" value="/forum/tag/chrome" > Chrome </option> <option class="option_pelajaran" value="/forum/tag/phonegap" > Phonegap </option> <option class="option_pelajaran" value="/forum/tag/frontend" > Frontend </option> <option class="option_pelajaran" value="/forum/tag/backend" > Backend </option> <option class="option_pelajaran" value="/forum/tag/webdeveloper" > Webdeveloper </option> <option class="option_pelajaran" value="/forum/tag/.htaccess" > .htaccess </option> <option class="option_pelajaran" value="/forum/tag/umum" > Umum </option> <option class="option_pelajaran" value="/forum/tag/scss" > Scss </option> <option class="option_pelajaran" value="/forum/tag/vb" > Vb </option> <option class="option_pelajaran" value="/forum/tag/pengalaman" > Pengalaman </option> <option class="option_pelajaran" value="/forum/tag/otodidak" > Otodidak </option> <option class="option_pelajaran" value="/forum/tag/curhat" > Curhat </option> <option class="option_pelajaran" value="/forum/tag/facebook" > Facebook </option> <option class="option_pelajaran" value="/forum/tag/mvc" > Mvc </option> <option class="option_pelajaran" value="/forum/tag/EclipseError" > EclipseError </option> <option class="option_pelajaran" value="/forum/tag/upload" > Upload </option> <option class="option_pelajaran" value="/forum/tag/pdo" > Pdo </option> <option class="option_pelajaran" value="/forum/tag/file" > File </option> <option class="option_pelajaran" value="/forum/tag/js" > Js </option> <option class="option_pelajaran" value="/forum/tag/dreamweaver" > Dreamweaver </option> <option class="option_pelajaran" value="/forum/tag/terminal" > Terminal </option> <option class="option_pelajaran" value="/forum/tag/oot" > Oot </option> <option class="option_pelajaran" value="/forum/tag/Bertanya" > Bertanya </option> <option class="option_pelajaran" value="/forum/tag/Algoritma" > Algoritma </option> <option class="option_pelajaran" value="/forum/tag/Pemrograman" > Pemrograman </option> <option class="option_pelajaran" value="/forum/tag/coding" > Coding </option> <option class="option_pelajaran" value="/forum/tag/tutorial" > Tutorial </option> <option class="option_pelajaran" value="/forum/tag/wert" > Wert </option> <option class="option_pelajaran" value="/forum/tag/javasc" > Javasc </option> <option class="option_pelajaran" value="/forum/tag/ubuntu" > Ubuntu </option> <option class="option_pelajaran" value="/forum/tag/mongoose" > Mongoose </option> <option class="option_pelajaran" value="/forum/tag/e-commerce" > E-commerce </option> <option class="option_pelajaran" value="/forum/tag/other" > Other </option> <option class="option_pelajaran" value="/forum/tag/googleapi" > Googleapi </option> <option class="option_pelajaran" value="/forum/tag/c++" > C++ </option> <option class="option_pelajaran" value="/forum/tag/mylog" > Mylog </option> <option class="option_pelajaran" value="/forum/tag/p" > P </option> <option class="option_pelajaran" value="/forum/tag/css3" > Css3 </option> <option class="option_pelajaran" value="/forum/tag/c#" > C# </option> <option class="option_pelajaran" value="/forum/tag/cc" > Cc </option> <option class="option_pelajaran" value="/forum/tag/aplikasi" > Aplikasi </option> <option class="option_pelajaran" value="/forum/tag/kok tidak ada yg men" > Kok tidak ada yg men </option> <option class="option_pelajaran" value="/forum/tag/aplikasi textmate" > Aplikasi textmate </option> <option class="option_pelajaran" value="/forum/tag/videoturorial" > Videoturorial </option> <option class="option_pelajaran" value="/forum/tag/ latihan bootsrta" > latihan bootsrta </option> <option class="option_pelajaran" value="/forum/tag/postgresql" > Postgresql </option> <option class="option_pelajaran" value="/forum/tag/alert" > Alert </option> <option class="option_pelajaran" value="/forum/tag/boostrap" > Boostrap </option> <option class="option_pelajaran" value="/forum/tag/landing-page" > Landing-page </option> <option class="option_pelajaran" value="/forum/tag/it" > It </option> <option class="option_pelajaran" value="/forum/tag/ kembali rp. " > kembali rp. </option> <option class="option_pelajaran" value="/forum/tag/all" > All </option> <option class="option_pelajaran" value="https://www.sekolahkoding.com/forum/tag/html.css.php" > Html.css.php </option> <option class="option_pelajaran" value="/forum/tag/ dll" > dll </option> <option class="option_pelajaran" value="/forum/tag/style" > Style </option> <option class="option_pelajaran" value="/forum/tag/.net" > .net </option> <option class="option_pelajaran" value="/forum/tag/asp.net (c#)" > Asp.net (c#) </option> <option class="option_pelajaran" value="/forum/tag/#browser" > #browser </option> <option class="option_pelajaran" value="/forum/tag/atom" > Atom </option> <option class="option_pelajaran" value="/forum/tag/security" > Security </option> <option class="option_pelajaran" value="/forum/tag/html css bootstrap j" > Html css bootstrap j </option> <option class="option_pelajaran" value="/forum/tag/htlm bootstrap css f" > Htlm bootstrap css f </option> <option class="option_pelajaran" value="/forum/tag/flashcs6" > Flashcs6 </option> <option class="option_pelajaran" value="/forum/tag/diphpin" > Diphpin </option> <option class="option_pelajaran" value="/forum/tag/filter" > Filter </option> <option class="option_pelajaran" value="/forum/tag/input" > Input </option> <option class="option_pelajaran" value="/forum/tag/os" > Os </option> <option class="option_pelajaran" value="/forum/tag/.dll" > .dll </option> <option class="option_pelajaran" value="/forum/tag/data" > Data </option> <option class="option_pelajaran" value="/forum/tag/ionic" > Ionic </option> <option class="option_pelajaran" value="/forum/tag/phpmail" > Phpmail </option> <option class="option_pelajaran" value="/forum/tag/sql" > Sql </option> <option class="option_pelajaran" value="/forum/tag/cmd" > Cmd </option> <option class="option_pelajaran" value="/forum/tag/dropdown" > Dropdown </option> <option class="option_pelajaran" value="/forum/tag/runtimeexception" > Runtimeexception </option> <option class="option_pelajaran" value="/forum/tag/direktori" > Direktori </option> <option class="option_pelajaran" value="/forum/tag/require_once" > Require_once </option> <option class="option_pelajaran" value="/forum/tag/filepath" > Filepath </option> <option class="option_pelajaran" value="/forum/tag/seo" > Seo </option> <option class="option_pelajaran" value="/forum/tag/phperror" > Phperror </option> <option class="option_pelajaran" value="/forum/tag/@registercodeigniter" > @registercodeigniter </option> <option class="option_pelajaran" value="/forum/tag/visualstudio" > Visualstudio </option> <option class="option_pelajaran" value="/forum/tag/api" > Api </option> <option class="option_pelajaran" value="/forum/tag/alur" > Alur </option> <option class="option_pelajaran" value="/forum/tag/innerjoin" > Innerjoin </option> <option class="option_pelajaran" value="/forum/tag/github" > Github </option> <option class="option_pelajaran" value="/forum/tag/video" > Video </option> <option class="option_pelajaran" value="/forum/tag/jekyll" > Jekyll </option> <option class="option_pelajaran" value="/forum/tag/error" > Error </option> <option class="option_pelajaran" value="/forum/tag/blogger" > Blogger </option> <option class="option_pelajaran" value="/forum/tag/ database" > database </option> <option class="option_pelajaran" value="/forum/tag/middleware laravel" > Middleware laravel </option> <option class="option_pelajaran" value="/forum/tag/update" > Update </option> <option class="option_pelajaran" value="/forum/tag/select" > Select </option> <option class="option_pelajaran" value="/forum/tag/option" > Option </option> <option class="option_pelajaran" value="/forum/tag/fatalerrorexception " > Fatalerrorexception </option> <option class="option_pelajaran" value="/forum/tag/paging" > Paging </option> <option class="option_pelajaran" value="/forum/tag/pagination" > Pagination </option> <option class="option_pelajaran" value="/forum/tag/fungsi" > Fungsi </option> <option class="option_pelajaran" value="/forum/tag/variable" > Variable </option> <option class="option_pelajaran" value="/forum/tag/query" > Query </option> <option class="option_pelajaran" value="/forum/tag/server" > Server </option> <option class="option_pelajaran" value="/forum/tag/5.1" > 5.1 </option> <option class="option_pelajaran" value="/forum/tag/magic" > Magic </option> <option class="option_pelajaran" value="/forum/tag/larave" > Larave </option> <option class="option_pelajaran" value="/forum/tag/domain" > Domain </option> <option class="option_pelajaran" value="/forum/tag/ hosting" > hosting </option> <option class="option_pelajaran" value="/forum/tag/keamanan" > Keamanan </option> <option class="option_pelajaran" value="/forum/tag/game" > Game </option> <option class="option_pelajaran" value="/forum/tag/login" > Login </option> <option class="option_pelajaran" value="/forum/tag/smartcity" > Smartcity </option> <option class="option_pelajaran" value="/forum/tag/androidprogramming" > Androidprogramming </option> <option class="option_pelajaran" value="/forum/tag/imacros" > Imacros </option> <option class="option_pelajaran" value="/forum/tag/root" > Root </option> <option class="option_pelajaran" value="/forum/tag/routingsystem" > Routingsystem </option> <option class="option_pelajaran" value="https://www.sekolahkoding.com/forum/tag/index.html" > Index.html </option> </select> <script type="text/javascript"> $(document).ready(function(){ //toggle for menu left var pull = $('.toggle'); menu = $('.daftar_umum'); menuHeight = menu.height(); $(pull).on('click', function(e) { e.preventDefault(); menu.slideToggle(); }); //dropdown change $('select[name="daftar_pelajaran"]').change(function() { window.location.replace($(this).val()); }); //oncklick $('#filter_populer').on('click', function(){ window.location.replace('https://www.sekolahkoding.com/forum/filter/populer'); }); //oncklick $('#filter_noanswer').on('click', function(){ window.location.replace('https://www.sekolahkoding.com/forum/filter/belum-terjawab'); }); //oncklick $('#filter_terupdate').on('click', function(){ window.location.replace('https://www.sekolahkoding.com/forum/filter/terupdate'); }); }); </script> <div id="search_forum"> <form action="https://www.sekolahkoding.com/forum" method="get"> <input type="search" name="cari" value="" placeholder="Cari Pertanyaan"> </form> </div> <div class="clear"></div> <div id="topic_wrapper"> <!-- _________________________ pengumuman di forum _________________________ --> <div class="each_topic"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Bagaimana-cara-beraktivitas-di-Forum-Sekolah-Koding">โ˜• Bagaimana cara beraktivitas di Forum Sekolah Koding (Baca sebelum bertanya) </a> </div> </div> <!-- _________________________ pengumuman di forum _________________________ --> <div class="each_topic" id="1063" last_activity="2016-03-18 10:54:57" last_activity_by ="" judul="pemrograman-java-mobille"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ea.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/pemrograman-java-mobille"> pemrograman java mobille </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/kazuna018">kazuna018</a> <!-- | 2 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 56 menit yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/index.html">index.html</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 1 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1062" last_activity="2016-03-18 10:37:15" last_activity_by ="" judul="permasalahan-browser"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ea.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/permasalahan-browser"> permasalahan browser </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/kazuna018">kazuna018</a> <!-- | 2 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 1 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/browser">browser</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 3 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1056" last_activity="2016-03-18 10:14:24" last_activity_by ="13267" judul="Bagaimana-cara-untuk-membuat-tabel-looping-ke-samping(kolom)?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Bagaimana-cara-untuk-membuat-tabel-looping-ke-sampingkolom"> Bagaimana cara untuk membuat tabel looping ke samping(kolom)? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/Laillyqolby">Laillyqolby</a> <!-- | 2 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 1 jam yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/rajamobilbekas" style="color:#928A8A;font-weight:bold;">rajamobilbekas</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 3 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 29 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1061" last_activity="2016-03-18 09:46:23" last_activity_by ="" judul="Saya-sedang-belajar-simpan-dengan-php,tetapi-kenapa-tidak-bisa-nyimpan-y?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Saya-sedang-belajar-simpan-dengan-phptetapi-kenapa-tidak-bisa-nyimpan-y"> Saya sedang belajar simpan dengan php,tetapi kenapa tidak bisa nyimpan y? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/adi354">adi354</a> <!-- | 2 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 2 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 6 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1052" last_activity="2016-03-18 09:34:07" last_activity_by ="2385" judul="Berbagi-pengetahuan-tentang-konsep-dan-contoh-kasus-smartcity"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/20160302_140457_new.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Berbagi-pengetahuan-tentang-konsep-dan-contoh-kasus-smartcity"> Berbagi pengetahuan tentang konsep dan contoh kasus smartcity </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/kresna6295">kresna6295</a> <!-- | 28 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 2 jam yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/kresna6295" style="color:#928A8A;font-weight:bold;">kresna6295</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/bebas">bebas</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/smartcity">smartcity</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 2 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 11 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1057" last_activity="2016-03-18 09:33:38" last_activity_by ="2385" judul="Bagaimana-cara-root-path-directory-di-php?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/20160302_140457_new.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Bagaimana-cara-root-path-directory-di-php"> Bagaimana cara root path directory di php? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/kresna6295">kresna6295</a> <!-- | 28 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 2 jam yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/kresna6295" style="color:#928A8A;font-weight:bold;">kresna6295</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/root">root</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/routingsystem">routingsystem</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 2 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 8 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1060" last_activity="2016-03-18 08:35:04" last_activity_by ="" judul="Bagaimana-cara-penulisan-Session-jika-hanya-dipakai-single-user?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/webcam-toy-foto53_1453445525.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Bagaimana-cara-penulisan-Session-jika-hanya-dipakai-single-user"> Bagaimana cara penulisan Session jika hanya dipakai single user? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/faraokha">faraokha</a> <!-- | 3 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 3 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/session">session</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 5 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1053" last_activity="2016-03-18 06:55:16" last_activity_by ="1768" judul="bagaimana-cara-upload-image-ke-database-dan-directory-menggunakan-laravel?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/bagaimana-cara-upload-image-ke-database-dan-directory-menggunakan-laravel"> bagaimana cara upload image ke database dan directory menggunakan laravel? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/eriakbar">eriakbar</a> <!-- | 2 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 4 jam yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/paulpogba" style="color:#928A8A;font-weight:bold;">paulpogba</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/laravel">laravel</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 1 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 10 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1055" last_activity="2016-03-18 06:51:57" last_activity_by ="1768" judul="bagaimana-caranya-membuat-aplikasi-seperti-imacros?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ilmu.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/bagaimana-caranya-membuat-aplikasi-seperti-imacros"> bagaimana caranya membuat aplikasi seperti imacros? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/itmam">itmam</a> <!-- | 1 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 4 jam yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/paulpogba" style="color:#928A8A;font-weight:bold;">paulpogba</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/bebas">bebas</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/javascript">javascript</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/imacros">imacros</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 1 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 20 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1059" last_activity="2016-03-18 06:37:02" last_activity_by ="" judul="cara-menampilkan-new-guide-layout-di-Photoshop-yang-bukan-CC"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/cara-menampilkan-new-guide-layout-di-Photoshop-yang-bukan-CC"> cara menampilkan new guide layout di Photoshop yang bukan CC </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/Khanad">Khanad</a> <!-- | 1 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 5 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/photoshop">photoshop</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 2 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1058" last_activity="2016-03-18 05:36:25" last_activity_by ="" judul="Link-vidio-tidak-hanya-ke-You-tube"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Link-vidio-tidak-hanya-ke-You-tube"> Link vidio tidak hanya ke You tube </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/mado354">mado354</a> <!-- | 1 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 6 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/videoturorial">videoturorial</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 4 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1054" last_activity="2016-03-17 16:09:38" last_activity_by ="" judul="setText-not-working-in-Fragment"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/trickster.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/setText-not-working-in-Fragment"> setText not working in Fragment </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/OutAttacker">OutAttacker</a> <!-- | 29 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 19 jam yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/android">android</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/androidprogramming">androidprogramming</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/java">java</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 4 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1051" last_activity="2016-03-17 11:27:31" last_activity_by ="3950" judul="bagaimana-cara-memanggil-css-dengan-ci?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/bagaimana-cara-memanggil-css-dengan-ci"> bagaimana cara memanggil css dengan ci? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/anggaFantiya">anggaFantiya</a> <!-- | 1 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 1 hari yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/aidilweb" style="color:#928A8A;font-weight:bold;">aidilweb</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/html">html</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/css">css</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/codeigniter">codeigniter</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/boostrap">boostrap</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 1 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 11 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1049" last_activity="2016-03-17 10:28:15" last_activity_by ="26" judul="Bagaimana-cara-mengirim-variable-yang-diambil-dari-metode-GET-menggunakan-AJAX"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/febrizal-asnawi.jpg" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/Bagaimana-cara-mengirim-variable-yang-diambil-dari-metode-GET-menggunakan-AJAX"> Bagaimana cara mengirim variable yang diambil dari metode GET menggunakan AJAX </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/febrizalasnawi">febrizalasnawi</a> <!-- | 3 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 1 hari yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/ardyhim" style="color:#928A8A;font-weight:bold;">ardyhim</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/ajax">ajax</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban "> 1 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 24 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1050" last_activity="2016-03-17 08:33:40" last_activity_by ="" judul="ada-tutorial-tentang-web-servis?"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/IMG_4796.JPG" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/ada-tutorial-tentang-web-servis"> ada tutorial tentang web servis? </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/arif90">arif90</a> <!-- | 48 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Diposting 1 hari yang lalu </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/html">html</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_kosong"> 0 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 7 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> <div class="each_topic" id="1035" last_activity="2016-03-17 03:50:49" last_activity_by ="12387" judul="cara-install-emmet"> <div class="col-15"> <div class="pertanyaan_by_foto"> <img src="https://www.sekolahkoding.com/user/foto/ups.png" width=50 /> </div> </div> <div class="col-65"> <div class="pertanyaan"> <a href="https://www.sekolahkoding.com/forum/pertanyaan/cara-install-emmet"> cara install emmet </a> </div> <div class="pertanyaan_by"> oleh @<a href="https://www.sekolahkoding.com/user/profile/arif02">arif02</a> <!-- | 7 kontribusi | --> </div> <div class="waktu_pertanyaan">|| Aktivitas terakhir 1 hari yang lalu oleh @<a href="https://www.sekolahkoding.com/user/profile/arif02" style="color:#928A8A;font-weight:bold;">arif02</a> </div> <div class="tag_pertanyaan"> <span><a href="https://www.sekolahkoding.com/forum/tag/html">html</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/css">css</a></span> <span><a href="https://www.sekolahkoding.com/forum/tag/php">php</a></span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban jumlah_jawaban_terjawab"> <div class='check_on_forum'>โœ”</div> 2 <span>Jawaban</span> </div> </div> <div class="col-10"> <div class="jumlah_jawaban"> 24 <span>kali dilihat</span> </div> </div> <div class="clear"></div> </div> <!-- end each_topic --> </div><!-- end topic wrapper --> <!-- ______________________Pagination______________________ --> <div class="pagination"> <a href='https://www.sekolahkoding.com/forum/halaman/1'> << </a> <a href='https://www.sekolahkoding.com/forum/halaman/1'>1</a><a href='https://www.sekolahkoding.com/forum/halaman/2'>2</a><a href='https://www.sekolahkoding.com/forum/halaman/3'>3</a><a href='https://www.sekolahkoding.com/forum/halaman/4'>4</a><a href='https://www.sekolahkoding.com/forum/halaman/5'>5</a><a href='https://www.sekolahkoding.com/forum/halaman/6'>6</a><a href='https://www.sekolahkoding.com/forum/halaman/7'>7</a> <a href='https://www.sekolahkoding.com/forum/halaman/61'> >> </a> </div><!-- end pagination --> <!-- ______________________Pagination______________________ --> </div><!-- end content--> <div class="clear_h"></div> <div id="footer"> <span style="padding-left:10px;">&copy; 2016 <span>SekolahKoding</span></span> <div id="soc-med-menu"> <a target="_blank" href="https://twitter.com/sekolahkoding"><img src="https://sekolahkoding.com/img/twitter.png" alt="logo twitter sekolah koding" /></a> <a target="_blank" href="https://youtube.com/SekolahKoding"><img src="https://sekolahkoding.com/img/utube.png" alt="logo youtube sekolah koding" /></a> <a target="_blank" href="https://www.facebook.com/sekolahkoding"><img src="https://sekolahkoding.com/img/fb.png" alt="logo facebook sekolah koding" /></a> </div> <div id="footer_extra_menu"> <a href="https://www.sekolahkoding.com/blog">Blog</a> <a href="https://www.sekolahkoding.com/tentang">Tentang</a> <a href="https://www.sekolahkoding.com/syarat">Syarat</a> </div> </div> </div> <!-- end main wrapper --> <div class="clear"></div> </div> <!-- end page wrapper --> <script type="text/javascript"> $(document).ready(function(){ function load_forum(){ $last_id = $('.each_topic:last').attr('id'); $last_activity_at = $('.each_topic:last').attr('last_activity'); $last_judul = $('.each_topic:last').attr('judul'); $.ajax({ type: "POST", url : "/user/ajax_req/loadmore.php", data: { last_id: $last_id, last_activity_at : $last_activity_at, page: "forum" }, beforeSend: function(){ //bagusan gambar gif $('.load_more').text('load..'); }, success: function(data){ if(data.indexOf("|x||x|empty|x||x|") > -1){ data = data.replace("|x||x|empty|x||x|", ""); $("#topic_wrapper").append(data); $('.load_more').fadeOut(); }else{ $("#topic_wrapper").append(data); $('.load_more').text('Lihat Pertanyaan Sebelumnya'); } } }); //end ajax return false; } }); </script>
Rpl3rd/mp
assets/forum/pertanyaan/_http_/ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.html
HTML
mit
64,036
<!DOCTYPE html> <html> <head> <title>To Boldly Go Coding: DBC Blog</title> <link rel="stylesheet" type="text/css" href="blog-stylesheet.css"> <link rel="shortcut icon" type="image/x-icon" href="../imgs/favicon.ico"> <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'> </head> <body> <div id="wrapper"> <div class="bar"> <a href="../index.html"><img src="../imgs/icon.png"></a> <p>JARRED J. HARE</p> <h2>Blogs</h2><!--TITLE OF THE BLOG HERE--> <div class="links"> <a href="../aboutme/aboutme.html">About Me</a> <a href="../blog-posts/week9_cultural.html">Blog</a> <a href="../projects/projectsindex.html">Projects</a> <a href="../contact/contact.html">Contact</a> </div> </div> <div id="main"> <div id="sidebar"> <div id="social"> <a href="https://www.facebook.com/jarred.hare.9"><img src="../imgs/facebook.png" /></a> <a href="https://www.linkedin.com/pub/jarred-hare/4a/940/9b6"><img src="../imgs/linkedin.png" /></a> <a href="https://twitter.com/Jighare"><img src="../imgs/twitter.png" /></a> <a href="https://plus.google.com/u/0/118050296024401533666/about"><img src="../imgs/googleplus.png" /></a> </div> <ul> <h3>Past Blogs</h3> <li>Week 9</li> <ul> <li><a href="week9_cultural.html">Asking Good Questions</a></li> </ul> <li>Week 8</li> <ul> <li><a href="week8_technical.html">Recursion</a></li> <li><a href="week8_cultural.html">Dealing with Conflict</a></li> </ul> <li>Week 7</li> <ul> <li><a href="week7_technical.html">SQL Injection</a></li> <li><a href="week7_cultural.html">My Values</a></li> </ul> <li>Week 6</li> <ul> <li><a href="week6_technical.html">Inheritance vs. Composition</a></li> <li><a href="week6_cultural.html">Stereotype Threat</a></li> </ul> <li>Week 5</li> <ul> <li><a href="week5_technical.html">Ruby Class Intro</a></li> <li><a href="week5_cultural.html">Pairing is Caring</a></li> </ul> <li>Week 4</li> <ul> <li><a href="week4_technical.html">Enumerable method: group_by</a></li> <li><a href="week4_cultural_blog.html">Net Neutrality</a></li> </ul> <li>Week 3</li> <ul> <li><a href="week3_cultural.html">Thinking Style</a></li> <li><a href="week3_technical.html">JavaScript Intro</a></li> </ul> <li>Week 2</li> <ul> <li><a href="week2_technical.html">Classes vs. Ids</a></li> </ul> <li>Week 1</li> <ul> <li><a href="c1-chefs-kitchen.html">Excited and Scared:Week 1 of Phase 0</a></li> <li><a href="t1-compare-websites.html">Website Faceoff: A Comparison of Sites</a></li> </ul> </ul> </div> <div id="date"> <p></p><!--TODAYS DATE GOES HERE--> </div> <div id="blog"> <ul> <li>Week 7</li> <ul> <li><a href="week7_technical.html">SQL Injection</a></li> <li><a href="week7_cultural.html">My Values</a></li> </ul> <li>Week 6</li> <ul> <li><a href="week6_technical.html">Inheritance vs. Composition</a></li> <li><a href="week6_cultural.html">Stereotype Threat</a></li> </ul> <li>Week 5</li> <ul> <li><a href="week5_technical.html">Ruby Class Intro</a></li> <li><a href="week5_cultural.html">Pairing is Caring</a></li> </ul> <li>Week 4</li> <ul> <li><a href="week4_technical.html">Enumerable method: group_by</a></li> <li><a href="week4_cultural_blog.html">Net Neutrality</a></li> </ul> <li>Week 3</li> <ul> <li><a href="week3_cultural.html">Thinking Style</a></li> <li><a href="week3_technical.html">JavaScript Intro</a></li> </ul> <li>Week 2</li> <ul> <li><a href="week2_technical.html">Classes vs. Ids</a></li> </ul> <li>Week 1</li> <ul> <li><a href="c1-chefs-kitchen.html">Excited and Scared:Week 1 of Phase 0</a></li> <li><a href="t1-compare-websites.html">Website Faceoff: A Comparison of Sites</a></li> </ul> </ul> </div> </div><!--end of main div--> <div id="footer"> <div class="links"> <a href="../aboutme/aboutme.html">About Me</a> <a href="../blog-posts/week9_cultural.html">Blog</a> <a href="../projects/projectsindex.html">Projects</a> <a href="../contact/contact.html">Contact</a> </div> </div> </div><!--end of wrapper div--> </body> </html>
jarredhare/jarredhare.github.io
blog-posts/blogindex.html
HTML
mit
5,185
--- layout: default --- <section class="collection-head small geopattern" data-pattern-id="{{ page.title | truncate: 15}}"> <div class="container"> <div class="collection-title"> <h1 class="collection-header">{{ page.title }}</h1> {% if page.subtitle %} <div class="collection-info"> <span class="meta-info"> {{ page.subtitle}} </span> </div> {% endif %} </div> </div> </section> <!-- / .banner --> <section class="container content"> <div class="columns"> <div class="column two-thirds" > <article class="article-content markdown-body"> {{ content }} </article> <div class="share"> {% include sns-share.html %} </div> <div class="comment"> {% include comments.html %} </div> </div> <div class="column one-third"> {% include sidebar-search.html %} {% include sidebar-popular-repo.html %} </div> </div> </section> <!-- /section.content -->
liu-ke/liu-ke.github.io
_layouts/page.html
HTML
mit
1,244
--- layout: page title: Search description: "" comments: false sitemap: false --- <div id="home-search" class="home"> <script> (function() { var cx = '014506708422079894334:dkqelkyfah0';; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search queryParameterName="searchString"></gcse:search> </div>
christophekumor/christophekumor.github.io
search.html
HTML
mit
717
<!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="./9a627f7c5c3d68a89d75ab1f2448c2cf09186101a5d990eff10b5c284cf4adce.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a337d3248558972e22849bd31324cb1af251fec09c895685bab831c760665aaa.html
HTML
mit
550
<div class="thumbnail-bar"> <a class="thumb btn"> <img src="https://www.w3schools.com/css/img_fjords.jpg" alt="" style="width: 105px;"> </a> <a class="thumb btn selected"> <img src="https://static.pexels.com/photos/33443/pexels-photo.jpg" alt="" style="width: 105px;"> </a> <a class="thumb btn"> <img src="https://lh3.googleusercontent.com/gN6iBKP1b2GTXZZoCxhyXiYIAh8QJ_8xzlhEK6csyDadA4GdkEdIEy9Bc8s5jozt1g=w300" alt="" style="width: 70px;"> </a> <a class="thumb btn"> <img src="http://www.innonlonglake.com/wp-content/uploads/2013/10/633A5957-Edit-Edit-Edit.jpg" alt="" style="width: 191px;"> </a> <a class="thumb btn"> <img src="http://www.gravatar.com/avatar/4ff020826d61a6cfd875cb5cc29e5ce6/?default=&s=80" alt="" style="width: 70px;"> </a> <a class="thumb btn"> <img src="https://i.pinimg.com/736x/3f/a7/dd/3fa7dd9f821cd3d0c06c6568a15bf14d--forest-engagement-photos-engagement-pics.jpg" alt="" style="width: 47px;"> </a> <a class="thumb btn"> <img src="http://files.softicons.com/download/application-icons/170-dock-icons-by-adrenn/png/48/kingston.png" alt="" style="width: 48px;"> </a> <a class="thumb btn"> <img src="https://theweddingscoop-production-feature-image-bucket.s3.amazonaws.com/526b1_01-sunset-instagram-spots-pre-wedding-photos-bali.jpg" alt="" style="width: 105px;"> </a> <!-- <a class="thumb btn"> <img src="https://image.flaticon.com/icons/svg/678/678987.svg" alt="" style="width: 105px;"> </a> <a class="thumb btn"> <img src="https://image.flaticon.com/icons/svg/584/584063.svg" alt="" style="width: 105px;"> </a> <a class="thumb btn"> <img src="https://e2-cdns2-fp.akamaized.net/media/img/subscription_modal/rocket.svg" alt="" style="width: 105px;"> </a> --> <a class="thumb btn"> <img src="https://images.pexels.com/photos/633716/pexels-photo-633716.jpeg?h=350&auto=compress&cs=tinysrgb" alt="" style="width: 105px;"> </a> <a class="thumb btn"> <img src="https://ocwebadmin1.azurewebsites.net/media/23247/hotel-du-cap-eden-roc-lifestyle-3.jpg" alt="" style="width: 101px;"> </a> <a class="thumb btn"> <img src="https://images.unsplash.com/photo-1512911914012-7a77c670cbd3?dpr=1&auto=format&fit=crop&w=376&h=564&q=60&cs=tinysrgb" alt="" style="width: 47px;"> </a> <a class="thumb btn"> <img src="https://static.pexels.com/photos/33443/pexels-photo.jpg" alt="" style="width: 105px;"> </a> <a class="thumb btn"> <img src="https://lh3.googleusercontent.com/gN6iBKP1b2GTXZZoCxhyXiYIAh8QJ_8xzlhEK6csyDadA4GdkEdIEy9Bc8s5jozt1g=w300" alt="" style="width: 70px;"> </a> <a class="thumb btn"> <img src="http://www.innonlonglake.com/wp-content/uploads/2013/10/633A5957-Edit-Edit-Edit.jpg" alt="" style="width: 191px;"> </a> <a class="thumb btn"> <img src="http://www.gravatar.com/avatar/4ff020826d61a6cfd875cb5cc29e5ce6/?default=&s=80" alt="" style="width: 70px;"> </a> </div>
ImageGlass/ImageGlass-Photos
Source/app/renderer-process/main-window/views/thumbnail-bar.html
HTML
mit
2,863
<html><body> <h4>Windows 10 x64 (19041.264)</h4><br> <h2>_CLIENT_ID64</h2> <font face="arial"> +0x000 UniqueProcess : Uint8B<br> +0x008 UniqueThread : Uint8B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.264)/_CLIENT_ID64.html
HTML
mit
200
<!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_19) on Fri Oct 29 16:39:36 MSD 2010 --> <TITLE> TextPropCollection (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> <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="TextPropCollection (POI API Documentation)"; } } </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="class-use/TextPropCollection.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/model/textproperties/TextPropCollection.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TextPropCollection.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&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;FIELD&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"> org.apache.poi.hslf.model.textproperties</FONT> <BR> Class TextPropCollection</H2> <PRE> java.lang.Object <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hslf.model.textproperties.TextPropCollection</B> </PRE> <HR> <DL> <DT><PRE>public class <B>TextPropCollection</B><DT>extends java.lang.Object</DL> </PRE> <P> For a given run of characters, holds the properties (which could be paragraph properties or character properties). Used to hold the number of characters affected, the list of active properties, and the random reserved field if required. <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#TextPropCollection(int)">TextPropCollection</A></B>(int&nbsp;textSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new collection of text properties (be they paragraph or character) for a run of text without any</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#TextPropCollection(int, short)">TextPropCollection</A></B>(int&nbsp;charactersCovered, short&nbsp;reservedField)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new collection of text properties (be they paragraph or character) which will be groked via a subsequent call to buildTextPropList().</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="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#addWithName(java.lang.String)">addWithName</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the TextProp with this name to the list</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#buildTextPropList(int, org.apache.poi.hslf.model.textproperties.TextProp[], byte[], int)">buildTextPropList</A></B>(int&nbsp;containsField, <A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A>[]&nbsp;potentialProperties, byte[]&nbsp;data, int&nbsp;dataOffset)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For an existing set of text properties, build the list of properties coded for in a given run of properties.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#findByName(java.lang.String)">findByName</A></B>(java.lang.String&nbsp;textPropName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetch the TextProp with this name, or null if it isn't present</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#getCharactersCovered()">getCharactersCovered</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetch the number of characters this styling applies to</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#getReservedField()">getReservedField</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#getSpecialMask()">getSpecialMask</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.LinkedList</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#getTextPropList()">getTextPropList</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetch the TextProps that define this styling</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="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#setReservedField(short)">setReservedField</A></B>(short&nbsp;val)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#updateTextSize(int)">updateTextSize</A></B>(int&nbsp;textSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Update the size of the text that this set of properties applies to</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="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html#writeOut(java.io.OutputStream)">writeOut</A></B>(java.io.OutputStream&nbsp;o)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes out to disk the header, and then all the properties</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="TextPropCollection(int, short)"><!-- --></A><H3> TextPropCollection</H3> <PRE> public <B>TextPropCollection</B>(int&nbsp;charactersCovered, short&nbsp;reservedField)</PRE> <DL> <DD>Create a new collection of text properties (be they paragraph or character) which will be groked via a subsequent call to buildTextPropList(). <P> </DL> <HR> <A NAME="TextPropCollection(int)"><!-- --></A><H3> TextPropCollection</H3> <PRE> public <B>TextPropCollection</B>(int&nbsp;textSize)</PRE> <DL> <DD>Create a new collection of text properties (be they paragraph or character) for a run of text without any <P> </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="getSpecialMask()"><!-- --></A><H3> getSpecialMask</H3> <PRE> public int <B>getSpecialMask</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getCharactersCovered()"><!-- --></A><H3> getCharactersCovered</H3> <PRE> public int <B>getCharactersCovered</B>()</PRE> <DL> <DD>Fetch the number of characters this styling applies to <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getTextPropList()"><!-- --></A><H3> getTextPropList</H3> <PRE> public java.util.LinkedList <B>getTextPropList</B>()</PRE> <DL> <DD>Fetch the TextProps that define this styling <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="findByName(java.lang.String)"><!-- --></A><H3> findByName</H3> <PRE> public <A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A> <B>findByName</B>(java.lang.String&nbsp;textPropName)</PRE> <DL> <DD>Fetch the TextProp with this name, or null if it isn't present <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="addWithName(java.lang.String)"><!-- --></A><H3> addWithName</H3> <PRE> public <A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A> <B>addWithName</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD>Add the TextProp with this name to the list <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="buildTextPropList(int, org.apache.poi.hslf.model.textproperties.TextProp[], byte[], int)"><!-- --></A><H3> buildTextPropList</H3> <PRE> public int <B>buildTextPropList</B>(int&nbsp;containsField, <A HREF="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties">TextProp</A>[]&nbsp;potentialProperties, byte[]&nbsp;data, int&nbsp;dataOffset)</PRE> <DL> <DD>For an existing set of text properties, build the list of properties coded for in a given run of properties. <P> <DD><DL> <DT><B>Returns:</B><DD>the number of bytes that were used encoding the properties list</DL> </DD> </DL> <HR> <A NAME="updateTextSize(int)"><!-- --></A><H3> updateTextSize</H3> <PRE> public void <B>updateTextSize</B>(int&nbsp;textSize)</PRE> <DL> <DD>Update the size of the text that this set of properties applies to <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="writeOut(java.io.OutputStream)"><!-- --></A><H3> writeOut</H3> <PRE> public void <B>writeOut</B>(java.io.OutputStream&nbsp;o) throws java.io.IOException</PRE> <DL> <DD>Writes out to disk the header, and then all the properties <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="getReservedField()"><!-- --></A><H3> getReservedField</H3> <PRE> public short <B>getReservedField</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setReservedField(short)"><!-- --></A><H3> setReservedField</H3> <PRE> public void <B>setReservedField</B>(short&nbsp;val)</PRE> <DL> <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="class-use/TextPropCollection.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/model/textproperties/TextPropCollection.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TextPropCollection.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&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;FIELD&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> <i>Copyright 2010 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
nimbleapps/export_to_spreadsheet
lib/apache-poi/docs/apidocs/org/apache/poi/hslf/model/textproperties/TextPropCollection.html
HTML
mit
19,531
<!DOCTYPE html> <html> <head> <title>Angular Liftoff</title> <base href="/"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles.css"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('main.js').catch(function(err){ console.error(err); }); </script> </head> <body> <my-app> <h1 class="header" style="background-color:orange">Loading your daily list of notes...</h1> </my-app> </body> </html>
ginomessmer/angular-liftoff
src/index.html
HTML
mit
792
<footer class="footer"> <h2 class="footer-name"> <span class="lang-ru">ะ”ะตะฝะธั ะ‘ะตะปะตะฒั†ะพะฒ</span> <span class="lang-en">Denis Belevtsov</span> </h2> <a href="mailto:[email protected]" class="footer-mail">[email protected]</a> <div class="footer-offer"> <span class="lang-ru">ะžั‚ะบั€ั‹ั‚ ะดะปั ะฟั€ะตะดะปะพะถะตะฝะธะน</span> <span class="lang-en">Not open to suggestions</span> </div> </footer>
denistrator/resume
markup/components/footer/footer.html
HTML
mit
463
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 48c2c535-a7a0-4a47-a761-28b08857a2ee </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Xuni.Xamarin.ChartCore">Xuni.Xamarin.ChartCore</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> </tr> </tbody> </table> </div> <div id="details"> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/xu/xuni.flexchart.1.4.20151.27/Xuni.Xamarin.ChartCore-portable-win%2Bnet45%2Bwp80%2BMonoAndroid10%2BMonoTouch10%2BXamarin.iOS10.html
HTML
mit
9,659
<?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>custom_import</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"> <h1 class="toc">Module custom_import</h1> <hr /> <h2 class="toc">Classes</h2> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import.CustomImportException-class.html" >CustomImportException</a><br /> </div> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import.TrackImporter-class.html" >TrackImporter</a><br /> </div> <h2 class="toc">Functions</h2> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#custom_import_install" >custom_import_install</a><br /> </div> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#custom_importer" >custom_importer</a><br /> </div> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#is_tracking_changes" >is_tracking_changes</a><br /> </div> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#track_changes" >track_changes</a><br /> </div> <h2 class="toc">Variables</h2> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#INVALID_MODULES" >INVALID_MODULES</a><br /> </div> <div class="private"> <a target="mainFrame" href="web2py.gluon.custom_import-module.html#TRACK_IMPORTER" >TRACK_IMPORTER</a><br /> </div> <hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <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>
andersonsilvade/python_C
Python32/web2py/applications/examples/static/epydoc/toc-web2py.gluon.custom_import-module.html
HTML
mit
2,314
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.7.12: v8::PreParserData Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.7.12 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_pre_parser_data.html">PreParserData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="classv8_1_1_pre_parser_data-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::PreParserData Class Reference</div> </div> </div><!--header--> <div class="contents"> <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:a088b2b5debdd1abe4951add57fdc83eb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a088b2b5debdd1abe4951add57fdc83eb"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>PreParserData</b> (size_t size, const uint8_t *data)</td></tr> <tr class="separator:a088b2b5debdd1abe4951add57fdc83eb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8980bcbec96380c30576488dc8d6e5fb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8980bcbec96380c30576488dc8d6e5fb"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>stack_overflow</b> ()</td></tr> <tr class="separator:a8980bcbec96380c30576488dc8d6e5fb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a050f25fa877938b4adf9769492abeea2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a050f25fa877938b4adf9769492abeea2"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><b>size</b> () const </td></tr> <tr class="separator:a050f25fa877938b4adf9769492abeea2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad83cb6c7ee2d73ca34b5ff9488a5a73d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad83cb6c7ee2d73ca34b5ff9488a5a73d"></a> const uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>data</b> () const </td></tr> <tr class="separator:ad83cb6c7ee2d73ca34b5ff9488a5a73d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:ad27f26b962ffada1087417812d6e9257"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad27f26b962ffada1087417812d6e9257"></a> static <a class="el" href="classv8_1_1_pre_parser_data.html">PreParserData</a>&#160;</td><td class="memItemRight" valign="bottom"><b>StackOverflow</b> ()</td></tr> <tr class="separator:ad27f26b962ffada1087417812d6e9257"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8-preparser_8h_source.html">v8-preparser.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:01 for V8 API Reference Guide for node.js v0.7.12 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>
v8-dox/v8-dox.github.io
8a6ef65/html/classv8_1_1_pre_parser_data.html
HTML
mit
7,007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <!-- This is the personal blog of Carlo Sciolla, a.k.a. skuro. Thank you oh so much for peeking around the source code of my blog! I'm an experienced software developer, but as I usually hang around the server side of the world, the markup, JS and CSS here might not be the most beautiful thing you have ever seen. Also, most of it is a cut'n'paste, or strongly inspired by half of the Internet, so if you recognize any of your work in this site please let me know if you want any public endorsement, as I have eternal gratitude for you! Some of the projects that were used in the making of this side are: - [Twitter Bootstrap](http://getbootstrap.com) - [Bootswatch Cyborg theme](http://bootswatch.com/cyborg/) Truly yours, c. --> <meta charset="utf-8" /> <meta name="generator" content="skuro.tk/0.1 | jekyll/2.0.3" /> <meta name="description" content="Personal Blog of Carlo Sciolla (skuro)" /> <meta name="keywords" content="clojure,java,scala,alfresco,lambdalf,performance,programming,developer,backbase" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Twitter Cards --> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="http://skuro.tk/img/avatar.jpg"> <meta name="twitter:title" content="patterns"> <meta name="twitter:description" content="Personal Blog of Carlo Sciolla (skuro)"> <meta name="twitter:creator" content="@skuro"> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="patterns"> <meta property="og:description" content="Personal Blog of Carlo Sciolla (skuro)"> <meta property="og:url" content="http://skuro.tk/category/patterns/index.html"> <meta property="og:site_name" content="SKURO! -- Shading lights"> <!-- <link rel="stylesheet" href="/stylesheets/styles.css" type="text/css" /> --> <!-- <link rel="stylesheet" href="/stylesheets/pygment_trac.css" type="text/css" /> --> <!-- Bootstrap --> <link rel="stylesheet" href="/stylesheets/bootstrap.min.css" type="text/css" /> <!-- Personal CSS --> <link rel="stylesheet" href="/stylesheets/skuro.css" type="text/css" /> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <title>patterns @ SKURO! -- Shading lights</title> </head> <body> <!-- Main content --> <div class="navbar navbar-default navbar-fixed-top"> <div class="container"><!-- containers restrict width --> <span class="navbar-header"> <a class="navbar-brand" href="/">SKURO!</a> </span> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/archive"><strong>Archive</strong></a></li> <li><a href="/category"><strong>Categories</strong></a></li> <li><a href="/about"><strong>About me</strong></a></li> </ul> <div id="social-links" class="nav navbar-nav navbar-right"> <div class="btn-toolbar"> <div class="btn-group"> <button type="button" class="btn btn-default"><a href="https://github.com/skuro"><img src="/img/github.png" /></a></button> <button type="button" class="btn btn-default"><a href="http://nl.linkedin.com/in/carlosciolla"><img src="/img/linkedin.png" /></a></button> <button type="button" class="btn btn-default"><a href="https://twitter.com/skuro"><img src="/img/twitter.png" /></a></button> <button type="button" class="btn btn-default"><a href="/rss2.xml"><img src="/img/rss.png" /></a></button> </div> </div> </div> </div> </div> </div> <div class="container post-content"> <div class="row"> <div class="col-md-2"></div> <div class="col-md-7"> <div> <h1> Posts filed under <a href="/category/patterns/index.html">#patterns</a> </h1> <div> <ul> <li> <a href="/2013/03/10/observer-pattern-spring-framework">The Observer Pattern in Spring</a> <h6>10 March 2013 <span> <span class="label label-primary category"><a href="/category/java">#java</a></span> <span class="label label-primary category"><a href="/category/spring">#spring</a></span> <span class="label label-primary category"><a href="/category/patterns">#patterns</a></span> </span> </h6> </li> </ul> </div> </div> </div><!-- col-md-6 --> <div class="span5">&nbsp;</div> </div><!-- row --> </div> <!-- Footer --> <footer> <div class="container foot-info"> <div class="row"> <div class="col-md-12"> <p> <span rel="dct:type" property="dct:title" href="http://purl.org/dc/dcmitype/Text">SKURO! blog</span> by <a rel="cc:attributionURL" property="cc:attributionName" href="http://skuro.tk"> Carlo Sciolla </a> </p> <p> All text licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC BY 3.0</a> <br /> All code licensed under <a href="https://raw.githubusercontent.com/skuro/skuro.github.com/sources/LICENSE.txt">MIT</a> unless otherwise specified </div> </div> </div> </footer> <!-- end Footer --> <!-- end Main content --> <!-- Advertisement --> <div class="google-ads"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- ghpages-skyscraper --> <ins class="adsbygoogle" style="display:inline-block;width:120px;height:600px" data-ad-client="ca-pub-5536661153340295" data-ad-slot="1277668326"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- end Advertisement --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/js/bootstrap.min.js"></script> <script type="text/javascript"> 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 type="text/javascript"> try{ var pageTracker = _gat._getTracker("UA-6754361-1"); pageTracker._trackPageview(); } catch(err) {} </script> </body> </html>
skuro/skuro.github.com
category/patterns/index.html
HTML
mit
7,330
<html><body> <h4>Windows 10 x64 (18362.476)</h4><br> <h2>_MI_PARTITION_STATE</h2> <font face="arial"> +0x000 PartitionLock : Uint8B<br> +0x008 PartitionIdLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x010 InitialPartitionIdBits : Uint8B<br> +0x018 PartitionList : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x028 PartitionIdBitmap : Ptr64 <a href="./_RTL_BITMAP.html">_RTL_BITMAP</a><br> +0x030 InitialPartitionIdBitmap : <a href="./_RTL_BITMAP.html">_RTL_BITMAP</a><br> +0x040 TempPartitionPointers : [1] Ptr64 <a href="./_MI_PARTITION.html">_MI_PARTITION</a><br> +0x048 Partition : Ptr64 Ptr64 <a href="./_MI_PARTITION.html">_MI_PARTITION</a><br> +0x050 TotalPagesInChildPartitions : Uint8B<br> +0x058 CrossPartitionDenials : Uint4B<br> +0x05c MultiplePartitionsExist : UChar<br> +0x060 HugeIoPfnBitMap : <a href="./_RTL_BITMAP_EX.html">_RTL_BITMAP_EX</a><br> +0x070 HugePfnDatabase : Ptr64 <a href="./_MI_HUGE_PFN.html">_MI_HUGE_PFN</a><br> +0x080 HugeRangesLock : Uint8B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.476)/_MI_PARTITION_STATE.html
HTML
mit
1,099
<!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>The structure of pyfor &mdash; pyfor documentation</title> <script type="text/javascript" src="_static/js/modernizr.min.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></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="_static/language_data.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search" > <a href="index.html" class="icon icon-home"> pyfor </a> <div class="version"> 0.3.6 </div> <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> <li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="topics/index.html">The Basics</a></li> <li class="toctree-l1"><a class="reference internal" href="advanced/index.html">Advanced</a></li> <li class="toctree-l1"><a class="reference internal" href="api/index.html">API Reference</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="index.html">pyfor</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>The structure of pyfor</li> <li class="wy-breadcrumbs-aside"> <a href="_sources/structure.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="the-structure-of-pyfor"> <h1>The structure of pyfor<a class="headerlink" href="#the-structure-of-pyfor" title="Permalink to this headline">ยถ</a></h1> <p>This document provides an in-depth discussion of the structure of pyfor.</p> </div> <div class="section" id="introduction"> <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">ยถ</a></h1> <p>pyfor is unique from other forest inventory LiDAR processing packages in that it is built on top of an object oriented (OOP) framework. Python is not stricly an OOP programming language, but allows for its implementation in a flexible way. pyfor takes advantage of this attractive feature of Python to offer a natural way of thinking about LiDAR as a collection of objects. Each object flows into the other through the process of LiDAR data analysis. Using pyfor means being comfortable with this framework and knowledgeable about what each of the following objects can do. This document is a primer on grasping this philosophy.</p> <p>There are four main classes that define pyfor. They are:</p> <ol class="arabic simple"> <li><p>Cloud</p></li> <li><p>CloudDataFrame</p></li> <li><p>Grid</p></li> <li><p>Raster</p></li> </ol> <div class="section" id="cloud"> <h2>Cloud<a class="headerlink" href="#cloud" title="Permalink to this headline">ยถ</a></h2> <p>The Cloud class represents the point cloud data in its raw format, a list of x, y and z coordinates (and some other fields like intensity and the like). The Cloud object can be plotted in a variety of ways, including 2D and 3D plots (see .plot, .plot3d, .iplot3d). The Cloud is generally considered the starting point of LiDAR analysis, from this object we can produce other objects, specifically the Raster and Grid.</p> </div> <div class="section" id="grid"> <h2>Grid<a class="headerlink" href="#grid" title="Permalink to this headline">ยถ</a></h2> <p>The Grid can be considered the next step in producing products from our Cloud. The Grid assigns each point of the Cloud to a grid cell. This process allows us to summarize information about the points in each grid cell.</p> </div> <div class="section" id="raster"> <h2>Raster<a class="headerlink" href="#raster" title="Permalink to this headline">ยถ</a></h2> <p>Once we have decided how to summarize our grid cells, we produce a Raster. The Raster is a geo-referenced numpy array where the value of each cell is some summarization of the points within that cell. The most common implementation of a Raster is the canopy height model (CHM) that is a summary of the highest points within each grid cell, but other types are possible, such as bare earth models (BEM) and grid metrics. We can write Rasters to a GeoTIFF format using Raster.write().</p> </div> <div class="section" id="clouddataframe"> <h2>CloudDataFrame<a class="headerlink" href="#clouddataframe" title="Permalink to this headline">ยถ</a></h2> <p>At some point we will want to interact with our LiDAR tiles in toto. CloudDataFrame is a collection of Cloud objects that allows for efficient analysis and manupulation of many Cloud objects. Because Cloud is considered the most base of all classes in pyfor, CloudDataFrame is our portal to all the products we desire on a mass scale.</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2019, Bryce Frank </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/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"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>
brycefrank/pyfor
docs/html/structure.html
HTML
mit
7,778
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> <head> <meta charset="utf-8"> <title> Welcome &ndash; Haikus in C </title> <meta name="author" content="Haikus in C" /> <meta name="description" content="a place where two columbia cs students share code and talk about their projects" /> <!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">--> <link rel="alternate" type="application/rss+xml" href="/atom.xml" /> <link rel="stylesheet" href="/css/fontawesome.min.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/pygments.css" type="text/css" /> <link media="only screen and (max-device-width: 480px)" href="/css/mobile.css" type="text/css" rel="stylesheet" /> <link media="only screen and (device-width: 768px)" href="/css/mobile.css" type="text/css" rel="stylesheet" /> <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="/js/application.js"></script> </head> <body> <section class="header"> <h1> <a href="/">Haikus in C</a> </h1> </section> <section class="sidebar"> <section class="meta"> <a href="https://github.com/haikus-in-c" target="_blank"><i class="icon icon-github"></i></a> </section> <section class="sections"> <ul> <li><a href="/">home</a><li> <li><a href="/about.html">about</a></li> <li><a href="/posts.html">posts</a></li> </ul> </section> <section class="shoutout"> <p>made with help from <a href="https://github.com/mojombo/jekyll">jekyll</a> and an adapted theme from <a href="http://zachholman.com/">zach holman</a>.</p> </section> </section> <section class="content"> <h1> <a href="/posts/welcome">Welcome</a> </h1> <section class="byline"> by Ian Zapolsky, April 5, 2013 </section> <p>Welcome to <a href="https://haikus-in-c.github.io">Haikus in C</a>, the programming blog of Ian and Ruchir, two CS students at Columbia.</p> <p>Stay tuned for our migration here from <a href="https://haikusinc.tumblr.com">tumblr</a>, and some new posts too!</p> <!-- possibly update this later TODO: bio here <section class="meta"> <h3>Discussion, links, and tweets</h3> <section class="copy"> <a href="https://twitter.com/" target="_blank"> <img src="?s=142" height="50" width="50" /> </a> <p> I'm a developer at GitHub. <a href="https://twitter.com/" target="_blank">Follow me on Twitter</a>; you'll enjoy my tweets. I take care to carefully craft each one. Or at least aim to make you giggle. Or offended. One of those two&mdash; I haven't decided which yet. </p> <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="">Tweet</a> <a href="http://twitter.com/" class="twitter-follow-button" data-show-count="false">Follow @</a> <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> </section> </section> --> <hr> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'haikus'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </section> </body> </html>
haikus-in-c/haikus-in-c.github.io
_site/posts/welcome/index.html
HTML
mit
4,329
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:BufferGeometry] &rarr; <h1>ๅคš้ข็ผ“ๅ†ฒๅ‡ ไฝ•ไฝ“๏ผˆ[name]๏ผ‰</h1> <p class="desc"> ๅคš้ขไฝ“ๅœจไธ‰็ปด็ฉบ้—ดไธญๅ…ทๆœ‰ไธ€ไบ›ๅนณ้ข็š„็ซ‹ไฝ“ๅ›พๅฝขใ€‚่ฟ™ไธช็ฑปๅฐ†ไธ€ไธช้กถ็‚นๆ•ฐ็ป„ๆŠ•ๅฐ„ๅˆฐไธ€ไธช็ƒ้ขไธŠ๏ผŒไน‹ๅŽๅฐ†ๅฎƒไปฌ็ป†ๅˆ†ไธบๆ‰€้œ€็š„็ป†่Š‚็บงๅˆซใ€‚ ่ฟ™ไธช็ฑป็”ฑ[page:DodecahedronBufferGeometry]ใ€[page:IcosahedronBufferGeometry]ใ€[page:OctahedronBufferGeometry]ๅ’Œ[page:TetrahedronBufferGeometry] ๆ‰€ไฝฟ็”จ๏ผŒไปฅ็”Ÿๆˆๅฎƒไปฌๅ„่‡ช็š„ๅ‡ ไฝ•็ป“ๆž„ใ€‚ </p> <h2>็คบไพ‹</h2> <code> var verticesOfCube = [ -1,-1,-1, 1,-1,-1, 1, 1,-1, -1, 1,-1, -1,-1, 1, 1,-1, 1, 1, 1, 1, -1, 1, 1, ]; var indicesOfFaces = [ 2,1,0, 0,3,2, 0,4,7, 7,3,0, 0,1,5, 5,4,0, 1,2,6, 6,5,1, 2,3,7, 7,6,2, 4,5,6, 6,7,4 ]; var geometry = new THREE.PolyhedronBufferGeometry( verticesOfCube, indicesOfFaces, 6, 2 ); </code> <h2>ๆž„้€ ๅ™จ</h2> <h3>[name]([param:Array vertices], [param:Array indices], [param:Float radius], [param:Integer detail])</h3> <p> vertices โ€” ไธ€ไธช้กถ็‚น[page:Array]๏ผˆๆ•ฐ็ป„๏ผ‰๏ผš[1,1,1, -1,-1,-1, ... ]ใ€‚ <br /> indices โ€” ไธ€ไธชๆž„ๆˆ้ข็š„็ดขๅผ•[page:Array]๏ผˆๆ•ฐ็ป„๏ผ‰๏ผŒ [0,1,2, 2,3,0, ... ]ใ€‚<br /> radius โ€” [page:Float] - ๆœ€็ปˆๅฝข็Šถ็š„ๅŠๅพ„ใ€‚<br /> detail โ€” [page:Integer] - ๅฐ†ๅฏน่ฟ™ไธชๅ‡ ไฝ•ไฝ“็ป†ๅˆ†ๅคšๅฐ‘ไธช็บงๅˆซใ€‚็ป†่Š‚่ถŠๅคš๏ผŒๅฝข็Šถๅฐฑ่ถŠๅนณๆป‘ใ€‚ </p> <h2>ๅฑžๆ€ง</h2> <p>ๅธธ็”จๅฑžๆ€ง่ฏทๅ‚่งๅŸบ็ฑป[page:BufferGeometry]ใ€‚</p> <h3>[property:Object parameters]</h3> <p> ไธ€ไธชๅŒ…ๅซ็€ๆž„้€ ๅ‡ฝๆ•ฐไธญๆฏไธชๅ‚ๆ•ฐ็š„ๅฏน่ฑกใ€‚ๅœจๅฏน่ฑกๅฎžไพ‹ๅŒ–ไน‹ๅŽ๏ผŒๅฏน่ฏฅๅฑžๆ€ง็š„ไปปไฝ•ไฟฎๆ”น้ƒฝไธไผšๆ”นๅ˜่ฟ™ไธชๅ‡ ไฝ•ไฝ“ใ€‚ </p> <h2>ๆ–นๆณ•(Methods)</h2> <p>ๅธธ็”จๆ–นๆณ•่ฏทๅ‚่งๅŸบ็ฑป[page:BufferGeometry]ใ€‚</p> <h2>ๆบไปฃ็ </h2> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </body> </html>
cadenasgmbh/three.js
docs/api/zh/geometries/PolyhedronBufferGeometry.html
HTML
mit
2,130
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gc: Not compatible ๐Ÿ‘ผ</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0~camlp4 / gc - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> gc <small> 8.9.0 <span class="label label-info">Not compatible ๐Ÿ‘ผ</span> </small> </h1> <p>๐Ÿ“… <em><script>document.write(moment("2022-03-05 14:29:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-05 14:29:34 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 camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/gc&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/GC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Linear temporal logic&quot; &quot;keyword: finite sets&quot; &quot;keyword: co-induction&quot; &quot;keyword: garbage collection&quot; &quot;category: Computer Science/Semantics and Compilation/Compilation&quot; &quot;date: 2003-05-9&quot; ] authors: [ &quot;Solange Coupet-Grimal and Catherine Nouvet&quot; ] bug-reports: &quot;https://github.com/coq-contribs/gc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/gc.git&quot; synopsis: &quot;Formal Verification of an Incremental Garbage Collector&quot; description: &quot;&quot;&quot; We specify an incremental garbage collection algorithm and we give a formal proof of its correctness. The algorithm is represented as an infinite transition system and we establish safety and liveness properties. This work relies on an axiomatization of LTL and is based on a co-inductive representation of programs executions. Although motivated by integrating the dynamic memory management to the Java Card platform, this study applies more generally to real-time embedded systems and to devices with virtually infinite memory.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/gc/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=8c6eeab04146a341add5d5aa1548be06&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-gc.8.9.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn&#39;t be met: - coq-gc -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-gc.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install ๐Ÿš€</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall ๐Ÿงน</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> ยฉ Guillaume Claret ๐Ÿฃ </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0~camlp4/gc/8.9.0.html
HTML
mit
7,756
<div class="container jumbotron text-center "> <div class="row"> <h3>Contact Page</h3> <p class="text-muted">((This is routing))</p> <p>{{ message }}</p> </div> </div>
aditi121/demo-angular-project
pages/contact.html
HTML
mit
171
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Is the Toilet Free stats</title> <link href="http://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet"> <style> * { font-family: "PT Mono", monospace; font-size: 100%; font-weight: normal; color: #fff; } body { margin: 4em; background-color: #222; } h2 { color: #a9a9a9; } pre, form { margin: 4em 0; } input, button { outline: none; border: none; background-color: transparent; } input { border: 1px solid #fff; padding: 4px 6px; } fieldset { margin: 0; padding: 0; border: none; } legend { margin-bottom: 0.5em; } </style> </head> <body> <h1>Is the Toilet Free stats</h1> {% if text %} <h2>{{ text }}</h2> {% end %} {% for title, table in tables %} <pre> {{ title }}<br> {{ table }} </pre> {% end %} <form method="GET" action="{{ request.path }}"> <fieldset> <legend>Show in range:</legend> <input type="text" name="from" placeholder="from" value="{{ start or "" }}"> <input type="text" name="to" placeholder="to" value="{{ end or "" }}"> <button type="submit">Go</button> </fieldset> </form> <pre> {{ frequency_graph }} </pre> </body> </html>
madebymany/isthetoiletfree
templates/stats.html
HTML
mit
1,187
<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-60485301-1', 'auto'); ga('send', 'pageview'); </script>
CodedCulture/codedculture.org
_includes/analytics.html
HTML
mit
408
<div class="commune_descr limited"> <p> Villanova est un village situรฉ dans le dรฉpartement de Corse-du-Sud en Corse. On dรฉnombrait 345 habitants en 2008.</p> <p>ร€ cotรฉ de Villanova sont localisรฉes les villes de <a href="{{VLROOT}}/immobilier/santandrea-dorcino_2A295/">Sant'Andrรฉa-d'Orcino</a> situรฉe ร  14&nbsp;km, 74 habitants, <a href="{{VLROOT}}/immobilier/alata_2A006/">Alata</a> ร  6&nbsp;km, 2&nbsp;820 habitants, <a href="{{VLROOT}}/immobilier/valle-di-mezzana_2A336/">Valle-di-Mezzana</a> localisรฉe ร  14&nbsp;km, 284 habitants, <a href="{{VLROOT}}/immobilier/appietto_2A017/">Appietto</a> localisรฉe ร  10&nbsp;km, 1&nbsp;311 habitants, <a href="{{VLROOT}}/immobilier/calcatoggio_2A048/">Calcatoggio</a> situรฉe ร  11&nbsp;km, 428 habitants, <a href="{{VLROOT}}/immobilier/afa_2A001/">Afa</a> localisรฉe ร  10&nbsp;km, 2&nbsp;527 habitants, entre autres. De plus, Villanova est situรฉe ร  seulement sept&nbsp;km de <a href="{{VLROOT}}/immobilier/ajaccio_2A004/">Ajaccio</a>.</p> <p>Le parc d'habitations, ร  Villanova, รฉtait rรฉparti en 2011 en douze appartements et 242 maisons soit un marchรฉ plutรดt รฉquilibrรฉ.</p> <p>Si vous envisagez de venir habiter ร  Villanova, vous pourrez aisรฉment trouver une maison ร  vendre. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/2a351.html
HTML
mit
1,275
<div id="settings-container"> <form id="settings-form" class="form"> <div> <label for="pollInterval">Poll interval</label> <input id="pollInterval" name="pollInterval" type="text" value="${pollInterval}" /> <label for="jobViewSource">Job View Source</label> <input id="jobViewSource" name="jobViewSource" type="text" value="${jobViewSource}" /> <fieldset> <legend>Job display</legend> <label for="showBuildNumber">Build number</label> <input id="showBuildNumber" name="showBuildNumber" type="checkbox" {{if showBuildNumber}}checked="checked"{{/if}} /> <label for="showGravatar">Gravatar</label> <input id="showGravatar" name="showGavatar" type="checkbox" {{if showGravatar}}checked="checked"{{/if}} /> <label for="showUsername">User name</label> <input id="showUsername" name="showUsername" type="checkbox" {{if showUsername}}checked="checked"{{/if}} /> </fieldset> </div> </form> </div>
Yelp/ezwall-plugin
src/main/webapp/js/templates/settings.html
HTML
mit
977
<div class="row"> <div class="col-sm-12 col-lg-12"> <h1 class="h1 page-header"> GAPP<small> comparison </small></h1> </div> </div> <p>This is GAPP comparions based on CCM</p>
maryampashmi/Data-Procurement-Repository
partials/ccmStandard.GAPP.html
HTML
mit
229
<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="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>ๆˆ่ชž&nbsp;</b></th><td class="ztd2">ๅ…ง่ๅค–ๅ‰›</td></tr> <tr><th class="ztd1"><b>ๅ…ธๆ•…่ชชๆ˜Ž&nbsp;</b></th><td class="ztd2"> ๆญค่™•ๆ‰€ๅˆ—็‚บใ€Œ่‰ฒๅŽฒๅ…ง่ใ€ไน‹ๅ…ธๆ•…่ชชๆ˜Ž๏ผŒๆไพ›ๅƒ่€ƒใ€‚</font> ใ€Š่ซ–่ชž๏ผŽ้™ฝ่ฒจใ€‹็ฏ‡่ผ‰๏ผšๅญ”ๅญ่ชช๏ผšใ€Œๆœ‰ไบ›ไบบๅค–่กจ้žๅธธๅšดๅŽฒ๏ผŒๅ…งๅฟƒๅปๅๅˆ†ๆ€ฏๆ‡ฆ๏ผŒ่‹ฅๆ‹ฟๅฐไบบไพ†ไฝœๆฏ”ๅ–ป๏ผŒๅฐฑๅƒๆ˜ฏ็ฟป็‰†ๆŒ–ๅฃ้€ฒๅ…ฅๅˆฅไบบๅฎถ่ฃก็š„็›œ่ณŠใ€‚ใ€้€้Ž้€™ๆฎตๆ–‡ๅญ—๏ผŒๆˆ‘ๅ€‘ๅคงๆฆ‚ๅฏไปฅๆธฌ็Ÿฅ๏ผŒๅœจๅญ”ๅญ็œผไธญ๏ผŒใ€Œ่‰ฒๅŽฒๅ…ง่ใ€่€…๏ผŒๆŒ‡็š„ๆ˜ฏ่กจ่ฃกไธไธ€็š„ไบบใ€‚้€™ๆจฃ็š„ไบบๅœจไบบๅ‰ๅฝ่ฃๆˆๅšดๅณปๅฎˆ็พฉไน‹ๅฃซ๏ผŒ็ซŠๅ–ๅˆฅไบบ็š„ๅฐŠๆ•ฌ๏ผŒไฝ†ๅ…งๅฟƒๅ”ฏๆ่ขซไบบ่ญ˜็ ด๏ผŒไปคไบบไธ้ฝ’๏ผŒๅ’Œ็›œ่ณŠๅœจไบบๅ‰่ฃไฝœๅ…‰ๆ˜Žๆญฃๅคง๏ผŒไฝ†ๅฟƒ่ฃกๅฐฑๆ€•่ขซไบบๆ‹†็ฉฟไธ€ๆจฃใ€‚ๅพŒไพ†ใ€Œ่‰ฒๅŽฒๅ…ง่ใ€่ขซ็”จไพ†ๅฝขๅฎนไบบๅค–่กจๅšดๅŽฒ่€Œๅ…งๅฟƒๆ€ฏๆ‡ฆใ€‚</font></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/3000-3999/3400-32.html
HTML
mit
1,288
<!DOCTYPE html> <html> <head> <title>Rhythm &mdash; One & Multi Page Creative Theme</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta charset="utf-8"> <meta name="author" content="Roman Kirichik"> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <!-- Favicons --> <link rel="shortcut icon" href="images/favicon.png"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> <!-- CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style-responsive.css"> <link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" href="css/vertical-rhythm.min.css"> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/magnific-popup.css"> </head> <body class="appear-animate"> <!-- Page Loader --> <div class="page-loader"> <div class="loader">Loading...</div> </div> <!-- End Page Loader --> <!-- Page Wrap --> <div class="page" id="top"> <!-- Home Section --> <section class="home-section bg-dark-alfa-90 parallax-2" data-background="images/full-width-images/section-bg-4.jpg" id="home"> <div class="js-height-full"> <!-- Hero Content --> <div class="home-content container"> <div class="home-text"> <h1 class="hs-line-8 font-alt mb-50 mb-xs-30"> Unique experience with </h1> <h2 class="hs-line-11 font-alt mb-50 mb-xs-30"> Rhythm Creative Studio </h2> <div class="local-scroll"> <a href="#about" class="btn btn-mod btn-w btn-medium btn-round hidden-xs">See More</a> <span class="hidden-xs">&nbsp;</span> <a href="http://vimeo.com/50201327" class="btn btn-mod btn-w btn-medium btn-round lightbox mfp-iframe">Play Reel</a> </div> </div> </div> <!-- End Hero Content --> <!-- Scroll Down --> <div class="local-scroll"> <a href="#about" class="scroll-down"><i class="fa fa-angle-down scroll-down-icon"></i></a> </div> <!-- End Scroll Down --> </div> </section> <!-- End Home Section --> <!-- Navigation panel --> <nav class="main-nav dark transparent stick-fixed"> <div class="full-wrapper relative clearfix"> <!-- Logo ( * your text or image into link tag *) --> <div class="nav-logo-wrap local-scroll"> <a href="#top" class="logo"> <img src="images/logo-white.png" alt="" /> </a> </div> <div class="mobile-nav"> <i class="fa fa-bars"></i> </div> <!-- Main Menu --> <div class="inner-nav desktop-nav"> <ul class="clearlist scroll-nav local-scroll"> <li class="active"><a href="#home">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#services">Services</a></li> <li><a href="#portfolio">Portfolio</a></li> <li><a href="#news">News</a></li> <li><a href="#contact">Contacts</a></li> </ul> </div> </div> </nav> <!-- End Navigation panel --> <!-- About Section --> <section class="page-section" id="about"> <div class="container relative"> <h2 class="section-title font-alt align-left mb-70 mb-sm-40"> About Studio </h2> <div class="section-text mb-50 mb-sm-20"> <div class="row"> <div class="col-md-4"> <blockquote> <p> Design is&nbsp;not making beauty, beauty emerges from selection, affinities, integration, love. </p> <footer> Louis Kahn </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In maximus ligula semper metus pellentesque mattis. Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum nibh volutpat, accumsan purus. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Etiam sit amet fringilla lacus. Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. Integer lectus. Praesent sed nisi eleifend, fermentum orci amet, iaculis libero. Donec vel ultricies purus. Nam dictum sem, eu aliquam. </div> </div> </div> <div class="row"> <!-- Team item --> <div class="col-sm-4 mb-xs-30 wow fadeInUp"> <div class="team-item"> <div class="team-item-image"> <img src="images/team/team-1.jpg" alt="" /> <div class="team-item-detail"> <h4 class="font-alt normal">Hello & Welcome!</h4> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a&nbsp;iaculis diam. </p> <div class="team-social-links"> <a href="#" target="_blank"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank"><i class="fa fa-twitter"></i></a> <a href="#" target="_blank"><i class="fa fa-pinterest"></i></a> </div> </div> </div> <div class="team-item-descr font-alt"> <div class="team-item-name"> Thomas Rhythm </div> <div class="team-item-role"> Art Director </div> </div> </div> </div> <!-- End Team item --> <!-- Team item --> <div class="col-sm-4 mb-xs-30 wow fadeInUp" data-wow-delay="0.1s"> <div class="team-item"> <div class="team-item-image"> <img src="images/team/team-2.jpg" alt="" /> <div class="team-item-detail"> <h4 class="font-alt normal">Nice to meet!</h4> <p> Curabitur augue, nec finibus mauris pretium eu. Duis placerat ex gravida nibh tristique porta. </p> <div class="team-social-links"> <a href="#" target="_blank"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank"><i class="fa fa-twitter"></i></a> <a href="#" target="_blank"><i class="fa fa-pinterest"></i></a> </div> </div> </div> <div class="team-item-descr font-alt"> <div class="team-item-name"> Marta Laning </div> <div class="team-item-role"> Web engineer </div> </div> </div> </div> <!-- End Team item --> <!-- Team item --> <div class="col-sm-4 mb-xs-30 wow fadeInUp" data-wow-delay="0.2s"> <div class="team-item"> <div class="team-item-image"> <img src="images/team/team-3.jpg" alt="" /> <div class="team-item-detail"> <h4 class="font-alt normal">Whats Up!</h4> <p> Adipiscing elit curabitur eu&nbsp;adipiscing lacus eu&nbsp;adipiscing lacus, a&nbsp;iaculis diam. </p> <div class="team-social-links"> <a href="#" target="_blank"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank"><i class="fa fa-twitter"></i></a> <a href="#" target="_blank"><i class="fa fa-pinterest"></i></a> </div> </div> </div> <div class="team-item-descr font-alt"> <div class="team-item-name"> Steve ANDERS </div> <div class="team-item-role"> Developer </div> </div> </div> </div> <!-- End Team item --> </div> </div> </section> <!-- End About Section --> <!-- Divider --> <hr class="mt-0 mb-0 "/> <!-- End Divider --> <!-- Services Section --> <section class="page-section" id="services"> <div class="container relative"> <h2 class="section-title font-alt mb-70 mb-sm-40"> Services </h2> <!-- Nav tabs --> <ul class="nav nav-tabs tpl-alt-tabs font-alt pt-30 pt-sm-0 pb-30 pb-sm-0"> <li class="active"> <a href="#service-branding" data-toggle="tab"> <div class="alt-tabs-icon"> <span class="icon-strategy"></span> </div> Branding </a> </li> <li> <a href="#service-web-design" data-toggle="tab"> <div class="alt-tabs-icon"> <span class="icon-desktop"></span> </div> Web Design </a> </li> <li> <a href="#service-graphic" data-toggle="tab"> <div class="alt-tabs-icon"> <span class="icon-tools"></span> </div> Graphic Design </a> </li> <li> <a href="#service-development" data-toggle="tab"> <div class="alt-tabs-icon"> <span class="icon-gears"></span> </div> Development </a> </li> <li> <a href="#service-photography" data-toggle="tab"> <div class="alt-tabs-icon"> <span class="icon-camera"></span> </div> Photography </a> </li> </ul> <!-- End Nav tabs --> <!-- Tab panes --> <div class="tab-content tpl-tabs-cont"> <!-- Service Item --> <div class="tab-pane fade in active" id="service-branding"> <div class="section-text"> <div class="row"> <div class="col-md-4 mb-md-40 mb-xs-30"> <blockquote class="mb-0"> <p> A&nbsp;brand for a&nbsp;company is&nbsp;like a&nbsp;reputation for a&nbsp;person. You earn reputation by&nbsp;trying to&nbsp;do&nbsp;hard things well. </p> <footer> Jeff Bezos </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum volutpat nibh, accumsan purus. Lorem ipsum dolor sit semper amet, consectetur adipiscing elit. In maximus ligula metus pellentesque mattis. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Donec vel ultricies purus. Nam dictum sem, ipsum aliquam . Etiam sit amet fringilla lacus. Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. Integer lectus. Praesent sed nisi eleifend, fermentum orci amet, iaculis libero. </div> </div> </div> </div> <!-- End Service Item --> <!-- Service Item --> <div class="tab-pane fade" id="service-web-design"> <div class="section-text"> <div class="row"> <div class="col-md-4 mb-md-40 mb-xs-30"> <blockquote class="mb-0"> <p> It&nbsp;doesn&rsquo;t matter how many times&nbsp;I have to&nbsp;click, as&nbsp;long as&nbsp;each click is&nbsp;a&nbsp;mindless, unambiguous choice. </p> <footer> Steve Krug </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Cras mi tortor, laoreet id ornare et, accumsan non magna. Maecenas vulputate accumsan velit. Curabitur a nulla ex. Nam a tincidunt ante. Vitae gravida turpis. Vestibulum varius nulla non nulla scelerisque tristique. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Mauris id viverra augue, eu porttitor diam. Praesent faucibus est a interdum elementum. Nam varius at ipsum id dignissim. Nam a tincidunt ante lorem. Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. </div> </div> </div> </div> <!-- End Service Item --> <!-- Service Item --> <div class="tab-pane fade" id="service-graphic"> <div class="section-text"> <div class="row"> <div class="col-md-4 mb-md-40 mb-xs-30"> <blockquote class="mb-0"> <p> Never fall in&nbsp;love with an&nbsp;idea. They&rsquo;re whores. If&nbsp;the one you&rsquo;re with isn&rsquo;t doing the job, there&rsquo;s always another. </p> <footer> Chip Kidd </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Lorem ipsum dolor sit semper amet, consectetur adipiscing elit. In maximus ligula metus pellentesque mattis. Donec vel ultricies purus. Nam dictum sem, ipsum aliquam . Praesent sed nisi eleifend, fermentum orci amet, iaculis libero. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. Integer lectus. Etiam sit amet fringilla lacus. Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id&nbsp;dolor consectetur fermentum volutpat nibh, accumsan purus. </div> </div> </div> </div> <!-- End Service Item --> <!-- Service Item --> <div class="tab-pane fade" id="service-development"> <div class="section-text"> <div class="row"> <div class="col-md-4 mb-md-40 mb-xs-30"> <blockquote class="mb-0"> <p> All that is&nbsp;valuable in&nbsp;human society depends upon the opportunity for development accorded the individual. </p> <footer> Albert Einstein </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Fusce hendrerit vitae nunc id gravida. Donec euismod quis ante at mattis. Mauris dictum ante sit amet enim interdum semper. Vestibulum odio justo, faucibus et dictum eu, malesuada nec neque. Maecenas volutpat, diam enim sagittis. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. Sed id dolor consectetur fermentum volutpat nibh, accumsan purus. Lorem ipsum dolor sit semper amet, consectetur adipiscing elit. Inmed maximus ligula metus pellentesque. </div> </div> </div> </div> <!-- End Service Item --> <!-- Service Item --> <div class="tab-pane fade" id="service-photography"> <div class="section-text"> <div class="row"> <div class="col-md-4 mb-md-40 mb-xs-30"> <blockquote class="mb-0"> <p> Photography is&nbsp;the simplest thing in&nbsp;the world, but it&nbsp;is&nbsp;incredibly complicated to&nbsp;make it&nbsp;really work. </p> <footer> Martin Parr </footer> </blockquote> </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Donec vel ultricies purus. Nam dictum sem, ipsum aliquam . Etiam sit amet fringilla lacus. Pellentesque suscipit ante at ullamcorper pulvinar neque porttitor. Integer lectus. Praesent sed nisi eleifend, fermentum orci amet, iaculis libero. </div> <div class="col-md-4 col-sm-6 mb-sm-50 mb-xs-30"> Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum volutpat nibh, accumsan purus. Lorem ipsum dolor sit semper amet, consectetur adipiscing elit. In maximus ligula metus pellentesque mattis. </div> </div> </div> </div> <!-- End Service Item --> </div> <!-- End Tab panes --> </div> </section> <!-- End Services Section --> <!-- Call Action Section --> <section class="page-section pt-0 pb-0 banner-section bg-dark" data-background="images/full-width-images/section-bg-2.jpg"> <div class="container relative"> <div class="row"> <div class="col-sm-6"> <div class="mt-140 mt-lg-80 mb-140 mb-lg-80"> <div class="banner-content"> <h3 class="banner-heading font-alt">Looking for exclusive digital services?</h3> <div class="banner-decription"> Proin fringilla augue at maximus vestibulum. Nam pulvinar vitae neque et porttitor. Integer non dapibus diam, ac eleifend lectus. </div> <div class="local-scroll"> <a href="#contact" class="btn btn-mod btn-w btn-medium btn-round">Lets talk</a> </div> </div> </div> </div> <div class="col-sm-6 banner-image wow fadeInUp" data-wow-duration="1.2s"> <img src="images/promo-1.png" alt="" /> </div> </div> </div> </section> <!-- End Call Action Section --> <!-- Portfolio Section --> <section class="page-section pb-0" id="portfolio"> <div class="relative"> <h2 class="section-title font-alt mb-70 mb-sm-40"> Portfolio </h2> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="section-text align-center mb-70 mb-xs-40"> In&nbsp;auctor ex&nbsp;id&nbsp;urna faucibus porttitor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In&nbsp;maximus ligula semper metus pellentesque mattis. Maecenas volutpat, diam enim sagittis quam, id&nbsp;porta quam. Sed id&nbsp;dolor consectetur fermentum nibh volutpat, accumsan purus. </div> </div> </div> </div> <!-- Works Filter --> <div class="works-filter font-alt align-center"> <a href="#" class="filter active" data-filter="*">All works</a> <a href="#" class="filter" data-filter=".branding">Branding</a> <a href="#" class="filter" data-filter=".design">Design</a> <a href="#" class="filter" data-filter=".photography">Photography</a> </div> <!-- End Works Filter --> <!-- Works Grid --> <ul class="works-grid work-grid-3 work-grid-gut clearfix font-alt hover-white hide-titles" id="work-grid"> <!-- Work Item (Lightbox) --> <li class="work-item mix photography"> <a href="images/portfolio/full-project-1.jpg" class="work-lightbox-link mfp-image"> <div class="work-img"> <img src="images/portfolio/projects-1.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Portrait</h3> <div class="work-descr"> Lightbox </div> </div> </a> </li> <!-- End Work Item --> <!-- Work Item (External Page) --> <li class="work-item mix branding design"> <a href="portfolio-single-1.html" class="work-ext-link"> <div class="work-img"> <img class="work-img" src="images/portfolio/projects-2.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Vase 3D</h3> <div class="work-descr"> External Page </div> </div> </a> </li> <!-- End Work Item --> <!-- Work Item (External Page) --> <li class="work-item mix branding"> <a href="portfolio-single-1.html" class="work-ext-link"> <div class="work-img"> <img class="work-img" src="images/portfolio/projects-3.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Boy in T-shirt</h3> <div class="work-descr"> External Page </div> </div> </a> </li> <!-- End Work Item --> <!-- Work Item (External Page) --> <li class="work-item mix design photography"> <a href="portfolio-single-1.html" class="work-ext-link"> <div class="work-img"> <img class="work-img" src="images/portfolio/projects-4.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Space</h3> <div class="work-descr"> External Page </div> </div> </a> </li> <!-- End Work Item --> <!-- Work Item (External Page) --> <li class="work-item mix design"> <a href="portfolio-single-1.html" class="work-ext-link"> <div class="work-img"> <img class="work-img" src="images/portfolio/projects-5.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Model</h3> <div class="work-descr"> External Page </div> </div> </a> </li> <!-- End Work Item --> <!-- Work Item (Lightbox) --> <li class="work-item mix design branding"> <a href="images/portfolio/full-project-3.jpg" class="work-lightbox-link mfp-image"> <div class="work-img"> <img src="images/portfolio/projects-6.jpg" alt="Work" /> </div> <div class="work-intro"> <h3 class="work-title">Young Man</h3> <div class="work-descr"> Lightbox </div> </div> </a> </li> <!-- End Work Item --> </ul> <!-- End Works Grid --> </div> </section> <!-- End Portfolio Section --> <!-- Call Action Section --> <section class="small-section bg-dark"> <div class="container relative"> <div class="align-center"> <h3 class="banner-heading font-alt">Like Our Creative Works?</h3> <div class="local-scroll"> <a href="#contact" class="btn btn-mod btn-w btn-medium btn-round">Start Project</a> </div> </div> </div> </section> <!-- End Call Action Section --> <!-- Features Section --> <section class="page-section"> <div class="container relative"> <h2 class="section-title font-alt mb-70 mb-sm-40"> Why Choose Us? </h2> <!-- Features Grid --> <div class="row multi-columns-row alt-features-grid"> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-flag"></span> </div> <h3 class="alt-features-title font-alt">Weโ€™re Creative</h3> <div class="alt-features-descr align-left"> Lorem ipsum dolor sit amet, c-r adipiscing elit. In maximus ligula semper metus pellentesque mattis. Maecenas volutpat, diam enim. </div> </div> </div> <!-- End Features Item --> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-clock"></span> </div> <h3 class="alt-features-title font-alt">Weโ€™re Punctual</h3> <div class="alt-features-descr align-left"> Proin fringilla augue at maximus vestibulum. Nam pulvinar vitae neque et porttitor. Praesent sed nisi eleifend, lorem fermentum orci sit amet, iaculis libero. </div> </div> </div> <!-- End Features Item --> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-hotairballoon"></span> </div> <h3 class="alt-features-title font-alt">We have magic</h3> <div class="alt-features-descr align-left"> Curabitur iaculis accumsan augue, nec finibus mauris pretium eu. Duis placerat ex gravida nibh tristique porta. Nulla facilisi. Suspendisse ultricies eros blandit. </div> </div> </div> <!-- End Features Item --> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-heart"></span> </div> <h3 class="alt-features-title font-alt">We love minimalism</h3> <div class="alt-features-descr align-left"> Cras luctus interdum sodales. Quisque quis odio dui. Sedes sit amet neque malesuada, lobortis commodo magna ntesque pharetra metus vivera sagittis. </div> </div> </div> <!-- End Features Item --> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-linegraph"></span> </div> <h3 class="alt-features-title font-alt">Weโ€™re responsible</h3> <div class="alt-features-descr align-left"> Fusce aliquet quam eget neque ultrices elementum. Nulla posuere felis id arcu blandit sagittis. Eleifender vestibulum purus, sit amet vulputate risus. </div> </div> </div> <!-- End Features Item --> <!-- Features Item --> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="alt-features-item align-center"> <div class="alt-features-icon"> <span class="icon-chat"></span> </div> <h3 class="alt-features-title font-alt">We're Friendly</h3> <div class="alt-features-descr align-left"> Pulvinar vitae neque et porttitor. Integer non dapibus diam, ac eleifend lectus. Praesent sed nisi eleifend, fermentum orci sit amet, iaculis libero interdum. </div> </div> </div> <!-- End Features Item --> </div> <!-- End Features Grid --> </div> </section> <!-- End Features Section --> <!-- Testimonials Section --> <section class="page-section bg-dark bg-dark-alfa-90 fullwidth-slider" data-background="images/full-width-images/section-bg-3.jpg"> <!-- Slide Item --> <div> <div class="container relative"> <div class="row"> <div class="col-md-8 col-md-offset-2 align-center"> <!-- Section Icon --> <div class="section-icon"> <span class="icon-quote"></span> </div> <!-- Section Title --><h3 class="small-title font-alt">What people say?</h3> <blockquote class="testimonial white"> <p> Phasellus luctus commodo ullamcorper a posuere rhoncus commodo elit. Aenean congue, risus utaliquam dapibus. Thanks! </p> <footer class="testimonial-author"> John Doe, doodle inc. </footer> </blockquote> </div> </div> </div> </div> <!-- End Slide Item --> <!-- Slide Item --> <div> <div class="container relative"> <div class="row"> <div class="col-md-8 col-md-offset-2 align-center"> <!-- Section Icon --> <div class="section-icon"> <span class="icon-quote"></span> </div> <!-- Section Title --><h3 class="small-title font-alt">What people say?</h3> <blockquote class="testimonial white"> <p> Phasellus luctus commodo ullamcorper a posuere rhoncus commodo elit. Aenean congue, risus utaliquam dapibus. Thanks! </p> <footer class="testimonial-author"> John Doe, doodle inc. </footer> </blockquote> </div> </div> </div> </div> <!-- End Slide Item --> <!-- Slide Item --> <div> <div class="container relative"> <div class="row"> <div class="col-md-8 col-md-offset-2 align-center"> <!-- Section Icon --> <div class="section-icon"> <span class="icon-quote"></span> </div> <!-- Section Title --><h3 class="small-title font-alt">What people say?</h3> <blockquote class="testimonial white"> <p> Phasellus luctus commodo ullamcorper a posuere rhoncus commodo elit. Aenean congue, risus utaliquam dapibus. Thanks! </p> <footer class="testimonial-author"> John Doe, doodle inc. </footer> </blockquote> </div> </div> </div> </div> <!-- End Slide Item --> </section> <!-- End Testimonials Section --> <!-- Blog Section --> <section class="page-section" id="news"> <div class="container relative"> <h2 class="section-title font-alt align-left mb-70 mb-sm-40"> Latest News <a href="blog-classic-sidebar-right.html" class="section-more right">All News in our blog <i class="fa fa-angle-right"></i></a> </h2> <div class="row multi-columns-row"> <!-- Post Item --> <div class="col-sm-6 col-md-4 col-lg-4 mb-md-50 wow fadeIn" data-wow-delay="0.1s" data-wow-duration="2s"> <div class="post-prev-img"> <a href="blog-single-sidebar-right.html"><img src="images/blog/post-prev-1.jpg" alt="" /></a> </div> <div class="post-prev-title font-alt"> <a href="">New Web Design Trends</a> </div> <div class="post-prev-info font-alt"> <a href="">John Doe</a> | 10 December </div> <div class="post-prev-text"> Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum nibh volutpat, accumsan purus. </div> <div class="post-prev-more"> <a href="" class="btn btn-mod btn-gray btn-round">Read More <i class="fa fa-angle-right"></i></a> </div> </div> <!-- End Post Item --> <!-- Post Item --> <div class="col-sm-6 col-md-4 col-lg-4 mb-md-50 wow fadeIn" data-wow-delay="0.2s" data-wow-duration="2s"> <div class="post-prev-img"> <a href="blog-single-sidebar-right.html"><img src="images/blog/post-prev-2.jpg" alt="" /></a> </div> <div class="post-prev-title font-alt"> <a href="">Minimalistic Design Forever</a> </div> <div class="post-prev-info font-alt"> <a href="">John Doe</a> | 9 December </div> <div class="post-prev-text"> Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum nibh volutpat, accumsan purus. </div> <div class="post-prev-more"> <a href="" class="btn btn-mod btn-gray btn-round">Read More <i class="fa fa-angle-right"></i></a> </div> </div> <!-- End Post Item --> <!-- Post Item --> <div class="col-sm-6 col-md-4 col-lg-4 mb-md-50 wow fadeIn" data-wow-delay="0.3s" data-wow-duration="2s"> <div class="post-prev-img"> <a href="blog-single-sidebar-right.html"><img src="images/blog/post-prev-3.jpg" alt="" /></a> </div> <div class="post-prev-title font-alt"> <a href="">Hipster&rsquo;s Style in&nbsp;Web</a> </div> <div class="post-prev-info font-alt"> <a href="">John Doe</a> | 7 December </div> <div class="post-prev-text"> Maecenas volutpat, diam enim sagittis quam, id porta quam. Sed id dolor consectetur fermentum nibh volutpat, accumsan purus. </div> <div class="post-prev-more"> <a href="" class="btn btn-mod btn-gray btn-round">Read More <i class="fa fa-angle-right"></i></a> </div> </div> <!-- End Post Item --> </div> </div> </section> <!-- End Blog Section --> <!-- Newsletter Section --> <section class="small-section bg-gray-lighter"> <div class="container relative"> <form class="form align-center" id="mailchimp"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="newsletter-label font-alt"> Stay informed with our newsletter </div> <div class="mb-20"> <input placeholder="Enter Your Email" class="newsletter-field form-control input-md round mb-xs-10" type="email" pattern=".{5,100}" required/> <button type="submit" class="btn btn-mod btn-medium btn-round mb-xs-10"> Subscribe </button> </div> <div class="form-tip"> <i class="fa fa-info-circle"></i> Please trust us, we will never send you spam </div> <div id="subscribe-result"></div> </div> </div> </form> </div> </section> <!-- End Newsletter Section --> <!-- Contact Section --> <section class="page-section" id="contact"> <div class="container relative"> <h2 class="section-title font-alt mb-70 mb-sm-40"> Contact </h2> <div class="row mb-60 mb-xs-40"> <div class="col-md-8 col-md-offset-2"> <div class="row"> <!-- Phone --> <div class="col-sm-6 col-lg-4 pt-20 pb-20 pb-xs-0"> <div class="contact-item"> <div class="ci-icon"> <i class="fa fa-phone"></i> </div> <div class="ci-title font-alt"> Call Us </div> <div class="ci-text"> +61 3 8376 6284 </div> </div> </div> <!-- End Phone --> <!-- Address --> <div class="col-sm-6 col-lg-4 pt-20 pb-20 pb-xs-0"> <div class="contact-item"> <div class="ci-icon"> <i class="fa fa-map-marker"></i> </div> <div class="ci-title font-alt"> Address </div> <div class="ci-text"> 245 Quigley Blvd, Ste K </div> </div> </div> <!-- End Address --> <!-- Email --> <div class="col-sm-6 col-lg-4 pt-20 pb-20 pb-xs-0"> <div class="contact-item"> <div class="ci-icon"> <i class="fa fa-envelope"></i> </div> <div class="ci-title font-alt"> Email </div> <div class="ci-text"> <a href="mailto:[email protected]">[email protected]</a> </div> </div> </div> <!-- End Email --> </div> </div> </div> <!-- Contact Form --> <div class="row"> <div class="col-md-8 col-md-offset-2"> <form class="form contact-form" id="contact_form"> <div class="clearfix"> <div class="cf-left-col"> <!-- Name --> <div class="form-group"> <input type="text" name="name" id="name" class="input-md round form-control" placeholder="Name" pattern=".{3,100}" required> </div> <!-- Email --> <div class="form-group"> <input type="email" name="email" id="email" class="input-md round form-control" placeholder="Email" pattern=".{5,100}" required> </div> </div> <div class="cf-right-col"> <!-- Message --> <div class="form-group"> <textarea name="message" id="message" class="input-md round form-control" style="height: 84px;" placeholder="Message"></textarea> </div> </div> </div> <div class="clearfix"> <div class="cf-left-col"> <!-- Inform Tip --> <div class="form-tip pt-20"> <i class="fa fa-info-circle"></i> All the fields are required </div> </div> <div class="cf-right-col"> <!-- Send Button --> <div class="align-right pt-10"> <button class="submit_btn btn btn-mod btn-medium btn-round" id="submit_btn">Submit Message</button> </div> </div> </div> <div id="result"></div> </form> </div> </div> <!-- End Contact Form --> </div> </section> <!-- End Contact Section --> <!-- Google Map --> <div class="google-map"> <div data-address="Belt Parkway, Queens, NY, United States" id="map-canvas"></div> <div class="map-section"> <div class="map-toggle"> <div class="mt-icon"> <i class="fa fa-map-marker"></i> </div> <div class="mt-text font-alt"> <div class="mt-open">Open the map <i class="fa fa-angle-down"></i></div> <div class="mt-close">Close the map <i class="fa fa-angle-up"></i></div> </div> </div> </div> </div> <!-- End Google Map --> <!-- Foter --> <footer class="page-section bg-gray-lighter footer pb-60"> <div class="container"> <!-- Footer Logo --> <div class="local-scroll mb-30 wow fadeInUp" data-wow-duration="1.2s"> <a href="#top"><img src="images/logo-footer.png" width="78" height="36" alt="" /></a> </div> <!-- End Footer Logo --> <!-- Social Links --> <div class="footer-social-links mb-110 mb-xs-60"> <a href="#" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a> <a href="#" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a> <a href="#" title="Behance" target="_blank"><i class="fa fa-behance"></i></a> <a href="#" title="LinkedIn+" target="_blank"><i class="fa fa-linkedin"></i></a> <a href="#" title="Pinterest" target="_blank"><i class="fa fa-pinterest"></i></a> </div> <!-- End Social Links --> <!-- Footer Text --> <div class="footer-text"> <!-- Copyright --> <div class="footer-copy font-alt"> <a href="http://themeforest.net/user/theme-guru/portfolio" target="_blank">&copy; Rhythm 2015</a>. </div> <!-- End Copyright --> <div class="footer-made"> Made with love for great people. </div> </div> <!-- End Footer Text --> </div> <!-- Top Link --> <div class="local-scroll"> <a href="#top" class="link-to-top"><i class="fa fa-caret-up"></i></a> </div> <!-- End Top Link --> </footer> <!-- End Foter --> </div> <!-- End Page Wrap --> <!-- JS --> <script type="text/javascript" src="js/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/SmoothScroll.js"></script> <script type="text/javascript" src="js/jquery.scrollTo.min.js"></script> <script type="text/javascript" src="js/jquery.localScroll.min.js"></script> <script type="text/javascript" src="js/jquery.viewport.mini.js"></script> <script type="text/javascript" src="js/jquery.countTo.js"></script> <script type="text/javascript" src="js/jquery.appear.js"></script> <script type="text/javascript" src="js/jquery.sticky.js"></script> <script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/jquery.fitvids.js"></script> <script type="text/javascript" src="js/owl.carousel.min.js"></script> <script type="text/javascript" src="js/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script> <script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&amp;language=en"></script> <script type="text/javascript" src="js/gmap3.min.js"></script> <script type="text/javascript" src="js/wow.min.js"></script> <script type="text/javascript" src="js/masonry.pkgd.min.js"></script> <script type="text/javascript" src="js/jquery.simple-text-rotator.min.js"></script> <script type="text/javascript" src="js/all.js"></script> <script type="text/javascript" src="js/contact-form.js"></script> <script type="text/javascript" src="js/jquery.ajaxchimp.min.js"></script> <!--[if lt IE 10]><script type="text/javascript" src="js/placeholder.js"></script><![endif]--> </body> </html>
niravshah/jobster
public/careerist/html/index-01.html
HTML
mit
69,053
<!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=utf-8"></meta> <title>90-01-7.smi.png.html</title> </head> <body>ID90-01-7<br/> <img border="0" src="90-01-7.smi.png" alt="90-01-7.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>90-01-7</td><td>11234</td><td>C7H8O2</td><td>124.1372</td><td>25843</td><td>81166</td><td>45843</td><td>5847</td><td>Salicyl alcohol</td><td></td><td>90-01-7</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C7H8O2</td><td>124.1372</td><td>defined organic</td><td>parent</td><td>2-(hydroxymethyl)phenol</td><td>OCc1ccccc1O</td><td>OCc1ccccc1O</td><td>20110922</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 04:01:39 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/90-01-7.smi.png.html
HTML
mit
1,570
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:37 PST 2014 --> <title>Uses of Class java.util.concurrent.Executors (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <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 java.util.concurrent.Executors (Java Platform SE 7 )"; } //--> </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="../../../../java/util/concurrent/Executors.html" title="class in java.util.concurrent">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-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/util/concurrent/class-use/Executors.html" target="_top">Frames</a></li> <li><a href="Executors.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 java.util.concurrent.Executors" class="title">Uses of Class<br>java.util.concurrent.Executors</h2> </div> <div class="classUseContainer">No usage of java.util.concurrent.Executors</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="../../../../java/util/concurrent/Executors.html" title="class in java.util.concurrent">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-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/util/concurrent/class-use/Executors.html" target="_top">Frames</a></li> <li><a href="Executors.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk7/java/util/concurrent/class-use/Executors.html
HTML
mit
4,900
<!DOCTYPE HTML> <html> <head> <title>asteroids watchers</title> <link rel="stylesheet" type="text/css" href="../css/style.css"/> </head> <body> <div id="contenedor"> <header> <div id="cabecera"> <img src="../images/robo.png" width="950px" height="300" /> </div> </header> <nav class="menu_horizontal"> <h2 class="costado">Menu horizontal</h2> <ul class="hor"> <li><a href="../index.html"><strong>Index</strong></a></li> <li><a href="about.html"><strong>About Us</strong></a></li> <li><a href="help.html"><strong>Help</strong></a></li> <li><a href="#"><strong>Movies</strong></a> <ul> <li><a href="../videos/secrag.mp4"> Secrag </a></li> <li><a href="../videos/piano.mp4"> Piano </a></li> <li><a href="../videos/gorillaz.mp4"> Gorillaz </a></li> <li><a href="../videos/mov_conejo.ogg"> Conejo </a></li> <li><a href="../videos/movie.ogg"> Naturaleza </a></li> </ul> </li> <li><a href="register.html"><strong>Register</strong></a></li> </ul> </nav> <nav class="menu_vertical"> <h2 class="centreado">Menu vertical</h2> <ul class="ver"> <li><a href="asteroid.html"><strong>Asteroids</strong></a></li> <li><a href="telescope.html"><strong>Telescope</strong></a></li> <li><a href="adsfasf"><strong>Software</strong></a></li> <li><a href="#"><strong>Hardware</strong></a> <ul> <li><a href="videos/secrag.mp4"> Movies </a></li> <li><a href="picture.html"> Pictures </a></li> <!-- <li><a href="videos/gorillaz.mp4"> Gorillaz </a></li> --> </ul> </li> <li><a href="adsfas"><strong>Links</strong></a></li> </nav> <section> <article> <h4 class="centreado">REGISTER</h4> <form action="../controlador/datos.php" method="post"> <fieldset> <legend><strong>User Data</strong></legend> <div> <label>First Name:</label> <input type="text" placeholder="Enter first name" required autofocus name="name"/> </div> <br> <div> <label>Last Name:</label> <input type="text" placeholder="Enter last name" required autofocus name="last_name" required /> <!-- required sirve para cuando se tiene q llenar todo los campos requeridos--> </div> <br> <div> <label>Email:</label> <input type="email" placeholder="E-mail" name="correo" required /> </div> <br> <div> <label>Password:</label> <input type="password" placeholder="Enter your password" name="password" o /><br> </div> <br> <div> <label>Gender:</label><br> <input type="radio" name="sexo" value=""/>Male<br> <input type="radio" name="sexo" />Female<br> </div> <input class="boton_enviar" type="submit" value="Register" /> </fieldset> </article> <aside> <h5 class="centreado">Panel Secundario</h5> </aside> </section> <footer> <h4 class="centreado">Pie de pagina</h4> </footer> </div> </body> </html>
quaerenz/roboscope
html5/linkage/register.html
HTML
mit
3,782
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>async_read (1 of 4 overloads)</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../async_read.html" title="async_read"> <link rel="prev" href="../async_read.html" title="async_read"> <link rel="next" href="overload2.html" title="async_read (2 of 4 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../async_read.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../async_read.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.async_read.overload1"></a><a class="link" href="overload1.html" title="async_read (1 of 4 overloads)">async_read (1 of 4 overloads)</a> </h4></div></div></div> <p> Start an asynchronous operation to read a certain amount of data from a stream. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <a class="link" href="../AsyncReadStream.html" title="Buffer-oriented asynchronous read stream requirements">AsyncReadStream</a><span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">&gt;</span> <a class="link" href="../asynchronous_operations.html#asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read</span><span class="special">(</span> <span class="identifier">AsyncReadStream</span> <span class="special">&amp;</span> <span class="identifier">s</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span> <span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span> </pre> <p> This function is used to asynchronously read a certain number of bytes of data from a stream. The function call always returns immediately. The asynchronous operation will continue until one of the following conditions is true: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. </li> <li class="listitem"> An error occurred. </li> </ul></div> <p> This operation is implemented in terms of zero or more calls to the stream's async_read_some function, and is known as a <span class="emphasis"><em>composed operation</em></span>. The program must ensure that the stream performs no other read operations (such as async_read, the stream's async_read_some function, or any other composed operations that perform reads) until this operation completes. </p> <h6> <a name="asio.reference.async_read.overload1.h0"></a> <span><a name="asio.reference.async_read.overload1.parameters"></a></span><a class="link" href="overload1.html#asio.reference.async_read.overload1.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">s</span></dt> <dd><p> The stream from which the data is to be read. The type must support the AsyncReadStream concept. </p></dd> <dt><span class="term">buffers</span></dt> <dd><p> One or more buffers into which the data will be read. The sum of the buffer sizes indicates the maximum number of bytes to read from the stream. Although the buffers object may be copied as necessary, ownership of the underlying memory blocks is retained by the caller, which must guarantee that they remain valid until the handler is called. </p></dd> <dt><span class="term">handler</span></dt> <dd> <p> The handler to be called when the read operation completes. Copies will be made of the handler as required. The function signature of the handler must be: </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">,</span> <span class="comment">// Result of operation.</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span> <span class="comment">// Number of bytes copied into the</span> <span class="comment">// buffers. If an error occurred,</span> <span class="comment">// this will be the number of</span> <span class="comment">// bytes successfully transferred</span> <span class="comment">// prior to the error.</span> <span class="special">);</span> </pre> <p> Regardless of whether the asynchronous operation completes immediately or not, the handler will not be invoked from within this function. Invocation of the handler will be performed in a manner equivalent to using <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">post</span><span class="special">()</span></code>. </p> </dd> </dl> </div> <h6> <a name="asio.reference.async_read.overload1.h1"></a> <span><a name="asio.reference.async_read.overload1.example"></a></span><a class="link" href="overload1.html#asio.reference.async_read.overload1.example">Example</a> </h6> <p> To read into a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows: </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_read</span><span class="special">(</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span> <span class="identifier">handler</span><span class="special">);</span> </pre> <p> See the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> documentation for information on reading into multiple buffers in one go, and how to use it with arrays, boost::array or std::vector. </p> <h6> <a name="asio.reference.async_read.overload1.h2"></a> <span><a name="asio.reference.async_read.overload1.remarks"></a></span><a class="link" href="overload1.html#asio.reference.async_read.overload1.remarks">Remarks</a> </h6> <p> This overload is equivalent to calling: </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">async_read</span><span class="special">(</span> <span class="identifier">s</span><span class="special">,</span> <span class="identifier">buffers</span><span class="special">,</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">transfer_all</span><span class="special">(),</span> <span class="identifier">handler</span><span class="special">);</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../async_read.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../async_read.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
dhh1128/intent
old/src/external/asio-1.10.2/doc/asio/reference/async_read/overload1.html
HTML
mit
10,076
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>jSVG demo</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="screen.css"> </head> <body> <div class="column"> <header> <h2>Direct injection</h2> </header> <div id="logo" style="width: 256px; height: 128px;"></div> <div id="torch" style="width: 86px; height: 270px;"></div> <div id="torch-use" style="width: 86px; height: 270px;"></div> <div id="icons"> <button id="alert" class="button"><span>Alert</span></button> <button id="settings" class="button"><span>Settings</span></button> </div> </div> <div class="column"> <header> <h2>With the use tag</h2> </header> <svg class="logo" style="width: 256px; height: 128px;"> <use xlink:href="#svg-logo"></use> </svg> <svg class="torch" style="width: 86px; height: 270px;"> <use xlink:href="#svg-torch"></use> </svg> <div> <button class="button"> <svg class="icon"> <use xlink:href="#svg-icon-alert"></use> </svg><span>Alert</span> </button> <button class="button"> <svg class="icon"> <use xlink:href="#svg-icon-settings"></use> </svg><span>Settings</span> </button> </div> </div> <script src="js/jquery.min.js"></script> <script src="js/jsvg.js"></script> <script> $().ready(function() { $sa.SVGLoader() .load({ url: 'assets/package.svg', }) .done(function() { $('#logo').append( this.asset.get('#svg-logo') ); $('#torch').append( this.asset.get('#svg-torch') ); $('#torch-use').append( this.asset.get('#svg-torch', { useTag: true }) ); }); $sa.SVGLoader() .load({ url: 'assets/package-icons.svg' }) .done(function() { $('#alert').prepend( this.asset.get('#svg-icon-alert', { className: 'icon' }) ); $('#settings').prepend( this.asset.get('#svg-icon-settings', { className: 'icon' }) ); }); }); </script> </body> </html>
bennyschudel/jsvg
demo/index.html
HTML
mit
2,123
<!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_65) on Wed Dec 03 20:05:06 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class net.sourceforge.pmd.lang.java.JavaTokenManager (PMD Java 5.2.2 API)</title> <meta name="date" content="2014-12-03"> <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 net.sourceforge.pmd.lang.java.JavaTokenManager (PMD Java 5.2.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../net/sourceforge/pmd/lang/java/JavaTokenManager.html" title="class in net.sourceforge.pmd.lang.java">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?net/sourceforge/pmd/lang/java/class-use/JavaTokenManager.html" target="_top">Frames</a></li> <li><a href="JavaTokenManager.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 net.sourceforge.pmd.lang.java.JavaTokenManager" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.JavaTokenManager</h2> </div> <div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.JavaTokenManager</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="../../../../../../net/sourceforge/pmd/lang/java/JavaTokenManager.html" title="class in net.sourceforge.pmd.lang.java">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?net/sourceforge/pmd/lang/java/class-use/JavaTokenManager.html" target="_top">Frames</a></li> <li><a href="JavaTokenManager.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>Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-java/apidocs/net/sourceforge/pmd/lang/java/class-use/JavaTokenManager.html
HTML
mit
4,535
<html xmlns="http://www.w3.org/1999/xhtml"> <head> {% block head %} <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>{% block appinfo %}{{ app.name }} v{{ app.ver }} {% block title %} - {{ title }}{% endblock title %}{% endblock appinfo %}</title> <link rel="stylesheet" type="text/css" href="css/tablesorter/theme.blue.min.css"> <link rel="stylesheet" type="text/css" href="css/app.css" /> <script type="text/javascript" src="js/jquery/jquery-1.11.2.js"></script> <script type="text/javascript" src="js/validate/jquery.validate.js"></script> <script type="text/javascript" src="js/tablesorter/jquery.tablesorter.js"></script> <script type="text/javascript" src="js/tablesorter/jquery.tablesorter.widgets.js"></script> {% endblock head %} </head> <body> <form name="theForm" id="theForm" method="post" action="{{ nextaction }}" ENCTYPE="multipart/form-data" novalidate> <h1>{{ self.appinfo() }}</h1> {% block bigdesc %} <div class="bigdesc"> <table style="border:0" width=100%%> {% block topcontent %}{% endblock topcontent %} </table> </div> {% endblock bigdesc %} <div> {% block middlecontent %}{% endblock middlecontent %} </div> <br> <div id="buttons"> {% block buttons %} <input name="$back" type="button" id="back" value="&lt; Start Over" onclick="window.location='main.py';return false"/> &nbsp; {% endblock buttons %} </div> </form> </body> </html>
tanium/pytan
EXAMPLES/POC/pytan-integrations/patch_tanium_portal/jinja_templates/base.html
HTML
mit
1,408
{% extends "views/platform-admin/_base_template.html" %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% from "components/button/macro.njk" import govukButton %} {% block per_page_title %} Find users by email {% endblock %} {% block platform_admin_content %} <h1 class="heading-medium"> Find users by email </h1> {% call form_wrapper( action=url_for('.find_users_by_email'), class='govuk-grid-row' ) %} <div class="govuk-grid-column-three-quarters"> {{ form.search(param_extensions={ "label": {"text": "Find users by email, or by partial email"} }) }} </div> <div class="govuk-grid-column-one-quarter"> <input type="hidden" name="csrf_token" value="{{ csrf_token() }}"> {{ govukButton({ "text": "Search", "classes": "search-form__button" }) }} </div> {% endcall %} {% call form_wrapper(id='search-form' ) %} <input type="hidden" name="csrf_token" value="{{ csrf_token() }}"> {% endcall %} {% if users_found %} <nav class="browse-list"> <ul> {% for user in users_found %} <li class="browse-list-item"> <a href="{{url_for('.user_information', user_id=user.id)}}" class="govuk-link govuk-link--no-visited-state browse-list-link">{{ user.email_address }}</a> <p class="browse-list-hint">{{ user.name }}</p> </li> <hr> {% endfor %} </ul> </nav> {% elif users_found == [] %} <p class="browse-list-hint">No users found.</p> {% endif %} {% endblock %}
alphagov/notifications-admin
app/templates/views/find-users/find-users-by-email.html
HTML
mit
1,594
{% extends "base.html" %} {% load staticfiles %} {% block title %}{{ block.super }}{{ view.title }}{% endblock title %} {% block meta_title %}{{ block.super }}{{ view.title }}{% endblock meta_title %} {% block left_panel %} {% include "left-menu.html" %} {% endblock %} {% block main %} <style> .form-control{ border: 1px solid #EEEEEE; } </style> <div class="form-horizontal"> {% for field in object_fields %} <div class="form-group"> <label class="col-sm-2 control-label">{{ field.title }}</label> <div class="col-sm-10"> <span class="form-control">{{ field.display_vaule }}</span> </div> </div> {% endfor %} </div> <a class="btn btn-primary" href={{ view.success_url }}>่ฟ”ๅ›žๅˆ—่กจ</a> {% endblock main %}
yongli82/swallow
viewsets/templates/PageViewSet/detail.html
HTML
mit
868
<?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>to_param.rb</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.1.8</span><br /> <h1> to_param.rb </h1> <ul class="files"> <li> ../.rvm/gems/ruby-2.2.0/gems/activesupport-4.1.8/lib/active_support/core_ext/object/to_param.rb </li> <li>Last modified: 2015-02-25 10:25:33 +0200</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- File only: requires --> <div class="sectiontitle">Required Files</div> <ul> <li>active_support/core_ext/object/to_query</li> </ul> <!-- Methods --> </div> </div> </body> </html>
kristoferrobin/p2p
doc/api/files/__/_rvm/gems/ruby-2_2_0/gems/activesupport-4_1_8/lib/active_support/core_ext/object/to_param_rb.html
HTML
mit
1,965
<script type="text/javascript"> var BASE_URL = '{{ site.url }}'; </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="{{ site.url }}/assets/js/scripts.min.js"></script> {% if site.owner.google.analytics %} <!-- Asynchronous Google Analytics snippet --> <script> var _gaq = _gaq || []; var pluginUrl = 'https://www.google-analytics.com/plugins/ga/inpage_linkid.js'; _gaq.push(['_require', 'inpage_linkid', pluginUrl]); _gaq.push(['_setAccount', '{{ site.owner.google.analytics }}']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = 'https://stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> {% endif %} <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/monokai-sublime.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script>
oglopss/tomato-ci-jekyll
_includes/scripts.html
HTML
mit
1,271
<!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="./fb902680782fa0624125c749d79983f391c8c697cef135e50d31468f6e943bb8.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/07a8cb53d941c67d21cdb1316ed02c57a6662c81cd6ce962ef209a61ed4f8a86.html
HTML
mit
550
--- # DO NOT EDIT! # This file is automatically generated by get-members. If you change it, bad # things will happen. layout: default title: "Lord Waddington" house: lords --- <div class="row"> <div class="col-md-8"> {% include members/lord-waddington.html %} <h3>What is Lord Waddington interested in?</h3> <p>Lord Waddington hasn't said he is interested in anything! Why not <a href="http://www.writetothem.com">write to them</a> and ask?</p> </div> <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Party</h3> </div> <div class="panel-body"> <p>Lord Waddington is part of the <b>Conservative</b> party.</p> <p class="small"><a href="{{ site.baseurl }}/glossary.html#party">What is a party?</a><p> </div> </div> </div> </div>
JeniT/childs-guide-to-parliament
members/lord-waddington.html
HTML
mit
950
<html> <head> <title>Shiv Malik's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Shiv Malik's panel show appearances</h1> <p>Shiv Malik has appeared in <span class="total">1</span> episodes between 2012-2012. Note that these appearances may be for more than one person if multiple people have the same name.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2012</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2012-10-01</strong> / <a href="../shows/qanda.html">Q&A</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/zbeo0b51.html
HTML
mit
974
{% if page.comments %} <div id="disqus_thread"></div> <script> var disqus_config = function () { this.page.url = "http://BLOG.host.com{{ page.url }}"; // <--- use canonical URL this.page.identifier = "{{ page.id }}"; }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://wenj.disqus.com/embed.js'; // <--- use Disqus shortname s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> {% endif %}
wenjzhu/wheatz
_includes/disqus.html
HTML
mit
648
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Neighborhood Map</title> <link rel="shortcut icon" type="image/png" href="img/favicon.png"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet"> <link rel="stylesheet" href="css/app.min.css"/> </head> <body> <!-- starts container --> <div class="container"> <!-- start left panel --> <div class="left-panel"> <div class="title"> <h1>Neighborhood Map</h1> </div> <div class="options"> <form> <input id="search" type="search" name="search" placeholder="Search for places" data-bind="value: query, valueUpdate: 'keyup'" autocomplete="on"> </form> <div data-bind="visible: places().length > 0"> <ul class="locations" data-bind="foreach: places"> <li data-bind="text: title, click: $parent.openInfoWindow"></li> </ul> </div> </div> </div> <!-- ends left panel --> <!-- starts extra info --> <div class="info"> <p class="map-style-author"> <a href="https://snazzymaps.com/style/72543/assassins-creed-iv">Assassin's Creed IV map style</a> by Sarah Frisk </p> <p class="project-author"> Neighborhood map project by <a href="https://calaca.github.io/">calaca</a> <a href="https://github.com/calaca/fend-neighborhood-map"><i class="fa fa-github" aria-hidden="true"></i></a> </p> </div> <!-- ends extra info --> <!-- starts map --> <div id="map"></div> <!-- ends map --> </div> <!-- ends container --> <script src="js/app.min.js"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDa3dzj2QBWqbYAdhQ6oG_zZtqOaMo648U&v=3&callback=initMap" onerror="errorHandler()"></script> <script async defer src="https://use.fontawesome.com/147694ed94.js"></script> </body> </html>
calaca/fend-neighborhood-map
dist/index.html
HTML
mit
2,265
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: Erubis::OptimizedXmlEruby</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">Erubis::OptimizedXmlEruby</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../files/erubis/engine/optimized_rb.html"> erubis/engine/optimized.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> <a href="OptimizedEruby.html"> OptimizedEruby </a> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> <a href="XmlEruby.html">XmlEruby</a> class which generates optimized ruby code </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000225">add_expr_debug</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="includes"> <h3 class="section-bar">Included Modules</h3> <div id="includes-list"> <span class="include-name"><a href="EscapeEnhancer.html">EscapeEnhancer</a></span> </div> </div> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000225" class="method-detail"> <a name="M000225"></a> <div class="method-heading"> <a href="#M000225" class="method-signature"> <span class="method-name">add_expr_debug</span><span class="method-args">(src, code)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000225-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000225-source"> <pre> <span class="ruby-comment cmt"># File erubis/engine/optimized.rb, line 121</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_expr_debug</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">code</span>) <span class="ruby-identifier">switch_to_stmt</span>(<span class="ruby-identifier">src</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">indicator</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'==='</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@initialized</span> <span class="ruby-keyword kw">super</span> <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
netshade/erubis
doc-api/classes/Erubis/OptimizedXmlEruby.html
HTML
mit
4,414
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>My AngularJS App</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css"> <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="app.css"> <script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <br/> <div ng-controller="myFormCtrl" class="container-fluid"> <div class="row"> <div class="col-lg-4"> <!--<form>--> <!--<div class="form-group">--> <!--<label for="exampleInputEmail1">Phone number: (999)--> <!--999-9999</label>--> <!--<input type="email"--> <!--input-formatter="(999) 999-9999"--> <!--ng-model="user.phone"--> <!--class="form-control"--> <!--id="exampleInputEmail1"--> <!--placeholder="Email">--> <!--</div>--> <!--<div class="form-group">--> <!--<label for="exampleInputPassword1">Password</label>--> <!--<input type="password" class="form-control"--> <!--id="exampleInputPassword1" placeholder="Password">--> <!--</div>--> <!--<div class="form-group">--> <!--<label for="exampleInputFile">File input</label>--> <!--<input type="file" id="exampleInputFile">--> <!--<p class="help-block">Example block-level help text here.</p>--> <!--</div>--> <!--<div class="checkbox">--> <!--<label>--> <!--<input type="checkbox"> Check me out--> <!--</label>--> <!--</div>--> <!--<button type="submit" class="btn btn-default">Submit</button>--> <!--</form>--> <!--</div>--> <form novalidate class="simple-form"> <div class="form-group"> <label>Phone number</label> <input type="text" class="form-control" input-formatter="(999) 999-9999" ng-model="user.phone"/> </div> <div class="form-group"> <label>Credit Card</label> <input type="text" class="form-control" input-formatter="9999-9999-9999-9999" ng-model="user.credit_card"/> </div> <div class="form-group"> <label>Routing number</label> <input type="text" class="form-control" input-formatter="|:999999999|:" ng-model="user.routing_number"/> </div> <div class="form-group"> <label>Zip Code</label> <input type="text" class="form-control" input-formatter="99999-9999" ng-model="user.zip_code"/> </div> <div class="form-group"> <label>Letters Only</label> <input type="text" class="form-control" input-formatter="aaaa aaaa" ng-model="user.letters"/> </div> <div class="form-group"> <label>Letters And Numbers like: aaaa 9999</label> <input type="text" class="form-control" input-formatter="aaaa 9999" ng-model="user.letters_and_numbers"/> </div> <div class="form-group"> <label>Letters Or Numbers: *****</label> <input type="text" class="form-control" input-formatter="*****" ng-model="user.letters_or_number"/> </div> </form> </div> <div class="col-lg-4"> <label>Raw</label> <pre>Model = {{user | json}}</pre> </div> </div> </div> <!-- In production use: <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script> --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="build/index.js"></script> <script src="app.js"></script> </body> </html>
GabrielCTroia/angular-input-formatter
sample/index.html
HTML
mit
5,677
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <title>SuperFormula Test</title> </head> <body style='margin: 0px; overflow: hidden; text-align:center;'> </body> <script src='../node_modules/three/three.min.js'></script> <script src='./scripts/OrbitControls.js'></script> <script src='./scripts/SuperFormulaGeometry.js'></script> <script src='./scripts/ConvexGeometry.js'></script> <script src='./scripts/dat.gui.min.js'></script> <script src='./scripts/super-formula.js'></script> <script src='./scripts/main.js'></script> <script type="text/javascript"> var gui = new dat.GUI({ height : 8 * 32 - 1 }); var params = { a: 1, b: 1, m: 3, n1: 2, n2: 5, n3: 18, widthSegments: 64, heightSegments: 64 }; renderScene(params); gui.add({ a: params.a }, 'a').min(0).max(5).step(0.1).onChange(function (value) { params.a = value; renderScene(params); }); gui.add({ b: params.b }, 'b').min(0).max(5).step(0.1).onChange(function (value) { params.b = value; renderScene(params); }); gui.add({ m: params.m }, 'm').min(0).max(10).step(0.5).onChange(function (value) { params.m = value; renderScene(params); }); gui.add({ n1: params.n1 }, 'n1').min(0).max(100).step(0.5).onChange(function (value) { params.n1 = value; renderScene(params); }); gui.add({ n2: params.n2 }, 'n2').min(0).max(100).step(0.5).onChange(function (value) { params.n2 = value; renderScene(params); }); gui.add({ n3: params.n3 }, 'n3').min(0).max(100).step(0.5).onChange(function (value) { params.n3 = value; renderScene(params); }); gui.add({ widthSegments: params.widthSegments }, 'widthSegments').min(1).max(256).step(16).onChange(function (value) { params.widthSegments = value; renderScene(params); }); gui.add({ heightSegments: params.heightSegments }, 'heightSegments').min(1).max(256).step(16).onChange(function (value) { params.heightSegments = value; renderScene(params); }); </script> </html>
thebillkidy/WebGL-SuperFormula
app/index.html
HTML
mit
2,056
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand page-scroll" href="#page-top">ๆฅไธ€ๅช็†ŠๆŽŒๅ•Š</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a class="page-scroll" href="#about">Blogs</a> </li> <li> <a class="page-scroll" href="#portfolio">Interest</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav>
zx247549135/zx247549135.github.io
_includes/nav.html
HTML
mit
1,342
<!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 Oct 20 16:52:53 PDT 2017 --> <title>ShadowPreference</title> <meta name="date" content="2017-10-20"> <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="ShadowPreference"; } } catch(err) { } //--> var methods = {"i0":10,"i1":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/shadows/ShadowPowerManager.ShadowWakeLock.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowProcess.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowPreference.html" target="_top">Frames</a></li> <li><a href="ShadowPreference.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>Field&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>Field&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.shadows</div> <h2 title="Class ShadowPreference" class="title">Class ShadowPreference</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowPreference</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=android.preference.Preference.class) public class <span class="typeNameLabel">ShadowPreference</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== 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/shadows/ShadowPreference.html#ShadowPreference--">ShadowPreference</a></span>()</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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowPreference.html#callOnAttachedToHierarchy-android.preference.PreferenceManager-">callOnAttachedToHierarchy</a></span>(android.preference.PreferenceManager&nbsp;preferenceManager)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowPreference.html#click--">click</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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ShadowPreference--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ShadowPreference</h4> <pre>public&nbsp;ShadowPreference()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="callOnAttachedToHierarchy-android.preference.PreferenceManager-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>callOnAttachedToHierarchy</h4> <pre>public&nbsp;void&nbsp;callOnAttachedToHierarchy(android.preference.PreferenceManager&nbsp;preferenceManager)</pre> </li> </ul> <a name="click--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>click</h4> <pre>public&nbsp;boolean&nbsp;click()</pre> </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/shadows/ShadowPowerManager.ShadowWakeLock.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowProcess.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowPreference.html" target="_top">Frames</a></li> <li><a href="ShadowPreference.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>Field&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>Field&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>
robolectric/robolectric.github.io
javadoc/3.5/org/robolectric/shadows/ShadowPreference.html
HTML
mit
10,140
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: 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.11.2 / euler-formula - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">ยซ Up</a> <h1> euler-formula <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-31 05:47:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-31 05:47:56 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.11.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.0 Official release 4.11.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;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/euler-formula&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/EulerFormula&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: polyhedron&quot; &quot;keyword: hypermap&quot; &quot;keyword: genus&quot; &quot;keyword: Euler formula&quot; &quot;keyword: assisted proofs&quot; &quot;category: Mathematics/Geometry/See also&quot; &quot;date: 2006-09&quot; ] authors: [ &quot;Jean-Franรงois Dufourd &lt;[email protected]&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euler-formula/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euler-formula.git&quot; synopsis: &quot;Hypermaps, Genus Theorem and Euler Formula&quot; description: &quot;&quot;&quot; This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euler-formula/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=29b59477a21a5771162759e5bd1d65dc&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-euler-formula.8.9.0 coq.8.11.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.11.2). The following dependencies couldn&#39;t be met: - coq-euler-formula -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euler-formula.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. ยฉ Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.0-2.0.7/released/8.11.2/euler-formula/8.9.0.html
HTML
mit
7,080
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Trident: table and td focusable</title> </head> <body> <p> The only thing focusable on this page should be the <code>&lt;a&gt;</code>. But in IE11 <code>&lt;table&gt;</code> <code>&lt;td&gt;</code> (but not <code>&lt;th&gt;</code>) and <code>&lt;fieldset&gt;</code> are also focusable. </p> <table> <tbody> <tr> <th>cell</th> <td>cell</td> </tr> </tbody> </table> <fieldset></fieldset> <a href="#void">link</a> <pre></pre> <script> var log = document.querySelector('pre'); ['p', 'table', 'tbody', 'tr', 'td', 'td', 'fieldset', 'a'].forEach(function(selector) { document.activeElement && document.activeElement.blur(); document.querySelector(selector).focus(); log.textContent += selector + ': ' + (document.activeElement && document.activeElement.nodeName || 'undefined') + '\n'; }); </script> </body> </html>
medialize/ally.js
tests/browser-bugs/trident-table-focus.html
HTML
mit
986
<!DOCTYPE html> <html lang="en" ng-app="sellMe"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Sell Me</title> <!-- Angular + Bootstrap--> <script src="libraries/angular.js"></script> <script src="libraries/angular-ui-router.js"></script> <script src="libraries/angular-animate.min.js"></script> <script src="libraries/angular-strap.min.js"></script> <script src="libraries/angular-strap.tpl.min.js"></script> <script src="libraries/angular-ui-router.js"></script> <script src="libraries/angular-cookies.js"></script> <script src="libraries/moment.js"></script> <script src="libraries/aws-sdk.min.js"></script> <!-- AppFiles --> <script src="app.js"></script> <script src="directives/imageDirective.js"></script> <script src="services/listings.js"></script> <script src="services/offers.js"></script> <script src="services/users.js"></script> <script src="services/products.js"></script> <script src="services/listings.js"></script> <script src="services/userListings.js"></script> <script src="services/userOffers.js"></script> <script src="services/countdown_service.js"></script> <script src="services/offers.js"></script> <script src="services/auth.js"></script> <script src="services/categoryService.js"></script> <script src="controllers/topmenu_controller.js"></script> <script src="controllers/image_controller.js"></script> <script src="controllers/listings_controller.js"></script> <script src="controllers/offers_controller.js"></script> <script src="controllers/new_listing_controller.js"></script> <script src="controllers/new_user_controller.js"></script> <script src="controllers/search_controller.js"></script> <script src="controllers/myListings_controller.js"></script> <script src="controllers/myOffers_controller.js"></script> <script src="controllers/listing_controller.js"></script> <script src="controllers/profile_controller.js"></script> <script src="controllers/login_controller.js"></script> <link rel="stylesheet" href="stylesheets/bootstrap.min.css"> <link rel="stylesheet" href="stylesheets/angular-motion.min.css"> <link rel="stylesheet" href="stylesheets/application.css"> <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Pontano+Sans' rel='stylesheet' type='text/css'> </head> <body> <div class="page-header text-center main-page-title"> <h1>SellMe</h1> </div> <div class="container"> <div class="menu-main-page row"> <div class="col-sm-8 col-sm-offset-2"> <div ui-view="top-menu"></div> <div class="col col-sm-2"></div> </div> </div> </div> <div class="col col-sm-10 col-sm-offset-1"> <div ui-view="main-container"></div> </div> </body> </html>
yandrew/DBC-Final-Project-Frontend
index.html
HTML
mit
2,811
<HTML><HEAD> <TITLE>Review for American Movie (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0181288">American Movie (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Steve+Rhodes">Steve Rhodes</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>AMERICAN MOVIE A film review by Steve Rhodes Copyright 1999 Steve Rhodes RATING (0 TO ****): ***</PRE> <P>"We're in America today, and we're ready to roll," says the indefatigable filmmaker, Mark Borchardt. Chris Smith's hilarious documentary, AMERICAN MOVIE, chronicles the innumerable trials and tribulations of Mark as he sets off to make his magnum opus, NORTHWESTERN. (Most of the film, however, has Mark sidetracked as he attempts to finish COVEN, one of his many cheap horror flicks, so that he can raise enough cash to complete NORTHWESTERN.)</P> <P>After winning the Grand Jury Prize at Sundance, AMERICAN MOVIE was picked up by Sony Pictures Classics for a nationwide theatrical release. The only recent movie quite like AMERICAN MOVIE was the much better HANDS ON A HARDBODY, which should be required viewing for anyone who likes either documentaries or comedies. What the two films share is a respectful but honest view of the poor part of America either ignored by Hollywood or excessively romanticized. Both take place in the cinematically unpopular middle of the country.</P> <P>Actually, AMERICAN MOVIE isn't about making a movie, that's just the context within which to tell the story of someone in search of the American dream. "The American dream starts with me each and everyday," Mark proudly tells us. And for the 30ish Mark, the day starts off with his paper route so that he can earn some of the money he needs to stoke the fires of his ambitions.</P> <P>In the Silicon Valley, young adults dream of striking gold with the next Internet IPO. In Milwaukee, in the bleak, cold heartland of the country, Mark sees film as his ticket to success. Driving out of his poor neighborhood of tiny houses and mobile homes, he goes to an upscale community to show us where he wants to live. Were it not for the fabulous success of THE BLAIR WITCH PROJECT, we might write-off Mark's cheesy, slasher flicks as being forever destined to be financial disasters. But if another indie filmmaker can ride to fame and fortune on something that looks like a bad home video, why not Mark, who even shoots with real film rather than videotape?</P> <P>Mark, a likable guy with a scraggy beard and long unkempt hair, talks a mile a minute about his aspirations. He figures that when NORTHWESTERN is in production, he'll need a bunch of assistant directors just to hold the crowds back. Still, Mark, who comes from the Ed Wood school of filmmaking, readily admits his deficiencies. "There's such corny dialog," he says of his third draft of NORTHWESTERN's script, "that it'd make the Pope weep."</P> <P>Although you'll find Mark charming and funny, not everyone has a charitable view of Mark's potential. "His main asset is his mouth," his own brother tells us in candor. "He's best suited for just working in a factory."</P> <P>His buddy and fellow filmmaker, Mike Schank, who looks straight out of Central casting, acts like his brain was fried years ago. The rotund Mike, with his tie-dyed shirt and his wild hair and beard, relates stories of his abuse of drugs and alcohol, which he has finally given up. He steals every scene in which he appears with his sweet, out-of-it demeanor. Sent with careful instructions on how to put up flyers for the world premier of COVEN, Mike walks off without taking the flyers. When reminded by Mark, Mike just gives him a puppy-dog grin as if to say that if you didn't place the flyers directly into my hands, it can't be my fault.</P> <P>As delightfully inviting as the documentary is, it makes you yearn for a fast-forward button. After a fast-paced, promising beginning, Chris allows his film to lose focus in the middle. Including too much footage of Mark's semi-senile, elderly grandfather, Smith lets the picture get sidetracked. Footage of Mark bathing his grandfather might work in some other film, but here it just bogs down the narrative. His grandfather, as one of his financial backers, deserves a place in the documentary, but perhaps not so prominent a one.</P> <P>Although the documentary is about Mark's films and whether they would ever get distributed, Chris Smith and Sarah Price, the two filmmakers on AMERICAN MOVIE, maxed out their nine credit cards buying film stock for two years, as they followed Mark around. They eventually did attract some investors and, after their success at Sundance, a distributor. The American dream appears to have come to them quicker than it did to Mark and Mike, but in America there is plenty of dream to go around. And Mark, certainly, isn't one who is likely to ever quit.</P> <P>AMERICAN MOVIE runs too long at 1:49. It is rated R for fake-looking gore and frequent profanity and would be fine for teenagers.</P> <P>Email: <A HREF="mailto:[email protected]">[email protected]</A> Web: <A HREF="http://www.InternetReviews.com">http://www.InternetReviews.com</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/21674.html
HTML
mit
6,176
<HTML><HEAD> <TITLE>Review for Se7en (1995)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0114369">Se7en (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Chad+Polenz">Chad Polenz</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> SEVEN A film review by Chad Polenz Copyright 1997 Chad Polenz</PRE> <P>Chad'z rating: **** (out of 4 = excellent) 1995, R, 125 minutes [2 hours, 5 minutes] [thriller/mystery] starring: Brad Pitt (Detective David Mills), Morgan Freeman (Detective William Sommerset), Gwenyth Paltrow (Tracy Mills), written by Andrew K. Walker, produced by Arnold Kopelson, Phyllis Carlyle, directed by David Fincher.</P> <P>"Seven" is one of the best mystery movies I've ever seen. It's extremely intriguing and suspenseful, but it's also quite fun. It's a serial killer mystery, but you don't care so much about making the killer pay as much as hope they just catch the killer.</P> <P>The story is a cops-on-the-trail-of-serial-killer mystery. Someone is murdering people who are offenders of "The Seven Deadly Sins." A fat man (gluttony) was forced to eat himself to death, a lawyer (greed) is slaughtered by his own rich possessions... I could go on but revealing any more would give away entirely too much.</P> <P>What makes this film so unique is the characterization of the "good guys" which makes the unseen villain seem so vile. Brad Pitt stars is quite excellent as Detective David Mills, the cocky rookie. However, Morgan Freeman is even better as Detective William Sommerset, the wise veteran on the verge of retirement (and he doesn't get killed by the end). There is a great sense of camaraderie here which often provides for a breath of comic relief. This is impressive because the mood is so tense, and the fact that it can be down-played as well as it is here (let alone at all) is quite an accomplishment.</P> <P>The setting takes place in present day New York City but the art direction is able to give the city a feeling of the evil, scary place many believe it to be. The production design is superb, in the spirit of "Batman" and "The Crow," this film embodies the Gothic mood. The way the words fade in and out, along with the freaky Nine Inch Nails music really add a lot to the story on a subconscious level - even the credits are scary!</P> <P>The killer's victims have no connections at all, and thus Mills and Sommerset don't have much to go on to solve the case. They can only wait for the next murder to occur which makes for tremendous suspense. We become just as tense and worried as the detectives because of this thick atmosphere of the unknown. Not that many films have such an interesting and intriguing screenplay as this. </P> <P>The only problem I had with the film is the way in which Mills and Sommerset are lead to a suspect. Let's just say it seems a little too "mystery movie," or too convenient in other words. When they are led to a suspect by the name of John Doe, a terrific chase scene ensues. This is a typical thrilling element, but it works perfectly here because of the process of the story. </P> <P>If anything, this film is the epitome of twist endings. I don't have to tell you Mills and Sommerset finally catch the criminal, but the way in which this happens is surprising. There is a scene of intriguing philosophy between the killer and the detectives, and even though he's obviously insane, his charisma makes for some good points. What's even more surprising is the last few scenes themselves as the suspense comes to a terrific climax as the film's resolution comes down to a question of what justice really is.</P> <P>"Seven" is not just a film about crime, but about the evil within man. John Doe felt he was doing society a favor by ridding it of "scum." But as justified as he makes himself seem, we must never be tempted by such twisted ideals of justice.</P> <P>Please visit Chad'z Movie Page @ <A HREF="http://members.aol.com/ChadPolenz">http://members.aol.com/ChadPolenz</A> E-mail: <A HREF="mailto:[email protected]">[email protected]</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/8043.html
HTML
mit
5,102
<HTML><HEAD> <TITLE>Review for Cool World (1992)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0104009">Cool World (1992)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Brian+L.+Johnson">Brian L. Johnson</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> COOL WORLD A film review by Ken Johnson Copyright 1992 Ken Johnson</PRE> <P>100 min., PG-13, Animated/Comedy, 1992 Director: Ralph Bakshi Cast: Kim Basinger, Gabriel Byrne, Brad Pitt</P> <P> Brad Pitt is on a motorcycle with his mom when a drunk driver hits the bike. Pitt's mother is killed but Pitt survives. A cartoon scientist brings Pitt to Cool World, a world of cartoons (where cartoons are called Doodles and humans are called Noids). Several years later Doodle Holli Would (Kim Basinger) wants to get to the Real World (Earth). She brings cartoonist Gabriel Byrne to Cool World to get him to make love to her. If Byrne makes love to her, she will be able to go to the Real World. Pitt, now a Cool World police officer, tries to make sure that Byrne doesn't make love to Basinger.</P> <P> I found COOL WORLD to be an excellent cartoon and much better than any of the other films by Ralph Bakshi that I have seen (HEY GOOD LOOKIN', STREETFIGHT (originally titled COONSKIN), and I think LORD OF THE RINGS). I fully recommend this film to anybody who has a bizarre or twisted taste in films. This film is, like actor Brad Pitt described it in an interview, "Roger Rabbit on acid." I give COOL WORLD a five on a scale of zero to five. COOL WORLD is rated PG-13 for adult situations, adult humor, and explicit language. No, this is not a nice little animated film to bring your small children to. Because of some of the scenes, this film is also not one to go to if you are easily grossed out. I will not go into details but some of them are really funny (esp. in the cop chase).</P> <P> The animation in this film is in the traditional Bakshi style, crude but good, which is part of the reason that I tend to enjoy his films. His animation has a style of its own, which some people don't seem to like. Cool World is interestingly designed with its twisting buildings that go up above the clouds and twisting roads that go all over the place. I feel that Cool World was well designed as a cartoon world, especially with all the cartoons on the streets bringing sadistic harm to other cartoons. Maybe one cartoon is chasing another with an axe or a safe falls on a doodle, etc. This is an obvious jab at modern cartoons that are aired on the television.</P> <P> The way that the sets for the live action were designed were creative. The sets, in Cool World only, were made to look like a cartoon, with only two dimensions. When the camera went sideways on a set, it looked like a piece of paper, flat. I also enjoyed how the live characters interacted with the cartoons, yes I know it has been done many times before but I still enjoy it.</P> <P> Unfortunately I have to agree with Rick J. Rauser (r.a.m.r. #01431) that COOL WORLD will have a short stay in the theaters. I don't think that for the most part people are still enjoying films like this. Most people, I feel would rather go and see a film like BATMAN RETURNS. I recommend that if you are planning to see this film that you see it soon before it leaves the theaters because it really is worth seeing. I recommend seeing this film in a theater because there is always so much going on on the screen that some of the movie will be lost on a television screen.</P> <P> The actors do a great job with their roles. Kim Basinger does a great job as Holli Would, a sultry but egocentric person (Jessica Rabbit comes to mind). She just has a way of making the character come to life. Brad Pitt is good as the cop who really wants to be a Doodle. Gabriel Byrne also puts in a good performance as the cartoonist who becomes obsessed with making love to his creation, Holli Would. The wide number of Doodles are great, some nice, some evil; most with a comic twist to them that enlivens them. I also love the sentence on the top of the posters for the film "Holli Would if she could."</P> <PRE>Ken J. <A HREF="mailto:[email protected]">[email protected]</A></PRE> <PRE>. </PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/1441.html
HTML
mit
5,329
<!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_152-release) on Mon Dec 04 08:54:34 MST 2017 --> <title>I-Index</title> <meta name="date" content="2017-12-04"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="I-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-8.html">Prev Letter</a></li> <li><a href="index-10.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li> <li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<a name="I:I"> <!-- --> </a> <h2 class="title">I</h2> <dl> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_action_name">ic_action_name</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_audiotrack_dark">ic_audiotrack_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_audiotrack_light">ic_audiotrack_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_dialog_close_dark">ic_dialog_close_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_dialog_close_light">ic_dialog_close_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_edit_black_24dp">ic_edit_black_24dp</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_00">ic_group_collapse_00</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_01">ic_group_collapse_01</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_02">ic_group_collapse_02</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_03">ic_group_collapse_03</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_04">ic_group_collapse_04</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_05">ic_group_collapse_05</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_06">ic_group_collapse_06</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_07">ic_group_collapse_07</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_08">ic_group_collapse_08</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_09">ic_group_collapse_09</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_10">ic_group_collapse_10</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_11">ic_group_collapse_11</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_12">ic_group_collapse_12</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_13">ic_group_collapse_13</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_14">ic_group_collapse_14</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_collapse_15">ic_group_collapse_15</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_00">ic_group_expand_00</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_01">ic_group_expand_01</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_02">ic_group_expand_02</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_03">ic_group_expand_03</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_04">ic_group_expand_04</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_05">ic_group_expand_05</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_06">ic_group_expand_06</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_07">ic_group_expand_07</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_08">ic_group_expand_08</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_09">ic_group_expand_09</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_10">ic_group_expand_10</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_11">ic_group_expand_11</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_12">ic_group_expand_12</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_13">ic_group_expand_13</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_14">ic_group_expand_14</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_group_expand_15">ic_group_expand_15</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html#ic_launcher">ic_launcher</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.mipmap</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html#ic_launcher_foreground">ic_launcher_foreground</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.mipmap</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html#ic_launcher_round">ic_launcher_round</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.mipmap.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.mipmap</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_media_pause_dark">ic_media_pause_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_media_pause_light">ic_media_pause_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_media_play_dark">ic_media_play_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_media_play_light">ic_media_play_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_00_dark">ic_mr_button_connected_00_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_00_light">ic_mr_button_connected_00_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_01_dark">ic_mr_button_connected_01_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_01_light">ic_mr_button_connected_01_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_02_dark">ic_mr_button_connected_02_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_02_light">ic_mr_button_connected_02_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_03_dark">ic_mr_button_connected_03_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_03_light">ic_mr_button_connected_03_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_04_dark">ic_mr_button_connected_04_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_04_light">ic_mr_button_connected_04_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_05_dark">ic_mr_button_connected_05_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_05_light">ic_mr_button_connected_05_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_06_dark">ic_mr_button_connected_06_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_06_light">ic_mr_button_connected_06_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_07_dark">ic_mr_button_connected_07_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_07_light">ic_mr_button_connected_07_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_08_dark">ic_mr_button_connected_08_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_08_light">ic_mr_button_connected_08_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_09_dark">ic_mr_button_connected_09_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_09_light">ic_mr_button_connected_09_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_10_dark">ic_mr_button_connected_10_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_10_light">ic_mr_button_connected_10_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_11_dark">ic_mr_button_connected_11_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_11_light">ic_mr_button_connected_11_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_12_dark">ic_mr_button_connected_12_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_12_light">ic_mr_button_connected_12_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_13_dark">ic_mr_button_connected_13_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_13_light">ic_mr_button_connected_13_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_14_dark">ic_mr_button_connected_14_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_14_light">ic_mr_button_connected_14_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_15_dark">ic_mr_button_connected_15_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_15_light">ic_mr_button_connected_15_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_16_dark">ic_mr_button_connected_16_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_16_light">ic_mr_button_connected_16_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_17_dark">ic_mr_button_connected_17_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_17_light">ic_mr_button_connected_17_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_18_dark">ic_mr_button_connected_18_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_18_light">ic_mr_button_connected_18_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_19_dark">ic_mr_button_connected_19_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_19_light">ic_mr_button_connected_19_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_20_dark">ic_mr_button_connected_20_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_20_light">ic_mr_button_connected_20_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_21_dark">ic_mr_button_connected_21_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_21_light">ic_mr_button_connected_21_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_22_dark">ic_mr_button_connected_22_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connected_22_light">ic_mr_button_connected_22_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_00_dark">ic_mr_button_connecting_00_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_00_light">ic_mr_button_connecting_00_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_01_dark">ic_mr_button_connecting_01_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_01_light">ic_mr_button_connecting_01_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_02_dark">ic_mr_button_connecting_02_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_02_light">ic_mr_button_connecting_02_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_03_dark">ic_mr_button_connecting_03_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_03_light">ic_mr_button_connecting_03_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_04_dark">ic_mr_button_connecting_04_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_04_light">ic_mr_button_connecting_04_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_05_dark">ic_mr_button_connecting_05_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_05_light">ic_mr_button_connecting_05_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_06_dark">ic_mr_button_connecting_06_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_06_light">ic_mr_button_connecting_06_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_07_dark">ic_mr_button_connecting_07_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_07_light">ic_mr_button_connecting_07_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_08_dark">ic_mr_button_connecting_08_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_08_light">ic_mr_button_connecting_08_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_09_dark">ic_mr_button_connecting_09_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_09_light">ic_mr_button_connecting_09_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_10_dark">ic_mr_button_connecting_10_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_10_light">ic_mr_button_connecting_10_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_11_dark">ic_mr_button_connecting_11_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_11_light">ic_mr_button_connecting_11_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_12_dark">ic_mr_button_connecting_12_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_12_light">ic_mr_button_connecting_12_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_13_dark">ic_mr_button_connecting_13_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_13_light">ic_mr_button_connecting_13_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_14_dark">ic_mr_button_connecting_14_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_14_light">ic_mr_button_connecting_14_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_15_dark">ic_mr_button_connecting_15_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_15_light">ic_mr_button_connecting_15_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_16_dark">ic_mr_button_connecting_16_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_16_light">ic_mr_button_connecting_16_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_17_dark">ic_mr_button_connecting_17_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_17_light">ic_mr_button_connecting_17_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_18_dark">ic_mr_button_connecting_18_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_18_light">ic_mr_button_connecting_18_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_19_dark">ic_mr_button_connecting_19_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_19_light">ic_mr_button_connecting_19_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_20_dark">ic_mr_button_connecting_20_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_20_light">ic_mr_button_connecting_20_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_21_dark">ic_mr_button_connecting_21_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_21_light">ic_mr_button_connecting_21_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_22_dark">ic_mr_button_connecting_22_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_connecting_22_light">ic_mr_button_connecting_22_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_disabled_dark">ic_mr_button_disabled_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_disabled_light">ic_mr_button_disabled_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_disconnected_dark">ic_mr_button_disconnected_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_disconnected_light">ic_mr_button_disconnected_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_mr_button_grey">ic_mr_button_grey</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_plusone_medium_off_client">ic_plusone_medium_off_client</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_plusone_small_off_client">ic_plusone_small_off_client</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_plusone_standard_off_client">ic_plusone_standard_off_client</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_plusone_tall_off_client">ic_plusone_tall_off_client</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_speaker_dark">ic_vol_type_speaker_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_speaker_group_dark">ic_vol_type_speaker_group_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_speaker_group_light">ic_vol_type_speaker_group_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_speaker_light">ic_vol_type_speaker_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_tv_dark">ic_vol_type_tv_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#ic_vol_type_tv_light">ic_vol_type_tv_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#icon">icon</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#icon">icon</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#icon_group">icon_group</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#icon_only">icon_only</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#icon_uri">icon_uri</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#icon_view">icon_view</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#iconifiedByDefault">iconifiedByDefault</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#iconTint">iconTint</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#iconTintMode">iconTintMode</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">Must be one of the following constant values.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#id--">id()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#ifRoom">ifRoom</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#image">image</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#image_preview">image_preview</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#imageAspectRatio">imageAspectRatio</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#imageAspectRatioAdjust">imageAspectRatioAdjust</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">Must be one of the following constant values.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#imageButtonStyle">imageButtonStyle</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html#imagePreview">imagePreview</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEventListAdapter.ViewHolder</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#imageView">imageView</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus">IMECorpus</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">Attributes that can be used with a IMECorpus.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_inputEnabled">IMECorpus_inputEnabled</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#inputEnabled"><code>R.attr.inputEnabled</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_sourceClass">IMECorpus_sourceClass</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#sourceClass"><code>R.attr.sourceClass</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_toAddressesSection">IMECorpus_toAddressesSection</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#toAddressesSection"><code>R.attr.toAddressesSection</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_userInputSection">IMECorpus_userInputSection</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#userInputSection"><code>R.attr.userInputSection</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_userInputTag">IMECorpus_userInputTag</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#userInputTag"><code>R.attr.userInputTag</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus_userInputValue">IMECorpus_userInputValue</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.styleable</a></dt> <dd> <div class="block">This symbol is the offset where the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#userInputValue"><code>R.attr.userInputValue</code></a> attribute's value can be found in the <a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.styleable.html#IMECorpus"><code>R.styleable.IMECorpus</code></a> array.</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#indeterminateProgressStyle">indeterminateProgressStyle</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#index_entity_types">index_entity_types</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#indexPrefixes">indexPrefixes</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#info">info</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/NotificationAdapter.ViewHolder.html#infoLabel">infoLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/NotificationAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">NotificationAdapter.ViewHolder</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#infoLabel">infoLabel</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#initialActivityCount">initialActivityCount</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#inputEnabled">inputEnabled</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#instant_message">instant_message</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.integer.html#integer--">integer()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.integer.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.integer</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#intent_action">intent_action</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#intent_activity">intent_activity</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#intent_data">intent_data</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#intent_data_id">intent_data_id</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#intent_extra_data">intent_extra_data</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.interpolator.html#interpolator--">interpolator()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.interpolator.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.interpolator</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/Notification.html#isHandled--">isHandled()</a></span> - Method in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/Notification.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">Notification</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#isLightTheme">isLightTheme</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#italic">italic</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#item_touch_helper_max_drag_scroll_per_frame">item_touch_helper_max_drag_scroll_per_frame</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#item_touch_helper_previous_elevation">item_touch_helper_previous_elevation</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#item_touch_helper_swipe_escape_max_velocity">item_touch_helper_swipe_escape_max_velocity</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#item_touch_helper_swipe_escape_velocity">item_touch_helper_swipe_escape_velocity</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#itemPadding">itemPadding</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt> <dd> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-8.html">Prev Letter</a></li> <li><a href="index-10.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li> <li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
CMPUT301F17T08/habit_rabbit
docs/JavaDoc/index-files/index-9.html
HTML
mit
86,685
<!doctype html> <html class="no-js" lang="en-gb"> <head> <meta charset="utf-8"> <title>Chris Gibbons โ€” Front end developer &amp; UX technologist based in Blackpool // Manchester โ€” Who is this &#39;Chris Gibbons&#39; guy then?</title> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1, user-scalable=1"> <meta name="google-site-verification" content="pmXt1vml4-Ea9tfnzPwHEIkrpcGVVN73KeNERUKY6lM" /> <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml"> <link href="/about/index.xml" rel="alternate feed" type="application/rss+xml" title="gbbns.co" /> <script type="application/ld+json" async> { "@context": "https://schema.org", "@type": "Person", "name": "Chris Gibbons", "url": "/", "image" : "//images/profile/chris-gibbons.jpg", "sameAs" : [ "https://twitter.com/_gbbns", "https://uk.linkedin.com/in/gbbns", "https://github.com/gbbns" ] } </script> <meta name="description" content="Chris is a Principle Front end developer &amp; UX technologist based in Blackpool, Lancashire &amp; Manchester, UK. He build&#39;s flexible responsive and accessible websites and bakes a smashing cake."> <meta name="author" content="Chris Gibbons" /> <meta name="copyright" content="Chris Gibbons" /> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta property="og:title" content="Who is this &#39;Chris Gibbons&#39; guy then? | Chris Gibbons"> <meta property="og:type" content="website"> <meta property="og:url" content="/"> <meta property="og:image" content="//images/profile/chris-gibbons.jpg"> <meta property="og:description" content="Chris Gibbons &mdash; Chris is a Principle Front end developer &amp; UX technologist based in Blackpool, Lancashire &amp; Manchester, UK. He build&#39;s flexible responsive and accessible websites and bakes a smashing cake."> <meta property="og:locale" content="en_GB"> <meta property="article:author" content="Chris Gibbons"> <meta property="og:site_name" content="Chris Gibbons &mdash; Chris is a Principle Front end developer &amp; UX technologist based in Blackpool, Lancashire &amp; Manchester, UK. He build&#39;s flexible responsive and accessible websites and bakes a smashing cake."> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="_gbbns"> <meta name="twitter:creator" content="_gbbns"> <meta name="twitter:url" content="/"> <meta name="twitter:domain" content="/"> <meta name="twitter:title" content="Who is this &#39;Chris Gibbons&#39; guy then? | Chris Gibbons"> <meta name="twitter:description" content="Chris Gibbons &mdash; Chris is a Principle Front end developer &amp; UX technologist based in Blackpool, Lancashire &amp; Manchester, UK. He build&#39;s flexible responsive and accessible websites and bakes a smashing cake."> <meta name="twitter:image" content="//assets/images/profile/chris-gibbons.jpg"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="/css/main.css" /> <link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700|Spectral:700" rel="stylesheet"> </head> <body> <div data-grid="row"> <header class="c-masthead" role="banner"> <div> <a href="/" class=" h-list site-info"> <span class="h-list__item site-info__title">gbbns.co</span> <span class="h-list__item site-info__title">Chris Gibbons</span> <span class="h-list__item site-info__title">UX Technologist/</span> </a> <nav role="navigation"> <ul class="h-list"> <li class="h-list__item"><a href="/about">About</a></li> <li class="h-list__item"><a href="/writing">Writing</a></li> <li class="h-list__item"><a href="/speaking">Speaking</a></li> <li class="h-list__item"><a href="/contact">Contact</a></li> </ul> </nav> </div> </header> <main role="main" class="o-content__body"> <article> <section class="article__main-body"> <header class="article__main-header"> <h1 class="heading--primary">Who is this &#39;Chris Gibbons&#39; guy then?</h1> </header> <h2 id="tl-dr">TL;DR</h2> <h3 id="what-i-do-specialise-in">What I do &amp; specialise in</h3> <ul> <li>HTML</li> <li>CSS (Sass)</li> <li>Responsive &amp; Mobile-first</li> <li>UI/UX</li> <li>JavaScript (ES5+)</li> <li>Web Standards</li> <li>Web Accessibility</li> </ul> <h3 id="what-i-don-t-do-or-don-t-do-a-lot-of">What I don&rsquo;t do or don&rsquo;t do a lot of</h3> <ul> <li>Backend development</li> <li>Design</li> <li>Heavy JavaScript</li> <li>OOP</li> <li>Fix printers (or other bits of IT equipment)</li> </ul> <h2 id="a-potted-history">A potted history</h2> <p>Chris Gibbons is an experienced digital developer specialising in traditional front-end development practises, UI/UX and mobile.</p> <p>He has a passion/mild obsession for well written, semantic &amp; accessible code. He enjoys the challenge of learning and using new and emerging technologies to better projects, as well as delivering cross-device, compliant, usable websites.</p> <p>He also hates speaking about himself in the third person, so lets stop.</p> <p>After working with the amazing folk at <a href="https://www.codecomputerlove.com/" rel="noopener">Code Computerlove</a> for nearly 8 years, working my way up to Snr. Front End developer, I then spent the next 12 months working as a UI engineer at <a href="https://www.zuto.com" rel="noopener">Zuto</a> where I enjoyed the challenge of trying to build a bridge between front-end and UX in the world of car finance.</p> <p>I now spend my time happily employed by the nice folk at <a href="https://www.autotrader.co.uk/" rel="noopener">Auto Trader</a> as a Principal UX/UI developer and an advocate of accessibility &amp; inclusive design.</p> <p>Outside of work I live close to the seaside resort of <a href="https://en.wikipedia.org/wiki/Blackpool" rel="noopener">Blackpool</a> and, in my small amount of spare time, like to take photographs &mdash; <a href="https://www.instagram.com/_gbbns" rel="noopener">Instagram</a> &mdash; bake cakes and support Liverpool FC.</p> <h3 id="ux-technologist">UX Technologist?</h3> <p>A UX what now?</p> <p>OK, let me explain.</p> <p>I&rsquo;ve been trying to find an accurate description for myself within the front end (FE) arena for a number years now, especially with the lines of what is expected of a FE-er becoming blurrier.</p> <p>It&rsquo;s no exaggeration to say that the FE landscape has changed dramatically in the 15 years I&rsquo;ve been in the industry. Task runners such as Grunt and Gulp weren&rsquo;t even twinkles in the eyes of the people who concieved the ideas. Object orientated approaches to frameworks such as Angular and React are commonplace and expected skills to have. Accessibility &amp; inclusive design is rightly gaining in prominence, but not enough for my liking!</p> <p>Now the parts of FE I particularly enjoy is around the UI layer and the crafting of a great experience, this along side prototyping &amp; discovery (mainly as I get to play)</p> <p>In my opinion&ndash;and after doing a few Google searches it seems there are many other people thinking the same&ndash;a UX technologist works to bridge the gap between design and engineering.</p> <p><a href="https://adaptivepath.org/ideas/what-makes-a-design-technologist/" rel="noopener">One of the best posts I read on this topic is from Dan Harrelson at Adaptive Path</a>.</p> <ul> <li>A comfort level with front-end programming (web, desktop, mobile, device)</li> <li>A tool belt filled with techniques for creating interactive apps</li> <li>The ability to quickly pick up new tools</li> <li>A itch to dive into code and &ldquo;just built it&rdquo;</li> </ul> <p>These all appear to reflect where I feel I add most value.</p> <p>But it was the following:</p> <blockquote> <p>You also need to find that special someone who appreciates design and wants to be a member of the UX team.</p> </blockquote> <p>That <em>really</em> sums up my current feelings to FE and my position.</p> <footer class="article__foot-note"> <p>This page was last updated on 4th July 2018</p> </footer> </section> </article> </main> </div> <footer class="footer footer__main-content"> <div class="card card--message"> <h4>As you've probably spotted I'm designing &amp; building this site "live" and iteratively.</h4> <p>Im the true sprit of Agile, I believe that coding in the open promotes sharing, enables better and faster feedback and provides a great opportunity for learning.</p> <p>Because of this things will inevitably change and possibly break but that's more than ok, you can <a href="mailto:[email protected]" rel="noopener">email me to let me know</a> if you spot anything.</p> <p>In the meantime feel free to browse <a href="https://github.com/gbbns/gbbns.co" rel="noopener">the source code</a> and <a href="https://github.com/gbbns/gbbns.co/commits/master" rel="noopener">commit history</a>, and if you like <a href="https://github.com/gbbns/gbbns.co/issues" rel="noopener">raise an issue</a>!</p> </div> <p><a href="mailto:[email protected]" rel="noopener">[email protected]</a></p> <nav> <ul class="h-list"> <li class="h-list__item"> <a href="/colophon">Colophon</a> </li> <li class="h-list__item"> <a href="/now">Now</a> </li> <li class="h-list__item"> <a href="/uses">Uses</a> </li> <li class="h-list__item"> <a href="/categories">Categories</a> </li> <li class="h-list__item"> <a href="/tags">Tags</a> </li> </ul> </nav> <ul class="h-list "> <li class="h-list__item"> <a href="https://github.com/gbbns" rel="noopener">GitHub</a> </li> <li class="h-list__item"> <a href="https://www.instagram.com/_gbbns" rel="noopener">Instagram</a> </li> <li class="h-list__item"> <a href="https://twitter.com/_gbbns" rel="noopener">Twitter</a> </li> <li class="h-list__item"> <a href="https://uk.linkedin.com/in/gbbns" rel="noopener">LinkedIn</a> </li> <li class="h-list__item"> <a href="https://500px.com/gbbns" rel="noopener">500px</a> </li> </ul> <p>&copy; 2018 Chris Gibbons - All rights reserved.</p> </footer> </body> </html>
gbbns/gbbns.co
public/about/index.html
HTML
mit
12,073
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://cdn.peerjs.com/0.3.9/peer.min.js"></script> <script type="text/javascript" src="../dist/webrtc-connectionpool.js"></script> <script type="text/javascript" src="./example.js"></script> </head> <body> <p>Please see the console.</p> </body> </html>
tsujio/webrtc-connectionpool
example/example.html
HTML
mit
343
<!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_34) on Wed Oct 23 13:33:52 EDT 2013 --> <TITLE> org.hibernate.internal.jaxb.mapping.orm (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.hibernate.internal.jaxb.mapping.orm (Hibernate JavaDocs)"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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="../../../../../../org/hibernate/internal/jaxb/mapping/hbm/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/hibernate/internal/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/hibernate/internal/jaxb/mapping/orm/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <H2> Package org.hibernate.internal.jaxb.mapping.orm </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbAssociationOverride.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbAssociationOverride</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbAttributeOverride.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbAttributeOverride</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbAttributes.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbAttributes</A></B></TD> <TD>This element contains the entity field or property mappings.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbBasic.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbBasic</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbCascadeType.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbCascadeType</A></B></TD> <TD>public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbCollectionTable.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbCollectionTable</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbColumnResult.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbColumnResult</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbDiscriminatorColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbDiscriminatorColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbElementCollection.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbElementCollection</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEmbeddable.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEmbeddable</A></B></TD> <TD>Defines the settings and mappings for embeddable objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEmbeddableAttributes.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEmbeddableAttributes</A></B></TD> <TD>Java class for embeddable-attributes complex type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEmbedded.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEmbedded</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEmbeddedId.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEmbeddedId</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEmptyType.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEmptyType</A></B></TD> <TD>Java class for emptyType complex type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntity.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEntity</A></B></TD> <TD>Defines the settings and mappings for an entity.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntityListener.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEntityListener</A></B></TD> <TD>Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntityListeners.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEntityListeners</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntityMappings.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEntityMappings</A></B></TD> <TD>The entity-mappings element is the root element of a mapping file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntityResult.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbEntityResult</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbFieldResult.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbFieldResult</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbGeneratedValue.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbGeneratedValue</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbId.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbId</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbIdClass.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbIdClass</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbJoinColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbJoinColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbJoinTable.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbJoinTable</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbLob.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbLob</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbManyToMany.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbManyToMany</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbManyToOne.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbManyToOne</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbMapKey.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbMapKey</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbMapKeyClass.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbMapKeyClass</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbMapKeyColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbMapKeyColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbMapKeyJoinColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbMapKeyJoinColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbMappedSuperclass.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbMappedSuperclass</A></B></TD> <TD>Defines the settings and mappings for a mapped superclass.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbNamedNativeQuery.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbNamedNativeQuery</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbNamedQuery.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbNamedQuery</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbOneToMany.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbOneToMany</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbOneToOne.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbOneToOne</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbOrderColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbOrderColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPersistenceUnitDefaults.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPersistenceUnitDefaults</A></B></TD> <TD>These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPersistenceUnitMetadata.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPersistenceUnitMetadata</A></B></TD> <TD>Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPostLoad.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPostLoad</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPostPersist.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPostPersist</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPostRemove.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPostRemove</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPostUpdate.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPostUpdate</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPrePersist.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPrePersist</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPreRemove.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPreRemove</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPreUpdate.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPreUpdate</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbPrimaryKeyJoinColumn.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbPrimaryKeyJoinColumn</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbQueryHint.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbQueryHint</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbSecondaryTable.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbSecondaryTable</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbSequenceGenerator.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbSequenceGenerator</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbSqlResultSetMapping.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbSqlResultSetMapping</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbTable.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbTable</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbTableGenerator.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbTableGenerator</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbTransient.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbTransient</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbUniqueConstraint.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbUniqueConstraint</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbVersion.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbVersion</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/ObjectFactory.html" title="class in org.hibernate.internal.jaxb.mapping.orm">ObjectFactory</A></B></TD> <TD>This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.internal.jaxb.mapping.orm package.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Enum Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbAccessType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbAccessType</A></B></TD> <TD>Java class for access-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbDiscriminatorType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbDiscriminatorType</A></B></TD> <TD>Java class for discriminator-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEnumType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbEnumType</A></B></TD> <TD>Java class for enum-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbFetchType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbFetchType</A></B></TD> <TD>Java class for fetch-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbGenerationType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbGenerationType</A></B></TD> <TD>Java class for generation-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritanceType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritanceType</A></B></TD> <TD>Java class for inheritance-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbLockModeType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbLockModeType</A></B></TD> <TD>Java class for lock-mode-type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbTemporalType.html" title="enum in org.hibernate.internal.jaxb.mapping.orm">JaxbTemporalType</A></B></TD> <TD>Java class for temporal-type.</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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="../../../../../../org/hibernate/internal/jaxb/mapping/hbm/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/hibernate/internal/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/hibernate/internal/jaxb/mapping/orm/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved. </BODY> </HTML>
HerrB92/obp
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/internal/jaxb/mapping/orm/package-summary.html
HTML
mit
25,416
<!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_34) on Wed Oct 23 13:33:57 EDT 2013 --> <TITLE> Uses of Class org.hibernate.engine.spi.QueryParameters (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <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 org.hibernate.engine.spi.QueryParameters (Hibernate JavaDocs)"; } } </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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi"><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="../../../../../overview-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&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/hibernate/engine/spi//class-useQueryParameters.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QueryParameters.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>org.hibernate.engine.spi.QueryParameters</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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.cache.spi"><B>org.hibernate.cache.spi</B></A></TD> <TD> Defines the Hibernate second level caching SPI.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.engine.internal"><B>org.hibernate.engine.internal</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.engine.query.spi"><B>org.hibernate.engine.query.spi</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.engine.spi"><B>org.hibernate.engine.spi</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.envers.entities.mapper.relation.lazy"><B>org.hibernate.envers.entities.mapper.relation.lazy</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql.internal.ast"><B>org.hibernate.hql.internal.ast</B></A></TD> <TD>An ANTLR-based parser for Hibernate Query Language.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql.internal.ast.exec"><B>org.hibernate.hql.internal.ast.exec</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql.internal.classic"><B>org.hibernate.hql.internal.classic</B></A></TD> <TD> This package contains the Hibernate 2.x query parser which is being end-of-lifed.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql.spi"><B>org.hibernate.hql.spi</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.internal"><B>org.hibernate.internal</B></A></TD> <TD> An internal package containing mostly implementations of central Hibernate APIs.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader"><B>org.hibernate.loader</B></A></TD> <TD> This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader.collection"><B>org.hibernate.loader.collection</B></A></TD> <TD> This package defines collection initializers&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader.criteria"><B>org.hibernate.loader.criteria</B></A></TD> <TD> This package defines the criteria query compiler and loader&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader.custom"><B>org.hibernate.loader.custom</B></A></TD> <TD> This package defines a framework for custom loaders that accept handwritten SQL&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader.entity"><B>org.hibernate.loader.entity</B></A></TD> <TD> This package defines entity loaders&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.loader.hql"><B>org.hibernate.loader.hql</B></A></TD> <TD> This package defines a loader for the AST-based query parser&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.param"><B>org.hibernate.param</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.cache.spi"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/cache/spi/package-summary.html">org.hibernate.cache.spi</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">Methods in <A HREF="../../../../../org/hibernate/cache/spi/package-summary.html">org.hibernate.cache.spi</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/hibernate/cache/spi/QueryKey.html" title="class in org.hibernate.cache.spi">QueryKey</A></CODE></FONT></TD> <TD><CODE><B>QueryKey.</B><B><A HREF="../../../../../org/hibernate/cache/spi/QueryKey.html#generateQueryKey(java.lang.String, org.hibernate.engine.spi.QueryParameters, java.util.Set, org.hibernate.engine.spi.SessionImplementor, org.hibernate.transform.CacheableResultTransformer)">generateQueryKey</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;queryString, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&nbsp;filterKeys, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/transform/CacheableResultTransformer.html" title="class in org.hibernate.transform">CacheableResultTransformer</A>&nbsp;customTransformer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a QueryKey.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.engine.internal"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/engine/internal/package-summary.html">org.hibernate.engine.internal</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">Methods in <A HREF="../../../../../org/hibernate/engine/internal/package-summary.html">org.hibernate.engine.internal</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B>ParameterBinder.</B><B><A HREF="../../../../../org/hibernate/engine/internal/ParameterBinder.html#bindNamedParameters(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.internal.ParameterBinder.NamedParameterSource, org.hibernate.engine.spi.SessionImplementor)">bindNamedParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;ps, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;start, <A HREF="../../../../../org/hibernate/engine/internal/ParameterBinder.NamedParameterSource.html" title="interface in org.hibernate.engine.internal">ParameterBinder.NamedParameterSource</A>&nbsp;source, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B>ParameterBinder.</B><B><A HREF="../../../../../org/hibernate/engine/internal/ParameterBinder.html#bindPositionalParameters(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.spi.SessionImplementor)">bindPositionalParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;st, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;start, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B>ParameterBinder.</B><B><A HREF="../../../../../org/hibernate/engine/internal/ParameterBinder.html#bindQueryParameters(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.internal.ParameterBinder.NamedParameterSource, org.hibernate.engine.spi.SessionImplementor)">bindQueryParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;st, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;start, <A HREF="../../../../../org/hibernate/engine/internal/ParameterBinder.NamedParameterSource.html" title="interface in org.hibernate.engine.internal">ParameterBinder.NamedParameterSource</A>&nbsp;source, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.engine.query.spi"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/engine/query/spi/package-summary.html">org.hibernate.engine.query.spi</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">Methods in <A HREF="../../../../../org/hibernate/engine/query/spi/package-summary.html">org.hibernate.engine.query.spi</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>HQLQueryPlan.</B><B><A HREF="../../../../../org/hibernate/engine/query/spi/HQLQueryPlan.html#performExecuteUpdate(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">performExecuteUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>NativeSQLQueryPlan.</B><B><A HREF="../../../../../org/hibernate/engine/query/spi/NativeSQLQueryPlan.html#performExecuteUpdate(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">performExecuteUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>HQLQueryPlan.</B><B><A HREF="../../../../../org/hibernate/engine/query/spi/HQLQueryPlan.html#performIterate(org.hibernate.engine.spi.QueryParameters, org.hibernate.event.spi.EventSource)">performIterate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/event/spi/EventSource.html" title="interface in org.hibernate.event.spi">EventSource</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>HQLQueryPlan.</B><B><A HREF="../../../../../org/hibernate/engine/query/spi/HQLQueryPlan.html#performList(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">performList</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>HQLQueryPlan.</B><B><A HREF="../../../../../org/hibernate/engine/query/spi/HQLQueryPlan.html#performScroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">performScroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.engine.spi"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/engine/spi/package-summary.html">org.hibernate.engine.spi</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">Methods in <A HREF="../../../../../org/hibernate/engine/spi/package-summary.html">org.hibernate.engine.spi</A> that return <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>QueryParameters.</B><B><A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html#createCopyUsing(org.hibernate.engine.spi.RowSelection)">createCopyUsing</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/RowSelection.html" title="class in org.hibernate.engine.spi">RowSelection</A>&nbsp;selection)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>SubselectFetch.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SubselectFetch.html#getQueryParameters()">getQueryParameters</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hibernate/engine/spi/package-summary.html">org.hibernate.engine.spi</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">executeNativeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;specification, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">executeNativeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;specification, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a native SQL update or delete query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#executeUpdate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">executeUpdate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#executeUpdate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">executeUpdate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a HQL update or delete query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#iterate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#iterate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute an <tt>iterate()</tt> query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#iterateFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterateFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#iterateFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterateFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Iterate a filter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a native SQL query, and return the results as a fully built list.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#list(java.lang.String, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#list(java.lang.String, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a <tt>find()</tt> query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#listCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">listCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#listCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">listCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute an SQL Query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#listFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">listFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#listFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">listFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a filter</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a native SQL query, and return the results as a scrollable result.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#scroll(java.lang.String, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#scroll(java.lang.String, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a <tt>scroll()</tt> query</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionDelegatorBaseImpl.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionDelegatorBaseImpl.html#scrollCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">scrollCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionImplementor.</B><B><A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html#scrollCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">scrollCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute an SQL Query</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/hibernate/engine/spi/package-summary.html">org.hibernate.engine.spi</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/hibernate/engine/spi/SubselectFetch.html#SubselectFetch(java.lang.String, org.hibernate.persister.entity.Loadable, org.hibernate.engine.spi.QueryParameters, java.util.Set, java.util.Map)">SubselectFetch</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;alias, <A HREF="../../../../../org/hibernate/persister/entity/Loadable.html" title="interface in org.hibernate.persister.entity">Loadable</A>&nbsp;loadable, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&nbsp;resultingEntityKeys, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;namedParameterLocMap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.envers.entities.mapper.relation.lazy"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/package-summary.html">org.hibernate.envers.entities.mapper.relation.lazy</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">Methods in <A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/package-summary.html">org.hibernate.envers.entities.mapper.relation.lazy</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">executeNativeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;specification, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#executeUpdate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">executeUpdate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#iterate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#iterateFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterateFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#list(java.lang.String, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#listCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">listCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#listFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">listFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#scroll(java.lang.String, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>AbstractDelegateSessionImplementor.</B><B><A HREF="../../../../../org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.html#scrollCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">scrollCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql.internal.ast"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/hql/internal/ast/package-summary.html">org.hibernate.hql.internal.ast</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">Methods in <A HREF="../../../../../org/hibernate/hql/internal/ast/package-summary.html">org.hibernate.hql.internal.ast</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/QueryTranslatorImpl.html#executeUpdate(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">executeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/QueryTranslatorImpl.html#iterate(org.hibernate.engine.spi.QueryParameters, org.hibernate.event.spi.EventSource)">iterate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/event/spi/EventSource.html" title="interface in org.hibernate.event.spi">EventSource</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the query results as an iterator</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/QueryTranslatorImpl.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/QueryTranslatorImpl.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the query results, as an instance of <tt>ScrollableResults</tt></TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql.internal.ast.exec"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/hql/internal/ast/exec/package-summary.html">org.hibernate.hql.internal.ast.exec</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">Methods in <A HREF="../../../../../org/hibernate/hql/internal/ast/exec/package-summary.html">org.hibernate.hql.internal.ast.exec</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B>BasicExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/BasicExecutor.html#doExecute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, java.lang.String, java.util.List)">doExecute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&nbsp;parameterSpecifications)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>DeleteExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/DeleteExecutor.html#execute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>BasicExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/BasicExecutor.html#execute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>MultiTableDeleteExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/MultiTableDeleteExecutor.html#execute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>MultiTableUpdateExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/MultiTableUpdateExecutor.html#execute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StatementExecutor.</B><B><A HREF="../../../../../org/hibernate/hql/internal/ast/exec/StatementExecutor.html#execute(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute the sql managed by this executor using the given parameters.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql.internal.classic"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/hql/internal/classic/package-summary.html">org.hibernate.hql.internal.classic</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">Methods in <A HREF="../../../../../org/hibernate/hql/internal/classic/package-summary.html">org.hibernate.hql.internal.classic</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/classic/QueryTranslatorImpl.html#applyLocks(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">applyLocks</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/classic/QueryTranslatorImpl.html#executeUpdate(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">executeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/classic/QueryTranslatorImpl.html#iterate(org.hibernate.engine.spi.QueryParameters, org.hibernate.event.spi.EventSource)">iterate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/event/spi/EventSource.html" title="interface in org.hibernate.event.spi">EventSource</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the query results as an iterator</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/classic/QueryTranslatorImpl.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslatorImpl.</B><B><A HREF="../../../../../org/hibernate/hql/internal/classic/QueryTranslatorImpl.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql.spi"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/hql/spi/package-summary.html">org.hibernate.hql.spi</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">Methods in <A HREF="../../../../../org/hibernate/hql/spi/package-summary.html">org.hibernate.hql.spi</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>TableBasedDeleteHandlerImpl.</B><B><A HREF="../../../../../org/hibernate/hql/spi/TableBasedDeleteHandlerImpl.html#execute(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>MultiTableBulkIdStrategy.UpdateHandler.</B><B><A HREF="../../../../../org/hibernate/hql/spi/MultiTableBulkIdStrategy.UpdateHandler.html#execute(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>MultiTableBulkIdStrategy.DeleteHandler.</B><B><A HREF="../../../../../org/hibernate/hql/spi/MultiTableBulkIdStrategy.DeleteHandler.html#execute(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>TableBasedUpdateHandlerImpl.</B><B><A HREF="../../../../../org/hibernate/hql/spi/TableBasedUpdateHandlerImpl.html#execute(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">execute</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>QueryTranslator.</B><B><A HREF="../../../../../org/hibernate/hql/spi/QueryTranslator.html#executeUpdate(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">executeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a bulk update/delete operation given the underlying query definition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslator.</B><B><A HREF="../../../../../org/hibernate/hql/spi/QueryTranslator.html#iterate(org.hibernate.engine.spi.QueryParameters, org.hibernate.event.spi.EventSource)">iterate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/event/spi/EventSource.html" title="interface in org.hibernate.event.spi">EventSource</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform an iterate operation given the underlying query definition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslator.</B><B><A HREF="../../../../../org/hibernate/hql/spi/QueryTranslator.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a list operation given the underlying query definition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>QueryTranslator.</B><B><A HREF="../../../../../org/hibernate/hql/spi/QueryTranslator.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a scroll operation given the underlying query definition.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.internal"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/internal/package-summary.html">org.hibernate.internal</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">Methods in <A HREF="../../../../../org/hibernate/internal/package-summary.html">org.hibernate.internal</A> that return <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>AbstractScrollableResults.</B><B><A HREF="../../../../../org/hibernate/internal/AbstractScrollableResults.html#getQueryParameters()">getQueryParameters</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>SQLQueryImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SQLQueryImpl.html#getQueryParameters(java.util.Map)">getQueryParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;namedParams)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>AbstractQueryImpl.</B><B><A HREF="../../../../../org/hibernate/internal/AbstractQueryImpl.html#getQueryParameters(java.util.Map)">getQueryParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;namedParams)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hibernate/internal/package-summary.html">org.hibernate.internal</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">executeNativeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;nativeQuerySpecification, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#executeNativeUpdate(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">executeNativeUpdate</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;nativeSQLQuerySpecification, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#executeUpdate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">executeUpdate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#executeUpdate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">executeUpdate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#iterate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#iterate(java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterate</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#iterateFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterateFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#iterateFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">iterateFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>AbstractSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/AbstractSessionImpl.html#list(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#list(java.lang.String, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#list(java.lang.String, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#listCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">listCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#listCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">listCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#listFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">listFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#listFilter(java.lang.Object, java.lang.String, org.hibernate.engine.spi.QueryParameters)">listFilter</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;collection, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;filter, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>AbstractSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/AbstractSessionImpl.html#scroll(org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.html" title="class in org.hibernate.engine.query.spi.sql">NativeSQLQuerySpecification</A>&nbsp;spec, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#scroll(java.lang.String, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#scroll(java.lang.String, org.hibernate.engine.spi.QueryParameters)">scroll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;query, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>SessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/SessionImpl.html#scrollCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">scrollCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>StatelessSessionImpl.</B><B><A HREF="../../../../../org/hibernate/internal/StatelessSessionImpl.html#scrollCustomQuery(org.hibernate.loader.custom.CustomQuery, org.hibernate.engine.spi.QueryParameters)">scrollCustomQuery</A></B>(<A HREF="../../../../../org/hibernate/loader/custom/CustomQuery.html" title="interface in org.hibernate.loader.custom">CustomQuery</A>&nbsp;customQuery, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/hibernate/internal/package-summary.html">org.hibernate.internal</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/hibernate/internal/AbstractScrollableResults.html#AbstractScrollableResults(java.sql.ResultSet, java.sql.PreparedStatement, org.hibernate.engine.spi.SessionImplementor, org.hibernate.loader.Loader, org.hibernate.engine.spi.QueryParameters, org.hibernate.type.Type[], org.hibernate.hql.internal.HolderInstantiator)">AbstractScrollableResults</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;rs, <A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;ps, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;sess, <A HREF="../../../../../org/hibernate/loader/Loader.html" title="class in org.hibernate.loader">Loader</A>&nbsp;loader, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A>[]&nbsp;types, <A HREF="../../../../../org/hibernate/hql/internal/HolderInstantiator.html" title="class in org.hibernate.hql.internal">HolderInstantiator</A>&nbsp;holderInstantiator)</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="../../../../../org/hibernate/internal/FetchingScrollableResultsImpl.html#FetchingScrollableResultsImpl(java.sql.ResultSet, java.sql.PreparedStatement, org.hibernate.engine.spi.SessionImplementor, org.hibernate.loader.Loader, org.hibernate.engine.spi.QueryParameters, org.hibernate.type.Type[], org.hibernate.hql.internal.HolderInstantiator)">FetchingScrollableResultsImpl</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;rs, <A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;ps, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;sess, <A HREF="../../../../../org/hibernate/loader/Loader.html" title="class in org.hibernate.loader">Loader</A>&nbsp;loader, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A>[]&nbsp;types, <A HREF="../../../../../org/hibernate/hql/internal/HolderInstantiator.html" title="class in org.hibernate.hql.internal">HolderInstantiator</A>&nbsp;holderInstantiator)</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="../../../../../org/hibernate/internal/ScrollableResultsImpl.html#ScrollableResultsImpl(java.sql.ResultSet, java.sql.PreparedStatement, org.hibernate.engine.spi.SessionImplementor, org.hibernate.loader.Loader, org.hibernate.engine.spi.QueryParameters, org.hibernate.type.Type[], org.hibernate.hql.internal.HolderInstantiator)">ScrollableResultsImpl</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;rs, <A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;ps, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;sess, <A HREF="../../../../../org/hibernate/loader/Loader.html" title="class in org.hibernate.loader">Loader</A>&nbsp;loader, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A>[]&nbsp;types, <A HREF="../../../../../org/hibernate/hql/internal/HolderInstantiator.html" title="class in org.hibernate.hql.internal">HolderInstantiator</A>&nbsp;holderInstantiator)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/package-summary.html">org.hibernate.loader</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">Methods in <A HREF="../../../../../org/hibernate/loader/package-summary.html">org.hibernate.loader</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#applyLocks(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">applyLocks</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append <tt>FOR UPDATE OF</tt> clause, if necessary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#bindParameterValues(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.spi.SessionImplementor)">bindParameterValues</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;startIndex, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bind all parameter values into the prepared statement in preparation for execution.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#bindPositionalParameters(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.spi.SessionImplementor)">bindPositionalParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;startIndex, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bind positional parameter values to the JDBC prepared statement.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#doList(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">doList</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actually execute a query, ignoring the query cache</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#doQueryAndInitializeNonLazyCollections(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean)">doQueryAndInitializeNonLazyCollections</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;returnProxies)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute an SQL query and attempt to instantiate instances of the class mapped by the given persister from each row of the <tt>ResultSet</tt>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#doQueryAndInitializeNonLazyCollections(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean, org.hibernate.transform.ResultTransformer)">doQueryAndInitializeNonLazyCollections</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;returnProxies, <A HREF="../../../../../org/hibernate/transform/ResultTransformer.html" title="interface in org.hibernate.transform">ResultTransformer</A>&nbsp;forcedResultTransformer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/hibernate/loader/Loader.SqlStatementWrapper.html" title="class in org.hibernate.loader">Loader.SqlStatementWrapper</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#executeQueryStatement(org.hibernate.engine.spi.QueryParameters, boolean, java.util.List, org.hibernate.engine.spi.SessionImplementor)">executeQueryStatement</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;scroll, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process query string by applying filters, LIMIT clause, locks and comments if necessary.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/hibernate/loader/Loader.SqlStatementWrapper.html" title="class in org.hibernate.loader">Loader.SqlStatementWrapper</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#executeQueryStatement(java.lang.String, org.hibernate.engine.spi.QueryParameters, boolean, java.util.List, org.hibernate.engine.spi.SessionImplementor)">executeQueryStatement</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sqlStatement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;scroll, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#extractKeysFromResultSet(org.hibernate.persister.entity.Loadable[], org.hibernate.engine.spi.QueryParameters, java.sql.ResultSet, org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.EntityKey[], org.hibernate.LockMode[], java.util.List)">extractKeysFromResultSet</A></B>(<A HREF="../../../../../org/hibernate/persister/entity/Loadable.html" title="interface in org.hibernate.persister.entity">Loadable</A>[]&nbsp;persisters, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;resultSet, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/EntityKey.html" title="class in org.hibernate.engine.spi">EntityKey</A>[]&nbsp;keys, <A HREF="../../../../../org/hibernate/LockMode.html" title="enum in org.hibernate">LockMode</A>[]&nbsp;lockModes, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&nbsp;hydratedObjects)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, java.util.Set, org.hibernate.type.Type[])">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&nbsp;querySpaces, <A HREF="../../../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A>[]&nbsp;resultTypes)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the query results, using the query cache, called by subclasses that implement cacheable queries</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#loadSequentialRowsForward(java.sql.ResultSet, org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean)">loadSequentialRowsForward</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;resultSet, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;returnProxies)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads a single logical row from the result set moving forward.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#loadSequentialRowsReverse(java.sql.ResultSet, org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean, boolean)">loadSequentialRowsReverse</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;resultSet, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;returnProxies, boolean&nbsp;isLogicallyAfterLast)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads a single logical row from the result set moving forward.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#loadSingleRow(java.sql.ResultSet, org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters, boolean)">loadSingleRow</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;resultSet, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, boolean&nbsp;returnProxies)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads a single row from the result set.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#prepareQueryStatement(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.pagination.LimitHandler, boolean, org.hibernate.engine.spi.SessionImplementor)">prepareQueryStatement</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/dialect/pagination/LimitHandler.html" title="interface in org.hibernate.dialect.pagination">LimitHandler</A>&nbsp;limitHandler, boolean&nbsp;scroll, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain a <tt>PreparedStatement</tt> with all parameters pre-bound.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#preprocessSQL(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">preprocessSQL</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modify the SQL, adding lock hints and comments, if necessary</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#processResultSet(java.sql.ResultSet, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, boolean, org.hibernate.transform.ResultTransformer, int, java.util.List)">processResultSet</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</A>&nbsp;rs, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, boolean&nbsp;returnProxies, <A HREF="../../../../../org/hibernate/transform/ResultTransformer.html" title="interface in org.hibernate.transform">ResultTransformer</A>&nbsp;forcedResultTransformer, int&nbsp;maxRows, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.type.Type[], org.hibernate.hql.internal.HolderInstantiator, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/type/Type.html" title="interface in org.hibernate.type">Type</A>[]&nbsp;returnTypes, <A HREF="../../../../../org/hibernate/hql/internal/HolderInstantiator.html" title="class in org.hibernate.hql.internal">HolderInstantiator</A>&nbsp;holderInstantiator, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the query results, as an instance of <tt>ScrollableResults</tt></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Loader.</B><B><A HREF="../../../../../org/hibernate/loader/Loader.html#shouldUseFollowOnLocking(org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">shouldUseFollowOnLocking</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader.collection"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/collection/package-summary.html">org.hibernate.loader.collection</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">Constructors in <A HREF="../../../../../org/hibernate/loader/collection/package-summary.html">org.hibernate.loader.collection</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/hibernate/loader/collection/SubselectCollectionLoader.html#SubselectCollectionLoader(org.hibernate.persister.collection.QueryableCollection, java.lang.String, java.util.Collection, org.hibernate.engine.spi.QueryParameters, java.util.Map, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">SubselectCollectionLoader</A></B>(<A HREF="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</A>&nbsp;persister, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;subquery, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&nbsp;entityKeys, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,int[]&gt;&nbsp;namedParameterLocMap, <A HREF="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A>&nbsp;factory, <A HREF="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</A>&nbsp;loadQueryInfluencers)</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="../../../../../org/hibernate/loader/collection/SubselectOneToManyLoader.html#SubselectOneToManyLoader(org.hibernate.persister.collection.QueryableCollection, java.lang.String, java.util.Collection, org.hibernate.engine.spi.QueryParameters, java.util.Map, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.engine.spi.LoadQueryInfluencers)">SubselectOneToManyLoader</A></B>(<A HREF="../../../../../org/hibernate/persister/collection/QueryableCollection.html" title="interface in org.hibernate.persister.collection">QueryableCollection</A>&nbsp;persister, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;subquery, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&nbsp;entityKeys, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,int[]&gt;&nbsp;namedParameterLocMap, <A HREF="../../../../../org/hibernate/engine/spi/SessionFactoryImplementor.html" title="interface in org.hibernate.engine.spi">SessionFactoryImplementor</A>&nbsp;factory, <A HREF="../../../../../org/hibernate/engine/spi/LoadQueryInfluencers.html" title="class in org.hibernate.engine.spi">LoadQueryInfluencers</A>&nbsp;loadQueryInfluencers)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader.criteria"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/criteria/package-summary.html">org.hibernate.loader.criteria</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">Methods in <A HREF="../../../../../org/hibernate/loader/criteria/package-summary.html">org.hibernate.loader.criteria</A> that return <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>CriteriaQueryTranslator.</B><B><A HREF="../../../../../org/hibernate/loader/criteria/CriteriaQueryTranslator.html#getQueryParameters()">getQueryParameters</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hibernate/loader/criteria/package-summary.html">org.hibernate.loader.criteria</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>CriteriaLoader.</B><B><A HREF="../../../../../org/hibernate/loader/criteria/CriteriaLoader.html#applyLocks(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">applyLocks</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader.custom"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/custom/package-summary.html">org.hibernate.loader.custom</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">Methods in <A HREF="../../../../../org/hibernate/loader/custom/package-summary.html">org.hibernate.loader.custom</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>CustomLoader.</B><B><A HREF="../../../../../org/hibernate/loader/custom/CustomLoader.html#applyLocks(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">applyLocks</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>CustomLoader.</B><B><A HREF="../../../../../org/hibernate/loader/custom/CustomLoader.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>CustomLoader.</B><B><A HREF="../../../../../org/hibernate/loader/custom/CustomLoader.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader.entity"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/entity/package-summary.html">org.hibernate.loader.entity</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">Methods in <A HREF="../../../../../org/hibernate/loader/entity/package-summary.html">org.hibernate.loader.entity</A> that return <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></CODE></FONT></TD> <TD><CODE><B>BatchingEntityLoader.</B><B><A HREF="../../../../../org/hibernate/loader/entity/BatchingEntityLoader.html#buildQueryParameters(java.io.Serializable, java.io.Serializable[], java.lang.Object, org.hibernate.LockOptions)">buildQueryParameters</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>&nbsp;id, <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>[]&nbsp;ids, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;optionalObject, <A HREF="../../../../../org/hibernate/LockOptions.html" title="class in org.hibernate">LockOptions</A>&nbsp;lockOptions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.loader.hql"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/loader/hql/package-summary.html">org.hibernate.loader.hql</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">Methods in <A HREF="../../../../../org/hibernate/loader/hql/package-summary.html">org.hibernate.loader.hql</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>QueryLoader.</B><B><A HREF="../../../../../org/hibernate/loader/hql/QueryLoader.html#applyLocks(java.lang.String, org.hibernate.engine.spi.QueryParameters, org.hibernate.dialect.Dialect, java.util.List)">applyLocks</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;sql, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;parameters, <A HREF="../../../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A>&nbsp;dialect, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/hibernate/loader/Loader.AfterLoadAction.html" title="interface in org.hibernate.loader">Loader.AfterLoadAction</A>&gt;&nbsp;afterLoadActions)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B>QueryLoader.</B><B><A HREF="../../../../../org/hibernate/loader/hql/QueryLoader.html#bindParameterValues(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, int, org.hibernate.engine.spi.SessionImplementor)">bindParameterValues</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, int&nbsp;startIndex, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We specifically override this method here, because in general we know much more about the parameters and their appropriate bind positions here then we do in our super because we track them explicitly here through the ParameterSpecification interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A></CODE></FONT></TD> <TD><CODE><B>QueryLoader.</B><B><A HREF="../../../../../org/hibernate/loader/hql/QueryLoader.html#iterate(org.hibernate.engine.spi.QueryParameters, org.hibernate.event.spi.EventSource)">iterate</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/event/spi/EventSource.html" title="interface in org.hibernate.event.spi">EventSource</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B>QueryLoader.</B><B><A HREF="../../../../../org/hibernate/loader/hql/QueryLoader.html#list(org.hibernate.engine.spi.SessionImplementor, org.hibernate.engine.spi.QueryParameters)">list</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/hibernate/ScrollableResults.html" title="interface in org.hibernate">ScrollableResults</A></CODE></FONT></TD> <TD><CODE><B>QueryLoader.</B><B><A HREF="../../../../../org/hibernate/loader/hql/QueryLoader.html#scroll(org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor)">scroll</A></B>(<A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;queryParameters, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.param"><!-- --></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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A> in <A HREF="../../../../../org/hibernate/param/package-summary.html">org.hibernate.param</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">Methods in <A HREF="../../../../../org/hibernate/param/package-summary.html">org.hibernate.param</A> with parameters of type <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>DynamicFilterParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/DynamicFilterParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;start)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>NamedParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/NamedParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bind the appropriate value into the given statement at the specified position.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>VersionTypeSeedParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/VersionTypeSeedParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>ParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/ParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bind the appropriate value into the given statement at the specified position.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>PositionalParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/PositionalParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bind the appropriate value into the given statement at the specified position.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>CollectionFilterKeyParameterSpecification.</B><B><A HREF="../../../../../org/hibernate/param/CollectionFilterKeyParameterSpecification.html#bind(java.sql.PreparedStatement, org.hibernate.engine.spi.QueryParameters, org.hibernate.engine.spi.SessionImplementor, int)">bind</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true" title="class or interface in java.sql">PreparedStatement</A>&nbsp;statement, <A HREF="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi">QueryParameters</A>&nbsp;qp, <A HREF="../../../../../org/hibernate/engine/spi/SessionImplementor.html" title="interface in org.hibernate.engine.spi">SessionImplementor</A>&nbsp;session, int&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../../org/hibernate/engine/spi/QueryParameters.html" title="class in org.hibernate.engine.spi"><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="../../../../../overview-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&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/hibernate/engine/spi//class-useQueryParameters.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QueryParameters.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> Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved. </BODY> </HTML>
HerrB92/obp
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/engine/spi/class-use/QueryParameters.html
HTML
mit
164,777
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/navigation-plan.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../prettify.css"> <link rel="stylesheet" href="../base.css"> <style type='text/css'> div.coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class="header high"> <h1>Code coverage report for <span class="entity">src/navigation-plan.js</span></h1> <h2> Statements: <span class="metric">80.52% <small>(62 / 77)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">76.32% <small>(29 / 38)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">77.78% <small>(7 / 9)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">81.58% <small>(62 / 76)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">src/</a> &#187; navigation-plan.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157</td><td class="line-coverage"><span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">10</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">9</span> <span class="cline-any cline-yes">9</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">10</span> <span class="cline-any cline-yes">10</span> <span class="cline-any cline-yes">10</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">10</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">9</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-yes">2</span> <span class="cline-any cline-yes">5</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">3</span> <span class="cline-any cline-yes">2</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">8</span> <span class="cline-any cline-yes">5</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">5</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7</span> <span class="cline-any cline-yes">3</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">4</span> <span class="cline-any cline-yes">3</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import {Redirect} from './navigation-commands'; import {_resolveUrl} from './util'; &nbsp; /** * The strategy to use when activating modules during navigation. */ export const activationStrategy = { noChange: 'no-change', invokeLifecycle: 'invoke-lifecycle', replace: 'replace' }; &nbsp; export class BuildNavigationPlanStep { run(navigationInstruction: NavigationInstruction, next: Function) { return _buildNavigationPlan(navigationInstruction) .then(plan =&gt; { navigationInstruction.plan = plan; return next(); }).catch(next.cancel); } } &nbsp; export function _buildNavigationPlan(instruction: NavigationInstruction, forceLifecycleMinimum): Promise&lt;Object&gt; { let prev = instruction.previousInstruction; let config = instruction.config; let plan = {}; &nbsp; if ('redirect' in config) { let redirectLocation = _resolveUrl(config.redirect, getInstructionBaseUrl(instruction)); <span class="missing-if-branch" title="else path not taken" >E</span>if (instruction.queryString) { redirectLocation += '?' + instruction.queryString; } &nbsp; return Promise.reject(new Redirect(redirectLocation)); } &nbsp; if (prev) { let newParams = hasDifferentParameterValues(prev, instruction); let pending = []; &nbsp; for (let viewPortName in prev.viewPortInstructions) { let prevViewPortInstruction = prev.viewPortInstructions[viewPortName]; let nextViewPortConfig = config.viewPorts[viewPortName]; &nbsp; <span class="missing-if-branch" title="if path not taken" >I</span>i</span>f (!nextViewPortConfig) <span class="cstat-no" title="statement not covered" >throw new Error(`Invalid Route Config: Configuration for viewPort "${viewPortName}" was not found for route: "${instruction.config.route}."`); &nbsp; let viewPortPlan = plan[viewPortName] = { name: viewPortName, config: nextViewPortConfig, prevComponent: prevViewPortInstruction.component, prevModuleId: prevViewPortInstruction.moduleId }; &nbsp; if (prevViewPortInstruction.moduleId !== nextViewPortConfig.moduleId) { viewPortPlan.strategy = activationStrategy.replace; } else if ('determineActivationStrategy' in prevViewPortInstruction.component.viewModel) { viewPortPlan.strategy = prevViewPortInstruction.component.viewModel .determineActivationStrategy(...instruction.lifecycleArgs); } else if (config.activationStrategy) { viewPortPlan.strategy = config.activationStrategy; } else if (newParams || forceLifecycleMinimum) { viewPortPlan.strategy = activationStrategy.invokeLifecycle; } else { viewPortPlan.strategy = activationStrategy.noChange; } &nbsp; <span class="missing-if-branch" title="if path not taken" >I</span>if (viewPortPlan.strategy !== activationStrategy.replace &amp;&amp; prevViewPortInstruction.childRouter) { <span class="cstat-no" title="statement not covered" > let path = instruction.getWildcardPath();</span> <span class="cstat-no" title="statement not covered" > let task = prevViewPortInstruction.childRouter</span> ._createNavigationInstruction(path, instruction).then(<span class="fstat-no" title="function not covered" >childInstruction =&gt; {</span> // eslint-disable-line no-loop-func <span class="cstat-no" title="statement not covered" > viewPortPlan.childNavigationInstruction = childInstruction;</span> &nbsp; <span class="cstat-no" title="statement not covered" > return _buildNavigationPlan(</span> childInstruction, viewPortPlan.strategy === activationStrategy.invokeLifecycle) .then(<span class="fstat-no" title="function not covered" >childPlan =&gt; {</span> <span class="cstat-no" title="statement not covered" > childInstruction.plan = childPlan;</span> }); }); &nbsp; <span class="cstat-no" title="statement not covered" > pending.push(task);</span> } } &nbsp; return Promise.all(pending).then(() =&gt; plan); } &nbsp; for (let viewPortName in config.viewPorts) { plan[viewPortName] = { name: viewPortName, strategy: activationStrategy.replace, config: instruction.config.viewPorts[viewPortName] }; } &nbsp; return Promise.resolve(plan); } &nbsp; function hasDifferentParameterValues(prev: NavigationInstruction, next: NavigationInstruction): boolean { let prevParams = prev.params; let nextParams = next.params; let nextWildCardName = n</span>ext.config.hasChildRouter ? <span class="branch-0 cbranch-no" title="branch not covered" >next.getWildCardName() : null; &nbsp; for (let key in nextParams) { <span class="missing-if-branch" title="if path not taken" >I</span>if (key === nextWildCardName) { <span class="cstat-no" title="statement not covered" > continue;</span> } &nbsp; if (prevParams[key] !== nextParams[key]) { return true; } } &nbsp; for (let key in prevParams) { <span class="missing-if-branch" title="if path not taken" >I</span>if (key === nextWildCardName) { <span class="cstat-no" title="statement not covered" > continue;</span> } &nbsp; if (prevParams[key] !== nextParams[key]) { return true; } } &nbsp; if (!next.options.compareQueryParams) { return false; } &nbsp; let prevQueryParams = prev.queryParams; let nextQueryParams = next.queryParams; for (let key in nextQueryParams) { <span class="missing-if-branch" title="else path not taken" >E</span>if (prevQueryParams[key] !== nextQueryParams[key]) { return true; } } &nbsp; <span class="cstat-no" title="statement not covered" > f</span>or (let key in prevQueryParams) { <span class="cstat-no" title="statement not covered" > i</span>f (prevQueryParams[key] !== nextQueryParams[key]) { <span class="cstat-no" title="statement not covered" > return true;</span> } } &nbsp; <span class="cstat-no" title="statement not covered" > return false;</span> } &nbsp; function getInstructionBaseUrl(instruction: NavigationInstruction): string { let instructionBaseUrlParts = []; instruction = instruction.parentInstruction; &nbsp; while (instruction) { <span class="cstat-no" title="statement not covered" > instructionBaseUrlParts.unshift(instruction.getBaseUrl());</span> <span class="cstat-no" title="statement not covered" > instruction = instruction.parentInstruction;</span> } &nbsp; instructionBaseUrlParts.unshift('/'); return instructionBaseUrlParts.join(''); } &nbsp;</pre></td></tr> </table></pre> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue May 31 2016 10:33:45 GMT-0400 (EDT)</div> </div> <script src="../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../sorter.js"></script> </body> </html>
stl-florida/casestudy-riskmap
node_modules/aurelia-router/build/reports/coverage/html/src/navigation-plan.js.html
HTML
mit
16,454
<!DOCTYPE html> <html> <head> <!-- [[! Document Settings ]] --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- [[! Page Meta ]] --> <title>PyeongHo Factory</title> <meta name="description" content="PyeongHo Factory - ์ฆ๊ฑฐ์šด ๊ณต์žฅ" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/assets/images/favicon.ico" > <!-- [[! Styles'n'Scripts ]] --> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" /> <!-- [[! highlight.js ]] --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css"> <style>.hljs { background: none; }</style> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script> <script>hljs.initHighlightingOnLoad();</script> <!-- [[! Ghost outputs important style and meta data with this tag ]] --> <link rel="canonical" href="/" /> <meta name="referrer" content="origin" /> <link rel="next" href="/page2/" /> <meta property="og:site_name" content="PyeongHo Factory" /> <meta property="og:type" content="website" /> <meta property="og:title" content="PyeongHo Factory" /> <meta property="og:description" content="์ฆ๊ฑฐ์šด ๊ณต์žฅ" /> <meta property="og:url" content="/" /> <meta property="og:image" content="/assets/images/cover1.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="PyeongHo Factory" /> <meta name="twitter:description" content="์ฆ๊ฑฐ์šด ๊ณต์žฅ" /> <meta name="twitter:url" content="/" /> <meta name="twitter:image:src" content="/assets/images/cover1.jpg" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Website", "publisher": "Finding The Way Home", "url": "/", "image": "/assets/images/cover1.jpg", "description": "์ฆ๊ฑฐ์šด ๊ณต์žฅ" } </script> <meta name="generator" content="Jekyll 3.0.0" /> <link rel="alternate" type="application/rss+xml" title="PyeongHo Factory" href="/feed.xml" /> </head> <body class="tag-template nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-home " role="presentation"><a href="/">Home</a></li> <li class="nav-android " role="presentation"><a href="/tag/android">Android</a></li> <li class="nav-java " role="presentation"><a href="/tag/java">Java</a></li> <li class="nav-book " role="presentation"><a href="/tag/book">Book</a></li> <li class="nav-conference " role="presentation"><a href="/tag/conference">Conference</a></li> <li class="nav-githubpage " role="presentation"><a href="/tag/githubpage">githubpage</a></li> <li class="nav-ios " role="presentation"><a href="/tag/iOS">iOS</a></li> <li class="nav-python " role="presentation"><a href="/tag/python">Python</a></li> <li class="nav-security " role="presentation"><a href="/tag/security">Security</a></li> <li class="nav-etc" role="presentation"><a href="/tag/etc">ETC</a></li> </ul> <a class="subscribe-button icon-feed" href="/feed.xml">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <!-- [[! Everything else gets inserted here ]] --> <!-- < dynamically overriding backgrounds for tags as well as descriptions --> <!-- < default}} --> <!-- The tag above means - insert everything in this file into the [body] of the default.hbs template --> <!-- If we have a tag cover, display that - else blog cover - else nothing --> <header class="main-header tag-head " style="background-image: url(/assets/images/cover2.jpg) "> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="/"><img src="/assets/images/ghost.png" alt="Blog Logo" /></a> <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">Immersive</h1> <h2 class="page-description"> A 1-post collection </h2> </div> </div> </header> <!-- The main content area on the homepage --> <main id="content" class="content" role="main"> <!-- The tag below includes the post loop - partials/loop.hbs --> <!-- Previous/next page links - only displayed on page 2+ --> <div class="extra-pagination inner"> <nav class="pagination" role="pagination"> <span class="page-number"> Page 1 of 1 </span> </nav> </div> <!-- This is the post loop - each post will be output using this markup --> <article class="post"> <header class="post-header"> <h2 class="post-title"><a href="/immersive">์•ˆ๋“œ๋กœ์ด๋“œ immersive</a></h2> </header> <section class="post-excerpt"> <p>๊ฐค๋Ÿญ์‹œ s8 ์˜ ์ด์ƒํ•œ ๊ธฐ๋Šฅ ๊ฐค๋Ÿญ์‹œ s8 ์—์„œ ํŠน์ • ์„ค์ •์„ ํ•˜๋ฉด ์†ŒํŠธํ‚ค๊ฐ€ ํ•ญ์ƒ ์ˆจ๊ฒจ์ง€๋Š” ๋ชจ๋“œ๊ฐ€ ์กด์žฌ ํ•ด์„œ ๋‚ด๊ฐ€ ์ถ”๊ฐ€ํ•œ ๋‚ด์šฉ์€ ์•„๋‹ˆ์ง€๋งŒ ๋งˆ์น˜ ์ด๋จธ์‹œ๋ธŒ ๋ชจ๋“œ ์ฒ˜๋Ÿผ ๋™์ž‘... <a class="read-more" href="/immersive">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/assets/images/casper.png" alt="Author image" nopin="nopin" /> <!-- author --> <a href='/author/PyeongHo'>PyeongHo</a> <!-- [[tags prefix=" on "]] --> on <a href='/tag/android'>Android</a>, <a href='/tag/immersive'>Immersive</a>, <a href='/tag/galaxy s8'>Galaxy s8</a> <time class="post-date" datetime="2018-01-26">26 Jan 2018</time> </footer> </article> <!-- Previous/next page links - displayed on every page --> <nav class="pagination" role="pagination"> <span class="page-number"> Page 1 of 1 </span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="/">PyeongHo Factory</a> &copy; 2021</section> <section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section> </footer> </div> <!-- [[! Ghost outputs important scripts and data with this tag ]] --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script> <!-- [[! The main JavaScript file for Casper ]] --> <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> <script type="text/javascript" src="/assets/js/index.js"></script> <!-- Add Google Analytics --> <!-- Google Analytics Tracking code --> <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-90332203-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
pyeongho/pyeongho.github.io
tag/immersive/index.html
HTML
mit
8,024