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
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Cómic Pensamiento Crítico 2</title> <script src="//cdn.jsdelivr.net/phaser/2.2.2/phaser.min.js"></script> <style type="text/css"> body { margin: 0; } </style> </head> <body> <script type="text/javascript"> var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { preload: preload, create: create, update: update, render: render}); var ill; var left; var right; var voice; var voice_button; var back_button; var A; var B; var C; var A_press; var B_press; var C_press; var ill_p; var left_p; var right_p; var voice_button_p; var back_button_p; var A_p; var B_p; var C_p; function preload() { game.load.audio('voice', 'assetsAudio/q4.m4a'); game.load.image('ill', 'assetsImg/q4.png'); game.load.spritesheet('left', 'assetsImg/arrowleft_2.png',90,90); game.load.spritesheet('right', 'assetsImg/arrowright_2.png',89,89); game.load.spritesheet('voice_button', 'assetsImg/button_voice3_50.png', 50, 50); game.load.spritesheet('back_button', 'assetsImg/back_story.png', 162, 81); game.load.spritesheet('A', 'assetsImg/q4a.png', 380 , 80 ); game.load.spritesheet('B', 'assetsImg/q4b.png', 380 , 80 ); game.load.spritesheet('C', 'assetsImg/q4c.png', 380 , 80 ); ill_p=[game.world.centerX, game.world.centerY]; left_p=[0, 250]; right_p=[700, 250]; voice_button_p= [380, 525]; back_button_p=[450, 500]; A_p=[ game.world.centerX+40, game.world.centerY-60]; B_p=[ game.world.centerX+40, game.world.centerY+20]; C_p=[ game.world.centerX+40, game.world.centerY+100]; A_press=false; B_press=false; C_press=false; } function create() { game.stage.backgroundColor = "#FFFFFF"; ill=game.add.sprite(game.world.centerX, game.world.centerY, 'ill'); ill.anchor.setTo(0.5); voice=game.add.audio('voice'); voice.play(); left=game.add.button(left_p[0], left_p[1], 'left', goLeft, this, 0); right=game.add.button(right_p[0],right_p[1], 'right', goRight, this, 0); right.visible=false; voice_button = game.add.button(voice_button_p[0], voice_button_p[1], 'voice_button', play_sound ,this, 0); back_button=game.add.button(back_button_p[0], back_button_p[1], 'back_button', goBack, this, 0); A= game.add.button(A_p[0], A_p[1],'A', AnsA, this, 0); A.anchor.setTo(0.5); B= game.add.button(B_p[0], B_p[1],'B', AnsB, this, 0); B.anchor.setTo(0.5); C= game.add.button(C_p[0], C_p[1],'C', AnsC, this, 0); C.anchor.setTo(0.5); if(localStorage.getItem("bad")=="4"){ left.visible=false; } } function play_sound(){ voice.play(); } function AnsA(){ A_press=true; B_press=false; C_press=false; } function AnsB(){ A_press=false; B_press=true; C_press=false; } function AnsC(){ A_press=false; B_press=false; C_press=true; } function goLeft(){ window.open("q3.html", "_self"); } function goRight(){ if(A_press){ localStorage.setItem('i11', '1'); }else if (B_press){ localStorage.setItem('i11', '0'); }else{ localStorage.setItem('i11', '0'); } if(localStorage.getItem("bad")=="4"){ if(A_press){ localStorage.setItem("i29","1"); }else if(B_press){ localStorage.setItem("i29","0"); }else{ localStorage.setItem("i29","0"); } window.open("../Story/h39.html", "_self"); } else{ window.open("q5.html", "_self"); } } function goBack(){ localStorage.setItem('before', '4'); localStorage.setItem("i30","1"); window.open("../Story/h23.html", "_self"); } function update(){ if(A_press) A.frame=1; else A.frame=0; if(B_press) B.frame=1; else B.frame=0; if(C_press) C.frame=1; else C.frame=0; if(A_press || B_press || C_press) right.visible=true; } function render(){ //game.debug.inputInfo(32, 32); } </script> </body> </html>
mperalt3/ctg2
Questions/q4.html
HTML
mit
4,080
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 13 12:00:07 CEST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Overview (labelingserver 1.0-SNAPSHOT API)</title> <meta name="date" content="2015-04-13"> <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="Overview (labelingserver 1.0-SNAPSHOT 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 class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">labelingserver 1.0-SNAPSHOT API</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation"> <caption><span>Packages</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="de/i3mainz/ls/autocomplete/package-summary.html">de.i3mainz.ls.autocomplete</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="de/i3mainz/ls/fileinput/package-summary.html">de.i3mainz.ls.fileinput</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="de/i3mainz/ls/identifier/package-summary.html">de.i3mainz.ls.identifier</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="de/i3mainz/ls/instances/java/package-summary.html">de.i3mainz.ls.instances.java</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="de/i3mainz/ls/instances/json/package-summary.html">de.i3mainz.ls.instances.json</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="de/i3mainz/ls/query/package-summary.html">de.i3mainz.ls.query</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="de/i3mainz/ls/sparql/package-summary.html">de.i3mainz.ls.sparql</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="de/i3mainz/ls/visualisation/package-summary.html">de.i3mainz.ls.visualisation</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p> </body> </html>
i3mainz/LabelingSystem
server/Peach/javadoc/labelingserver/overview-summary.html
HTML
mit
5,226
<!-- *********************************************************************** Name and Profile photo card *********************************************************************** --> <div ng-cloak> <div class="my-subcard" focus-on-show="vm.setFocus1" flex="80" layout-padding layout="row" layout-align="start center"> <form ng-submit="vm.onSubmit0()" id="theForm0" name="theForm0" novalidate> <section layout="row" layout-sm="column" layout-align="end center" layout-wrap> <div layout="row" layout-align="start center" flex> <legend id="newName">Birth Name for <span class="curUser" ng-dblClick="vm.showDetails0(vm.data.mainID)"> {{vm.data.fullName}} </span> <span style="color:teal" class="curUser"><i style="margin-left:10px" class="material-icons" ng-click="vm.searchPage0(vm.data.mainID,'main')">search</i></span> </legend> </div> <span flex></span> <span layout-padding ng-click="vm.doAdd0()" style="color:teal" class="curUser"><i class="material-icons">person_add</i></span> </section> <div layout-padding> <div ui-view="editNameNames"></div> </div> <div class="my-required">*Required</div> <div ui-view="editNameButtons"></div> </form> </div> <div ui-view="editNameInuseList" autoscroll="false"></div> <div ui-view="editNameShowEmail" autoscroll="false"></div> <div class="my-subcard" flex="40" layout-padding layout="row" layout-align="start center"> <div flex="100" layout="row" style="height:200px" layout-align="center center"> <div id="uploadProfile0" layout="column" layout-align="center center"> <h3 ng-dblClick="vm.showDetails0(vm.data.mainID)">Update the profile photo for<br> {{vm.data.fullName}}</h3> <form class="dz-preview" novalidate> <div class="hide-dz"> <div class="hide-dz" id="preview-template"> <div class="hide-dz" class="dz-preview dz-file-preview"> <div class="hide-dz dz-details"> <div class="dz-filename hide-dz"><span data-dz-name></span></div> <div class="dz-size hide-dz" data-dz-size></div> <img class="hide-dz" data-dz-thumbnail /> <div class="dz-progress hide-dz"><span class="dz-upload hide-dz" data-dz-uploadprogress></span></div> <div class="dz-success-mark hide-dz"><span>✔</span></div> <div class="dz-error-mark hide-dz"><span>✘</span></div> <div class="dz-error-message hide-dz"><span data-dz-errormessage></span></div> </div> </div> </div> </div> <div style="height:100px" class="dz-message dropzoneFormat"> Drop a {{vm.fullName}} profile photo here. </div> </form> </div> </div> </div> <</div>
fweber1/Annies-Ancestors
edit/templates/name.view.html
HTML
mit
2,718
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> </head> <body ng-app="raceConditions"> <div class="login-page"> <div class="form"> <form class="login-form" ng-hide="!hasUsername"> <input type="text" ng-model = "name" placeholder="username"/> <input type="password" ng-model = "password" placeholder="password"/> <button ng-click="login()">Login</button> <p class="message">Not registered? <button class="message" ng-click="changeHasUsername()">Create an account</button></p> </form> <form ng-hide="hasUsername" class="register-form"> <input type="text" ng-model = "userReg" placeholder="username"/> <input type="password" ng-model = "passReg" placeholder="password"/> <input type="text" ng-model = "mailReg" placeholder="email address"/> <button ng-click="create()">Create</button> <p class="message">Already registered? <button class="message" ng-click="changeHasUsername()"> Sign In</button></p> </form> </div> </div> </body> </html>
HamidL/RaceConditionsWeb
app/register/register.view.html
HTML
mit
1,095
<!DOCTYPE html> <html> <head> <title>Example navigation app using redux-most</title> </head> <body> <div id='app'></div> <script src="/static/bundle.js"></script> </body> </html>
joshburgess/redux-most
examples/navigation-react-redux/index.html
HTML
mit
199
{% set ranking = h.rank_dataset_ranking(dataset['id']) %} <input id="hidRateAvg" type="hidden" value="{{ ranking or 0}}" /> <div id="dsRate"></div> <h4>平均評分:<span id="lblRateAvg"></span> 顆星</h4> <hr/> {% if userobj %} <form id="frmRanking" class="" method="post" action="/tnstats/ranking"> <input id="hidDatasetId" type="hidden" name="dataset_id" value="{{ dataset['id'] }}" /> <input id="hidDatasetName" type="hidden" name="dataset_name" value="{{ dataset['name'] }}" /> {% set user_star = h.rank_user_star(dataset['id'], userobj.id) %} <input id="hidUserRate" type="hidden" name="user_star" value="{{ user_star }}" /> {% if user_star == -1 %} <span id="userRate"></span> <button type="submit" class="btn btn-primary">評分</button> <div id="lblInfo">尚未評分</div> {% else %} <div id="userRate"></div> <h4>您的評分:<span id="lblUserRate">{{ user_star }}</span> 顆星</h4> {% endif%} </form> {% else %} <div> 您尚未登入,<a href="{{ h.url_for(controller='user', action='login') }}">{{ _('Login') }}</a> 後才能對資料集進行評分。 </div> {% endif %}
WilJoey/ckanext-ksext
ckanext/ksext/templates/rank/index.html
HTML
mit
1,173
<!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="./a3d8fa56df7c5de3c85cecfaa762ce7e550f18add77a6f89a06c8377f1735693.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/772d06cbfb5142621f3b95cb49d10a2067047f8e4df72651fae801b983944afc.html
HTML
mit
550
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">詩朋酒侶</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄕ ㄆㄥ<sup class="subfont">ˊ</sup> ㄐ|ㄡ<sup class="subfont">ˇ</sup> ㄌㄩ<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">shī péng jiǔ lǚ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">一起吟詩作對、飲酒取樂的朋友。永樂大典戲文三種˙小孫屠˙第二出:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>且開懷,共詩朋酒侶歡宴。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>詩朋酒友<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>詩酒朋儕<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/23000-23999/23135-22.html
HTML
mit
1,694
<section> <div class="page-header"> <h1>Specifications</h1> </div> <div class="list-group"> <a data-ng-repeat="spec in vm.specs" data-ui-sref="specs.view({ specId: spec._id })" class="list-group-item"> <h3><span data-ng-bind="spec.title"></span></h3> <small class="list-group-item-text"> Created on <span data-ng-bind="spec.created | date:'mediumDate'"></span> by <span data-ng-if="spec.user" data-ng-bind="spec.user.displayName"></span> <span data-ng-if="!spec.user">Deleted User</span> </small> <h4 class="list-group-item-heading" data-ng-bind="spec.name"></h4> </a> </div> <div class="alert alert-warning text-center" data-ng-if="vm.specs.$resolved && !vm.specs.length"> No Specs yet, why don't you <a data-ui-sref="specs.create">create one</a>? </div> </section>
buchenberg/harpi
modules/specs/client/views/list-specs.client.view.html
HTML
mit
858
{% import "bootstrap/wtf.html" as wtf %} <form action="" method="POST" enctype="multipart/form-data"> {{ form.hidden_tag() }} {{ wtf.form_errors(form, hiddens="only") }} {{ wtf.form_field(form.name) }} {{ wtf.form_field(form.description) }} {{ wtf.form_field(form.price) }} {{ wtf.form_field(form.category) }} {{ wtf.form_field(form.image) }} {{ wtf.form_field(form.submit) }} <h5><i>All fields marked with (*) are required</i></h5> </form>
rosariomgomez/tradyfit
vagrant/tradyfit/app/templates/main/_item_form.html
HTML
mit
460
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>max</title> <link rel="stylesheet" type="text/css" href="csound.css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /> <link rel="home" href="index.html" title="Manuel de référence canonique de Csound" /> <link rel="up" href="OpcodesTop.html" title="Opcodes et opérateurs de l'orchestre" /> <link rel="prev" href="massign.html" title="massign" /> <link rel="next" href="maxabs.html" title="maxabs" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">max</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="massign.html">Précédent</a> </td> <th width="60%" align="center">Opcodes et opérateurs de l'orchestre</th> <td width="20%" align="right"> <a accesskey="n" href="maxabs.html">Suivant</a></td> </tr> </table> <hr /> </div> <div class="refentry"> <a id="max"></a> <div class="titlepage"></div> <a id="IndexMax" class="indexterm"></a> <div class="refnamediv"> <h2> <span class="refentrytitle">max</span> </h2> <p>max — Produit un signal qui est le maximum de tous les signaux d'entrée. </p> </div> <div class="refsect1"> <a id="idm47887660865136"></a> <h2>Description</h2> <p> L'opcode <span class="emphasis"><em>max</em></span> prend en entrée n'importe quel nombre de signaux de taux-a, de taux-k ou de taux-i (tous au même taux), et retourne un signal du même taux qui est le maximum de toutes les entrées. Pour les signaux de taux-a, les entrées sont comparées échantillon par échantillon (c-à-d que <span class="emphasis"><em>max</em></span> n'examine pas une période <span class="emphasis"><em>ksmps</em></span> entière du signal pour trouver son maximum local comme l'opcode <span class="emphasis"><em>max_k</em></span> le fait). </p> </div> <div class="refsect1"> <a id="idm47887660861424"></a> <h2>Syntaxe</h2> <pre class="synopsis">amax <span class="command"><strong>max</strong></span> ain1, ain2 [, ain3] [, ain4] [...]</pre> <pre class="synopsis">kmax <span class="command"><strong>max</strong></span> kin1, kin2 [, kin3] [, kin4] [...]</pre> <pre class="synopsis">imax <span class="command"><strong>max</strong></span> iin1, iin2 [, iin3] [, iin4] [...]</pre> </div> <div class="refsect1"> <a id="idm47887660856448"></a> <h2>Exécution</h2> <p> <span class="emphasis"><em>ain1, ain2, ...</em></span> -- signaux de taux-a à comparer. </p> <p> <span class="emphasis"><em>kin1, kin2, ...</em></span> -- signaux de taux-k à comparer. </p> <p> <span class="emphasis"><em>iin1, iin2, ...</em></span> -- signaux de taux-i à comparer. </p> </div> <div class="refsect1"> <a id="idm47887660852960"></a> <h2>Exemples</h2> <p> Voici un exemple de l'opcode max. Il utilise le fichier <a class="ulink" href="examples/max.csd" target="_top"><em class="citetitle">max.csd</em></a>. </p> <div class="example"> <a id="idm47887660851184"></a> <p class="title"> <strong>Exemple 495. Exemple de l'opcode max.</strong> </p> <div class="example-contents"> <p>Voir les sections <a class="link" href="UsingRealTime.html" title="Audio en temps réel"><em class="citetitle">Audio en Temps Réel</em></a> et <a class="link" href="CommandFlags.html" title="Ligne de commande de Csound"><em class="citetitle">Options de la Ligne de Commande</em></a> pour plus d'information sur l'utilisation des options de la ligne de commande.</p> <div class="refsect1"> <a id="idm47887516508560"></a> <pre class="programlisting"> <span class="csdtag">&lt;CsoundSynthesizer&gt;</span> <span class="csdtag">&lt;CsOptions&gt;</span> <span class="comment">; Select audio/midi flags here according to platform</span> -odac <span class="comment">;;;realtime audio out</span> <span class="comment">;-iadc ;;;uncomment -iadc if realtime audio input is needed too</span> <span class="comment">; For Non-realtime ouput leave only the line below:</span> <span class="comment">; -o max.wav -W ;;; for file output any platform</span> <span class="csdtag">&lt;/CsOptions&gt;</span> <span class="csdtag">&lt;CsInstruments&gt;</span> <span class="ohdr">sr</span> <span class="op">=</span> 44100 <span class="ohdr">ksmps</span> <span class="op">=</span> 32 <span class="ohdr">nchnls</span> <span class="op">=</span> 2 <span class="ohdr">0dbfs</span> <span class="op">=</span> 1 <span class="oblock">instr</span> 1 k1 <span class="opc">oscili</span> 1, 10.0, 1 <span class="comment">;combine 3 sinusses</span> k2 <span class="opc">oscili</span> 1, 1.0, 1 <span class="comment">;at different rates</span> k3 <span class="opc">oscili</span> 1, 3.0, 1 kmax <span class="opc">max</span> k1, k2, k3 kmax <span class="op">=</span> kmax<span class="op">*</span>250 <span class="comment">;scale kmax</span> <span class="opc">printk2</span> kmax <span class="comment">;check the values</span> aout <span class="opc">vco2</span> .5, 220, 6 <span class="comment">;sawtooth</span> asig <span class="opc">moogvcf2</span> aout, 600<span class="op">+</span>kmax, .5 <span class="comment">;change filter around 600 Hz </span> <span class="opc">outs</span> asig, asig <span class="oblock">endin</span> <span class="csdtag">&lt;/CsInstruments&gt;</span> <span class="csdtag">&lt;CsScore&gt;</span> <span class="stamnt">f</span>1 0 32768 10 1 <span class="stamnt">i</span>1 0 5 <span class="stamnt">e</span> <span class="csdtag">&lt;/CsScore&gt;</span> <span class="csdtag">&lt;/CsoundSynthesizer&gt;</span> </pre> </div> </div> </div> <p><br class="example-break" /> </p> </div> <div class="refsect1"> <a id="idm47887660846816"></a> <h2>Voir aussi</h2> <p> <a class="link" href="min.html" title="min"><em class="citetitle">min</em></a>, <a class="link" href="maxabs.html" title="maxabs"><em class="citetitle">maxabs</em></a>, <a class="link" href="minabs.html" title="minabs"><em class="citetitle">minabs</em></a>, <a class="link" href="maxaccum.html" title="maxaccum"><em class="citetitle">maxaccum</em></a>, <a class="link" href="minaccum.html" title="minaccum"><em class="citetitle">minaccum</em></a>, <a class="link" href="maxabsaccum.html" title="maxabsaccum"><em class="citetitle">maxabsaccum</em></a>, <a class="link" href="minabsaccum.html" title="minabsaccum"><em class="citetitle">minabsaccum</em></a>, <a class="link" href="max_k.html" title="max_k"><em class="citetitle">max_k</em></a> </p> </div> <div class="refsect1"> <a id="idm47887660838112"></a> <h2>Crédits</h2> <p> </p> <table border="0" summary="Simple list" class="simplelist"> <tr> <td>Auteur : Anthony Kozar</td> </tr> <tr> <td>Mars 2006</td> </tr> </table> <p> </p> <p>Nouveau dans la version 5.01 de Csound ; taux-i ajouté dans la version 6.04</p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="massign.html">Précédent</a> </td> <td width="20%" align="center"> <a accesskey="u" href="OpcodesTop.html">Niveau supérieur</a> </td> <td width="40%" align="right"> <a accesskey="n" href="maxabs.html">Suivant</a></td> </tr> <tr> <td width="40%" align="left" valign="top">massign </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Sommaire</a> </td> <td width="40%" align="right" valign="top"> maxabs</td> </tr> </table> </div> </body> </html>
ketchupok/csound.github.io
docs/manual-fr/max.html
HTML
mit
8,629
<!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_20) on Sun Sep 14 18:51:37 CEST 2014 --> <title>M-Index</title> <meta name="date" content="2014-09-14"> <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="M-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-10.html">Prev Letter</a></li> <li><a href="index-12.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-11.html" target="_top">Frames</a></li> <li><a href="index-11.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">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<a name="I:M"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><a href="../epsylon/Main.html" title="class in epsylon"><span class="typeNameLink">Main</span></a> - Class in <a href="../epsylon/package-summary.html">epsylon</a></dt> <dd> <div class="block">The Main class of Epsylon.</div> </dd> <dt><span class="memberNameLink"><a href="../epsylon/Main.html#Main--">Main()</a></span> - Constructor for class epsylon.<a href="../epsylon/Main.html" title="class in epsylon">Main</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../epsylon/Main.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class epsylon.<a href="../epsylon/Main.html" title="class in epsylon">Main</a></dt> <dd> <div class="block">Configures the application to behave in the way specified through the arguments.</div> </dd> <dt><span class="memberNameLink"><a href="../epsylon/ui/MainWindow.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class epsylon.ui.<a href="../epsylon/ui/MainWindow.html" title="class in epsylon.ui">MainWindow</a></dt> <dd> <div class="block">Launch the application.</div> </dd> <dt><a href="../epsylon/ui/MainWindow.html" title="class in epsylon.ui"><span class="typeNameLink">MainWindow</span></a> - Class in <a href="../epsylon/ui/package-summary.html">epsylon.ui</a></dt> <dd> <div class="block">Defines the Epsylon Graphical User Interface.</div> </dd> <dt><span class="memberNameLink"><a href="../epsylon/ui/MainWindow.html#MainWindow--">MainWindow()</a></span> - Constructor for class epsylon.ui.<a href="../epsylon/ui/MainWindow.html" title="class in epsylon.ui">MainWindow</a></dt> <dd> <div class="block">Create the application.</div> </dd> <dt><a href="../epsylon/ast/ModExp.html" title="class in epsylon.ast"><span class="typeNameLink">ModExp</span></a> - Class in <a href="../epsylon/ast/package-summary.html">epsylon.ast</a></dt> <dd> <div class="block">Represents the module operation in the Abstract Syntax Tree.</div> </dd> <dt><span class="memberNameLink"><a href="../epsylon/ast/ModExp.html#ModExp-epsylon.interfaces.Exp-epsylon.interfaces.Exp-">ModExp(Exp, Exp)</a></span> - Constructor for class epsylon.ast.<a href="../epsylon/ast/ModExp.html" title="class in epsylon.ast">ModExp</a></dt> <dd> <div class="block">Instantiates a new Module expression.</div> </dd> <dt><a href="../epsylon/ast/MulExp.html" title="class in epsylon.ast"><span class="typeNameLink">MulExp</span></a> - Class in <a href="../epsylon/ast/package-summary.html">epsylon.ast</a></dt> <dd> <div class="block">Represents mathematical multiplication in the Abstract Syntax Tree.</div> </dd> <dt><span class="memberNameLink"><a href="../epsylon/ast/MulExp.html#MulExp-epsylon.interfaces.Exp-epsylon.interfaces.Exp-">MulExp(Exp, Exp)</a></span> - Constructor for class epsylon.ast.<a href="../epsylon/ast/MulExp.html" title="class in epsylon.ast">MulExp</a></dt> <dd> <div class="block">Instantiates a new Multiply expression with its factors.</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">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-10.html">Prev Letter</a></li> <li><a href="index-12.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-11.html" target="_top">Frames</a></li> <li><a href="index-11.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>
MrAsterisco/Epsylon
doc/index-files/index-11.html
HTML
mit
7,870
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v8.11.2: v8::NonCopyablePersistentTraits&lt; T &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v8.11.2 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1NonCopyablePersistentTraits.html">NonCopyablePersistentTraits</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classv8_1_1NonCopyablePersistentTraits-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::NonCopyablePersistentTraits&lt; T &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:af26082b31726b82c0482a01daa2f3e54"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af26082b31726b82c0482a01daa2f3e54"></a> typedef <a class="el" href="classv8_1_1Persistent.html">Persistent</a>&lt; T, <a class="el" href="classv8_1_1NonCopyablePersistentTraits.html">NonCopyablePersistentTraits</a>&lt; T &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>NonCopyablePersistent</b></td></tr> <tr class="separator:af26082b31726b82c0482a01daa2f3e54"><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:a40b133b17a334c5c7674135e7dbcf850"><td class="memTemplParams" colspan="2"><a class="anchor" id="a40b133b17a334c5c7674135e7dbcf850"></a> template&lt;class S , class M &gt; </td></tr> <tr class="memitem:a40b133b17a334c5c7674135e7dbcf850"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Copy</b> (const <a class="el" href="classv8_1_1Persistent.html">Persistent</a>&lt; S, M &gt; &amp;source, <a class="el" href="classv8_1_1Persistent.html">NonCopyablePersistent</a> *dest)</td></tr> <tr class="separator:a40b133b17a334c5c7674135e7dbcf850"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a90e2c6958ba089f5fabbbc7c08f976c1"><td class="memTemplParams" colspan="2"><a class="anchor" id="a90e2c6958ba089f5fabbbc7c08f976c1"></a> template&lt;class O &gt; </td></tr> <tr class="memitem:a90e2c6958ba089f5fabbbc7c08f976c1"><td class="memTemplItemLeft" align="right" valign="top">static V8_INLINE void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Uncompilable</b> ()</td></tr> <tr class="separator:a90e2c6958ba089f5fabbbc7c08f976c1"><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-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a650880d85ff80634c30a195d20329681"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a650880d85ff80634c30a195d20329681"></a> static const bool&#160;</td><td class="memItemRight" valign="bottom"><b>kResetInDestructor</b> = false</td></tr> <tr class="separator:a650880d85ff80634c30a195d20329681"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;class T&gt;<br /> class v8::NonCopyablePersistentTraits&lt; T &gt;</h3> <p>Default traits for <a class="el" href="classv8_1_1Persistent.html">Persistent</a>. This class does not allow use of the copy constructor or assignment operator. At present kResetInDestructor is not set, but that will change in a future version. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
v8-dox/v8-dox.github.io
ab00559/html/classv8_1_1NonCopyablePersistentTraits.html
HTML
mit
8,076
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Tue Dec 17 21:10:45 CET 2013 --> <title>C-Index</title> <meta name="date" content="2013-12-17"> <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="C-Index"; } //--> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-2.html">PREV LETTER</a></li> <li><a href="index-4.html">NEXT LETTER</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-3.html" target="_top">FRAMES</a></li> <li><a href="index-3.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="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">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a name="_C_"> <!-- --> </a> <h2 class="title">C</h2> <dl> <dt><span class="strong"><a href="../messagerie/BoiteMessage.DatesCroissantesComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.DatesCroissantesComparator.html" title="class in messagerie">BoiteMessage.DatesCroissantesComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../messagerie/BoiteMessage.DatesDecroissantesComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.DatesDecroissantesComparator.html" title="class in messagerie">BoiteMessage.DatesDecroissantesComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../messagerie/BoiteMessage.NomsEmetteursCroissantsComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.NomsEmetteursCroissantsComparator.html" title="class in messagerie">BoiteMessage.NomsEmetteursCroissantsComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../messagerie/BoiteMessage.NomsEmetteursDecroissantsComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.NomsEmetteursDecroissantsComparator.html" title="class in messagerie">BoiteMessage.NomsEmetteursDecroissantsComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../messagerie/BoiteMessage.SujetsCroissantsComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.SujetsCroissantsComparator.html" title="class in messagerie">BoiteMessage.SujetsCroissantsComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../messagerie/BoiteMessage.SujetsDecroissantsComparator.html#compare(messagerie.Message, messagerie.Message)">compare(Message, Message)</a></span> - Method in class messagerie.<a href="../messagerie/BoiteMessage.SujetsDecroissantsComparator.html" title="class in messagerie">BoiteMessage.SujetsDecroissantsComparator</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../compte/Compte.html#compareTo(compte.Compte)">compareTo(Compte)</a></span> - Method in class compte.<a href="../compte/Compte.html" title="class in compte">Compte</a></dt> <dd> <div class="block">Méthode de comparaison entre deux comptes, La comparaison s'effectue sur l'adresse en utilisant la méthode compareTo() de la classe String.</div> </dd> <dt><a href="../compte/package-summary.html">compte</a> - package compte</dt> <dd>&nbsp;</dd> <dt><a href="../compte/Compte.html" title="class in compte"><span class="strong">Compte</span></a> - Class in <a href="../compte/package-summary.html">compte</a></dt> <dd> <div class="block">La classe abstraite Compte représente un compte du sytème de messagerie, identifiée par une adresse unique.</div> </dd> <dt><span class="strong"><a href="../compte/Compte.html#Compte(java.lang.String)">Compte(String)</a></span> - Constructor for class compte.<a href="../compte/Compte.html" title="class in compte">Compte</a></dt> <dd> <div class="block">Constructeur de la classe Compte.</div> </dd> <dt><span class="strong"><a href="../compte/ListeDiffusion.html#comptes">comptes</a></span> - Variable in class compte.<a href="../compte/ListeDiffusion.html" title="class in compte">ListeDiffusion</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../systeme/Systeme.html#comptes">comptes</a></span> - Variable in class systeme.<a href="../systeme/Systeme.html" title="class in systeme">Systeme</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../systeme/Systeme.html#connexion(java.lang.String, java.lang.String)">connexion(String, String)</a></span> - Method in class systeme.<a href="../systeme/Systeme.html" title="class in systeme">Systeme</a></dt> <dd> <div class="block">Méthode qui connecte un utilisateur au système.</div> </dd> <dt><span class="strong"><a href="../messagerie/Message.html#contenu">contenu</a></span> - Variable in class messagerie.<a href="../messagerie/Message.html" title="class in messagerie">Message</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../compte/Compte.html#contient(compte.Compte)">contient(Compte)</a></span> - Method in class compte.<a href="../compte/Compte.html" title="class in compte">Compte</a></dt> <dd> <div class="block">Vérifie si un compte appartient ou est égal au compte.</div> </dd> <dt><span class="strong"><a href="../compte/ListeDiffusion.html#contient(compte.Compte)">contient(Compte)</a></span> - Method in class compte.<a href="../compte/ListeDiffusion.html" title="class in compte">ListeDiffusion</a></dt> <dd> <div class="block">Teste si la liste contient un compte.</div> </dd> <dt><span class="strong"><a href="../compte/Utilisateur.html#contient(compte.Compte)">contient(Compte)</a></span> - Method in class compte.<a href="../compte/Utilisateur.html" title="class in compte">Utilisateur</a></dt> <dd> <div class="block">Teste si le compte passé en paramètre est égal au compte.</div> </dd> <dt><span class="strong"><a href="../compte/ListeDiffusion.html#createur">createur</a></span> - Variable in class compte.<a href="../compte/ListeDiffusion.html" title="class in compte">ListeDiffusion</a></dt> <dd>&nbsp;</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">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;</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>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-2.html">PREV LETTER</a></li> <li><a href="index-4.html">NEXT LETTER</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-3.html" target="_top">FRAMES</a></li> <li><a href="index-3.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Giraudux/java-messagerie
doc/index-files/index-3.html
HTML
mit
10,092
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / metacoq - 1.0~beta2+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~beta2+8.13 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-05 19:37:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 19:37:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Théo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.13.tar.gz&quot; checksum: &quot;sha256=15e1cfde70e6c4dbf33bff1a77266ac5c0c3e280586ef059e0cdec07bee814f2&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-metacoq.1.0~beta2+8.13 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; coq-metacoq-template &gt;= 1.0~beta2+8.13 -&gt; ocaml &gt;= 4.07.1 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-metacoq.1.0~beta2+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1/metacoq/1.0~beta2+8.13.html
HTML
mit
7,602
{% extends "base.html" %} {% load static from staticfiles %} {% load thumbnail %} {% load endless %} {% block color_line %} <div class="green-bar museums"> <h2>Музеи Выборга&nbsp;и&nbsp;окрестностей</h2> </div> {% endblock %} {% block man-hand %} <img src="{% static 'img/bg-excursion-hand-m.png' %}"> {% endblock %} {% block js %} {{ block.super }} <script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script> <script>$.endlessPaginate();</script> {% endblock %} {% block main_content %} <div class="block-museum-n-filters bg-museum"> <div class="container"> <div class="row"> <div class="block-museum-filters clearfix" role="tabpanel"> <div class="col-md-8 col-md-offset-2 col-xs-12"> <!-- Nav tabs --> {# <ul class="nav nav-tabs" role="tablist">#} {# <li role="presentation" class="active">#} {# <a href="#profile" aria-controls="profile" role="tab" data-toggle="tab" class="btn btn-default btn-fab btn-raised btn-ico-ruller" style="background-color: #9B59B6 !important;"></a>#} {# <div class="nt-m">Удаленность</div>#} {# </li>#} {# </ul>#} <!-- Tab panes --> <div class="tab-content margin-top-10"> <div role="tabpanel" class="tab-pane active" id="profile"> <div class="row"> <div class="col-sm-4 col-xs-4"> <div class="text-center"><a href="?dist=1{% if dist == "1" %}-{% endif %}" class="btn-filter {% if dist == "1" %}active{% endif %}">Город</a></div> <div class="text-center"><a href="?dist=2{% if dist == "2" %}-{% endif %}" class="btn-filter {% if dist == "2" %}active{% endif %}">&lt;10км.</a></div> </div> <div class="col-sm-4 col-xs-4"> <div class="text-center"><a href="?dist=3{% if dist == "3" %}-{% endif %}" class="btn-filter {% if dist == "3" %}active{% endif %}">10-30км.</a></div> <div class="text-center"><a href="?dist=4{% if dist == "4" %}-{% endif %}" class="btn-filter {% if dist == "4" %}active{% endif %}">30-50км.</a></div> </div> <div class="col-sm-4 col-xs-4"> <div class="text-center"><a href="?dist=5{% if dist == "5" %}-{% endif %}" class="btn-filter {% if dist == "5" %}active{% endif %}">50-100км.</a></div> <div class="text-center"><a href="?dist=6{% if dist == "6" %}-{% endif %}" class="btn-filter {% if dist == "6" %}active{% endif %}">&gt;100км.</a></div> </div> </div> </div> </div> </div> </div> <div class="block-museum-rows margin-for-icons"> <!-- START OF INFO ROW --> <div class="museum-rows clearfix"> <!-- START OF INFO BLOCK (4 in line) --> {% for obj in object_list %} {% if forloop.counter0 < 4 %} <div class="col-md-3 col-sm-6 col-xs-12"> <a class="museum-row btn btn-raised" href="{{ obj.get_absolute_path }}"> <span class="label label-default label-place">{% if obj.distance > 1 %}{{ obj.distance }} км. от Выборга{% else %}Выборг{% endif %}</span> <h3>{{ obj.title }}</h3> <div class="img text-center margin-top-15"> {% thumbnail obj.image "180x180" crop="center" as im %} <img src="{{ obj.image.url }}" width="{{ im.width }}" height="{{ im.height }}"> {% empty %} <img src="{% static 'img/img-city-teaser-1.jpg' %}"> {% endthumbnail %} </div> <div class="text margin-top-15"> {{ obj.description|striptags|safe }} </div> </a> </div> {% endif %} {% endfor %} <!-- END OF INFO BLOCK --> </div> <!-- END OF INFO ROW --> </div> </div> </div> </div> <div class="block-slider-promo bg-night-blue margin-top-20"> <div class="container"> <ul class="bxslider clearfix"> <li><a href="javascript:void(0)"><img src="{% static 'img/img-slider-1.png' %}" alt="image" /></a></li> <li><a href="javascript:void(0)"><img src="{% static 'img/img-slider-1.png' %}" alt="image" /></a></li> <li><a href="javascript:void(0)"><img src="{% static 'img/img-slider-1.png' %}" alt="image" /></a></li> <li><a href="javascript:void(0)"><img src="{% static 'img/img-slider-1.png' %}" alt="image" /></a></li> </ul> </div> </div> {# <div class="bg-night-blue margin-top-20"> #} {# <div class="container"> #} {# <a href="javascript:void(0)"><img src="{% static 'img/img-slider-1.png' %}" alt="img" class="img-responsive margin-top-20 margin-bottom-20" /></a> #} {# </div> #} {# </div> #} <div class="block-museum-n-filters bg-museum margin-top-20"> <div class="container"> <div class="row"> <div class="block-museum-rows margin-for-icons"> <!-- START OF INFO ROW --> <div class="museum-rows clearfix endless_page_template"> <!-- START OF INFO BLOCK (4 in line) --> {% include page_template %} <!-- END OF INFO BLOCK --> </div> <!-- END OF INFO ROW --> </div> </div> </div> </div> {% endblock %}
Guest007/vgid
templates/museums/museums_list.html
HTML
mit
5,330
<nav class="navbar navbar-static-top navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href=""> <span class="glyphicon glyphicon-flash"></span> </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-6"> <ul class="nav navbar-nav"> <!-- <li><a ng-href="#">Home</a></li> <li><a ng-href="#">About</a></li> --> </ul> </div> </div> </nav>
ronotono/vizbox
src/app/components/navbar/navbar.html
HTML
mit
478
<!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="./385b23d03961e8c97ec2475f058e3dacb7b472efdcd4820fd409159193f1a03a.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/388212120427797f27197c2e9c724280a7ef34c73d3f908fcd656494bbf46e10.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">dev / contrib:fsets 8.4.dev</a></li> <li class="active"><a href="">2015-01-29 23:45:05</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:fsets <small> 8.4.dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-29 23:45:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-29 23:45:05 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:fsets/coq:contrib:fsets.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:fsets.8.4.dev coq.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq:contrib:fsets -&gt; coq &lt;= 8.4.dev+ltacprof Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:fsets.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing The following actions will be performed: - install coq.8.4.dev [required by coq:contrib:fsets] - install coq:contrib:fsets.8.4.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.8.4.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.8.4.dev. Building coq:contrib:fsets.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:fsets.8.4.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>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>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/dev/contrib:fsets/8.4.dev/2015-01-29_23-45-05.html
HTML
mit
6,839
<!DOCTYPE html> <html class="pl"> <head> <title>Pattern Lab</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="../../css/style.css?1396811864" media="all" /> <!-- Begin Pattern Lab (Required for Pattern Lab to run properly) --> <!-- never cache patterns --> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <link rel="stylesheet" href="../../styleguide/css/styleguide.css?1396811864" media="all"> <link rel="stylesheet" href="../../styleguide/css/styleguide-specific.css?1396811864" media="all" /> <!-- End Pattern Lab --> </head> <body class="body"> <table> <thead> <tr> <th>Table Heading 1</th> <th>Table Heading 2</th> <th>Table Heading 3</th> <th>Table Heading 4</th> <th>Table Heading 5</th> </tr> </thead> <tfoot> <tr> <th>Table Footer 1</th> <th>Table Footer 2</th> <th>Table Footer 3</th> <th>Table Footer 4</th> <th>Table Footer 5</th> </tr> </tfoot> <tbody> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> </tbody> </table> <!--DO NOT REMOVE--> <script> // handle injection of items from PHP var patternPartial = "atoms-table"; var lineage = []; var lineageR = []; var patternState = ""; var cssEnabled = false; </script> </div> <script> /*! * scriptLoader - v0.1 * * Copyright (c) 2014 Dave Olsen, http://dmolsen.com * Licensed under the MIT license * */ var scriptLoader = { run: function(js,cb,target) { var s = document.getElementById(target+'-'+cb); for (var i = 0; i < js.length; i++) { var src = (typeof js[i] != "string") ? js[i].src : js[i]; var c = document.createElement('script'); c.src = '../../'+src+'?'+cb; if (typeof js[i] != "string") { if (js[i].dep !== undefined) { c.onload = function(dep,cb,target) { return function() { scriptLoader.run(dep,cb,target); } }(js[i].dep,cb,target); } } s.parentNode.insertBefore(c,s); } } } </script> <script id="pl-js-polyfill-insert-1396811864"> (function() { if (self != top) { var cb = '1396811864'; var js = []; if (typeof document !== "undefined" && !("classList" in document.documentElement)) { js.push("styleguide/js/vendor/classlist-polyfill.js"); } scriptLoader.run(js,cb,'pl-js-polyfill-insert'); } })(); </script> <script id="pl-js-insert-1396811864"> (function() { if (self != top) { var cb = '1396811864'; var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "data/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ]; scriptLoader.run(js,cb,'pl-js-insert'); } })(); </script> </body> </html>
brob/web-workers-pattern-lab
public/patterns/00-atoms-07-tables-00-table/00-atoms-07-tables-00-table.html
HTML
mit
3,581
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class null_mutex</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Interprocess"> <link rel="up" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp" title="Header &lt;boost/interprocess/sync/null_mutex.hpp&gt;"> <link rel="prev" href="named_upgradable_mutex.html" title="Class named_upgradable_mutex"> <link rel="next" href="scoped_lock.html" title="Class template scoped_lock"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="named_upgradable_mutex.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="scoped_lock.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.interprocess.null_mutex"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class null_mutex</span></h2> <p>boost::interprocess::null_mutex</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp" title="Header &lt;boost/interprocess/sync/null_mutex.hpp&gt;">boost/interprocess/sync/null_mutex.hpp</a>&gt; </span> <span class="keyword">class</span> <a class="link" href="null_mutex.html" title="Class null_mutex">null_mutex</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="null_mutex.html#boost.interprocess.null_mutexconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="null_mutex.html#idp24557232-bb"><span class="identifier">null_mutex</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <a class="link" href="null_mutex.html#idp24557936-bb"><span class="special">~</span><span class="identifier">null_mutex</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="null_mutex.html#idp24527392-bb">public member functions</a></span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24527952-bb"><span class="identifier">lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24529120-bb"><span class="identifier">try_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24530432-bb"><span class="identifier">timed_lock</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24532448-bb"><span class="identifier">unlock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24533744-bb"><span class="identifier">lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24535056-bb"><span class="identifier">try_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24536384-bb"><span class="identifier">timed_lock_sharable</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24538416-bb"><span class="identifier">unlock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24539728-bb"><span class="identifier">lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24541040-bb"><span class="identifier">try_lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24542368-bb"><span class="identifier">timed_lock_upgradable</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24544400-bb"><span class="identifier">unlock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24545712-bb"><span class="identifier">unlock_and_lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24547040-bb"><span class="identifier">unlock_and_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24548352-bb"><span class="identifier">unlock_upgradable_and_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="null_mutex.html#idp24549680-bb"><span class="identifier">unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24551008-bb"><span class="identifier">try_unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24552352-bb"><span class="identifier">timed_unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24554400-bb"><span class="identifier">try_unlock_sharable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp24555728-bb"><span class="identifier">try_unlock_sharable_and_lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp95837488"></a><h2>Description</h2> <p>Implements a mutex that simulates a mutex without doing any operation and simulates a successful operation. </p> <div class="refsect2"> <a name="idp95838288"></a><h3> <a name="boost.interprocess.null_mutexconstruct-copy-destruct"></a><code class="computeroutput">null_mutex</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><a name="idp24557232-bb"></a><span class="identifier">null_mutex</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Constructor. Empty. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="idp24557936-bb"></a><span class="special">~</span><span class="identifier">null_mutex</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Destructor. Empty. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="idp95848768"></a><h3> <a name="idp24527392-bb"></a><code class="computeroutput">null_mutex</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24527952-bb"></a><span class="identifier">lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Simulates a mutex lock() operation. Empty function. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24529120-bb"></a><span class="identifier">try_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex try_lock() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24530432-bb"></a><span class="identifier">timed_lock</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex timed_lock() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24532448-bb"></a><span class="identifier">unlock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex unlock() operation. Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24533744-bb"></a><span class="identifier">lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex lock_sharable() operation. Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24535056-bb"></a><span class="identifier">try_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex try_lock_sharable() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24536384-bb"></a><span class="identifier">timed_lock_sharable</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex timed_lock_sharable() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24538416-bb"></a><span class="identifier">unlock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex unlock_sharable() operation. Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24539728-bb"></a><span class="identifier">lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex lock_upgradable() operation. Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24541040-bb"></a><span class="identifier">try_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex try_lock_upgradable() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24542368-bb"></a><span class="identifier">timed_lock_upgradable</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex timed_lock_upgradable() operation. Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24544400-bb"></a><span class="identifier">unlock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates a mutex unlock_upgradable() operation. Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24545712-bb"></a><span class="identifier">unlock_and_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates unlock_and_lock_upgradable(). Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24547040-bb"></a><span class="identifier">unlock_and_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates unlock_and_lock_sharable(). Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24548352-bb"></a><span class="identifier">unlock_upgradable_and_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates unlock_upgradable_and_lock_sharable(). Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp24549680-bb"></a><span class="identifier">unlock_upgradable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates unlock_upgradable_and_lock(). Empty function. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24551008-bb"></a><span class="identifier">try_unlock_upgradable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates try_unlock_upgradable_and_lock(). Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24552352-bb"></a><span class="identifier">timed_unlock_upgradable_and_lock</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates timed_unlock_upgradable_and_lock(). Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24554400-bb"></a><span class="identifier">try_unlock_sharable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates try_unlock_sharable_and_lock(). Equivalent to "return true;" </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp24555728-bb"></a><span class="identifier">try_unlock_sharable_and_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Simulates try_unlock_sharable_and_lock_upgradable(). Equivalent to "return true;" </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005-2015 Ion Gaztanaga<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="named_upgradable_mutex.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="scoped_lock.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/interprocess/doc/html/boost/interprocess/null_mutex.html
HTML
mit
19,484
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / paramcoq - 1.1.2+coq8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paramcoq <small> 1.1.2+coq8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-28 11:08:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-28 11:08:17 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Pierre Roux &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;ocaml&quot; &quot;ocamlfind&quot; {build} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:OCaml modules&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; ] authors: [ &quot;Chantal Keller (Inria, École polytechnique)&quot; &quot;Marc Lasson (ÉNS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesús Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] synopsis: &quot;Plugin for generating parametricity statements to perform refinement proofs&quot; description: &quot;&quot;&quot; The plugin is still in an experimental state. It is not very user friendly (lack of good error messages) and still contains bugs. But is useable enough to &quot;translate&quot; a large chunk of standard library.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.2+coq8.11.tar.gz&quot; checksum: &quot;sha256=d737aefb6a0845459ac1ba9c1b1617dd33c1c4bc3f8fa82568e6f4d32506dc65&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paramcoq.1.1.2+coq8.11 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.2+coq8.11</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.06.1-2.0.5/released/8.13.1/paramcoq/1.1.2+coq8.11.html
HTML
mit
7,437
<h1 style="color: #5e9ca0;">Pellio</h1> <h3 style="color: #2e6c80; text-align: center;">PANAS Exercise</h3> <div style="margin-bottom: 50px;"> <p>This scale consists of a number of words that describe different feelings and emotions. Read each item and then click on the dropdown list next to the word and select one of the responses. Indicate to what extent you feel this way right now, that is, at the present moment.</p> <p>The scale is 1-5 equating to 'Very Slightly or Not At All', 'A Little', 'Moderately', 'Quite A Lot', and 'Extremely' respectively.</p> <p>All questions must be completed for this questionnaire to be scored.</p> </div> <table class="PANASfeelingTable"> <thead> <tr style="text-align:center; font-weight:bold"> <th>Feeling</th> <th>Elaboration</th> <th>Answer</th> </tr> </thead> <tbody> <tr> <td>Interested</td> <td>Showing curiosity or concern about something or someone; having a feeling of interest</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Distressed</td> <td>Suffering from anxiety, sorrow, or pain</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Excited</td> <td>Very enthusiastic and eager</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Upset</td> <td>Unhappy, disappointed, or worried</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Strong</td> <td>Feeling as though you can perform physically or mentally demanding tasks</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Guilty</td> <td>Feeling culpable of or responsible for a specified wrongdoing</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Scared</td> <td>Feeling fearful or freightened</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Hostile</td> <td>Feeling unfriendly or antagonistic</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Enthusiastic</td> <td>Having or showing intense and eager enjoyment, interest, or approval</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Proud</td> <td>Feeling deep pleasure or satisfaction as a result of one's own achievements, qualities, or possessions</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Irritable</td> <td>Faving or showing a tendency to be easily annoyed or made angry</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Alert</td> <td>Quick to notice any unusual and potentially dangerous or difficult circumstances; vigilant</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Ashamed</td> <td>Embarrassed or guilty because of one's actions, characteristics, or associations</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Inspired</td> <td>Exhibiting a creative impulse in the activity specified</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Nervous</td> <td>Easily agitated or alarmed; tending to be anxious; highly strung</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Determined</td> <td>Feeling able to stick with a firm decision</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Attentive</td> <td>Able to pay close attention to something</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Jittery</td> <td>Nervous or unable to relax</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Active</td> <td>Feeling engaging or ready to engage in energetic pursuits</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> <tr> <td>Afraid</td> <td>Feeling fear or anxiety; frightened</td> <td><select> <option>Choose Answer</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select></td> </tr> </tbody> </table> <button class="submit">Submit</button>
faroos3/pellio
client/PANAS.html
HTML
mit
6,080
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> <title>{{ title }}</title> <style> {{ css }} </style> </head> <body> <article class="markdown-body"> {{ content }} </article> </body> </html>
elamperti/MDmesh
template.html
HTML
mit
299
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div class="ue-bar"> <div class="ue-bar-warp"> <div class="ue-bar-logo"> <a href="#"> <img src="极客学院logo.png" width="100" alt="极客学院" title="极客学院"> </a> </div> <div class="ue-bar-nav"> <ul> <li class="active"><a href="#"> <em>首页</em> </a></li> <li ><a href="#"> <em>职业课程</em> </a></li> <li ><a href="#"> <em>技术问答</em> </a></li> <li ><a href="#"> <em>VIP会员</em> </a></li> </ul> </div> </div> </div> </body> </html>
wangyongtan/H5
2016/0530-2 导航栏/index.html
HTML
mit
1,019
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <meta name="author" content="GDG Armenia"> <meta name="description" content="{{ site.description }}"> <meta name="keywords" content="{{ site.metaKeywords }}"> <link rel="canonical" href="{{ site.url }}"> <!-- Social: Twitter --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="{{ site.twitterAccount }}"> <meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> <meta name="twitter:description" content="{{ site.description }}"> <meta name="twitter:image:src" content="{{ site.socialImageSrcTwitter | prepend: site.baseurl | prepend: site.url }}"> <!-- Social: Facebook / Open Graph --> <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" /> <meta property="og:site_name" content="{{ site.title }}" /> <meta property="og:type" content="website" /> <meta property="og:url" content="{{ site.url }}" /> <meta property="og:image" content="{{ site.socialImageSrcFacebook | prepend: site.baseurl | prepend: site.url }}" /> <meta property="og:description" content="{{ site.description }}" /> <title>{% if page.title %}{{ page.title }} &bull; {{ site.title }}{% else %}{{ site.title }}{% endif %}</title> <link rel="shortcut icon" href="{{ "/img/favicons/favicon.ico" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="152x152" href="{{ "/img/favicons/apple-touch-icon-152x152.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="144x144" href="{{ "/img/favicons/apple-touch-icon-144x144.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="120x120" href="{{ "/img/favicons/apple-touch-icon-120x120.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="114x114" href="{{ "/img/favicons/apple-touch-icon-114x114.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="76x76" href="{{ "/img/favicons/apple-touch-icon-76x76.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="72x72" href="{{ "/img/favicons/apple-touch-icon-72x72.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="60x60" href="{{ "/img/favicons/apple-touch-icon-60x60.png" | prepend: site.baseurl }}"> <link rel="apple-touch-icon" sizes="57x57" href="{{ "/img/favicons/apple-touch-icon-57x57.png" | prepend: site.baseurl }}"> <link rel="icon" type="image/png" href="{{ "/img/favicons/favicon-196x196.png" sizes="196x196" | prepend: site.baseurl }}"> <link rel="icon" type="image/png" href="{{ "/img/favicons/favicon-160x160.png" sizes="160x160" | prepend: site.baseurl }}"> <link rel="icon" type="image/png" href="{{ "/img/favicons/favicon-96x96.png" sizes="96x96" | prepend: site.baseurl }}"> <link rel="icon" type="image/png" href="{{ "/img/favicons/favicon-32x32.png" sizes="32x32" | prepend: site.baseurl }}"> <link rel="icon" type="image/png" href="{{ "/img/favicons/favicon-16x16.png" sizes="16x16" | prepend: site.baseurl }}"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-TileImage" content="{{ "/img/favicons/mstile-144x144.png" | prepend: site.baseurl }}"> <meta name="msapplication-config" content="{{ "/img/favicons/browserconfig.xml" | prepend: site.baseurl }}"> <link href="{{ "/css/main.min.css" | prepend: site.baseurl }}" rel="stylesheet"> <!-- 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>
ajmikzer/zeppelin
_includes/head.html
HTML
mit
4,080
{{- $id := "circle-o-notch" -}} {{- $name := add "icon-" $id -}} {{- if not (.Scratch.Get $name) -}} {{- .Scratch.Set $name true -}} <svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0"> <defs> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M1760 896q0 176-68.5 336t-184 275.5-275.5 184-336 68.5-336-68.5-275.5-184-184-275.5-68.5-336q0-213 97-398.5t265-305.5 374-151v228q-221 45-366.5 221t-145.5 406q0 130 51 248.5t136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5q0-230-145.5-406t-366.5-221v-228q206 31 374 151t265 305.5 97 398.5z"/></svg> </defs> </svg> {{- end }}
sascha53/Font-Awesome-SVG-PNG
partials/circle-o-notch.html
HTML
mit
665
<div class="row" style="padding-top:10px;padding-right:20px;padding-left:20px;"> <div class="col-md-12" nv-file-drop="" uploader="uploader" filters="queueLimit, customFilter"> <div class="row"> <div class="col-md-12"> <h2 ng-show="importFile.importErrorMessage !== ''" class="bg-danger" style="padding:20px;">{{importFile.importErrorMessage}}</h2> </div> <div class="col-md-12" style="padding:20px;"> <div class="col-md-2" ng-show="importFile.r.datasetProfiles.length > 0 && !importFile.uploaded" class="cssFade"> <h4> <input type="file" nv-file-select="" uploader="uploader" multiple style="color: transparent;"/> </h4> </div> <div class="col-md-10" ng-show="importFile.r.datasetProfiles.length > 0" style="padding-top: 7px;"> <div class="row"> <uib-accordion class="col-md-12" close-others="true" ng-show="false"> <uib-accordion-group> <uib-accordion-heading> <b>Datasets selection</b> </uib-accordion-heading> <div class="row" style="margin: 10px;"> <span style="margin-right: 20px;" ng-repeat="profile in importFile.r.datasetProfiles | reverse"> <input type="radio" ng-model="importFile.datasetSearchScope" value="{{profile.identifier}}">&nbsp;&nbsp; <span ng-if="profile.identifier === importFile.defaultDomain" href="{{profile.identifier}}">Default (<{{profile.identifier}}>)</span> <span ng-if="profile.identifier !== importFile.defaultDomain" href="{{profile.identifier}}"><{{profile.identifier}}></span><br> </span> </div> </uib-accordion-group> </uib-accordion> <div class="col-md-12" ng-if="importFile.countProcessingFiles() > 0"> <button type="button" class="btn btn-default" ng-click="importFile.importAll()" ng-disabled="importFile.inprogress || importFile.stepProgressBar === 100" ng-show="importFile.countValidProcessingFiles > 0"> <span class="glyphicon glyphicon-upload"></span> Import </button> <button ng-hide="importFile.inprogress" type="button" class="btn btn-default btn-s" ng-click="importFile.removeAllProcessingFile();"> <span class="glyphicon glyphicon-trash"></span> Remove all </button> <h3>Import progress</h3> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: {{importFile.stepProgressBar}}%;"> {{importFile.stepProgressBar}}{{importFile.stepProgressText}} </div> </div> </div> <div class="col-md-12" ng-if="importFile.countProcessingFiles() > 0"> <h4 class="text-danger"><span><i class="glyphicon glyphicon-remove"></i></span> Invalid files</h4> <table class="table table-condensed"> <thead> <tr> <th width="60%">Name</th> <th>Format</th> <th>Size</th> </tr> </thead> <tbody> <tr ng-if="!processingFile.response.success" ng-repeat="processingFile in importFile.getProcessingFiles() track by $index"> <td><b>{{processingFile.response.file.originalname}} </b><span ng-if="!processingFile.response.success" style="color:red;">{{ processingFile.response.message }}</span></td> <td>{{processingFile.response.format}}</td> <td>{{processingFile.response.file.size/1024|number:2}} KB</td> </tr> </tbody> </table> </div> <div class="col-md-12" ng-if="importFile.countProcessingFiles() > 0"> <h4 class="text-success"><span><i class="glyphicon glyphicon-ok"></i></span> Valid files</h4> <table class="table table-condensed"> <thead> <tr> <th width="60%">Name</th> <th>Format</th> <th>Size</th> </tr> </thead> <tbody> <tr ng-if="processingFile.response.success" ng-repeat="processingFile in importFile.getProcessingFiles() track by $index"> <td><b>{{processingFile.response.file.originalname}}</b></td> <td>{{processingFile.response.format}}</td> <td>{{processingFile.response.file.size/1024|number:2}} KB</td> </tr> </tbody> </table> </div> <div class="col-md-12" ng-show="importFile.countProcessingFiles() === 0"> <table class="table table-condensed"> <thead> <tr> <th width="40%">Name</th> <th>Size</th> <th>Progress</th> </tr> </thead> <tbody> <tr ng-repeat="item in uploader.queue track by $index"> <td><b>{{ item.file.name }}</b></td> <td nowrap>{{ item.file.size/1024|number:2 }} KB</td> <td class="text-left"> <div class="progress" style="margin-bottom: 0;"> <div class="progress-bar progress-bar-success" role="progressbar" ng-style="{ 'width': item.progress + '%' }"></div> </div> </td> <td class="text-left"> <span ng-show="item.isSuccess"><i class="glyphicon glyphicon-ok"></i></span> <span ng-show="item.isCancel"><i class="glyphicon glyphicon-ban-circle"></i></span> <span ng-show="item.isError"><i class="glyphicon glyphicon-remove"></i></span> </td> </tr> </tbody> </table> </div> <div class="col-md-12" ng-if="uploader.queue.length > 0" ng-show="importFile.countProcessingFiles() === 0"> <div> Upload progress: <div class="progress" style=""> <div class="progress-bar progress-bar-success" role="progressbar" ng-style="{ 'width': uploader.progress + '%' }"></div> </div> </div> <button type="button" class="btn btn-default btn-s" ng-click="uploader.uploadAll()" ng-disabled="!uploader.getNotUploadedItems().length"> <span class="glyphicon glyphicon-upload"></span> Upload all </button> <button type="button" class="btn btn-default btn-s" ng-click="uploader.cancelAll()" ng-disabled="!uploader.isUploading"> <span class="glyphicon glyphicon-ban-circle"></span> Cancel all </button> <button type="button" class="btn btn-default btn-s" ng-click="importFile.removeAllProcessingFile();" ng-disabled="!uploader.queue.length"> <span class="glyphicon glyphicon-trash"></span> Remove all </button> </div> </div> </div> </div> </div> </div>
koneksys/KLD
client/src/default/features/import.file/import.file.html
HTML
mit
7,545
<?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>time.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.0.0</span><br /> <h1> time.rb </h1> <ul class="files"> <li> /home/jude/.gem/ruby/2.0.0/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb </li> <li>Last modified: 2013-10-17 23:38:08 +0800</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- File only: requires --> <div class="sectiontitle">Required Files</div> <ul> <li>active_support/duration</li> <li>active_support/core_ext/time/calculations</li> <li>active_support/core_ext/time/acts_like</li> </ul> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../../../../classes/Numeric.html">Numeric</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
zhuzhang/auc
doc/api/files/home/jude/_gem/ruby/2_0_0/gems/activesupport-4_0_0/lib/active_support/core_ext/numeric/time_rb.html
HTML
mit
2,354
<core-meta id="factions" label="Terra Mystica factions"> <property name="fakirs" color="yellow"></property> <property name="nomads" color="yellow"></property> <property name="chaos-magicians" color="red"></property> <property name="giants" color="red"></property> <property name="swarmlings" color="blue"></property> <property name="mermaids" color="blue"></property> <property name="dwarves" color="grey"></property> <property name="engineers" color="grey"></property> <property name="halflings" color="brown"></property> <property name="cultists" color="brown"></property> <property name="alchemists" color="black"></property> <property name="darklings" color="black"></property> <property name="auren" color="green"></property> <property name="witches" color="green"></property> </core-meta> <core-meta id="factions-form-expansion" label="Extra Terra Mystica Fire and Ice factions"> <property name="dragonlords" color="orange"></property> <property name="acolytes" color="orange"></property> <property name="yetis" color="white"></property> <property name="ice-maidens" color="white"></property> <property name="shapeshifters" color="variable"></property> <property name="riverwalkers" color="variable"></property> </core-meta>
ertrzyiks/terra-mystica-lobby
app/elements/terra-lobby/metadata.html
HTML
mit
1,312
<scri <!DOCTYPE html> <html lang="fr" itemscope="" itemtype="http://schema.org/Blog"> <head> <script> if (window.parent !== window) { if (typeof btoa !== "function") { window.btoa = function (input) { var str = String(input); for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) { charCode = str.charCodeAt(idx += 3/4) block = block << 8 | charCode } return output } } var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i var res = re.exec(document.referrer) var domain = res[1] var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",] if (forbidden.indexOf(btoa(domain)) > -1) { document.location = document.location.origin + "/system/noframed" } } </script> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" /> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" /> <!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 --> <!-- shortcut:[Meta] --> <!-- title --> <!-- Title --> <title>354 - Le Site dont vous êtes le Héros</title> <!-- metas description, keyword, robots --> <!-- Metas --> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <meta name="author" content="" /> <meta property="og:site_name" content="Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta property="og:title" content="354&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="twitter:title" content="354&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="description" content="En&#x20;collant&#x20;l&#x27;oreille&#x20;&#x00E0;&#x20;la&#x20;porte&#x20;marqu&#x00E9;e&#x20;d&#x27;une&#x20;serre&#x20;d&#x27;oiseau,&#x20;vous&#x20;entendez&#x20;un&#x20;concert&#x20;de&#x20;cris&#x20;aigus.&#x20;Vous&#x20;entreb&#x00E2;illez&#x20;la&#x20;porte&#x20;et&#x20;d&#x00E9;couvrez&#x20;la&#x20;voli&#x00E8;re&#x20;de&#x20;la&#x20;Forteresse.&#x20;Des&#x20;milliers&#x20;d&#x27;oiseaux&#x20;volent&#x20;en&#x20;libert&#x00E9;&#x20;ou&#x20;dorment&#x20;dans&#x20;des&#x20;cages&#x20;d&#x27;or&#x20;cisel&#x00E9;...." /> <meta property="og:description" content="En&#x20;collant&#x20;l&#x27;oreille&#x20;&#x00E0;&#x20;la&#x20;porte&#x20;marqu&#x00E9;e&#x20;d&#x27;une&#x20;serre&#x20;d&#x27;oiseau,&#x20;vous&#x20;entendez&#x20;un&#x20;concert&#x20;de&#x20;cris&#x20;aigus.&#x20;Vous&#x20;entreb&#x00E2;illez&#x20;la&#x20;porte&#x20;et&#x20;d&#x00E9;couvrez&#x20;la&#x20;voli&#x00E8;re&#x20;de&#x20;la&#x20;Forteresse.&#x20;Des&#x20;milliers&#x20;d&#x27;oiseaux&#x20;volent&#x20;en&#x20;libert&#x00E9;&#x20;ou&#x20;dorment&#x20;dans&#x20;des&#x20;cages&#x20;d&#x27;or&#x20;cisel&#x00E9;...." /> <meta name="twitter:description" content="En&#x20;collant&#x20;l&#x27;oreille&#x20;&#x00E0;&#x20;la&#x20;porte&#x20;marqu&#x00E9;e&#x20;d&#x27;une&#x20;serre&#x20;d&#x27;oiseau,&#x20;vous&#x20;entendez&#x20;un&#x20;concert&#x20;de&#x20;cris&#x20;aigus.&#x20;Vous&#x20;entreb&#x00E2;illez&#x20;la&#x20;porte&#x20;et&#x20;d&#x00E9;couvrez&#x20;la&#x20;voli&#x00E8;re&#x20;de&#x20;la&#x20;Forteresse.&#x20;Des&#x20;milliers&#x20;d&#x27;oiseaux&#x20;volent..." /> <meta property="og:locale" content="fr_FR" /> <meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/354-9" /> <meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/354-9" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@overblog" /> <meta name="twitter:creator" content="@" /> <meta property="fb:app_id" content="284865384904712" /> <!-- Robots --> <meta name="robots" content="index,follow" /> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!-- Analytics --> <!-- shortcut:[Options] --> </script>ll" group="shares" /> <!-- shortcut:[Includes] --> <!-- favicon --> <!-- Metas --> <link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" /> <link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" /> <link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" /> <!-- SEO --> <!-- includes --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'> <!-- Fonts --> <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'> <!-- Fancybox --> <link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> <style type="text/css"> /*** RESET ***/ .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} * {margin:0; padding:0;} body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;} a {text-decoration: none;} h1, h2, h3, h4, h5, h6 { font-weight:normal;} img {border:none;} .box li {list-style:none;} #cl_1_0 ul, #cl_1_0 ol {margin-left: 0; padding-left: 25px;} .visuallyhidden, .ob-form-subscription label { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } /*** General ***/ .ln {clear: both;} #ln_2 {padding-bottom: 20px;} .cl {float:left;} .clear {clear:both;} .list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;} /*** Structure ***/ #cl_0_0 {margin-bottom:0; width:100%;} #cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; } #cl_1_1 {display:inline; padding:0; width:308px;} #cl_2_0 {margin-top: 30px; width: 100%;} #global {margin:0px auto; width:950px;} .header {margin: 110px 0 20px; text-align:left;} .avatar, #top{ display: inline-block; vertical-align: middle; } .avatar{ margin-right: 10px; } #top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;} #top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;} article {margin-bottom: 35px;} /** Article **/ .article, .page{ background: #141414; background: rgba(20,20,20,0.9); border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px; } .noresult{ margin-bottom: 20px; } .beforeArticle {margin-bottom: 10px;} .divTitreArticle .post-title, .divPageTitle .post-title, .special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;} .contenuArticle, .pageContent {padding-top:10px;} .contenuArticle p, .pageContent p .contenuArticle ol, .contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;} .ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;} .ob-repost p {font-size: 12px; line-height: normal; padding: 0;} .ob-repost .ob-link {text-decoration: underline;} /* Sections */ .ob-section-text, .ob-section-images, .ob-section-video, .ob-section-audio, .ob-section-quote, .ob-secton-map {width: 600px;} /* Medias */ .ob-video iframe, .ob-video object, .ob-section-images .ob-slideshow, .ob-slideshow img, .ob-section-map .ob-map { width: 600px; } .ob-video iframe{ border: 0; } .ob-video object { max-height: 345px; } .ob-section-audio .obsoundplayer .obsoundplayername { height: 31px; width: 200px; overflow: hidden; } /* Section texte */ .ob-text h3, .ob-text h4, .ob-text h5 {margin: 15px 0 5px;} .ob-text h3 {font-size: 18px; line-height: 18px;} .ob-text h4 {font-size: 16px; line-height: 16px;} .ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;} .ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;} /* Section image */ .ob-media-left {margin-right: 30px;} .ob-media-right {margin-left: 30px; max-width: 100%;} .ob-row-1-col img {width: 100%;} .ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;} .ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;} /* Section map */ .ob-map div {color: #282924;} /* Section HTML */ .ob-section-html iframe, .ob-section-html embed, .ob-section-html object {max-width: 100%;} /* Section file */ .ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;} .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;} .ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;} /* Section Quote */ .ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;} .ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;} .ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;} .ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;} .ob-section-quote p.ob-author, .ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;} /* Section Link */ .ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);} .ob-section-link .ob-media-left {margin: 0;} .ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;} .ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;} .ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;} .ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;} .ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;} .ob-section-link .ob-img {float: left; width: 170px;} .ob-section-link .ob-desc {margin-top: 5px;} /* Description */ .contenuArticle .ob-desc {font-size: 13px; font-style: italic;} /* twitter box */ .ob-section .twitter-tweet-rendered {max-width: 100% !important;} .ob-section .twt-border {max-width: 100% !important;} /* Share buttons */ .afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */} .share h3, .item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;} .google-share, .twitter-share, .facebook-share, .ob-share {float: left;} .facebook-share {width: 105px;} .ob-share {margin-top: -2px;} .comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;} .item-comments { } /* Contact */ .ob-contact .ob-form {margin-bottom: 80px;} .ob-contact .ob-form-field {margin: 5px 0 0 80px;} .ob-label {width: 20%; font-size: 14px;} .ob-captcha .ob-input-text{ margin-left: 20%; } .ob-input-submit, .ob-error {margin-left: 31%;} .box-content .ob-input-submit, .box-content .ob-error {margin-left: 20%;} .ob-input-text, .ob-input-email, .ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;} .ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;} .ob-form + a {display: block; text-align: center;} /** Sidebar **/ .box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;} .box{/* ie6 hack */_background:#000;} .box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;} .box-content {font-size: 14px; line-height:18px;} .box-content strong {font-weight:normal;} .box-footer {display:none;} /* Sidebar > About */ .profile .avatar {float: left; margin-right: 10px;} .profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;} .profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;} /* Sidebar > Search */ .search form {position:relative;} .search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;} .search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;} /* Sidebar > Subscribe */ .ob-form-subscription .ob-form-field{ display: inline-block; } .ob-form-subscription .ob-form-field input{ width: 170px; } .ob-form-subscription .ob-input-submit{ display: inline-block; margin:0; } /* Sidebar > Last Posts */ .last li {float: left;} .last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last li.left img {margin-right: 8px;} .last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} /* Sidebar > Tags */ .tags li { border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0; word-wrap:break-word; } .tags li a {font-size: 16px;} .tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} /* Sidebar > Follow me */ .follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;} .follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;} .follow .facebook-follow {margin-right: 10px;} .follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;} .follow .facebook-follow a {background-position: center 18px;} .follow .twitter-follow {margin-right: 10px;} .follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;} .follow .twitter-follow a {background-position: center -74px;} .follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;} .follow .rss-follow a {background-position: center -166px;} /* Sidebar > Archives */ .plustext {font-size: 16px;} .arch_month {margin-left: 20px;} .arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;} .archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} .share > div{ float:left; height:20px; margin-right:28px; } .share .google-share{ margin-right: 0; } .share iframe{ border:none; width:100px; } /** Pagination **/ .pagination { margin: 30px auto 20px; width: 600px; font-size: 14px; padding: 2px 0; } .pagination a { -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center; text-transform: uppercase; } .pagination .previous {float: left;} .pagination .next {float: right;} .ob-pagination{ margin: 20px 0; text-align: center; } .ob-page{ display: inline-block; margin: 0 1px; padding: 2px 7px; } .ob-page-link{ border-radius: 4px; } /** Credits **/ .credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;} /************** ** ob-footer ** **************/ .ob-footer{ padding-bottom: 10px; } body.withDisplay{ background-position: 50% 68px; } #cl_1_1 .ads{ margin-bottom: 10px; padding: 2px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; } .ads{ background: #141414; border: 2px solid #333; border-radius: 2px; margin: 0 auto; } .ads-600x250{ padding: 10px; text-align: center; } .ads-728x90{ height: 90px; width: 728px; } .ads-468x60{ height: 60px; width: 468px; } .ads-468x60 + .before_articles, .afterArticle + .ads-468x60{ margin-top:35px; } .ads-300x250{ height: 250px; width: 300px; } .ads-600x250 div{ float: left; } .ads-300{ text-align: center; } /***************** ** Top articles ** *****************/ .ob-top-posts h2{ font-size: 35px; } .ob-top-article{ margin-bottom: 20px; } .ob-top-article h3{ line-height: normal; } /*** Themes ***/ /** JUNGLE **/ /* BACKGROUND */ body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;} /* TOP */ #top .title a, #top .title a:visited {color: #9bb1c5;} #top .title a:hover, #top .description {color: #fff;} /* POSTS */ .beforeArticle .tags a, .beforeArticle .tags a:visited {color: #9bb1c5;} .beforeArticle .tags a:hover {color: #fff;} .post-title, .special h3 {border-bottom-color: #1e3249;} .post-title a, .post-title a:visited, .special h3, .ob-text h3, .ob-text h4, .ob-text h5 {color: #9bb1c5;} .post-title a:hover {color: #fff;} .contenuArticle a, .contenuArticle a:visited, .readmore a {color: #9bb1c5;} .contenuArticle a:hover, .readmore a:hover {color: #fff;} /* Section file */ .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited, .ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;} /* Section Quote */ .ob-section-quote p.ob-author, .ob-section-quote p.ob-source, .ob-section-quote p.ob-author .ob-link, .ob-section-quote p.ob-author .ob-link:visited, .ob-section-quote p.ob-source .ob-link, .ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;} .ob-section-quote p.ob-author:hover, .ob-section-quote p.ob-source:hover, .ob-section-quote p.ob-author .ob-link:hover, .ob-section-quote p.ob-source .ob-link:hover {color: #fff;} /* Section Link */ .ob-section-link p.ob-url , .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link {color: #9bb1c5;} .ob-section-link p.ob-url .ob-link:hover {color: #fff;} /* SIDEBAR */ .box-titre h3 {border-bottom-color: #254870; color: #fff;} .box-content strong {color:#bebebe;} .box-content a, .box-content a:visited, .ob-footer a, .ob-footer a:visited{color: #9bb1c5;} .box-content a:hover, .ob-footer a:hover{color: #fff;} .archives .number, .box-content form button, .comment-number, .follow li, .ob-input-submit, .pagination a, .ob-page-link, .tags .number { background: #2e5fa4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */ background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */ border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;} .box-content form button:active, .comment-number:active, .ob-input-submit:active, .pagination a:active, .ob-page-link:active{background: #22406d; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */ background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */ } .blog-owner-nickname {color: #254870;} /* CREDITS */ .credits a, .credits a:visited {color: #fff;} .credits a:hover {color: #9bb1c5;} </style> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5354236-47', { cookieDomain: 'lesitedontvousetesleheros.overblog.com', cookieExpires: 31536000, name: 'ob', allowLinker: true }); ga('ob.require', 'displayfeatures'); ga('ob.require', 'linkid', 'linkid.js'); ga('ob.set', 'anonymizeIp', true); ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0'); ga('ob.set', 'dimension2', 'fr'); ga('ob.set', 'dimension3', 'BS'); ga('ob.set', 'dimension4', 'literature-comics-poetry'); ga('ob.set', 'dimension5', '1'); ga('ob.set', 'dimension6', '0'); ga('ob.set', 'dimension7', '0'); ga('ob.set', 'dimension10', '245297'); ga('ob.set', 'dimension11', '1'); ga('ob.set', 'dimension12', '1'); ga('ob.set', 'dimension13', '1'); ga('ob.send', 'pageview'); </script> <script> var obconnected = 0 var obconnectedblog = 0 var obtimestamp = 0 function isConnected(connected, connected_owner, timestamp) { obconnected = connected obconnectedblog = connected_owner obtimestamp = timestamp if (obconnected) { document.querySelector('html').className += ' ob-connected' } if (obconnectedblog) { document.querySelector('html').className += ' ob-connected-blog' } } </script> <script src="//connect.over-blog.com/ping/245297/isConnected"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script> <script> var OB = OB || {}; OB.isPost = true; </script> <script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script> <script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script> <!-- DFP --> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var useSSL = 'https:' == document.location.protocol; var gads = document.createElement('script'); var node = document.getElementsByTagName('script')[0]; gads.async = true; gads.type = 'text/javascript'; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; node.parentNode.insertBefore(gads, node); })(); </script> <!-- DFP --> <script> googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_34dd7ca') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_3e88de8') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_19399d0') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_160cfa4') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_2538945') .setTargeting('Slot', 'interstitial') .setTargeting('Sliding', 'Both') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_c6b7f23') .setTargeting('Slot', 'pop') .addService(googletag.pubads()); }); </script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script> <script> googletag.cmd.push(function() { googletag.pubads().disableInitialLoad(); }); function sendAdserverRequest() { if (pbjs.adserverRequestSent) return; pbjs.adserverRequestSent = true; googletag.cmd.push(function() { pbjs.que.push(function() { pbjs.setTargetingForGPTAsync(); googletag.pubads().refresh(); }); }); } var PREBID_TIMEOUT = 2000; var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; pbjs.que.push(function() { pbjs.enableAnalytics({ provider: 'ga', options: { global: 'ga', enableDistribution: false, sampling: 0.01 } }); pbjs.setConfig({ userSync: { enabledBidders: ['rubicon'], iframeEnabled: false } , consentManagement: { cmpApi: 'iab', timeout: 2500, allowAuctionWithoutConsent: true } }); pbjs.bidderSettings = { standard: { adserverTargeting: [{ key: "hb_bidder", val: function(bidResponse) { return bidResponse.bidderCode; } }, { key: "hb_adid", val: function(bidResponse) { return bidResponse.adId; } }, { key: "custom_bid_price", val: function(bidResponse) { var cpm = bidResponse.cpm; if (cpm < 1.00) { return (Math.floor(cpm * 20) / 20).toFixed(2); } else if (cpm < 5.00) { return (Math.floor(cpm * 10) / 10).toFixed(2); } else if (cpm < 10.00) { return (Math.floor(cpm * 5) / 5).toFixed(2); } else if (cpm < 20.00) { return (Math.floor(cpm * 2) / 2).toFixed(2); } else if (cpm < 50.00) { return (Math.floor(cpm * 1) / 1).toFixed(2); } else if (cpm < 100.00) { return (Math.floor(cpm * 0.2) / 0.2).toFixed(2); } else if (cpm < 300.00) { return (Math.floor(cpm * 0.04) / 0.04).toFixed(2); } else { return '300.00'; } } }] } }; }); setTimeout(sendAdserverRequest, PREBID_TIMEOUT); </script> <script> pbjs.que.push(function() { var adUnits = []; adUnits.push({ code: '_34dd7ca', sizes: [[728,90]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542403, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775434, }, }, ] }) adUnits.push({ code: '_3e88de8', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531816, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775488, }, }, ] }) adUnits.push({ code: '_19399d0', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531817, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775490, }, }, ] }) adUnits.push({ code: '_160cfa4', sizes: [[300,250],[300,600]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542408, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775484, }, }, ] }) pbjs.addAdUnits(adUnits); pbjs.requestBids({ bidsBackHandler: function(bidResponses) { sendAdserverRequest(); } }); }); </script> <script> try { googletag.cmd.push(function() { // DFP Global Targeting googletag.pubads().setTargeting('Rating', 'BS'); googletag.pubads().setTargeting('Disused', 'Yes'); googletag.pubads().setTargeting('Adult', 'No'); googletag.pubads().setTargeting('Category', 'literature-comics-poetry'); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); } catch(e) {} </script> <!-- DFP --> <script> var _eStat_Whap_loaded=0; </script> <script src="//w.estat.com/js/whap.js"></script> <script> if(_eStat_Whap_loaded) { eStatWhap.serial("800000207013"); eStatWhap.send(); } </script> <script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script> </head> <body class="withDisplay" > <div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar"> <div class="ob-ShareBar-container ob-ShareBar-container--left"> <a href="https://www.over-blog.com" class="ob-ShareBar-branding"> <img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog"> </a> </div> <div class="ob-ShareBar-container ob-ShareBar-container--right"> <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a> <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a> <a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a> <form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search"> <input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher"> <button class="ob-ShareBar-submit"></button> </form> <a href="https://admin.over-blog.com/write/8689012?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog"> <span>Editer l'article</span> </a> <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow"> Suivre ce blog </a> <a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Administration</span> </a> <a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Connexion</span> </a> <a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected"> <span class="ob-ShareBar-plus">+</span> <span>Créer mon blog</span> </a> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span> </div> </div> <div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified"> <div class="ob-ShareBar-container"> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span> </div> </div> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script> <script> var postTitle = "354" socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle) socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle) </script> <!-- Init Facebook script --> <div id="fb-root"></div> <div class="ads ads-728x90"> <div id='_34dd7ca'><script> try { if (!window.__34dd7ca) { window.__34dd7ca = true; googletag.cmd.push(function() { googletag.display('_34dd7ca'); }); } } catch(e) {} </script></div> </div> <div id="global"> <div id="ln_0" class="ln"> <div id="cl_0_0" class="cl"> <div class="column_content"> <div class="header"> <div id="top"> <h1 class="title"> <a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous &ecirc;tes le h&eacute;ros">Le Site dont vous êtes le Héros</a> </h1> <p class="description">Lecture des livres dont vous &ecirc;tes le h&eacute;ros</p> </div> </div> </div> </div> <div class="clear"></div> </div> <div id="ln_1" class="ln"> <div id="cl_1_0" class="cl"> <div class="column_content"> <div> <!-- Title --> <!-- list posts --> <article> <div class="article"> <div class="option beforeArticle"> <div class="date"> Publié le <time datetime="2013-01-06T21:36:02+01:00">6 Janvier 2013</time> </div> <span class="tags"> </span> </div> <div class="divTitreArticle"> <h2 class="post-title"> <a href="http://lesitedontvousetesleheros.overblog.com/354-9" class="titreArticle" title="En collant l'oreille à la porte marquée d'une serre d'oiseau, vous entendez un concert de cris aigus. Vous entrebâillez la porte et découvrez la volière de la Forteresse. Des milliers d'oiseaux volent en liberté ou dorment dans des cages d'or ciselé...."> 354 </a> </h2> </div> <div class="contenuArticle"> <div class="ob-sections"> <div class="ob-section ob-section-text"> <div class="ob-text"> <p>En collant l&#039;oreille à la porte marquée d&#039;une serre d&#039;oiseau, vous entendez un concert de cris aigus. Vous entrebâillez la porte et découvrez la volière de la Forteresse. Des milliers d&#039;oiseaux volent en liberté ou dorment dans des cages d&#039;or ciselé. Leurs chants pourtant mélodieux se mélangent en une gigantesque cacophonie à la limite du supportable.</p><p><a href="http://lesitedontvousetesleheros.overblog.com/36-45">Allez-vous refermer la porte et diriger ailleurs vos pas</a></p><p><a href="http://lesitedontvousetesleheros.overblog.com/578-9">ou entrer avec précaution ?</a></p> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <!-- Share buttons + comments --> <div class="afterArticle"> <div class="clear"></div> <!-- Pagination --> <div class="pagination clearfix"> <a href="http://lesitedontvousetesleheros.overblog.com/353-2" title="353" class="previous">← 353</a> <a href="http://lesitedontvousetesleheros.overblog.com/355-6" title="355" class="next">355 →</a> </div> <!-- Comments --> </div> </article> </div> <div class="ads ads-600x250 clearfix"> <div id='_3e88de8'><script> try { if (!window.__3e88de8) { window.__3e88de8 = true; googletag.cmd.push(function() { googletag.display('_3e88de8'); }); } } catch(e) {} </script></div> <div id='_19399d0'><script> try { if (!window.__19399d0) { window.__19399d0 = true; googletag.cmd.push(function() { googletag.display('_19399d0'); }); } } catch(e) {} </script></div> </div> <!-- Pagination --> </div> </div> <div id="cl_1_1" class="cl"> <div class="column_content"> <div class="box freeModule"> <div class="box-titre"> <h3><span></span></h3> </div> <div class="box-content"> <div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div> </div> </div> <!-- Search --> <div class="ads ads-300"> <div id='_160cfa4'><script> try { if (!window.__160cfa4) { window.__160cfa4 = true; googletag.cmd.push(function() { googletag.display('_160cfa4'); }); } } catch(e) {} </script></div> </div> <!-- Navigation --> <div class="box blogroll"> <div class="box-titre"> <h3> <span>Liens</span> </h3> </div> <div class="box-content"> <ul class="list"> <li> <a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank"> LISTE DES SERIES </a> </li> <li> <a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank"> AUTRES LIVRES DONT VOUS ETES LE HEROS </a> </li> </ul> </div> </div> <p class="credits"> Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a> </p> </div> </div> <div class="clear"></div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script> $(document).ready(function() { // Fancybox $(".ob-section-images a, .ob-link-img").attr("rel", "fancybox"); $("a[rel=fancybox]").fancybox({ 'overlayShow' : true, 'transitionIn' : 'fadin', 'transitionOut' : 'fadin', 'type' : 'image' }); }); // Twitter share + tweets !function(d,s,id){ var js, fjs = d.getElementsByTagName(s)[0]; if(!d.getElementById(id)){ js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } }(document,"script","twitter-wjs"); // Google + button window.___gcfg = {lang: 'fr'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script> <script> var postTitle = "354" printPost(postTitle) </script> <div class="ob-footer" id="legals" > <ul> <li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li> <li class="ob-footer-item"><a href="/top">Top articles</a></li> <li class="ob-footer-item"><a href="/contact">Contact</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li> </ul> </div> <div id='_2538945'><script> googletag.cmd.push(function() { googletag.display('_2538945'); }); </script></div><div id='_c6b7f23'><script> googletag.cmd.push(function() { googletag.display('_c6b7f23'); }); </script></div> <!-- End Google Tag Manager --> <script> dataLayer = [{ 'category' : 'Literature, Comics & Poetry', 'rating' : 'BS', 'unused' : 'Yes', 'adult' : 'No', 'pda' : 'No', 'hasAds' : 'Yes', 'lang' : 'fr', 'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes' }]; </script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> googletag.cmd.push(function() { (function(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'}); var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KJ6B85'); }); </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "6035191" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" /> </noscript> <!-- End comScore Tag --> <!-- Begin Mediamétrie Tag --> <script> function _eStat_Whap_loaded_func(){ eStatWhap.serial("800000207013"); eStatWhap.send(); } (function() { var myscript = document.createElement('script'); myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js'; myscript.setAttribute('async', 'true'); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(myscript, s); })(); </script> <!-- End Mediamétrie Tag --> <script> (function() { var alreadyAccept = getCookie('wbCookieNotifier'); if(alreadyAccept != 1) showWbCookieNotifier(); window.closeWbCookieNotifier = function() { setCookie('wbCookieNotifier', 1, 730); window.document.getElementById("ob-cookies").style.display = "none"; } function showWbCookieNotifier(){ var el = document.createElement("div"); var bo = document.body; el.id = "ob-cookies"; el.className = "__wads_no_click ob-cookies"; var p = document.createElement("p"); p.className = "ob-cookies-content"; p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>" document.body.appendChild(el); el.appendChild(p); window.wbCookieNotifier = el; } function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i} function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}} })(); </script> </body> </html>
czuger/haute_tension
work/raw_data/pretre_jean_forteresse_alamuth/cb0637ee1dd4a4dde72d505ced3dd03a2914fca74b2056e5de9fc62677eba6d5.html
HTML
mit
65,976
--- layout: post status: publish published: true title: OS X, time machine problems, sparsebundles 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: 70 wordpress_url: http://iancwill.com/blog/?p=70 date: '2012-02-10 09:04:06 -0700' date_gmt: '2012-02-10 14:04:06 -0700' --- <p>I got an iMac. It's got a big, beautiful monitor and cool gestures. Everything works mostly. I formatted my Drobo to HFS+ awhile back and intend to plunge into the mac world full force. I want to back up my macbook pro to the Drobo, but I want the Drobo always connected to the iMac. Time machine does not officially support this.</p> <p>I play around and learn that all my old macbook pro backups to the plugged-in Drobo can't be built on, since wireless backups use a sparse bundle scheme instead of a folder based filesystem. I think the sparse bundles let it backup in small (apparently 8 MB) chunks or something. It takes awhile for the shared drive to become visible to the macbook, but eventually things begin backing up after much rebooting, ejecting, and re-sharing.</p> <p>Later, I close my macbook lid while it's backing up. (It feels like it's always backing up.) Then backups stop working. It says /Volumes/Drobo/vicious.sparsebundle is already in use or something.</p> <p>Eventually I find this http://blog.jthon.com/?p=31, which is the most helpful post so far. I'm unable to attach with hdiutil, however, and it tells me "Resource temporarily unavailable." Thankfully a commenter on Jthon's blog suggested to simply eject the drive. OS X complained that the drive was shared and busy and I couldn't eject it, but</p> <blockquote><p>hdiutil eject -force /Volumes/Drobo</p></blockquote> <p> did the trick. After I re mounted it (<br /> <blockquote>hdiutil attach /Volumes/Drobo</p></blockquote> <p>), I was able to hdiutil -attach the drive. However, in my case fsck_hfs -rf did not do the trick. I got</p> <blockquote><p> iMac:blog will$ fsck_hfs -rf /dev/disk2s2<br /> ** /dev/rdisk2s2<br /> Executing fsck_hfs (version diskdev_cmds-540.1~34).<br /> Invalid content in journal<br /> ** Checking Journaled HFS Plus volume.<br /> Invalid B-tree node size<br /> (3, 0)<br /> ** The volume could not be verified completely.<br /> Invalid content in journal<br /> (3, 0) </p></blockquote> <p>Now, however, my macbook doesn't see Drobo, and time machine thinks it needs to back up to Drobo-1. How annoying.</p>
iancw/iancw.github.io
_posts/2012-02-10-os-x-time-machine-problems-sparsebundles.html
HTML
mit
2,578
--- --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>HashLocationService | @uirouter/core</title> <meta name="description" content="Documentation for @uirouter/core"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/core</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> </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">@uirouter/core</a> </li> <li> <a href="../modules/_vanilla_hashlocationservice_.html">&quot;vanilla/hashLocationService&quot;</a> </li> <li> <a href="_vanilla_hashlocationservice_.hashlocationservice.html">HashLocationService</a> </li> </ul> <h1>Class HashLocationService</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 <code>LocationServices</code> that uses the browser hash &quot;#&quot; to get/set the current location</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="_vanilla_baselocationservice_.baselocationservices.html" class="tsd-signature-type">BaseLocationServices</a> <ul class="tsd-hierarchy"> <li> <span class="target">HashLocationService</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel"> <h3>Implements</h3> <ul class="tsd-hierarchy"> <li><a href="../interfaces/_common_coreservices_.locationservices.html" class="tsd-signature-type">LocationServices</a></li> <li><a href="../interfaces/_interface_.disposable.html" class="tsd-signature-type">Disposable</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 tsd-is-external"> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section tsd-is-inherited tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#_history" class="tsd-kind-icon">_history</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#_location" class="tsd-kind-icon">_location</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#_get" class="tsd-kind-icon">_get</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#_listener" class="tsd-kind-icon">_listener</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#_set" class="tsd-kind-icon">_set</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#dispose" class="tsd-kind-icon">dispose</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#hash" class="tsd-kind-icon">hash</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#path" class="tsd-kind-icon">path</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#search" class="tsd-kind-icon">search</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="_vanilla_hashlocationservice_.hashlocationservice.html#url" class="tsd-kind-icon">url</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">new <wbr>Hash<wbr>Location<wbr>Service<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><a href="_router_.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_vanilla_hashlocationservice_.hashlocationservice.html" class="tsd-signature-type">HashLocationService</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Overrides <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#constructor">constructor</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/hashLocationService.ts#L6">src/vanilla/hashLocationService.ts:6</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router: <a href="_router_.uirouter.html" class="tsd-signature-type">UIRouter</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="_vanilla_hashlocationservice_.hashlocationservice.html" class="tsd-signature-type">HashLocationService</a></h4> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_history" class="tsd-anchor"></a> <h3>_history</h3> <div class="tsd-signature tsd-kind-icon">_history<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_vanilla_interface_.historylike.html" class="tsd-signature-type">HistoryLike</a></div> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#_history">_history</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L11">src/vanilla/baseLocationService.ts:11</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_location" class="tsd-anchor"></a> <h3>_location</h3> <div class="tsd-signature tsd-kind-icon">_location<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_vanilla_interface_.locationlike.html" class="tsd-signature-type">LocationLike</a></div> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#_location">_location</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L10">src/vanilla/baseLocationService.ts:10</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="fireafterupdate" class="tsd-anchor"></a> <h3>fire<wbr>After<wbr>Update</h3> <div class="tsd-signature tsd-kind-icon">fire<wbr>After<wbr>Update<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#fireafterupdate">fireAfterUpdate</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L15">src/vanilla/baseLocationService.ts:15</a></li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_get" class="tsd-anchor"></a> <h3>_get</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_get<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Overrides <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#_get">_get</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/hashLocationService.ts#L12">src/vanilla/hashLocationService.ts:12</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_listener" class="tsd-anchor"></a> <h3>_listener</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_listener<span class="tsd-signature-symbol">(</span>evt<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#_listener">_listener</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L13">src/vanilla/baseLocationService.ts:13</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>evt: <span class="tsd-signature-type">any</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_set" class="tsd-anchor"></a> <h3>_set</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_set<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Overrides <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#_set">_set</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/hashLocationService.ts#L15">src/vanilla/hashLocationService.ts:15</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state: <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>title: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>url: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>replace: <span class="tsd-signature-type">boolean</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="dispose" class="tsd-anchor"></a> <h3>dispose</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><a href="_router_.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_interface_.disposable.html">Disposable</a>.<a href="../interfaces/_interface_.disposable.html#dispose">dispose</a></p> <p>Overrides <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#dispose">dispose</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/hashLocationService.ts#L19">src/vanilla/hashLocationService.ts:19</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router: <a href="_router_.uirouter.html" class="tsd-signature-type">UIRouter</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="hash" class="tsd-anchor"></a> <h3>hash</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">hash<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#hash">hash</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L47">src/vanilla/baseLocationService.ts:47</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="onchange" class="tsd-anchor"></a> <h3>on<wbr>Change</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">on<wbr>Change<span class="tsd-signature-symbol">(</span>cb<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventListener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">(Anonymous function)</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#onchange">onChange</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L63">src/vanilla/baseLocationService.ts:63</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>cb: <span class="tsd-signature-type">EventListener</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">(Anonymous function)</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="path" class="tsd-anchor"></a> <h3>path</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#path">path</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L48">src/vanilla/baseLocationService.ts:48</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="search" class="tsd-anchor"></a> <h3>search</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#search">search</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L49">src/vanilla/baseLocationService.ts:49</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="url" class="tsd-anchor"></a> <h3>url</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_vanilla_baselocationservice_.baselocationservices.html">BaseLocationServices</a>.<a href="_vanilla_baselocationservice_.baselocationservices.html#url">url</a></p> <ul> <li>Defined in <a href="https://github.com/ui-router/core/blob/d72c7b2/src/vanilla/baseLocationService.ts#L51">src/vanilla/baseLocationService.ts:51</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> url: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5><span class="tsd-flag ts-flagDefault value">Default value</span> replace: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="label "> <span></span> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_router_.uirouter.html">UIRouter</a> </li> <li class="label "> <span>Services</span> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_state_stateservice_.stateservice.html">State<wbr>Service</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_state_stateregistry_.stateregistry.html">State<wbr>Registry</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_transition_transitionservice_.transitionservice.html">Transition<wbr>Service</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_url_urlservice_.urlservice.html">Url<wbr>Service</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_url_urlconfig_.urlconfig.html">Url<wbr>Config</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_url_urlrules_.urlrules.html">Url<wbr>Rules</a> </li> <li class="label "> <span>Other</span> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_transition_transition_.transition.html">Transition</a> </li> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_common_trace_.trace.html">Trace</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html" class="tsd-kind-icon">Hash<wbr>Location<wbr>Service</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#_history" class="tsd-kind-icon">_history</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#_location" class="tsd-kind-icon">_location</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#_get" class="tsd-kind-icon">_get</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#_listener" class="tsd-kind-icon">_listener</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#_set" class="tsd-kind-icon">_set</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#dispose" class="tsd-kind-icon">dispose</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#hash" class="tsd-kind-icon">hash</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#onchange" class="tsd-kind-icon">on<wbr>Change</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#path" class="tsd-kind-icon">path</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#search" class="tsd-kind-icon">search</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="_vanilla_hashlocationservice_.hashlocationservice.html#url" class="tsd-kind-icon">url</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_core_docs/6.0.5/classes/_vanilla_hashlocationservice_.hashlocationservice.html
HTML
mit
30,393
<!DOCTYPE html> <html> <head> <title>QUnit Test Suite</title> <link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="qunit/qunit.js"></script> <!-- Your project file goes here --> <!-- script language="javascript" type="text/javascript" src="http://dev.rdbhost.com/js/easyxdm/easyXDM.debug.js"></script --> <script language="javascript" src="http://www.rdbhost.com/vendor/yepnope/1.5.4/yepnope.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script> <script type="text/javascript" src="js/jquery.rdbhost.js"></script> <script src="http://dev.rdbhost.com/vendor/angular/1.2/angular.js"></script> <script src="http://dev.rdbhost.com/vendor/angular/1.2/angular-route.js"></script> <script src="http://dev.rdbhost.com/vendor/angular/1.2/angular-resource.js"></script> <script type="text/javascript" src="../rdbhost-angular.js"></script> <script type="text/javascript" src="private.js"></script> <!-- Your tests file goes here --> <script type="text/javascript" src="myTests-angular.js"></script> </head> <body> <h1 id="qunit-header">QUnit Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> </body> </html>
rdbhost/rdbhost-angular
test/test_runner_angular.html
HTML
mit
1,405
<!DOCTYPE html> <html> <head> <title>Bus Test Suite</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> </head> <body> <div id="stats"></div> <div id="mocha"></div> <script src="./built.js"></script> </body> </html>
jkroso/Bus
test/index.html
HTML
mit
376
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="../../css/style.css" /> <title>WT Week 2</title> </head> <body> <a href="week1.html">< Week 1 - Introduction to Wireless Technology</a> <a href="week3.html" class="top-right-link">Week 3 - Radio Frequency II ></a> <h6>WT Week 2</h6> <h1>Radio Frequency I</h1> <p><strong>tldr</strong> - Antenna &amp; Modulation Techniques</p> <h2>Modulation</h2> <blockquote> <p>The process of altering a carrier wave in order to use it to convey information</p> </blockquote> <h3>Analog Modulation</h3> <h4>Amplitude Modulation (AM)</h4> <blockquote> <p>The process of varying the amplitude of the carrier signal accordingly with the amplitude of message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/amplitude-modulation-waves.png" alt="Amplitude Modulation"/><figcaption>Amplitude Modulation</figcaption></figure> <h4>Frequency Modulation (FM)</h4> <blockquote> <p>The process of varying the frequency of the carrier signal accordingly with the amplitude of the message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/frequency-modulation-waves.png" alt="Frequency Modulation"/><figcaption>Frequency Modulation</figcaption></figure> <h4>Phase Modulation (PM)</h4> <blockquote> <p>The process of varying the phase of the carrier signal accordingly with the amplitude of the message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/phase-modulation-waves.png" alt="Phase Modulation"/><figcaption>Phase Modulation</figcaption></figure> <h3>Digital Modulation</h3> <h4>Amplitude-Shift Keying (ASK)</h4> <blockquote> <p>The process of varying the amplitude of the carrier signal in proportion to the message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/amplitude-shift-key.png" alt="Amplitude-Shift Keying"/><figcaption>Amplitude-Shift Keying</figcaption></figure> <ul> <li>Basic form of ASK is On-Off Keying (OOK), where absence of carrier is 0 and presence of carrier is 1</li> <li>Used in wireless LAN and Bluetooth</li> <li>Multiple amplitude levels can be used to encode groups of bits</li> </ul> <figure><img src="http://www.indiastudychannel.com/attachments/Resources/161008-25448.JPG" alt="4-level ASK"/><figcaption>4-level ASK</figcaption></figure> <h4>Frequency-Shift Keying (FSK)</h4> <blockquote> <p>The process of varying the frequency of the carrier signal accordingly with the message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/frequency-shift-key.png" alt="Frequency-Shift Keying"/><figcaption>Frequency-Shift Keying</figcaption></figure> <ul> <li>Output signal varies between 2 predetermined frequencies, logic 1 and logic 0</li> </ul> <h4>Phase-Shift Keying (PSK)</h4> <blockquote> <p>The process of shifting the phase of the carrier signal accordingly with the message signal</p> </blockquote> <figure><img src="http://www.equestionanswers.com/notes/images/phase-shift-key.png" alt="Phase-Shift Keying"/><figcaption>Phase-Shift Keying</figcaption></figure> <ul> <li>Normally &lt; 8 phases so that phase signals are more distinct</li> <li>Constellation diagrams are used to represent the PSK scheme used</li> </ul> <h5>Examples</h5> <p><strong>Binary PSK (BPSK)</strong></p> <ul> <li>Simplest form of PSK</li> <li>2-phase PSK</li> </ul> <figure><img src="http://i.imgur.com/OdRKreC.jpg" alt="BPSK Signals"/><figcaption>BPSK Signals</figcaption></figure> <p><strong>Quadrature PSK (QPSK)</strong></p> <ul> <li>Each phase represents a 2-bit group: 00, 01, 10, 11</li> <li>4-phase PSK</li> </ul> <figure><img src="http://i.imgur.com/aocYoS2.jpg" alt="QPSK Signals"/><figcaption>QPSK Signals</figcaption></figure> <h5>Constellation Diagrams</h5> <figure><img src="http://i.imgur.com/aCLF5VG.png" alt="Constellation Diagrams"/><figcaption>Constellation Diagrams</figcaption></figure> <p>The image shows the constellation diagrams for a 4-PSK scheme and an 8-PSK scheme respectively.</p> <h4>Quadrature Amplitude Modulation (QAM)</h4> <ul> <li>The combination of <em>2-level ASK</em> and <em>QPSK</em></li> <li>QPSK provides the 4 points in the constellation diagram for each amplitude (lines)</li> <li>2-level ASK provides the 2 amplitudes in the constellation diagram (circles)</li> <li>Each point represents 3 bits (e.g. 001) <ul> <li>1st 2 bits represent the phase (00)</li> <li>3rd bit represents the amplitude (1)</li> </ul></li> </ul> <figure><img src="http://i.imgur.com/lsgMOdR.png" alt="QAM Constellation Diagram"/><figcaption>QAM Constellation Diagram</figcaption></figure> <h2>Radio Frequency (RF) Components</h2> <h3>Transmitter</h3> <ul> <li>Generates alternating current (AC) signal upon receiving digital data</li> <li>AC signal oscillates 2.4 billion times per second for 2.4 GHz transmissions</li> <li>Modifies AC signal by using a modulation technique to encode data into signal</li> <li>Transmits modulated AC signal to <em>antenna</em></li> </ul> <h3>Antenna</h3> <ul> <li>A passive conductor</li> <li>Relies on power source (transmitter / receiver)</li> <li>Collects AC signal received from <em>transmitter</em> and converts electricity into RF waves</li> <li>RF waves are radiated away at the transmission end</li> <li>Another antenna receives the RF waves</li> <li>Converts RF waves into AC electric signals and passes it to the <em>receiver</em></li> </ul> <h3>Receiver</h3> <ul> <li>Receives AC signal from <em>antenna</em></li> <li>Demodulates AC signal into digital data</li> </ul> <h3>Properties of Antenna</h3> <h4>Signal Strength</h4> <p><strong>Loss</strong></p> <blockquote> <p>Signal energy decreased</p> </blockquote> <ul> <li>RF signal received is weaker</li> <li>Signal strength affected by <ul> <li>Distance</li> <li>Noise</li> <li>Absorption</li> <li>Reflection</li> <li>Refraction</li> <li>Diffraction</li> <li>Scattering</li> </ul></li> </ul> <p><strong>Gain</strong></p> <blockquote> <p>Signal energy increased</p> </blockquote> <ul> <li>Signal energy focused in one direction</li> <li>Signal is put through an amplifier</li> </ul> <h5>Absorption</h5> <ul> <li>Signal is absorbed if it does not bounce off, move around or pass through an object</li> <li>2.4 GHz signal passed through a brick &amp; concrete wall will be 1/16 the original power (Fun fact)</li> </ul> <h5>Reflection</h5> <ul> <li>Signals may bounce in an unintended direction when it hits a smooth object</li> <li>Causes serious performance issues in WIFI</li> <li>Multiple reflected signals degrade the signal’s strength and quality</li> </ul> <h5>Diffraction</h5> <ul> <li>The bending and spreading of signals around an obstruction</li> <li>Creates <em>RF shadows</em>, the spot behind the obstruction</li> <li>RF shadow may become a dead zone of coverage</li> <li>Thus, selecting antenna locations is important!</li> </ul> <h5>Refraction</h5> <ul> <li>Signals passing through mediums with different densities can cause the direction of the wave to change</li> <li>Commonly occurs as a result of atmospheric conditions</li> </ul> <h5>Size of an antenna</h5> <blockquote> Length should be a multiple of the wavelength, such as 1/2 or 1/4 </blockquote> <figure><img src="https://i.imgur.com/ssgPv3y.png" alt="Formula to find length of antenna"/><figcaption>Length of antenna</figcaption></figure> <p>Where</p> <ul> <li>λ is the wavelength (m)</li> <li>x is a multiple (etc. 1/2 and 1/4) </ul> <h3> Example </h3> <p> Find a suitable length of an antenna for a signal frequency of 100MHz. Assume that the speed of light 3 x 10^8 m/s. </p> <figure><img src="https://i.imgur.com/JbddoFA.png" alt="Solution"/><figcaption>Solution</figcaption></figure> <h4>Power Ratio</h4> <p><strong>Decibel</strong></p> <blockquote> <p>Relative measurement used in calculations of gain and loss, to indicate the strength of a signal</p> </blockquote> <ul> <li>Usually expressed as the logarithmic ratio of the <strong>strength of a transmitted signal</strong> to the <strong>strength of the original signal</strong></li> </ul> <p><strong>Forumla</strong></p> <figure><img src="http://i.imgur.com/lSJ6g0s.png" alt="P is measured in Watts (W)"/><figcaption>P is measured in Watts (W)</figcaption></figure> <h4>Antenna Types</h4> <h5>Omni-Directional Antenna</h5> <ul> <li>RF signal spreads out equally in all directions</li> <li>Radiated signals form a doughnut shape around the antenna</li> </ul> <h5>HIGH-GAIN Omni-Directional Antenna</h5> <ul> <li>Radiates signals in a “flatter” doughnut shape</li> <li>Power per unit area increases</li> <li>2 dB gain relative to Omni-Directional design</li> </ul> <h5>Directional Antenna</h5> <ul> <li>Reflecting element placed to the left of the antenna’s radiating element</li> <li>Signal get directed in a certain direction</li> <li>Power per unit area increases more</li> <li>3 dB gain</li> </ul> <h5>HIGH-GAIN Directional Antenna</h5> <ul> <li>Signal is radiated to one direction and has a “flatter” shape</li> <li>Power per unit area increases even more</li> <li>20 dB gain</li> </ul> <h3><em>fin</em></h3> <a data-scroll href="#">Back to top</a> <script src="../../js/smooth-scroll.min.js"></script> <script> smoothScroll.init({ easing: "easeOutQuad", }); </script> </body> </html>
AlphaTRL/cerebral
notes/WT/week2.html
HTML
mit
9,594
<p> Miusov, as a man man of breeding and deilcacy, could not but feel some inwrd qualms, when he reached the Father Superior's with Ivan: he felt ashamed of havin lost his temper. He felt that he ought to have disdaimed that despicable wretch, Fyodor Pavlovitch, too much to have been upset by him in Father Zossima's cell, and so to have forgotten himself. "Teh monks were not to blame, in any case," he reflceted, on the steps. "And if they're decent people here (and the Father Superior, I understand, is a nobleman) why not be friendly and courteous withthem? I won't argue, I'll fall in with everything, I'll win them by politness, and show them that I've nothing to do with that Aesop, thta buffoon, that Pierrot, and have merely been takken in over this affair, just as they have." </p> <div style="padding: 2rem 0;"> <img src="img/hello.png" style="width: 100%;" /> </div> <p> Miusov, as a man man of breeding and deilcacy, could not but feel some inwrd qualms, when he reached the Father Superior's with Ivan: he felt ashamed of havin lost his temper. He felt that he ought to have disdaimed that despicable wretch, Fyodor Pavlovitch, too much to have been upset by him in Father Zossima's cell, and so to have forgotten himself. "Teh monks were not to blame, in any case," he reflceted, on the steps. "And if they're decent people here (and the Father Superior, I understand, is a nobleman) why not be friendly and courteous withthem? I won't argue, I'll fall in with everything, I'll win them by politness, and show them that I've nothing to do with that Aesop, thta buffoon, that Pierrot, and have merely been takken in over this affair, just as they have." </p> <div style="padding: 2rem 0;"> <img src="img/hello.png" style="width: 100%;" /> </div> <p> Miusov, as a man man of breeding and deilcacy, could not but feel some inwrd qualms, when he reached the Father Superior's with Ivan: he felt ashamed of havin lost his temper. He felt that he ought to have disdaimed that despicable wretch, Fyodor Pavlovitch, too much to have been upset by him in Father Zossima's cell, and so to have forgotten himself. "Teh monks were not to blame, in any case," he reflceted, on the steps. "And if they're decent people here (and the Father Superior, I understand, is a nobleman) why not be friendly and courteous withthem? I won't argue, I'll fall in with everything, I'll win them by politness, and show them that I've nothing to do with that Aesop, thta buffoon, that Pierrot, and have merely been takken in over this affair, just as they have." </p>
rafal-r/airr
source/app/view-model/mayer/content.html
HTML
mit
2,575
<!DOCTYPE html> <html> <head> <title>Bicycle-Mania!</title> <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}"> <link rel="stylesheet" href="{{url_for('static', filename='style.css')}}"> <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap-datetimepicker.min.css')}}"> </head> <body> <div class="container" id="main-container"> <h2>Welcome to Bicycle-Mania!</h2> <div class="contents"> <div>Hello there!</div> </br> <div>Where are you starting from?</div> <form action="" method="post"> <input type=text placeholder="Starting location" name=word> </br></br> <div>Where are you going to?</div> <form action="" method="post"> <input type=text placeholder="Ending location" name=word> </br></br> <!-- <div class="form-group"> --> <label for="dtp_input1" class="col-sm-3 control-label">When are you getting the bike?</label> </br></br> <div class="input-group date form_datetime col-md-3" data-date="2013-08-29T00:00:00Z" data-date-format="dd MM yyyy - HH:ii p" data-link-field="dtp_input1"> <form action="" method="post"> <input class="form-control" size="16" type="text" value="" readonly> <span class="input-group-addon"><span class="glyphicon glyphicon-remove"></span></span> <span class="input-group-addon"><span class="glyphicon glyphicon-th"></span></span> </div> <input type="hidden" id="dtp_input1" value="" /><br/> <input type=submit value=Query> </form><br> </div> <!-- </div> --> </div> <script type="text/javascript" src="../static/jquery/jquery-1.11.3.min.js" charset="UTF-8"></script> <script type="text/javascript" src="../static/js/bootstrap.min.js"></script> <script type="text/javascript" src="../static/js/bootstrap-datetimepicker.min.js" charset="UTF-8"></script> <script type="text/javascript"> $('.form_datetime').datetimepicker({ weekStart: 1, todayBtn: 1, autoclose: 1, todayHighlight: 1, startView: 2, forceParse: 0, showMeridian: 1 }); </script> </body> </html>
binnie869/Bicycle-Mania
FlaskApp/templates/index.html
HTML
mit
2,169
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Sat Jan 18 07:27:37 JST 2014 --> <title>CopyAllRawFieldToSd</title> <meta name="date" content="2014-01-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="CopyAllRawFieldToSd"; } //--> </script> <noscript> <div>ブラウザのJavaScriptが無効になっています。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="ナビゲーション・リンクをスキップ"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllPcapFileToSd.html" title="jp.ac.kansai_u.kutc.firefly.packetcam.utils内のクラス"><span class="strong">前のクラス</span></a></li> <li><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CreateDirectory.html" title="jp.ac.kansai_u.kutc.firefly.packetcam.utils内のクラス"><span class="strong">次のクラス</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllRawFieldToSd.html" target="_top">フレーム</a></li> <li><a href="CopyAllRawFieldToSd.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">すべてのクラス</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>概要:&nbsp;</li> <li>ネスト&nbsp;|&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">メソッド</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">jp.ac.kansai_u.kutc.firefly.packetcam.utils</div> <h2 title="クラス CopyAllRawFieldToSd" class="title">クラス CopyAllRawFieldToSd</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>jp.ac.kansai_u.kutc.firefly.packetcam.utils.CopyAllRawFieldToSd</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">CopyAllRawFieldToSd</span> extends java.lang.Object</pre> <div class="block">res/raw/ディレクトリ以下にあるPcapファイルをSDカードへコピーする</div> <dl><dt><span class="strong">作成者:</span></dt> <dd>akasaka</dd></dl> </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>コンストラクタの概要</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="コンストラクタの概要表、コンストラクタのリストおよび説明"> <caption><span>コンストラクタ</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">コンストラクタと説明</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllRawFieldToSd.html#CopyAllRawFieldToSd(android.content.Context)">CopyAllRawFieldToSd</a></strong>(android.content.Context&nbsp;context)</code> <div class="block">res/raw/ディレクトリ配下にある全てのファイルをSDカードにコピーする</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>メソッドの概要</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="メソッドの概要表、メソッドのリストおよび説明"> <caption><span>メソッド</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">修飾子とタイプ</th> <th class="colLast" scope="col">メソッドと説明</th> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllRawFieldToSd.html#copyRawFileToSd(int, java.lang.String)">copyRawFileToSd</a></strong>(int&nbsp;resourceId, java.lang.String&nbsp;fileName)</code> <div class="block">res/rawにあるファイルをSDカードのPacketフォルダにコピーする</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>クラスから継承されたメソッド&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>コンストラクタの詳細</h3> <a name="CopyAllRawFieldToSd(android.content.Context)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CopyAllRawFieldToSd</h4> <pre>public&nbsp;CopyAllRawFieldToSd(android.content.Context&nbsp;context)</pre> <div class="block">res/raw/ディレクトリ配下にある全てのファイルをSDカードにコピーする</div> <dl><dt><span class="strong">パラメータ:</span></dt><dd><code>context</code> - MainActivity.this</dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>メソッドの詳細</h3> <a name="copyRawFileToSd(int, java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>copyRawFileToSd</h4> <pre>public&nbsp;boolean&nbsp;copyRawFileToSd(int&nbsp;resourceId, java.lang.String&nbsp;fileName)</pre> <div class="block">res/rawにあるファイルをSDカードのPacketフォルダにコピーする</div> <dl><dt><span class="strong">パラメータ:</span></dt><dd><code>resourceId</code> - res/rawにあるコピー元のファイル(R.raw.hogeで指定)</dd><dd><code>fileName</code> - 保存先のファイル名(任意)</dd> <dt><span class="strong">戻り値:</span></dt><dd>コピーが正常に完了したかをbooleanで返す</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="ナビゲーション・リンクをスキップ"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllPcapFileToSd.html" title="jp.ac.kansai_u.kutc.firefly.packetcam.utils内のクラス"><span class="strong">前のクラス</span></a></li> <li><a href="../../../../../../../jp/ac/kansai_u/kutc/firefly/packetcam/utils/CreateDirectory.html" title="jp.ac.kansai_u.kutc.firefly.packetcam.utils内のクラス"><span class="strong">次のクラス</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllRawFieldToSd.html" target="_top">フレーム</a></li> <li><a href="CopyAllRawFieldToSd.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">すべてのクラス</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>概要:&nbsp;</li> <li>ネスト&nbsp;|&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">メソッド</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
kobasemi/PacketCAM
PacketCAM/doc/jp/ac/kansai_u/kutc/firefly/packetcam/utils/CopyAllRawFieldToSd.html
HTML
mit
10,598
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="EverLose, EverLose"> <title>Mac下使用Homebrew安装MySql // EverLose // EverLose</title> <link href="./theme/images/icons/favicon.ico" rel="icon"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css"> <link rel="stylesheet" href="./theme/css/font-awesome.min.css"> <link rel="stylesheet" href="./theme/css/pure.css"> <!-- Custom style --> <link rel="stylesheet" type="text/css" href="./theme/css/style.css"> <link rel="stylesheet" href="./theme/css/pygments.css"> <script src="./theme/js/jquery-2.1.1.min.js"></script> <script src="./theme/js/jquery.fitvids.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".content").fitVids(); }); </script> </head> <body> <div class="pure-g-r" id="layout"> <div class="sidebar pure-u"> <div class="cover-img" style="background-image: url('http://everlose.qiniudn.com/sanqiao.jpg')"> <div class="cover-body"> <header class="header"> <hgroup> <h1 class="brand-main"><a href=".">EverLose</a></h1> <p class="tagline">EverLose</p> <p class="social"> <a href="http://weibo.com/mutoulbj"> <i class="fa fa-weibo fa-3x"></i> </a> <a href="http://github.com/mutoulbj"> <i class="fa fa-github fa-3x"></i> </a> <a href="http://twitter.com/mutoulbj"> <i class="fa fa-twitter fa-3x"></i> </a> </p> </hgroup> </header> </div> </div> </div> <div class="pure-u"> <div class="content"> <section class="post"> <header class="post-header"> <h1>Mac下使用Homebrew安装MySql</h1> <p class="post-meta"> <i class="fa fa-book"></i> <a class="post-category" href="./tag/mysql.html">mysql</a> <a class="post-category" href="./tag/homebrew.html">homebrew</a> </p> </header> </section> <p>Mac下使用Homebrew安装MySql </p> <p>首先需要保证安装了Homebrew。 </p> <ul> <li>安装MySql </li> </ul> <p><code>$ brew install mysql</code> </p> <ul> <li>设置MySql开机启动 </li> </ul> <div class="highlight"><pre><span></span>$ mkdir -p ~/Library/LaunchAgents <span class="c1"># 首先确认该目录是否存在,若已经存在不用执行本命令 </span> $ ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents $ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist </pre></div> <ul> <li>启动MySql服务 </li> </ul> <div class="highlight"><pre><span></span>$ mysql.server start </pre></div> <p>错误修复<br> 如果在启动过程中出现如下错误:<code>ERROR! The server quit without updating PID file</code> ,使用以下方法修复。 </p> <div class="highlight"><pre><span></span>$ sudo chmod -R <span class="m">755</span> /usr/local/var/mysql $ rm -Rf /usr/local/var/mysql/Your-Machine-Name.local.err </pre></div> <p>注:将<code>Your-Machine-Name</code>替换为机器名称。 </p> <ul> <li>MySql安全性设置 </li> </ul> <div class="highlight"><pre><span></span>$ mysql_secure_installation Set root password? <span class="o">[</span>Y/n<span class="o">]</span> Y Remove anonymous users? <span class="o">[</span>Y/n<span class="o">]</span> Y Disallow root login remotely? <span class="o">[</span>Y/n<span class="o">]</span> Y Remove <span class="nb">test</span> database and access to it? <span class="o">[</span>Y/n<span class="o">]</span> Y Reload privilege tables now? <span class="o">[</span>Y/n<span class="o">]</span> Y </pre></div> <ul> <li>使用Homebrew卸载MySql </li> </ul> <div class="highlight"><pre><span></span>$ brew remove mysql $ brew cleanup $ launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist $ rm -Rf ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist </pre></div> <a href="#" class="go-top">Go Top</a> <div class="comments"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = "everlose"; // 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> </div> <footer class="footer"> <p>&copy; 木头lbj &ndash; Built with <a href="https://github.com/PurePelicanTheme/pure-single">Pure Theme</a> for <a href="http://blog.getpelican.com/">Pelican</a> </p> </footer> </div> </div> </div> <script> var $top = $('.go-top'); // Show or hide the sticky footer button $(window).scroll(function() { if ($(this).scrollTop() > 200) { $top.fadeIn(200); } else { $top.fadeOut(200); } }); // Animate the scroll to top $top.click(function(event) { event.preventDefault(); $('html, body').animate({scrollTop: 0}, 300); }) // Makes sure that the href="#" attached to the <a> elements // don't scroll you back up the page. $('body').on('click', 'a[href="#"]', function(event) { event.preventDefault(); }); </script> </body> </html>
mutoulbj/mutoulbj.github.io
mac-homebrew-mysql.html
HTML
mit
6,720
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>bit by bit: 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> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">bit by bit &#160;<span id="projectnumber">0.0.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "../../search",false,'Search'); </script> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> $(function() { initMenu('../../',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- 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="../../dc/d34/namespacebbb.html">bbb</a></li><li class="navelem"><a class="el" href="../../d1/d48/namespacebbb_1_1loggers.html">loggers</a></li><li class="navelem"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">log_level_manager</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">bbb::loggers::log_level_manager Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a1cf80facf6202858860176cabd87bb2a">_</a></td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a7cab1f4ed12cf0cb898c6f79a3918097">bool</a>(log_level lv)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">private</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a995438de4a5800f9203843a6b27ec40b">bool</a>(log_level lv, bool b)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">private</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#af9fe2471bc54f3da0d0c8212490335b9">disable</a>(log_level level)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a624790476066d44f6e717c412f962653">enable</a>(log_level level)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#adadc8bb7a3ea88c1bb66dc17cfb33f2a">is_enabled</a>(log_level level)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a0a1116e00954e2601dec60561594f997">set_enable</a>(log_level level, bool enable)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#a79e7204383a6e16357758019d131dc53">set_log_level</a>(log_level level)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html#aff4cfab4016043be944f4f56e916ca0a">to_num</a>(log_level lv)</td><td class="entry"><a class="el" href="../../d0/d0b/structbbb_1_1loggers_1_1log__level__manager.html">bbb::loggers::log_level_manager</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">private</span><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
2bbb/bit_by_bit
docs/d5/dc4/structbbb_1_1loggers_1_1log__level__manager-members.html
HTML
mit
7,176
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /ultra-admin-html/preview/assets/plugins/prettyphoto/facebook/contentPatternTop.png was not found on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html>
syscyl/SYS_CYL
assets/plugins/prettyphoto/facebook/contentPatternTop.html
HTML
mit
399
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>PSDWriter Documentation Reference</title> <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" /> <meta name="generator" content="appledoc 2.0.5 (build 759)" /> </head> <body> <header id="top_header"> <div id="library" class="hideInXcode"> <h1><a id="libraryTitle" href="index.html">PSDWriter Documentation </a></h1> <a id="developerHome" href="index.html">Foundry376</a> </div> <div id="title" role="banner"> <h1 class="hideInXcode">PSDWriter Documentation Reference</h1> </div> <ul id="headerButtons" role="toolbar"></ul> </header> <article> <div id="overview_contents" role="main"> <div class="main-navigation navigation-top"> <a href="hierarchy.html">Next</a> </div> <div id="header"> <div class="section-header"> <h1 class="title title-header">PSDWriter Documentation Reference</h1> </div> </div> <div id="container"> <div class="index-column"> <h2 class="index-title">Class References</h2> <ul> <li><a href="Classes/PSDLayer.html">PSDLayer</a></li> <li><a href="Classes/PSDWriter.html">PSDWriter</a></li> </ul> </div> <div class="index-column"> <h2 class="index-title">Category References</h2> <ul> <li><a href="Categories/NSData+PSDAdditions.html">NSData(PSDAdditions)</a></li> <li><a href="Categories/NSMutableData+PSDAdditions.html">NSMutableData(PSDAdditions)</a></li> </ul> </div> </div> <div class="main-navigation navigation-bottom"> <a href="hierarchy.html">Next</a> </div> <div id="footer"> <hr /> <div class="footer-copyright"> <p><span class="copyright">&copy; 2012 Foundry376. All rights reserved. (Last updated: 2012-03-08)</span><br /> <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 759)</a>.</span></p> </div> </div> </div> </article> </body> </html>
bengotow/PSDWriter
Library/Documentation/index.html
HTML
mit
2,303
<!DOCTYPE HTML> <html lang="de"> <head> <!-- Generated by javadoc (17) --> <title>Source code</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="source: package: com.restfb.types.ads, class: AdDynamicCreative"> <meta name="generator" content="javadoc/SourceToHTMLConverter"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body class="source-page"> <main role="main"> <div class="source-container"> <pre><span class="source-line-no">001</span><span id="line-1">// Generated by delombok at Mon Feb 14 17:40:58 CET 2022</span> <span class="source-line-no">002</span><span id="line-2">/*</span> <span class="source-line-no">003</span><span id="line-3"> * Copyright (c) 2010-2022 Mark Allen, Norbert Bartels.</span> <span class="source-line-no">004</span><span id="line-4"> *</span> <span class="source-line-no">005</span><span id="line-5"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span> <span class="source-line-no">006</span><span id="line-6"> * of this software and associated documentation files (the "Software"), to deal</span> <span class="source-line-no">007</span><span id="line-7"> * in the Software without restriction, including without limitation the rights</span> <span class="source-line-no">008</span><span id="line-8"> * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span> <span class="source-line-no">009</span><span id="line-9"> * copies of the Software, and to permit persons to whom the Software is</span> <span class="source-line-no">010</span><span id="line-10"> * furnished to do so, subject to the following conditions:</span> <span class="source-line-no">011</span><span id="line-11"> *</span> <span class="source-line-no">012</span><span id="line-12"> * The above copyright notice and this permission notice shall be included in</span> <span class="source-line-no">013</span><span id="line-13"> * all copies or substantial portions of the Software.</span> <span class="source-line-no">014</span><span id="line-14"> *</span> <span class="source-line-no">015</span><span id="line-15"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> <span class="source-line-no">016</span><span id="line-16"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span> <span class="source-line-no">017</span><span id="line-17"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span> <span class="source-line-no">018</span><span id="line-18"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span> <span class="source-line-no">019</span><span id="line-19"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span> <span class="source-line-no">020</span><span id="line-20"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span> <span class="source-line-no">021</span><span id="line-21"> * THE SOFTWARE.</span> <span class="source-line-no">022</span><span id="line-22"> */</span> <span class="source-line-no">023</span><span id="line-23">package com.restfb.types.ads;</span> <span class="source-line-no">024</span><span id="line-24"></span> <span class="source-line-no">025</span><span id="line-25">import com.restfb.Facebook;</span> <span class="source-line-no">026</span><span id="line-26"></span> <span class="source-line-no">027</span><span id="line-27">public class AdDynamicCreative extends BaseAdsObject {</span> <span class="source-line-no">028</span><span id="line-28"> @Facebook("preview_url")</span> <span class="source-line-no">029</span><span id="line-29"> private String previewUrl;</span> <span class="source-line-no">030</span><span id="line-30"></span> <span class="source-line-no">031</span><span id="line-31"> @java.lang.SuppressWarnings("all")</span> <span class="source-line-no">032</span><span id="line-32"> public String getPreviewUrl() {</span> <span class="source-line-no">033</span><span id="line-33"> return this.previewUrl;</span> <span class="source-line-no">034</span><span id="line-34"> }</span> <span class="source-line-no">035</span><span id="line-35"></span> <span class="source-line-no">036</span><span id="line-36"> @java.lang.SuppressWarnings("all")</span> <span class="source-line-no">037</span><span id="line-37"> public void setPreviewUrl(final String previewUrl) {</span> <span class="source-line-no">038</span><span id="line-38"> this.previewUrl = previewUrl;</span> <span class="source-line-no">039</span><span id="line-39"> }</span> <span class="source-line-no">040</span><span id="line-40">}</span> </pre> </div> </main> </body> </html>
restfb/restfb.github.io
javadoc/src-html/com/restfb/types/ads/AdDynamicCreative.html
HTML
mit
4,808
{% extends 'layout.html' %} {% load i18n %} {% load humanize %} {% block content %} <h1>Listenabholung vorbereiten</h1> <div class="row"> <div class="col-sm-6 col-xs-12"> <h2><span class="label label-default">1.</span> Checkliste prüfen</h2> <ol> <li>Sind alle Artikel auf der Liste?</li> <li>Stimmen die Preise von allen Artikeln?</li> <li>Sind die Beschreibungen ausreichend für eventuelle Unklarheiten?</li> <li>Sind Zweiteiler durch Sicherheitsnadeln oder leichte Nähte miteinander verbunden?</li> <li>Sind Spielzeuge mit Kleinteilen in durchsichtige Tüten verpackt?</li> <li>Sind alle Spiele jugendfrei?</li> <li>Sind alle CDs Original und nicht selbstgebrannt?</li> <li>Sind Etiketten von vorherigen Second-Hand-Shops entfernt?</li> </ol> <p> <a href="{% url 'sale_lists:sale_list' %}" class="btn btn-secondary"> <i class="fa fa-edit"></i> Verkaufsliste bearbeiten </a> </p> </div> <div class="col-sm-6 col-xs-12"> <h2><span class="label label-default">2.</span> Bestätigung anfordern</h2> <p> Wenn Sie alle Fragen mit <em>Ja</em> beantworten konnten, können Sie hier Ihre Bestätigung anfordern. Wählen Sie ansonsten "Abbrechen", um zur Übersicht zurückzukehren. </p> <p> Bitte beachten Sie, dass Sie nach der Bestätigung keine Änderungen mehr an Ihrer Verkaufsliste vornehmen können. </p> <p> Dieser Vorgang kann einige Zeit dauern. Bitte warten Sie daher nach dem Klick bis die Seite vollständig geladen wurde. </p> <form action="{% url 'sale_lists:request_confirmation' %}" method="post"> {% csrf_token %} <button name="request_confirmation" class="btn btn-primary"> <i class="fa fa-envelope"></i> Bestätigung anfordern </button> <a href="{% url 'sale_lists:dashboard' %}" class="btn btn-danger"> <i class="fa fa-times"></i> Abbrechen </a> </form> </div> </div> {% endblock %}
JanMalte/secondhandshop_server
src/sale_lists/templates/sale_lists/request_confirmation.html
HTML
mit
2,421
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Big Savings this Weekend!</title> <meta name="format-detection" content="telephone=no"> <style type="text/css"> body { width: 100% !important; min-width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0; padding: 0; } img { outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: left; clear: both; display: block; } body { color: #333333; font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: normal; padding: 0; margin: 0; text-align: left; line-height: 1.5625; } body { font-size: 16px; line-height: 1.5625; } a:hover { color: #06263d !important; } a:active { color: #06263d !important; } a:visited { color: #06263d !important; } @media only screen and (max-width: 672.41379px) { table[class="body"] img { width: auto !important; height: auto !important; } table[class="body"] center { min-width: 0 !important; } table[class="body"] .container { width: 90% !important; } table[class="body"] .row { width: 100% !important; display: block !important; } table[class="body"] .wrapper { display: block !important; padding-right: 0 !important; } table[class="body"] .columns { table-layout: fixed !important; float: none !important; width: 100% !important; padding-right: 0px !important; padding-left: 0px !important; display: block !important; } table[class="body"] table.columns td { width: 100% !important; } table[class="body"] table.columns td.expander { width: 1px !important; } } @media only screen and (max-width: 550px) { .container { padding: 0 !important; } } </style> </head> <body class="cypress" style="width: 100% !important; min-width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; text-align: left; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;"> <span class="toast" style="hyphens: auto; word-wrap: break-word; white-space: pre-wrap; display: none; width: 0; max-width: 0; height: 0; max-height: 0; overflow: hidden; opacity: 0; mso-hide: all; visibility: hidden; color: transparent;"> This is a toast - it will appear in the preview pane of the email client, use wisely! </span> <table class="body" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; height: 100%; width: 100%; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td class="center" align="center" valign="top" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: center; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;"> <center style="width: 100%; min-width: 650px;"> <table class="row pre-header" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 100%; position: relative; padding: 0px;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; position: relative; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 10px 0px 0px;" align="left" valign="top"> <table class="twelve columns" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 650px; margin: 0 auto; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 10px 0px;" align="left" valign="top"> </td> <td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"></td> </tr> </table> </td> </tr> </table> <table class="container header" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: inherit; width: 650px; background-color: #ffffff !important; margin: 0 auto; padding: 0;" bgcolor="#ffffff !important"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"> <table width="100%" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; border-top-width: 5px; border-top-color: #06263d; border-top-style: solid; border-bottom-width: 20px; border-bottom-color: #06263d; border-bottom-style: solid; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px;" align="left" valign="top"> <a href="<%= @mall.url %>" style="color: #484b4d; text-decoration: none;"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/Cypress/mall-logos/<%= @mall.nick_name %>-logo.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto; border: none;" align="none" /> </a> </td> </tr> </table> </td> </tr> </table> <table class="body-container" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"> </td> </tr> </table> <table class="container footer" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: inherit; width: 650px; background-color: #ffffff !important; margin: 0 auto; padding: 0;" bgcolor="#ffffff !important"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"> <table width="100%" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; color: #9e9e9e; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td class="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: center; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0;" align="center" valign="top"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/Cypress/mall-logos/<%= @mall.nick_name %>-icon-bar.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto;" align="none" /> </td> </tr> </table> </td> </tr> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"> <table width="100%" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; color: #9e9e9e; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td width="27%" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0 10px;" align="left" valign="top"></td> <td class="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: center; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0 10px;" align="center" valign="top"> <a href="https://www.facebook.com/<%= @facebook_handle %>" style="color: #9e9e9e; text-decoration: none;"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/Cypress/social-icons/facebook.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto; border: none;" align="none" /> </a> </td> <td class="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: center; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0 10px;" align="center" valign="top"> <a href="https://twitter.com/<%= @twitter_handle %>" style="color: #9e9e9e; text-decoration: none;"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/Cypress/social-icons/twitter.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto; border: none;" align="none" /> </a> </td> <td width="27%" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0;" align="left" valign="top"></td> </tr> </table> </td> </tr> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td align="center" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" valign="top"> <table width="100%" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; color: #9e9e9e; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #9e9e9e; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 20px 0;" align="left" valign="top"> <center style="width: 100%; min-width: 650px;"> <span style="hyphens: auto; word-wrap: break-word; white-space: pre-wrap;"><a href="tel:<%= phone_with_parens_and_dash(@mall.phone) %>" style="text-decoration: none; color: #9e9e9e;"><%= phone_with_parens_and_dash(@mall.phone) %></a></span> <br> <span class="center" style="display: block; width: 100%; text-align: center; hyphens: auto; word-wrap: break-word; white-space: pre-wrap;"><%= @mall.address %>, <%= @mall.city %>, <%= @mall.state %>, <%= @mall.zip %></span> </center> </td> </tr> </table> </td> </tr> </table> <table class="row post-footer" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 100%; position: relative; padding: 0px;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td class="wrapper last" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; position: relative; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 10px 0px 0px;" align="left" valign="top"> <table class="twelve columns" style="border-spacing: 0; border-collapse: collapse; vertical-align: top; text-align: left; width: 650px; background: #06263d; margin: 0 auto; padding: 0;"> <tr style="vertical-align: top; text-align: left; padding: 0;" align="left"> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 10px 0px;" align="left" valign="top"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/placewise-logo.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto;" align="none" /> </td> <td style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 10px 0px;" align="left" valign="top"> <img class="center" src="https://s3.amazonaws.com/placewiseemailcontent/Cypress/cypress-logo.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: none; clear: both; display: block; text-align: center; margin: 0 auto;" align="none" /> </td> <td class="expander" style="word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; text-align: left; visibility: hidden; width: 0px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: normal; line-height: 1.5625; font-size: 16px; margin: 0; padding: 0;" align="left" valign="top"></td> </tr> </table> </td> </tr> </table> </center> </td> </tr> </table> </body> </html>
quattromani/Cypress-bassetplace-email
dist/index.html
HTML
mit
17,623
<h1 ng-head ng-title>HTML5 Yeni Input Tipleri</h1><p ng-head ng-auto-description>HTML5 formları için birçok yeni input tipleri gelmiştir. Bu yeni özellikler, iyi bir input kontrolü ve doğrulaması sağlar.</p><p>Not: Tüm gelişmiş tarayıcılar yeni input tiplerini destekler. Ancak tarayıcılar yeni input tiplerini desteklemiyorsa bunlar normal text alanları gibi gözükecektir.</p><p>Yeni input tipleri:</p><p>color (renkler için)</p><pre> <code class="language-markup" prism> &lt;input type="color" name="favoriRenk" /&gt; </code> </pre><p>date (doğumgünü, yıldönümü vs için)</p><pre> <code class="language-markup" prism> &lt;input type="date" name="dogumgunu" /&gt; </code> </pre><p>datetime (date tipine ek olarak saati de kapsar)</p><pre> <code class="language-markup" prism> &lt;input type="datetime" name="dogumgunuSaat" /&gt; </code> </pre><p>datetime-local (datetime tipine ek olarak zaman dilimi tanımlar)</p><pre> <code class="language-markup" prism> &lt;input type="datetime-local" name="dogumgunuSaatZamanDilimi" /&gt; </code> </pre><p>email (e-mailler için)</p><pre> <code class="language-markup" prism> &lt;input type="email" name="kullaniciEmail" /&gt; </code> </pre><p>month (ay bilgisini yazmak için)</p><pre> <code class="language-markup" prism> &lt;input type="month" name="Ay" /&gt; </code> </pre><p>number (sadece rakam yazmak için. min, max, step ve value öznitelikleri tanımlanabilir.)</p><pre> <code class="language-markup" prism> &lt;input type="number" name="adet" min="1" max="5" /&gt; </code> </pre><p>range (Fiyat aralığı vb yazmak için. min, max, step ve value öznitelikleri tanımlanabilir.)</p><pre> <code class="language-markup" prism> &lt;input type="range" name="fiyat" min="1" max="10" /&gt; </code> </pre><p>search (arama inputları için.)</p><pre> <code class="language-markup" prism> &lt;input type="search" name="arama" /&gt; </code> </pre><p>tel (telefon yazmak için)</p><pre> <code class="language-markup" prism> &lt;input type="tel" name="kullaniciTelefonu" /&gt; </code> </pre><p>time (Saat için)</p><pre> <code class="language-markup" prism> &lt;input type="time" name="saat" /&gt; </code> </pre><p>url (url girebilmek için)</p><pre> <code class="language-markup" prism> &lt;input type="url" name="anasayfa" /&gt; </code> </pre><p>week (hafta bilgisini yazmak için)</p><pre> <code class="language-markup" prism> &lt;input type="week" name="hafta" /&gt; </code> </pre>
sercaneraslan/sercaneraslan.github.io
views/docs/html5/input-tipleri.html
HTML
mit
2,556
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zsearch-trees: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / zsearch-trees - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> zsearch-trees <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.13 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.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/zsearch-trees&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ZSearchTrees&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: binary search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zsearch-trees/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zsearch-trees.git&quot; synopsis: &quot;Binary Search Trees&quot; description: &quot;Algorithms for collecting, searching, inserting and deleting elements in binary search trees on Z&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zsearch-trees/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=f0d7981cbb1518bc18e851ac351c95a0&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-zsearch-trees.8.7.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-zsearch-trees -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-zsearch-trees.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/zsearch-trees/8.7.0.html
HTML
mit
7,036
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Spatial Data Basics</title> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="bower_components/reveal.js/css/reveal.min.css"> <link rel="stylesheet" href="css/theme.css" id="theme"> <!-- For syntax highlighting --> <link rel="stylesheet" href="bower_components/reveal-highlight-themes/styles/zenburn.css" id="highlight-theme"> <!-- If the query includes 'print-pdf', use the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'bower_components/reveal.js/css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <div class="slides"> <section data-background="http://storm-is-brewing.com/img/bootcamp/spatial-data.jpg" data-markdown="slides/index.md"></section> <section data-markdown="slides/overview.md"></section> <section> <section data-markdown="slides/what/1.md"></section> <section data-background="http://storm-is-brewing.com/img/bootcamp/Messier_74_by_HST.jpg" data-markdown="slides/what/2.md"></section> <section data-markdown="slides/what/3.md"></section> <section data-markdown="slides/what/4.md"></section> <section data-markdown="slides/what/5.md"></section> <section data-markdown="slides/what/6.md"></section> </section> <section> <section data-background="http://storm-is-brewing.com/img/bootcamp/coordinates.JPG" ></section> <section data-markdown="slides/coords/1.md"></section> <section data-markdown="slides/coords/6.md"></section> <section data-markdown="slides/coords/2.md"></section> <section data-markdown="slides/coords/3.md"></section> </section> <section> <section data-markdown="slides/data/1.md"></section> <section data-markdown="slides/data/3.md"></section> <section data-markdown="slides/data/4.md"></section> <section data-markdown="slides/data/10.md"></section> <section data-markdown="slides/data/7.md"></section> <section data-markdown="slides/data/5.md"></section> <section data-background="http://storm-is-brewing.com/img/bootcamp/minecraft.jpg" ></section> <section data-markdown="slides/data/6.md"></section> <section data-markdown="slides/data/8.md"></section> <section data-markdown="slides/data/2.md"></section> <section data-markdown="slides/data/9.md"></section> <section data-markdown="slides/data/11.md"></section> </section> <section> <section data-markdown="slides/projections/1.md"></section> <section data-markdown="slides/projections/2.md"></section> <section data-markdown="slides/projections/3.md"></section> <section data-markdown="slides/projections/4.md"></section> </section> <section> <section data-markdown="slides/projections/5.md"></section> <section data-markdown="slides/projections/cylindrical.md"></section> <section data-markdown="slides/projections/conic.md"></section> <section data-markdown="slides/projections/azimuthal.md"></section> <section data-markdown="slides/projections/polyhedral.md"></section> </section> <section data-markdown="slides/references.md"></section> </div> </div> <script src="bower_components/reveal.js/lib/js/head.min.js"></script> <script src="bower_components/reveal.js/js/reveal.min.js"></script> <script> // Configure Reveal // Full list of configuration options available here: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, //theme: Reveal.getQueryHash().theme || 'white', // available themes are in /css/theme theme: Reveal.getQueryHash().theme, transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none // Optional libraries used to extend on reveal.js dependencies: [ { src: 'bower_components/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'bower_components/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'bower_components/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'bower_components/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'bower_components/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'bower_components/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }, // { src: 'bower_components/reveal.js/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } } //{ src: 'bower_components/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } { src: 'js/loadhtmlslides.js', condition: function() { return !!document.querySelector( '[data-html]' ); } } ] }); </script> </body> </html>
spatialcarpentry/basics-pres
index.html
HTML
mit
9,386
<HTML><HEAD> <TITLE>Review for Dogma (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?0120655">Dogma (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Berge+Garabedian">Berge Garabedian</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>DOGMA RATING: 7 /10 -->Good movie</PRE> <P>For more reviews and screensavers, visit <A HREF="http://www.joblo.com/">http://www.joblo.com/</A></P> <P>Please note that I have written this review with a great strain on my objectivity. You see, besides Quentin Tarantino, there has been no greater writing influence in my life than Kevin Smith, the director of this film. I say this because I do not want you to think that I am pretending to forget or put aside my grand respect for the man, because I couldn't do that even if I tried. In fact, besides being a great writer/director, I simply believe him to be an upstanding human being as well. Okay, now that you know my dirty little secret, let's see what I have to say...</P> <P>PLOT: Two renegade angels attempt to get back into Heaven through a loophole that they find at a church in New Jersey. A woman who works at an abortion clinic is chosen by the voice of God to stop these men, along with the help of two "modern" prophets, the 13th unknown apostle and a muse/stripper, before the angels cross the threshold and lead to the end of all human existence. Simple enough?</P> <P>CRITIQUE: Ambitious, original, funny film about a bunch of religious figures pasted into a modern fantastical world environment with a lot of tedious theological speak and a lot of "dick and fart" jokes (as Kevin would say). It's hard to say who this type of movie is going to attract, since the young, non-religious hipsters (okay, I'm not so young but I still consider myself part of this group) will probably not appreciate all of the religious points made in this film, and the older, religious non-hipsters will probably not appreciate any of the more juvenile humor, which I thought was hilarious. Maybe the older, non-religious, hipsters or the younger, religious, non-hipsters? Either way, I personally enjoyed it for most of what it represented which was an alternative point of view on religion, Catholicism in particular, and the unrelenting humor written by Smith for his Jason Mewes and Chris Rock characters. Jay simply rocked! I could honestly say that if Silent Bob and Jay were not in this movie, I might be hard pressed to recommend it so highly.</P> <P>One thing that you have to know going into this film is that it is a fantasy. A modern-day comedic fantasy, but a fantasy nonetheless. On the whole, most of the mythical elements seemed to meche flawlessly within the modern-day environment, but others just appeared too fake for me to get around, like the wings on the angels and the horns on Jason Lee. Also, as much as I tried I could not help but think "that's singer Alanis Morissette" when God made her first appearance. I just couldn't help it! The more I tried not to think about it, the more I did. Isn't it ironic? Anyway, I recommend this film under the two main conditions that I liked it which were the overall story, which was interesting, and the humor-laced script which was peppered with particularly great lines for Jay and Rock. I thought the Affleck, Damon and Rickman characters were a little too drowned in their explanatory religo-babble (a 20-minute trim-job might've helped), and Hayek distracting (well, in some good ways but also in some bad), but overall, the film was original, funny and certainly inventive.</P> <P>Little Known Facts about this film and its stars: A convention premiere of DOGMA in Atlanta during the first week of November 1999, provided some more insights into the man better known as Kevin Smith. 1) Kevin claimed that he only wants to direct ten films in total and that he only has three ideas for future films ready now, so it might turn out to be only seven. The one idea that he did mention was an adaptation of Mage (comic book). 2) Kevin said that Jay and Silent Bob would probably be in one more film and then would only appear in the comics and the Clerks Animated Series. 3) He also explained that one of the major problems that he had with Superman producer Jon Peters while he was still attached to the project was that Peters wanted Braniac to have a "gay" robot sidekick (similar to C3Po). He even wanted the black guy from CHASING AMY to do the voice. 4) Other than Ben Affleck, Chris Rock and Matt Damon, Smith said he would not try and get big name actors for his movies. 5) He said that the reason Jeff Anderson (Randall from CLERKS) wasn't in MALLRATS or CHASING AMY was that Anderson had a falling out with Smith over some money from CLERKS. The good news is that Anderson does have a small role in DOGMA as the gun store clerk. Note that Brian O'Halloran (Dante from CLERKS) also has a small role in DOGMA as the reporter. Kevin Smith wrote the DOGMA script before he had ever written his first flick, CLERKS, but shelved it because he wanted to do it with the proper special effects. British actress Emma Thompson was originally slated to play the part of God but pulled out before filming began in order to have a baby. As usual, dozens of other movie references show up in the film (too many to enumerate here, but I'm sure they'll show up on many a Kevin Smith fan page over the next few weeks), but at least five John Hughes films were referred to directly in this film. Smith has always said that he "grew up" on John Hughes comedies and admires them. Smith got married to reporter Jennifer Schwalbach in 1999 and had a daughter soon thereafter. The child was named Harley Quinn (also the name of a character in TV's "Batman: The Animated Series"). This should also go without saying but Kevin owns his own comic book store, "Jay and Silent Bob's Secret Stash" in Red Bank, New Jersey. He had apparently sold his comic book collection for money to film CLERKS (which cost about $27,000), but bought it all back once the film became a huge success. The "guy on the bus" character is played by none other than producer Scott Mosier.</P> <PRE>Review Date: November 8, 1999 Director: Kevin Smith Writer: Kevin Smith Producer: Scott Mosier Actors: Ben Affleck as Bartleby Matt Damon as Loki Linda Fiorentino as Bethany Chris Rock as Rufus Genre: Comedy Year of Release: 1999 --------------------------------------- JoBlo's Movie Emporium <A HREF="http://www.joblo.com">http://www.joblo.com</A> --------------------------------------- (c) 1999 Berge Garabedian</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/21575.html
HTML
mit
7,567
{{ define "title" }} - Simulator{{ end }} {{ define "scripts" }} <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script src="/static/js/simulator/globals.js"></script> <script src="/static/js/lib/physicsjs/physicsjs-full.js"></script> <script src="/static/js/lib/eq-solver.js"></script> <script src="/static/js/simulator/simulation.js"></script> <script src="/static/js/simulator/ui-controller.js"></script> <script src="/static/js/simulator/rendering.js"></script> <script src="/static/js/simulator/utility.js"></script> <script src="/static/js/simulator/components/origin.js"></script> <script src="/static/js/simulator/components/mass.js"></script> <script src="/static/js/simulator/components/surface.js"></script> <script src="/static/js/simulator/components/ramp.js"></script> <script src="/static/js/simulator/components/spring.js"></script> <script src="/static/js/simulator/components/pulley.js"></script> <script src="/static/js/simulator/modules/kinematics.js"></script> <script src="/static/js/lib/canvasjs.min.js"></script> <script> Kinematics1D.initModule({{ .Data.simulation.Simulator }}); var GlobalKeyNames = { User: {{ .User.KeyName }}, Simulation: {{ .Data.simulation.KeyName }}, } </script> <script src="/static/js/simulator/base.js"></script> <script src="/static/js/forms.js"></script> {{ end }} {{ define "content" }} {{ if and (.IsLoggedIn) (.Data.isOwner) }} <!-- The navbar for a logged in owner --> <nav id="simulator-subnav" role="navigation"> <ul class="left nav-wrapper"> <li class="clickable"><a href="/simulator/kinematics"><i class="fa fa-file-o fa-size-small"></i> New</a></li> {{ if not .Data.new }} <li class="clickable"><a id="delete-button" onclick="deleteSimulation('/simulator/{{ .Data.simulation.Type }}/{{ .Data.simulation.KeyName }}', '/simulator/{{ .Data.simulation.Type }}', null)"> <i class="fa fa-trash fa-size-small"></i> Delete </a> </li> {{ end }} <li class="clickable" onclick="saveSimulation()"><i class="fa fa-save fa-size-small"></i> Save</li> <li class="clickable"> <div class="switch"> <label> Public {{ if .Data.simulation.IsPrivate }} <input id="simulation-is-private" checked="true" type="checkbox"> {{ else }} <input id="simulation-is-private" type="checkbox"> {{ end }} <span class="lever"></span> Private </label> </div> </li> <li class="simulator-title clickable input-field"> <i class="fa fa-pencil fa-size-tiny prefix"></i> {{ if .Data.new }} <input id="simulation-name" type="text" value="New Simulation" maxlength="50"></input> {{ else }} <input id="simulation-name" type="text" value="{{ .Data.simulation.Name }}" maxlength="50"></input> {{ end }} </li> <li class="clickable right"><a href="/help" target="_blank"><i class="fa fa-question fa-size-small"></i></a></li> {{ if not .Data.new }} <li class="clickable right"> <span id="ratings" class="tooltipped" data-position="left" data-delay="50" data-tooltip="Loading Stars..."> <i class="fa fa-star waves-effect waves-light grey-text text-lighten-1"></i> </span> </li> {{ end }} </ul> </nav> {{ else }} <!-- The normal navbar --> <nav id="simulator-subnav" role="navigation"> <ul class="left nav-wrapper"> <li class="clickable"><a href="/simulator/kinematics"><i class="fa fa-file-o fa-size-small"></i> New</a></li> <li class="simulator-title center-align"> {{ if .Data.new }} <p>New Simulation</p> {{ else }} <p>{{ .Data.simulation.Name }}</p> {{ end }} </li> {{ if not .Data.new }} <li class="clickable"> <p>By: <a href="/user/{{ .Data.simulation.AuthorID }}">{{ .Data.simulation.AuthorName }}</a></p> </li> {{ end }} <li class="clickable right"><a href="/help" target="_blank"><i class="fa fa-question fa-size-small"></i></a></li> {{ if not .Data.new }} {{ if .IsLoggedIn }} <li class="right clickable"> <span id="ratings" class="tooltipped left" data-position="left" data-delay="50" data-tooltip="Loading Stars..."> <a onclick="saveRating()"><i id="star-icon" class="fa fa-star-o waves-effect waves-light yellow-text text-accent-4"></i></a> </span> </li> {{ else }} <li class="right"> <span id="ratings" class="tooltipped" data-position="left" data-delay="50" data-tooltip="Loading Stars..."> <i class="fa fa-star waves-effect waves-light grey-text text-lighten-1"></i> </span> </li> {{ end }} {{ end }} </ul> </nav> {{ end }} <div class="simulator"> <div id="left-menu"> <ul> <li class="clickable left-menu-item" id="prompt-tab"><span class="blue-text valign"><i class="fa fa-pencil-square-o fa-size-medium"></i> <small>Description</small></span></li> <li class="clickable left-menu-item" id="keyframes-tab"><span class="blue-text valign"><i class="fa fa-key fa-size-medium"></i> <small>Keyframes</small></span></li> <li class="clickable left-menu-item" id="graphs-tab"><span class="blue-text valign"><i class="fa fa-line-chart fa-size-medium"></i> <small>Graphs</small></span></li> <li class="clickable left-menu-item" id="solution-tab"><span class="blue-text valign"><i class="fa fa-lightbulb-o fa-size-medium pad-sides"></i> <small>Solution</small></span></li> </ul> </div> <div id="right-menu"> <ul> <li class="clickable right-menu-item" id="toolbox-tab"><span class="blue-text valign"><i class="fa fa-cubes fa-size-medium"></i> <small>Toolbox</small></span></li> <li class="clickable right-menu-item" id="elementprops-tab"><span class="blue-text valign"><i class="fa fa-info-circle fa-size-medium"></i> <small>Properties</small></span></li> <li class="clickable right-menu-item" id="globalprops-tab"><span class="blue-text valign"><i class="fa fa-globe fa-size-medium"></i> <br/><small>Global</small></span></li> <li class="clickable right-menu-item" id="overview-tab"><span class="blue-text valign"><i class="fa fa-list fa-size-medium"></i> <small>Overview</small></span></li> </ul> </div> <div id="simulator-window"> <div id="viewport"></div> <div class="zoom-controls-container"> <div class="zoom-controls"> <a id="zoom-control-in" class="waves-effect waves-light btn brown lighten-5 black-text"><i class="fa fa-plus"></i></a> <a id="zoom-control-out" class="waves-effect waves-light btn brown lighten-5 black-text"><i class="fa fa-minus"></i></a> </div> </div> </div> </div> <div id="help-tooltip-fbd" class="help-tooltip card"></div> <div id="play-container"> <div id="play-button"> <button type="button" class="waves-effect waves-light btn-floating blue darken-1" id="playpause"> <span aria-hidden="true"><i id="play-pause-icon" class="fa fa-play fa-size-tiny play-pad"></i></span> </button> </div> <div class="calculated-width" id="play-range"> <input type="range" min="0" max="999" step="1" value="0" id="simulatorFrameRange" oninput="onRangeUpdate()" /> </div> <div id="play-range-label"></div> </div> <div class="comment-container"> {{ if not .Data.new }} {{ template "commentsFrag" . }} {{ end }} </div> <!-- Initially hidden elements --> <!--prompt--> <div id="prompt-slide" class="card-panel valign-wrapper"> <div class="valign inherit-size"> <i class="left-menu-item-close clickable fa fa-times fa-size-large"></i> {{ if and (.IsLoggedIn) (.Data.isOwner) }} <div class="clear"></div> <div class="input-field"> <textarea id="simulation-description" type="text" class="materialize-textarea" length="1000000" tabindex="-1">{{ .Data.simulation.Description }}</textarea> <label for="simulation-description" id="simulation-description-label">Simulation Description</label> </div> {{ else if .Data.simulation.Description }} <h5 class="pad-sides">Simulation Description</h5> <p id="simulation-description" class="preserve-newline">{{ .Data.simulation.Description }}</p> {{ else if and (not .IsLoggedIn) (.Data.new) }} <p> <a href="{{ .LoginUrl }}">{{ .LoginMessage }}!</a> <span>and save a description for your simulation!</span> </p> {{ else }} <h5 class="pad-sides">Simulation Description</h5> <p>No Description has been written...</p> {{ end }} </div> </div> <!--keyframes--> <div id="keyframes-slide" class="card-panel"> <i class="left-menu-item-close clickable fa fa-times fa-size-large"></i> <h5>Keyframes: <a class="btn-floating btn-small waves-effect waves-light red" id="add-keyframe"><i class="fa fa-plus"></i></a> </h5> <div class="clear"></div> <div id="keyframelist"> <ul id="keyframe-list"> <li> <div class="keyframe-tile"> <h6>Frame 1: </h6> <canvas id="keyframe-0" class="keyframe" style="border:4px solid #0000cc"></canvas> <div class="input-field"> <input id="keyframe-0-dt" type="text" readonly value="0" tabindex="-1"></input> <label for="keyframe-0-dt" class="active">dt</label> </div> </div> </li> </ul> </div> </div> <!--graph--> <div id="graphs-slide" class="center-align card-panel"> <i class="left-menu-item-close clickable fa fa-times fa-size-large"></i> <h5 class="pad-sides">Graphs</h5> <div class="clear"></div> <!-- Graphing acceleration velocity and position --> <ul class="collapsible" data-collapsible="expandable"> <li> <div class="collapsible-header active">Position</div> <div class="collapsible-body"> <div class="row graph-row"> <div class="col s12 graph-container"> <p class="pva-graph-no-graph-text">No Graph to show.</p> <div id="positionGraph"></div> </div> </div> </div> </li> <li> <div class="collapsible-header active">Velocity/Acceleration</div> <div class="collapsible-body"> <div class="row graph-row"> <div class="col s12 graph-container"> <p class="pva-graph-no-graph-text">No Graph to show.</p> <div id="vaGraph"></div> </div> </div> </div> </li> </ul> </div> <!--Solution--> <div id="solution-slide" class="card-panel yellow lighten-4"> <div class="solution-details-container"> <i class="left-menu-item-close clickable fa fa-times fa-size-large"></i> <h5>Solution details:</h5> <div class="clear"></div> <p id="solution-details"></p> </div> </div> <!-- Toolbox --> <div id="toolbox" class="z-depth-1 center-align"> <div class="center-align"> <i class="right-menu-item-close clickable fa fa-times fa-size-large"></i> <h5 class="pad-sides">Toolbox</h5> <div class="clear"></div> <ul class="property-window-list"> <li class="toolbox-item-container card" title="Point Mass"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/roundmass.png" component="kinematics1D-roundmass"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Point Masses are the staple of Principia. They can be given velocity, acceleration, mass, size, or drawn with different images.</p> </div> </li> <li class="toolbox-item-container card" title="Point Mass"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/squaremass.png" component="kinematics1D-squaremass"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Point Masses are the staple of Principia. They can be given velocity, acceleration, mass, size, or drawn with different images.</p> </div> </li> <li class="toolbox-item-container card restricted" title="Surface"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/surface.png" component="kinematics1D-surface"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Surfaces are static and affect the movement of point mass objects.</p> </div> </li> <li class="toolbox-item-container card restricted" title="Ramp"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/ramp.png" component="kinematics1D-ramp"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Ramps are static and affect the movement of point mass objects.</p> </div> </li> <li class="toolbox-item-container card restricted" title="Spring"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/spring.png" component="kinematics1D-spring"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Attatch a point mass to the right end of a spring to see it in action.</p> </div> </li> <li class="toolbox-item-container card restricted" title="Pulley"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/pulley.png" component="kinematics1D-pulley"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Drag two point mass objects into a pulley to attach them. Then drag one below, give them weights, set gravity and give it a whirl.</p> </div> </li> </ul> </div> <div class="clear"></div> </div> <!-- Properties window for each element --> <div id="elementprops" class="z-depth-1"> <div class="center-align"> <i class="right-menu-item-close clickable fa fa-times fa-size-large"></i> <h5 class="pad-sides"><span id="general-properties-nickname-title"></span>Element Properties</h5> <div class="clear"></div> <!-- Properties that apply to all components --> <ul class="property-window-list hide" id="general-properties"> <li class="property-item"> <div class="input-field"> <input type="text" id="general-properties-nickname" placeholder="" tabindex="-1"></input> <label for="general-properties-nickname" class="active">Nickname</label> </div> </li> <li class="property-item"> <div class="input-field"> <a class="waves-effect waves-light btn red darken-1" onclick="deleteBody()"> <i class="fa fa-trash"></i></a> </div> </li> <li class="property-item" data-principia-property="posx"> <div class="input-field"> <input type="number" id="general-properties-position-x" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="general-properties-position-x" class="active" id="x-position-label">X Position</label> </div> </li> <li class="property-item" data-principia-property="posy"> <div class="input-field"> <input type="number" id="general-properties-position-y" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="general-properties-position-y" class="active" id="y-position-label">Y Position</label> </div> </li> </ul> <!-- Properties that apply to point mass components --> <ul class="property-window-list hide" id="pointmass-properties"> <li class="property-item" data-principia-property="velx"> <div class="input-field"> <input type="number" id="pointmass-properties-velocity-x" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-velocity-x" class="active" id="x-velocity-label">X Velocity</label> </div> </li> <li class="property-item" data-principia-property="vely"> <div class="input-field"> <input type="number" id="pointmass-properties-velocity-y" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-velocity-y" class="active" id="y-velocity-label">Y Velocity</label> </div> </li> <li class="property-item" data-principia-property="accx"> <div class="input-field"> <input type="number" id="pointmass-properties-acceleration-x" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-acceleration-x" class="active" id="x-acceleration-label">X Thrust</label> </div> </li> <li class="property-item" data-principia-property="accy"> <div class="input-field"> <input type="number" id="pointmass-properties-acceleration-y" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-acceleration-y" class="active" id="y-acceleration-label">Y Thrust</label> </div> </li> <li class="property-item" data-principia-property="accx_total"> <div class="input-field"> <input type="number" id="pointmass-properties-acceleration-x-total" placeholder="" tabindex="-1" readonly></input> <label for="pointmass-properties-acceleration-x-total" class="active" id="x-acceleration-total-label">Total X Acc</label> </div> </li> <li class="property-item" data-principia-property="accy_total"> <div class="input-field"> <input type="number" id="pointmass-properties-acceleration-y-total" placeholder="" tabindex="-1" readonly></input> <label for="pointmass-properties-acceleration-y-total" class="active" id="y-acceleration-total-label">Total Y Acc</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="pointmass-properties-mass" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-mass" class="active">Mass</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="pointmass-properties-size" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="pointmass-properties-size" class="active">Size</label> </div> </li> <li class="property-item"> <div class="input-field"> <select id="pointmass-properties-img" class="browser-default img-select" tabindex="-1"> <option disabled>Display As:</option> <option id="mass-round-img" value="0" selected="selected">Mass Round</option> <option id="mass-square-img" value="1">Mass Square</option> <option value="2">Weight</option> <option value="3">Car</option> <option value="4">Sail Boat</option> <option value="5">Speed Boat</option> <option value="6">Mascot</option> <option value="7">Dart</option> <option value="8">Jogger</option> <option value="9">Rocket</option> <option value="10">Dalton</option> <option value="11">Danny</option> <option value="12">Matthew</option> <option value="13">Sam</option> <option value="14">Logo</option> </select> <label for="pointmass-properties-img" class="active">Display As</label> </div> </li> <li class="property-item"> <div class="input-field"> <span>Vectors</span> <div class="switch"> <label> Off <input class="vector-toggle" id="pointmass-properties-vector" type="checkbox" checked="checked" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </div> </li> <li class="property-item"> <div class="input-field"> <span>Tip-to-Tail</span> <div class="switch"> <label> Off <input class="ttt-toggle" id="pointmass-properties-vector-ttt" type="checkbox" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </div> </li> <li class="property-item"> <div class="input-field"> <span>PVA Graph</span> <div class="switch"> <label> Off <input class="pvagraph-toggle" id="pointmass-properties-pvagraph" type="checkbox" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </div> </li> </ul> <!-- Spring properties --> <ul class="property-window-list hide" id="spring-properties"> <li class="property-item"> <div class="input-field"> <input type="number" id="spring-properties-k" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="spring-properties-k" class="active">K</label> </div> </li> </ul> <!-- Surface properties! --> <ul class="property-window-list hide" id="surface-properties"> <li class="property-item"> <div class="input-field"> <input type="number" id="surface-properties-width" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="surface-properties-width" class="active">Width</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="surface-properties-height" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="surface-properties-height" class="active">Height</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="surface-properties-friction" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="surface-properties-friction" class="active">Friction</label> </div> </li> <li class="property-item"> <div class="input-field"> <a class="waves-effect waves-light btn blue" id="surface-properties-rotate">Rotate</a> </div> </li> </ul> <!-- Ramp properties! --> <ul class="property-window-list hide" id="ramp-properties"> <li class="property-item"> <div class="input-field"> <input type="number" id="ramp-properties-width" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="ramp-properties-width" class="active">Width</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="ramp-properties-height" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="ramp-properties-height" class="active">Height</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="ramp-properties-angle" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="ramp-properties-angle" class="active">Slope as Angle º</label> </div> </li> <li class="property-item"> <div class="input-field"> <input type="number" id="ramp-properties-friction" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="ramp-properties-friction" class="active">Friction</label> </div> </li> <li class="property-item"> <div class="input-field"> <a class="waves-effect waves-light btn blue" id="ramp-properties-flip-horz"><small>Flip <i class="fa fa-arrows-h fa-size-tiny"></i></small></a> </div> </li> <li class="property-item"> <div class="input-field"> <a class="waves-effect waves-light btn blue" id="ramp-properties-flip-vert"><small>Flip <i class="fa fa-arrows-v fa-size-tiny"></i></small></a> </div> </li> </ul> </div> </div> <!-- Hideable global properties window for each element --> <div id="globalprops" class="z-depth-1"> <div class="center-align "> <i class="right-menu-item-close clickable fa fa-times fa-size-large"></i> <h5 class="pad-sides pad-title">Global Properties</h5> <div class="clear"></div> <div class="row"> <div class="input-field col s6"> <input type="number" id="glob-xaccel" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="glob-xaccel" class="active">Horizontal Acc.</label> </div> <div class="input-field col s6"> <input type="number" id="glob-yaccel" placeholder="" title="Enter a number" tabindex="-1"></input> <label for="glob-yaccel" class="active">Vertical Acc.</label> </div> </div> <div class="row"> <div class="col s12 center-align"> <h6>Origin:</h6> <div class="toolbox-item-container card" title="Origin"> <span class="activator clickable toolbox-tooltip"><i class="fa fa-question-circle fa-size-tiny"></i></span> <div class="valign-wrapper"> <img class="toolbox-item ui-draggable clickable responsive-img valign" width="100" src="/static/img/toolbox/target.png"/> </div> <div class="card-reveal"> <span class="card-title clickable left"><i class="fa fa-times fa-size-tiny"></i></span> <p>Drag this onto the simulator window to change the origin of the simulation!</p> </div> </div> </div> </div> <div class="row"> <div class="input-field col s6"> <input type="number" id="glob-xorigin" placeholder="" value="0" title="Enter a number" tabindex="-1"></input> <label for="glob-xorigin" class="active">Origin X</label> </div> <div class="input-field col s6"> <input type="number" id="glob-yorigin" placeholder="" value="0" title="Enter a number" tabindex="-1"></input> <label for="glob-yorigin" class="active">Origin Y</label> </div> </div> <div class="row"> <div class="input-field col s6"> <select id="coord-sys" class="browser-default" tabindex="-1"> <option disabled>Coordinate System:</option> <option value="cartesian" selected="selected">Cartesian</option> <option value="polar" >Polar</option> </select> <label for="coord-sys" class="active">Coordinate System</label> </div> <div class="input-field col s6"> <select id="glob-timestep-unit" class="browser-default" tabindex="-1"> <option disabled>dt per Frame (s)</option> <option value="0.5" selected="selected">0.5</option> <option value="1.0" >1.0</option> <option value="2.0" >2.0</option> </select> <label for="glob-timestep-unit" class="active">dt per Frame (s)</label> </div> </div> <div class="row"> <div class="input-field col s6"> <select id="glob-length-unit" class="browser-default" tabindex="-1"> <option disabled>Length Unit</option> <option value="1000.0" >Millimeters</option> <option value="100.0" >Centimeters</option> <option value="1.0" selected="selected">Meters</option> <option value="0.001" >Kilometers</option> <option value="39.3701" >Inches</option> <option value="3.28084" >Feet</option> <option value="1.09361" >Yards</option> <option value="0.000621371" >Miles</option> </select> <label for="glob-length-unit" class="active">Length Unit</label> </div> <div class="input-field col s6"> <select id="glob-time-unit" class="browser-default" tabindex="-1"> <option disabled>Time Unit</option> <option value="1000.0" >Milliseconds</option> <option value="1.0" selected="selected">Seconds</option> <option value="0.01666666667" >Minutes</option> <option value="0.00027777778" >Hours</option> </select> <label for="glob-time-unit" class="active">Time Unit</label> </div> </div> </div> </div> <!-- Overview with a dynamically populated list of all active elements --> <div id="overview" class="z-depth-1"> <div class="center-align "> <i class="right-menu-item-close clickable fa fa-times fa-size-large"></i> <h5 class="pad-sides">Scene Overview</h5> <div class="clear"></div> <div class="row" > <ul id ="overview-list"></ul> </div> </div> </div> <!---------- End Simulator and property window ----------> <!-- This is the context menu --> <div class="context-menu"> <span>Object Properties</span> <ul> <li class="context-menu-item"> <span>Vectors</span> <div class="switch"> <label> Off <input class="vector-toggle" id="pointmass-properties-vector-cmenu" type="checkbox" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </li> <li class="context-menu-item"> <span>Tip-to-Tail Vectors</span> <div class="switch"> <label> Off <input class="ttt-toggle" id="pointmass-properties-vector-ttt-cmenu" type="checkbox" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </li> <li class="context-menu-item"> <span>PVA Graph</span> <div class="switch"> <label> Off <input class="pvagraph-toggle" id="pointmass-properties-pvagraph-cmenu" type="checkbox" tabindex="-1"></input> <span class="lever"></span> On </label> </div> </li> </ul> </div> {{ end }}
samolds/principia
views/simulator/kinematics.html
HTML
mit
31,243
<!DOCTYPE html> <html lang="en"> {% include head.html %} <body class="preload"> <div class="top"></div> <div class="profile" style="background-image: url({{ site.background }});"> <img src="{{site.baseurl}}/image.jpg" class="img-circle" /> <h3>{{ site.name }}</h3> <p>{{ site.description }}</p> <ul class="social"> {% if site.github %} <a type="button" href="http://github.com/{{ site.github }}"> <i class="fa fa-github"></i> </a> {% endif %} {% if site.twitter %} <a type="button" href="http://twitter.com/{{ site.twitter }}"> <i class="fa fa-twitter"></i> </a> {% endif %} {% if site.linkedin %} <a type="button" href="http://linkedin.com/in/{{ site.linkedin }}"> <i class="fa fa-linkedin"></i> </a> {% endif %} {% if site.pinterest %} <a type="button" href="http://pinterest.com/{{ site.pinterest }}"> <i class="fa fa-pinterest"></i> </a> {% endif %} {% if site.facebook %} <a type="button" href="http://facebook.com/{{ site.facebook }}"> <i class="fa fa-facebook"></i> </a> {% endif %} </ul> </div> <div class="posts"> {{ content }} </div> </body> <script type="text/javascript"> window.onload = function(){ document.getElementsByTagName("BODY")[0].classList.remove("preload"); } </script> </html>
cmwong-martin/gh-pages
_layouts/default.html
HTML
mit
1,559
<!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:40 PST 2014 --> <title>Uses of Class javax.swing.JList.AccessibleJList (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 javax.swing.JList.AccessibleJList (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="../../../javax/swing/JList.AccessibleJList.html" title="class in javax.swing">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?javax/swing/class-use/JList.AccessibleJList.html" target="_top">Frames</a></li> <li><a href="JList.AccessibleJList.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 javax.swing.JList.AccessibleJList" class="title">Uses of Class<br>javax.swing.JList.AccessibleJList</h2> </div> <div class="classUseContainer">No usage of javax.swing.JList.AccessibleJList</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="../../../javax/swing/JList.AccessibleJList.html" title="class in javax.swing">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?javax/swing/class-use/JList.AccessibleJList.html" target="_top">Frames</a></li> <li><a href="JList.AccessibleJList.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/javax/swing/class-use/JList.AccessibleJList.html
HTML
mit
4,885
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>CSS Code</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> </head> <body> <div class="container"> <h1>CSS Code</h1> <hr> <ul id="main-list"> </ul> </div> <script src="https://code.jquery.com/jquery-2.2.2.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <script src="list-data.js"></script> <script> $(function (){ var root_path = 'http://okutani-t.github.io/css-code/'; $.each(list, function(i, item) { var dir_name = item.dir_name; $('#main-list').append('<li><h4>' + dir_name + '</h4></li>'); // ul>liの作成 var str = ''; $.each(item.files, function(i, file) { var url = root_path + dir_name + '/' + file; if (i === 0) { str = '<ul>'; } str += '<li><a href="' + url + '" target="_blank">' + url + '</a></li>'; if (i === item.files.length -1) { str += '</ul>'; $('#main-list').append(str); } }); }); }); </script> </body> </html>
okutani-t/css-code
index.html
HTML
mit
1,413
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>sanitor</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet"> <link href="../css/prism.css" rel="stylesheet" media="all"/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="../js/html5.js"></script> <![endif]--> <script src="../js/jquery-1.11.0.min.js"></script> <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/jquery.smooth-scroll.js"></script> <script src="../js/prism.min.js"></script> <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> <script type="text/javascript"> function loadExternalCodeSnippets() { Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) { var src = pre.getAttribute('data-src'); var extension = (src.match(/\.(\w+)$/) || [, ''])[1]; var language = 'php'; var code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState == 4) { if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); } else if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; } else { code.textContent = '✖ Error: File does not exist or is empty'; } } }; xhr.send(null); }); } $(document).ready(function(){ loadExternalCodeSnippets(); }); $('#source-view').on('shown', function () { loadExternalCodeSnippets(); }) </script> <link rel="shortcut icon" href="../images/favicon.ico"/> <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"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-ellipsis-vertical"></i> </a> <a class="brand" href="../index.html">sanitor</a> <div class="nav-collapse"> <ul class="nav pull-right"> <li class="dropdown"> <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a href="../namespaces/Sanitor.html">\Sanitor</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graphs/class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../reports/errors.html"> <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">4</span> </a> </li> <li> <a href="../reports/markers.html"> <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">0</span> </a> </li> <li> <a href="../reports/deprecated.html"> <i class="icon-list-alt"></i>&#160;Deprecated <span class="label label-info pull-right">0</span> </a> </li> </ul> </li> </ul> </div> </div> </div> <!--<div class="go_to_top">--> <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>--> <!--</div>--> </div> <div id="___" class="container-fluid"> <section class="row-fluid"> <div class="span2 sidebar"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-881190802"></a> <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a> </div> <div id="namespace-881190802" class="accordion-body collapse in"> <div class="accordion-inner"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-326174389"></a> <a href="../namespaces/Sanitor.html" style="margin-left: 30px; padding-left: 0">Sanitor</a> </div> <div id="namespace-326174389" class="accordion-body collapse "> <div class="accordion-inner"> <ul> <li class="interface"><a href="../classes/Sanitor.SanitizableInterface.html">SanitizableInterface</a></li> <li class="trait"><a href="../classes/Sanitor.SanitizableTrait.html">SanitizableTrait</a></li> <li class="class"><a href="../classes/Sanitor.SanitizationException.html">SanitizationException</a></li> <li class="class"><a href="../classes/Sanitor.Sanitizer.html">Sanitizer</a></li> </ul> </div> </div> </div> </div> <ul> </ul> </div> </div> </div> </div> </div> </section> <section class="row-fluid"> <div class="span10 offset2"> <div class="row-fluid"> <div class="span8 content file"> <nav> </nav> <a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a> <h1><small></small>SanitizableTrait.php</h1> <p><em></em></p> <h2>Traits</h2> <table class="table table-hover"> <tr> <td><a href="../classes/Sanitor.SanitizableTrait.html">SanitizableTrait</a></td> <td><em>A helpful trait if you want to sanitize objects</em></td> </tr> </table> </div> <aside class="span4 detailsbar"> <dl> <dt>Package</dt> <dd><div class="namespace-wrapper">\Default</div></dd> </dl> <h2>Tags</h2> <table class="table table-condensed"> <tr><td colspan="2"><em>None found</em></td></tr> </table> </aside> </div> </div> </section> <div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="source-view-label"></h3> </div> <div class="modal-body"> <pre data-src="../files/SanitizableTrait.php.txt" class="language-php line-numbers"></pre> </div> </div> <footer class="row-fluid"> <section class="span10 offset2"> <section class="row-fluid"> <section class="span10 offset1"> <section class="row-fluid footer-sections"> <section class="span4"> <h1><i class="icon-code"></i></h1> <div> <ul> <li><a href="../namespaces/Sanitor.html">\Sanitor</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-bar-chart"></i></h1> <div> <ul> <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-pushpin"></i></h1> <div> <ul> <li><a href="../reports/errors.html">Errors</a></li> <li><a href="../reports/markers.html">Markers</a></li> </ul> </div> </section> </section> </section> </section> <section class="row-fluid"> <section class="span10 offset1"> <hr /> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored on January 22nd, 2016 at 14:58. </section> </section> </section> </footer> </div> </body> </html>
broeser/sanitor
doc/files/SanitizableTrait.html
HTML
mit
13,511
<html><body> <h4>Windows 10 x64 (19041.508)</h4><br> <h2>_DBGKD_SET_INTERNAL_BREAKPOINT64</h2> <font face="arial"> +0x000 BreakpointAddress : Uint8B<br> +0x008 Flags : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.508)/_DBGKD_SET_INTERNAL_BREAKPOINT64.html
HTML
mit
221
<html><body> <h4>Windows 10 x64 (19041.508)</h4><br> <h2>_CMP_FAILURE_INJECTION_POINT</h2> <font face="arial"> CmpFailurePointPoolAllocation = 0n0<br> CmpFailurePointViewMapping = 0n1<br> CmpFailurePointViewPinning = 0n2<br> CmpFailurePointResourceCharging = 0n3<br> CmpFailurePointFileWrite = 0n4<br> CmpFailurePointFileRead = 0n5<br> CmpFailurePointCacheFlush = 0n6<br> CmpFailurePointFlush = 0n7<br> CmpFailurePointFlushAndPurge = 0n8<br> CmpFailurePointForceLargeBin = 0n9<br> CmpFailurePointDontFixAlignment = 0n10<br> CmpFailurePointAllocateCell = 0n11<br> CmpFailurePointMarkDirty = 0n12<br> CmpFailurePointForceMultiLevelMap = 0n13<br> CmpFailurePointAllocateContiguousLogEntry = 0n14<br> CmpFailurePointAllocateKcb = 0n15<br> CmpFailurePointCreateKeyBody = 0n16<br> CmpFailurePointForceFreeKcb = 0n17<br> CmpFailurePointKcbLockUpgrade = 0n18<br> CmpFailurePointKcbLockUpgradeDelay = 0n19<br> CmpFailurePointKeyEnumResumeContextVerification = 0n20<br> CmpFailurePointKeyEnumForceRetry = 0n21<br> CmpFailurePointForceReorganization = 0n22<br> CmpFailurePointForceLazyCOWByPolicy = 0n23<br> CmpFailureInjectionPointCount = 0n24<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.508)/_CMP_FAILURE_INJECTION_POINT.html
HTML
mit
1,261
A{% if "21"|divisibleby:"3" %}B{% endif%}A{% if "21"|divisibleby:"4" %}X{% else %}C{% endif%}A{% if "Foo"|divisibleby:"4" %}X{% else %}B{% endif%}A
gitpan/Dotiac
t/filter_divisibleby.html
HTML
mit
148
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>jQuery Text Resizer Demos</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="css/normalize.css" /> <link rel="stylesheet" href="css/main.css" /> <script src="js/vendor/modernizr-2.6.2.min.js"></script> <link href="css/960.css" rel="stylesheet" /> </head> <body> <div class="container_12 clearfix"> <div class="grid_12"> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <header id="header" class="clearfix"> <h1 class="header-title">jQuery Text Resizer</h1> <nav id="main-nav"> <ul class="nav clearfix"> <li class="nav-item active"><a class="nav-item-link" href="index.html">Home</a></li> <li class="nav-item"><a class="nav-item-link" href="simple-demo.htm">Simple Demo</a></li> <li class="nav-item"><a class="nav-item-link" href="font-sizes.htm">Font Sizes</a></li> <li class="nav-item"><a class="nav-item-link" href="css-class-names.htm">CSS Classes</a></li> <li class="nav-item"><a class="nav-item-link" href="embedded-css.htm">Embedded CSS</a></li> <li class="nav-item"><a class="nav-item-link" href="multiple.htm">Multiple Instances</a></li> <li class="nav-item"><a class="nav-item-link" href="http://angstrey.com/index.php/projects/jquery-text-resizer-plugin/">Docs</a></li> </ul> </nav> </header> <article> <section> <h2>About jQuery Text Resizer Plugin</h2> <p> The jQuery Text Resizer Plugin allows you to create controls for changing the font size of one or more elements on a page. It gives your users a fine degree of control over font sizes. It is flexible in that it lets you specify exactly how to resize text, how it should be styled (via CSS or CSS3), where in your page it should be resized, and how the font size controls are to be structured. </p> <p> Though modern Web browsers do offer text-resizing functionality, many Web users aren't aware that these features exist and might appreciate a convenient method to control the font size of the content they're reading. Since not all users browse your Web pages with a desktop or laptop, modern Web development demands designing with mobile devices in mind. Screen sizes vary per device, and so do font sizes. Typography is more important than ever. jQuery Text Resizer can aid you in creating the controls for sizing content on demand. </p> <p> The plugin works in tandem with the <a href="http://plugins.jquery.com/cookie/">jQuery Cookie plugin</a> so that it's able to remember the user's settings on their next visit (if they have cookies enabled, of course). </p> </section> <section> <h2>History of the Plugin</h2> <p> jQuery Text Resizer was my first plugin in September of 2009. Before that I had never found the need to develop my own because a lot of talented developers already created many wonderful plugins for the awesome <a href="http://jquery.com/">jQuery</a> JavaScript library. </p> <p> In July of 2009 at my former employer, I was presented with a request to put in place a text resizer for a design one of my coworkers was working on. I was assisting her with converting her design concept to a Web standards design based on HTML and CSS. I thought that placing a text resizer control would be a simple task. In practice, it is. I had done it for at least two websites. Those two websites use a DHTML Script developed by Taewook Kang, which can be viewed and downloaded at <a href="http://bit.ly/13uJXKT">"Document Text Sizer" - Dynamic Drive</a>. </p> <p> I like the script and I believe it is a good one. One feature it lacked was the ability to remember the user's choice. Therefore, when you resized the text on the site's homepage and browsed to an inside page, the previously selected font size would be lost and the user would be forced to resize the text again. Not user-friendly. I modified that script when I worked on <a href="http://www.thecourier.com/">TheCourier.com</a> so that it would remember the user's choice by saving it to a cookie. In fact that was a long awaited feature by some users. The modified version works great, but I never made it available for download. </p> <p> Because I had already invested my time in modifying the TextSizer script by Mr. Kang, there was no point for me to reinvent the wheel. However, the site my coworker and I were working on was using the <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">SuperFish jQuery plugin</a> for the main and sidebar navigation. I decided to look for a jQuery solution. </p> <p> I was disappointed to find out that there weren't many options. In fact, I only found one existing plugin at the jQuery plugins directory. I also did a short search on Google. I wasn't too fond of the existing solutions. I also considered using a style switcher, but that seemed like an overly complex solution. Why in the world should I create 3 or 4 different CSS files for just resizing text? </p> <p> What I like about Taewook Kang's Text Sizer is that it lets you create a list of available font sizes and then you can either traverse the array of font sizes by using an increase or decrease font size button, or by simply invoking a function, passing it the target HTML to resize and the index of the font size stored in the array. Those existing jQuery plugins that I looked at did not do that--or perhaps I didn't look carefully. I chose to skip Taewook Kang's script for the sake of writing unobtrusive JavaScript. </p> <p> My plugin is inspired by Taewook Kang's TextSizer script but it is a completely new and fresh implementation. </p> </section> </article> </div> </div> </body> </html>
mariojvargas/jquery-textresizer
demos/index.html
HTML
mit
8,662
<!DOCTYPE html> <html lang="{LANGUAGE}" dir="ltr" class="smooth"> <head> <title>{TITLE}</title> <meta charset=utf-8> <meta name=viewport content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="{WEBURL}favicon.ico"> <link rel=stylesheet href="{WEBURL}index.php/css/view/index"> <script src="{WEBURL}index.php/js/view/index"></script> </head> <body class="responsive facebook"> <a class=skip_content accesskey=s href=#content title="{LNG_skip to content}"></a> <div id=top_header> <div class="table gcss-wrapper"> <div class="td left">{WIDGET_SHARE}</div> <div class="td center language_menu">{LNG_Text size} {LANGUAGES}{FONTSIZE}</div> <div class="td right" id=login-box>{LOGIN}</div> </div> </div> <div class=gcss-wrapper> <header class="header header_bg_color"> <div class="header_bg"> <a id=logo href="{WEBURL}index.php">{LOGO}</a> <p class=description>{WEBDESCRIPTION}</p> </div> <div id=scroll-to class="menu_wrapper menu_bg menu_bg_color"> <nav id=topmenu class="topmenu responsive fullwidth"> <ul>{MAINMENU}</ul> </nav> </div> </header> <div class="wrapper_top_bg wrapper_bg_color clear"> <main class="leftsidebar wrapper_bg"> <div class=content> <div id=content class="article clear content_bg content_bg_color"> {CONTENT} </div> </div> <aside class=sidebar> <div class="sidebar_bg sidebar_bg_color clear"> <section class=widget> <header> <h2>Mainmenu</h2> </header> <nav class="sidemenu responsive"> <ul>{SIDEMENU}</ul> </nav> </section> <section class="widget widget_bdr widget_bg widget_bg_color search"> <header> <h2>Search</h2> </header> <div class=widget_body>{WIDGET_SEARCH}</div> </section> <div class="widget right">{WIDGET_LIKE}</div> <section class="widget widget_bdr widget_bg widget_bg_color gallery"> <header> <h2>Gallery</h2> </header> <div class=widget_body>{WIDGET_GALLERY}</div> </section> </div> </aside> </main> </div> <div id=text-links class=center> <a href="https://www.goragod.com" title="Goragod.com"> <img src="https://www.goragod.com/smalllogo.gif" alt="Goragod.com"> </a> <iframe src=https://www.webshopready.com/ad_small.html style="width:88px;height:31px;"></iframe> </div> <footer class="footer footer_bg_color footer_bg"> <p>Copyright &copy; 2017 <a href="{WEBURL}">{WEBTITLE}</a> </p> <p> GCMS Version {VERSION} designed by <a href="https://www.kotchasan.com">Kotchasan.com</a> {LNG_page process} <span id=db_elapsed>{ELAPSED}</span> {LNG_second} ( <span id=db_quries>{QURIES}</span> quries.) </p> </footer> </div> <a href=#scroll-to class=scroller>^</a> </body> </html>
goragod/GCMS
skin/gts/index.html
HTML
mit
3,208
<!DOCTYPE html> <html> <head> <title>Form Animations</title> <link href='https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css' media='all' rel='stylesheet'> <link href='https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' media='all' rel='stylesheet'> <link href='../../vendor/animate/animate.css' media='all' rel='stylesheet'> <link href='http://fonts.googleapis.com/css?family=Raleway:300,500' rel='stylesheet' type='text/css'> <link href='../style.css' media='all' rel='stylesheet'> <script src='https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.1/modernizr.min.js'></script> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' name='viewport'> </head> <body> <div class='wrapper'> <div class='form-header'> <h1><div class='fa fa-thumbs-o-up'></div> FORM ANIMATION</h1> <h2><em>SHAKE ANIMATION</em></h2> </div> <form class='form animate-form' id='form1'> <div class='form-group has-feedback'> <label class='control-label sr-only' for='username'>Username</label> <div class='input-group-addon'> <div class='glyphicon glyphicon-user'></div> </div> <input class='form-control' id='username' name='username' placeholder='Username' type='text'> <span class='glyphicon glyphicon-ok form-control-feedback'></span> </div> <div class='form-group has-feedback'> <label class='control-label sr-only' for='email'>Email address</label> <div class='input-group-addon'> <div class='glyphicon glyphicon-envelope'></div> </div> <input class='form-control' id='email' name='email' placeholder='Email address' type='text'><span class='glyphicon glyphicon-ok form-control-feedback'></span> </div> <div class='form-group has-feedback'> <label class='control-label sr-only' for='password'>Password</label> <div class='input-group-addon'> <div class='glyphicon glyphicon-lock'></div> </div> <input class='form-control' id='password' name='password' placeholder='Password' type='password'><span class='glyphicon glyphicon-ok form-control-feedback'></span> </div> <div class='form-group submit'> <input class='btn btn-lg' type='submit' value='SEND'> </div> </form> </div> <script src='../../vendor/jquery/jquery-1.12.0.min.js'></script> <script src='../../vendor/jquery-validation/jquery.validate.min.js'></script> <script src='../../src/formAnimation.js'></script> <script src='shake.js'></script> </body> </html>
nnluukhtn/formAnimation
demo/shake/shake.html
HTML
mit
2,720
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>StyledMarker v1.0 Reference</title> <link rel="stylesheet" type="text/css" href="../../util/docs/template/local_extensions.css"></link> </head> <body> <h1>StyledMarker</h1> <p> This library is used to make <code>Markers</code> whose appearance can be customized by setting properties. For examples of how to use this library see <a href="examples.html">the examples page</a>. </p> <h2><a name="StyledMarker"></a>class StyledMarker</h2> <p>This class extends <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker">Marker</a></code>.<br/><br/>This class is a <code>Marker</code> with an additional option to set a <code>StyleIcon</code>.</p> <h3>Constructor</h3> <table summary="class StyledMarker - Constructors" width="90%"> <tbody> <tr> <th>Constructor</th> <th>Description</th> </tr> <tr class="odd"> <td><code>StyledMarker(styledMarkerOptions:<a href="#StyledMarkerOptions">StyledMarkerOptions</a>)</code></td> <td>Creates a <code>StyledMarker</code> that can be added to the map. This is a <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker">Marker</a></code> and has all the properties and methods of a normal <code>Marker</code>. For a complete reference on the available options see <a href="#StyledMarkerOptions">StyledMarkerOptions</a></td> </tr> </tbody> </table> <h3>Properties</h3> <table summary="class StyledMarker - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>styleIcon</code></td> <td><code><a href="#StyledIcon">StyledIcon</a></code></td> <td>The <code><a href="#StyledIcon">StyledIcon</a></code> associated with this <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker">Marker</a></code>.</td> </tr> </tbody> </table> <h2><a name="StyledMarkerOptions"></a>class StyledMarkerOptions</h2> <p>This class represents optional arguments to the <a href="#StyledMarker">StyledMarker</a> constructor. It has no constructor but is instantiated as an object literal. It is an extension of <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions">MarkerOptions</a></code> and has all the same properties with the addition of the below.</p> <h3>Properties</h3> <table summary="class StyledMarkerOptions - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>styleIcon</code></td> <td><code><a href="#StyledIcon">StyledIcon</a></code></td> <td>The <code><a href="#StyledIcon">StyledIcon</a></code> to associate with this <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker">Marker</a></code>.</td> </tr> </tbody> </table> <h2><a name="StyledIcon"></a>class StyledIcon</h2> <p>This class extends <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#MVCObject">MVCObject</a></code>.<br/><br/>This class is applied to a <code><a href="#StyledMarker">StyledMarker</a></code> to set up its appearance. Any change to the <code>StyledIcon's</code> properties will affect all <code>StyledMarkers</code> it's been applied to.</p> <h3>Constructor</h3> <table summary="class StyledIcon - Constructors" width="90%"> <tbody> <tr> <th>Constructor</th> <th>Description</th> </tr> <tr class="odd"> <td><code>StyledIcon(styledIconType:<a href="#StyledIconType">StyledIconType</a>,<br/>styledIconOptions:<a href="#StyledIconOptions">StyledIconOptions</a>,<br/>styleClass:<a href="#StyledIcon">StyledIcon</a>)</code></td> <td>Creates a <code><a href="#StyledIcon">StyledIcon</a></code> that can be applied to a <code><a href="#StyledMarker">StyledMarker</a></code> or to another <code>StyledIcon</code> as a <code>StyleClass</code>. A <code>StyledIcon</code> applied as a <code>StyleClass</code> will automatically update, when its properties are changed, all <code>StyledIcons</code> that set it as their <code>StyleClass</code>. If you're creating a <code>StyledIcon</code> as a class pass <code><a href="#StyledIconTypesCLASS">StyledIconTypes.CLASS</a></code> to <code>StyledIconType</code>.</td> </tr> </tbody> </table> <h3>Methods</h3> <table summary="class StyledIcon - Methods" width="90%"> <tbody> <tr> <th>Method</th> <th>Return Value</th> <th>Description</th> </tr> <tr class="odd"> <td><code>set(name:String,value:Object)</code></td> <td><code>None</code></td> <td>Sets a given style property to the given value. Any Markers using this <code>StyledIcon</code> will be automatically updated.</td> </tr> <tr class="even"> <td><code>get(name:String)</code></td> <td><code>Object</code></td> <td>Returns a given style property</td> </tr> <tr class="odd"> <td><code>getType()</code></td> <td><code><a href="#StyledIconType">StyledIconType</a></code></td> <td>Returns the <code>StyledIconType</code> associated with the <code>StyledIcon</code>.</td> </tr> </tbody> </table> <h2><a name="StyledIconOptions"></a>class StyledIconOptions</h2> <p>This class represents optional arguments to the <code><a href="#StyledIcon">StyledIcon</a></code> constructor. It has no constructor but is instantiated as an object literal. Its properties are variable and depend on what <code><a href="#StyledIconType">StyledIconType</a></code> is passed to the <code>StyledIcon</code> constructor.</p> <h2><a name="StyledIconType"></a>class StyledIconTypes</h2> <p>This is an enum of <code><a href="#StyledIconType">StyledIconType</a></code> that can be passed to a <code><a href="#StyledIcon">StyledIcon</a></code> constructor.</p> <h3>Properties</h3> <table summary="class StyledMarkerOptions - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>defaults</code></td> <td><code><a href="#MARKER">MARKER</a></code></td> <td>Resembles a default <code>Marker</code>. Can alter color, have an optional character or two placed within it, or a have a star on its corner.</td> </tr> <tr class="even"> <td><code>defaults</code></td> <td><code><a href="#BUBBLE">MARKER</a></code></td> <td>Resembles a small <code>InfoWindow</code> with a single line of text. Can alter color or have a string of text placed in it.</td> </tr> </tbody> </table> <h2><a name="StyledIconTypesCLASS"></a>StyledIconTypes.CLASS</h2> <p>This class has no properties of its own. Pass this to <code>StyledIconType</code> when creating a <code><a href="#StyledIcon">StyledIcon</a></code> to use as a <code>StyleClass</code>.</p> <h2><a name="StyledIconTypesMARKER"></a>StyledIconTypes.MARKER</h2> <p>Properties for <code>StyledIconTypes.MARKER</code>. Pass any of these to <code><a href="#StyledIconOptions">StyledIconOptions</a></code> when using this type.</p> <h3>Properties</h3> <table summary="class StyledIconTypesMARKER - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>text</code></td> <td><code>String<code></td> <td>Text that will appear within the <code>Marker</code>. Limited to 2 characters.</td> </tr> <tr class="even"> <td><code>color</code></td> <td><code>String<code></td> <td>The color of the <code>Marker</code>.</td> </tr> <tr class="odd"> <td><code>fore</code></td> <td><code>String<code></td> <td>The color of any text appearing within the <code>Marker</code>.</td> </tr> <tr class="even"> <td><code>starcolor</code></td> <td><code>String<code></td> <td>The color of the star on the <code>Marker</code>. If this is null or omitted then no star will appear.</td> </tr> </tbody> </table> <h2><a name="StyledIconTypesBUBBLE"></a>StyledIconTypes.BUBBLE</h2> <p>Properties for <code>StyledIconTypes.BUBBLE</code>. Pass any of these to <code><a href="#StyledIconOptions">StyledIconOptions</a></code> when using this type.</p> <h3>Properties</h3> <table summary="class StyledIconTypesBUBBLE - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>text</code></td> <td><code>String<code></td> <td>A string of text that will appear within the <code>Marker</code>.</td> </tr> <tr class="even"> <td><code>color</code></td> <td><code>String<code></td> <td>The color of the <code>Marker</code>.</td> </tr> <tr class="odd"> <td><code>fore</code></td> <td><code>String<code></td> <td>The color of any text appearing within the <code>Marker</code>.</td> </tr> </tbody> </table> <h2><a name="StyledIconType"></a>class StyledIconType</h2> <p>This class holds functions for building the information needed to style markers and is used by <code><a href="#StyledIcon">StyledIcon</a></code>. It has no constructor but is instantiated as an object literal. Implement this class if you want to use a custom style type. The properties set in the <code>default</code> property are the properties used in <code><a href="#StyledIconOptions">StyledIconOptions</a></code>.</p> <h3>Properties</h3> <table summary="class StyledMarkerOptions - Properties" width="90%"> <tbody> <tr> <th>Property</th> <th>Type</th> <th>Description</th> </tr> <tr class="odd"> <td><code>defaults</code></td> <td><code><a href="#StyledIconOptions">StyledIconOptions</a></code></td> <td>The properties and their defaults used by this <code>StyledIconType</code>.</td> </tr> </tbody> </table> <h3>Methods</h3> <table summary="class StyledIcon - Methods" width="90%"> <tbody> <tr> <th>Method</th> <th>Return Value</th> <th>Description</th> </tr> <tr class="odd"> <td><code>getURL(icon:<a href="#StyledIcon">StyledIcon</a>)</code></td> <td><code>String</code></td> <td>Returns the URL to an image to be used by the <code><a href="#StyledMarker">StyledMarker</a></code> icon. <code><a href="#StyledIcon">StyledIcon</a></code> will call this when necessary.</td> </tr> <tr class="even"> <td><code>getShadowURL(icon:<a href="#StyledIcon">StyledIcon</a>)</code></td> <td><code>String</code></td> <td>Returns the URL to an image to be used by the <code><a href="#StyledMarker">StyledMarker</a></code> shadow. <code><a href="#StyledIcon">StyledIcon</a></code> will call this when necessary.</td> </tr> <tr class="odd"> <td><code>getAnchor(icon:<a href="#StyledIcon">StyledIcon</a>,width:Number,height:Number)</code></td> <td><code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Point">Point</a></code></td> <td>Returns a <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Point">Point</a></code> that indicates the point on the image where the <code><a href="#StyledMarker">StyledMarker</a></code> is placed on the <code>Map</code>. <code><a href="#StyledIcon">StyledIcon</a></code> will call this when necessary.</td> </tr> <tr class="even"> <td><code>getShadowAnchor(icon:<a href="#StyledIcon">StyledIcon</a>,width:Number,height:Number)</code></td> <td><code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Point">Point</a></code></td> <td>Returns a <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#Point">Point</a></code> that indicates the point on the shadow image where the <code><a href="#StyledMarker">StyledMarker's</a></code> shadow is placed on the <code>Map</code>. <code><a href="#StyledIcon">StyledIcon</a></code> will call this when necessary.</td> </tr> <tr class="odd"> <td><code>getShape(icon:<a href="#StyledIcon">StyledIcon</a>,width:Number,height:Number)</code></td> <td><code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerShape">MarkerShape</a></code></td> <td>Returns a <code><a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerShape">MarkerShape</a></code> that indicates where the <code><a href="#StyledMarker">StyledMarker</a></code> is clickable. <code><a href="#StyledIcon">StyledIcon</a></code> will call this when necessary.</td> </tr> </tbody> </table> </body> </html>
nwbible/vbsadmin
VBSAdmin/src/VBSAdmin/wwwroot/lib/gmap-clusterer/styledmarker/docs/reference.html
HTML
mit
14,825
<!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_22) on Thu Nov 11 09:12:14 EST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.mortbay.util.MultiMap (Jetty Server Project 6.1.26 API) </TITLE> <META NAME="date" CONTENT="2010-11-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.mortbay.util.MultiMap (Jetty Server Project 6.1.26 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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/mortbay/util//class-useMultiMap.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MultiMap.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.mortbay.util.MultiMap</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/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.mortbay.jetty"><B>org.mortbay.jetty</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.mortbay.util"><B>org.mortbay.util</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.mortbay.jetty"><!-- --></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/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A> in <A HREF="../../../../org/mortbay/jetty/package-summary.html">org.mortbay.jetty</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/mortbay/jetty/package-summary.html">org.mortbay.jetty</A> that return <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A></CODE></FONT></TD> <TD><CODE><B>Request.</B><B><A HREF="../../../../org/mortbay/jetty/Request.html#getParameters()">getParameters</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/mortbay/jetty/package-summary.html">org.mortbay.jetty</A> with parameters of type <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A></FONT></TH> </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>HttpURI.</B><B><A HREF="../../../../org/mortbay/jetty/HttpURI.html#decodeQueryTo(org.mortbay.util.MultiMap)">decodeQueryTo</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;parameters)</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>EncodedHttpURI.</B><B><A HREF="../../../../org/mortbay/jetty/EncodedHttpURI.html#decodeQueryTo(org.mortbay.util.MultiMap)">decodeQueryTo</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;parameters)</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>HttpURI.</B><B><A HREF="../../../../org/mortbay/jetty/HttpURI.html#decodeQueryTo(org.mortbay.util.MultiMap, java.lang.String)">decodeQueryTo</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;parameters, java.lang.String&nbsp;encoding)</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>EncodedHttpURI.</B><B><A HREF="../../../../org/mortbay/jetty/EncodedHttpURI.html#decodeQueryTo(org.mortbay.util.MultiMap, java.lang.String)">decodeQueryTo</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;parameters, java.lang.String&nbsp;encoding)</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>Request.</B><B><A HREF="../../../../org/mortbay/jetty/Request.html#setParameters(org.mortbay.util.MultiMap)">setParameters</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;parameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.mortbay.util"><!-- --></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/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A> in <A HREF="../../../../org/mortbay/util/package-summary.html">org.mortbay.util</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A> in <A HREF="../../../../org/mortbay/util/package-summary.html">org.mortbay.util</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html" title="class in org.mortbay.util">UrlEncoded</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles coding of MIME "x-www-form-urlencoded".</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/mortbay/util/package-summary.html">org.mortbay.util</A> with parameters of type <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decode88591To(java.io.InputStream, org.mortbay.util.MultiMap, int)">decode88591To</A></B>(java.io.InputStream&nbsp;in, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, int&nbsp;maxLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeTo(java.io.InputStream, org.mortbay.util.MultiMap, java.lang.String, int)">decodeTo</A></B>(java.io.InputStream&nbsp;in, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, java.lang.String&nbsp;charset, int&nbsp;maxLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeTo(java.lang.String, org.mortbay.util.MultiMap, java.lang.String)">decodeTo</A></B>(java.lang.String&nbsp;content, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, java.lang.String&nbsp;charset)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeUtf16To(java.io.InputStream, org.mortbay.util.MultiMap, int)">decodeUtf16To</A></B>(java.io.InputStream&nbsp;in, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, int&nbsp;maxLength)</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;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeUtf8To(byte[], int, int, org.mortbay.util.MultiMap)">decodeUtf8To</A></B>(byte[]&nbsp;raw, int&nbsp;offset, int&nbsp;length, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeUtf8To(byte[], int, int, org.mortbay.util.MultiMap, org.mortbay.util.Utf8StringBuffer)">decodeUtf8To</A></B>(byte[]&nbsp;raw, int&nbsp;offset, int&nbsp;length, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, <A HREF="../../../../org/mortbay/util/Utf8StringBuffer.html" title="class in org.mortbay.util">Utf8StringBuffer</A>&nbsp;buffer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#decodeUtf8To(java.io.InputStream, org.mortbay.util.MultiMap, int)">decodeUtf8To</A></B>(java.io.InputStream&nbsp;in, <A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, int&nbsp;maxLength)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decoded parameters to Map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B>UrlEncoded.</B><B><A HREF="../../../../org/mortbay/util/UrlEncoded.html#encode(org.mortbay.util.MultiMap, java.lang.String, boolean)">encode</A></B>(<A HREF="../../../../org/mortbay/util/MultiMap.html" title="class in org.mortbay.util">MultiMap</A>&nbsp;map, java.lang.String&nbsp;charset, boolean&nbsp;equalsForNullValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Encode Hashtable with % encoding.</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/mortbay/util/MultiMap.html" title="class in org.mortbay.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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/mortbay/util//class-useMultiMap.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MultiMap.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 &#169; 1995-2010 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved. </BODY> </HTML>
napcs/qedserver
jetty/javadoc/org/mortbay/util/class-use/MultiMap.html
HTML
mit
17,608
{% extends path1+"/_layout.html" %} {% block citizen_content %} <div class="container"> {{ nav.case_tabs("details",1,path1) }}{# macro #} <div class="grid-row"> <div class="column-third"> {% block app_nav %} <div class="details-nav"> <ul> <li><a href="index">Illnesses and disabilities </a></li> <li><a href="contact">Tomas's details </a></li> <li><a href="gp">Health care professionals</a></li> </ul> </div> {% endblock %} </div><!-- column --> <div class="column-two-thirds"> {% block case_content %}{% endblock %} </div><!-- column-full --> </div><!-- grid-row --> </div><!-- container --> {% endblock %} {% block body_end %} <div id="descriptor_choice" style="display:none; max-height:76%"> {% include path2+"/_addremove.html" %} </div> {{ super() }} {% endblock %} {% block page_scripts %} {{ super() }} <script type="text/javascript"> $(document).on('ready',function() { $('.tag').on('click',function(e) { e.preventDefault(); $(this).toggleClass('clicked'); }); $('.tag').on('mouseleave',function(e) { e.preventDefault(); $(this).removeClass('clicked'); }); $.fancybox.defaults.beforeShow = function(){ $("html").css({'overflow-y':'hidden'}); }; $.fancybox.defaults.afterClose = function(){ $("html").css({'overflow-y':'visible'}); }; }); </script> {% endblock %}
dwpdigitaltech/healthanddisability
app/views/fha/v1/victorcastillo/details/_layout.html
HTML
mit
1,503
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Overview | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="Overview">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="active thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">Overview</h1> </div> <div class="post-content"> <p>This is a read-only API that confirms the validity of the call trigger. This is a security measure to ensure the brand’s page was opened by LivePerson and not by phishing calls.</p> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 9, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
LivePersonInc/dev-hub
content7/rt-interactions-validate-engagement-overview.html
HTML
mit
165,954
<!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>Number Helper &mdash; CodeIgniter 3.0.1 documentation</title> <link rel="shortcut icon" href="../_static/ci-icon.ico"/> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> <link rel="top" title="CodeIgniter 3.0.1 documentation" href="../index.html"/> <link rel="up" title="Helpers" href="index.html"/> <link rel="next" title="Path Helper" href="path_helper.html"/> <link rel="prev" title="Language Helper" href="language_helper.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> CodeIgniter</a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul> <li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Helpers</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="language_helper.html">Language Helper</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="typography_helper.html">Typography Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="url_helper.html">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="xml_helper.html">XML Helper</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li> </ul> </li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../index.html">CodeIgniter</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../index.html">Docs</a> &raquo;</li> <li><a href="index.html">Helpers</a> &raquo;</li> <li>Number Helper</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document"> <div class="section" id="number-helper"> <h1>Number Helper<a class="headerlink" href="#number-helper" title="Permalink to this headline">¶</a></h1> <p>The Number Helper file contains functions that help you work with numeric data.</p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#loading-this-helper" id="id1">Loading this Helper</a></li> <li><a class="reference internal" href="#available-functions" id="id2">Available Functions</a></li> </ul> </div> <div class="custom-index container"></div><div class="section" id="loading-this-helper"> <h2><a class="toc-backref" href="#id1">Loading this Helper</a><a class="headerlink" href="#loading-this-helper" title="Permalink to this headline">¶</a></h2> <p>This helper is loaded using the following code:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">helper</span><span class="p">(</span><span class="s1">&#39;number&#39;</span><span class="p">);</span> </pre></div> </div> </div> <div class="section" id="available-functions"> <h2><a class="toc-backref" href="#id2">Available Functions</a><a class="headerlink" href="#available-functions" title="Permalink to this headline">¶</a></h2> <p>The following functions are available:</p> <dl class="function"> <dt id="byte_format"> <tt class="descname">byte_format</tt><big>(</big><em>$num</em><span class="optional">[</span>, <em>$precision = 1</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#byte_format" title="Permalink to this definition">¶</a></dt> <dd><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>$num</strong> (<em>mixed</em>) &#8211; Number of bytes</li> <li><strong>$precision</strong> (<em>int</em>) &#8211; Floating point precision</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Formatted data size string</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">string</p> </td> </tr> </tbody> </table> <p>Formats numbers as bytes, based on size, and adds the appropriate suffix. Examples:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">456</span><span class="p">);</span> <span class="c1">// Returns 456 Bytes</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">4567</span><span class="p">);</span> <span class="c1">// Returns 4.5 KB</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">45678</span><span class="p">);</span> <span class="c1">// Returns 44.6 KB</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">456789</span><span class="p">);</span> <span class="c1">// Returns 447.8 KB</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">3456789</span><span class="p">);</span> <span class="c1">// Returns 3.3 MB</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">12345678912345</span><span class="p">);</span> <span class="c1">// Returns 1.8 GB</span> <span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">123456789123456789</span><span class="p">);</span> <span class="c1">// Returns 11,228.3 TB</span> </pre></div> </div> <p>An optional second parameter allows you to set the precision of the result:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">echo</span> <span class="nx">byte_format</span><span class="p">(</span><span class="mi">45678</span><span class="p">,</span> <span class="mi">2</span><span class="p">);</span> <span class="c1">// Returns 44.61 KB</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The text generated by this function is found in the following language file: <em>language/&lt;your_lang&gt;/number_lang.php</em></p> </div> </dd></dl> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="path_helper.html" class="btn btn-neutral float-right" title="Path Helper">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="language_helper.html" class="btn btn-neutral" title="Language Helper"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2014 - 2015, British Columbia Institute of Technology. Last updated on Aug 07, 2015. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'3.0.1', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: false }; </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/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
webdevqn/learn
user_guide/helpers/number_helper.html
HTML
mit
22,009
--- layout: default --- <div class="home"> <h1 >{{page.title}}</h1> {% for post in site.posts %} {% if post.tags contains page.tag %} <article class="post-preview"> {% if post.thumbnail %} <span class="post-img"> <img class="thumbnail" src="{{ post.thumbnail }}" width="50" height="50" title="{{ post.title }}"> </span> {% endif %} <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> <h2> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h2> {{ post.content | strip_html | truncatewords:20 }} </article> {% endif %} {% endfor %} </div>
kiran/downhilltodumplings
_layouts/tag_index.html
HTML
mit
745
<!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_26) on Thu Feb 16 18:15:36 CET 2012 --> <TITLE> HandlerFactory (RabbIT/4) </TITLE> <META NAME="date" CONTENT="2012-02-16"> <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="HandlerFactory (RabbIT/4)"; } } </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/HandlerFactory.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="../../rabbit/handler/Handler.html" title="interface in rabbit.handler"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../rabbit/handler/ImageHandler.html" title="class in rabbit.handler"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?rabbit/handler/HandlerFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HandlerFactory.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> rabbit.handler</FONT> <BR> Interface HandlerFactory</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../rabbit/handler/BaseHandler.html" title="class in rabbit.handler">BaseHandler</A>, <A HREF="../../rabbit/handler/FilterHandler.html" title="class in rabbit.handler">FilterHandler</A>, <A HREF="../../rabbit/handler/GZipHandler.html" title="class in rabbit.handler">GZipHandler</A>, <A HREF="../../rabbit/handler/ImageHandler.html" title="class in rabbit.handler">ImageHandler</A>, <A HREF="../../rabbit/handler/MultiPartHandler.html" title="class in rabbit.handler">MultiPartHandler</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>HandlerFactory</B></DL> </PRE> <P> The methods needed to create a new Handler. <P> <P> <DL> <DT><B>Author:</B></DT> <DD><a href="mailto:[email protected]">Robert Olofsson</a></DD> </DL> <HR> <P> <!-- ========== 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="../../rabbit/handler/Handler.html" title="interface in rabbit.handler">Handler</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../rabbit/handler/HandlerFactory.html#getNewInstance(rabbit.proxy.Connection, rabbit.proxy.TrafficLoggerHandler, rabbit.http.HttpHeader, rabbit.http.HttpHeader, rabbit.httpio.ResourceSource, boolean, boolean, long)">getNewInstance</A></B>(<A HREF="../../rabbit/proxy/Connection.html" title="class in rabbit.proxy">Connection</A>&nbsp;connection, <A HREF="../../rabbit/proxy/TrafficLoggerHandler.html" title="class in rabbit.proxy">TrafficLoggerHandler</A>&nbsp;tlh, <A HREF="../../rabbit/http/HttpHeader.html" title="class in rabbit.http">HttpHeader</A>&nbsp;header, <A HREF="../../rabbit/http/HttpHeader.html" title="class in rabbit.http">HttpHeader</A>&nbsp;webheader, <A HREF="../../rabbit/httpio/ResourceSource.html" title="interface in rabbit.httpio">ResourceSource</A>&nbsp;content, boolean&nbsp;mayCache, boolean&nbsp;mayFilter, long&nbsp;size)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a new Handler for the given request made.</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="../../rabbit/handler/HandlerFactory.html#setup(rabbit.util.SProperties, rabbit.proxy.HttpProxy)">setup</A></B>(<A HREF="../../rabbit/util/SProperties.html" title="class in rabbit.util">SProperties</A>&nbsp;properties, <A HREF="../../rabbit/proxy/HttpProxy.html" title="class in rabbit.proxy">HttpProxy</A>&nbsp;proxy)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setup the handler factory.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ 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="getNewInstance(rabbit.proxy.Connection, rabbit.proxy.TrafficLoggerHandler, rabbit.http.HttpHeader, rabbit.http.HttpHeader, rabbit.httpio.ResourceSource, boolean, boolean, long)"><!-- --></A><H3> getNewInstance</H3> <PRE> <A HREF="../../rabbit/handler/Handler.html" title="interface in rabbit.handler">Handler</A> <B>getNewInstance</B>(<A HREF="../../rabbit/proxy/Connection.html" title="class in rabbit.proxy">Connection</A>&nbsp;connection, <A HREF="../../rabbit/proxy/TrafficLoggerHandler.html" title="class in rabbit.proxy">TrafficLoggerHandler</A>&nbsp;tlh, <A HREF="../../rabbit/http/HttpHeader.html" title="class in rabbit.http">HttpHeader</A>&nbsp;header, <A HREF="../../rabbit/http/HttpHeader.html" title="class in rabbit.http">HttpHeader</A>&nbsp;webheader, <A HREF="../../rabbit/httpio/ResourceSource.html" title="interface in rabbit.httpio">ResourceSource</A>&nbsp;content, boolean&nbsp;mayCache, boolean&nbsp;mayFilter, long&nbsp;size)</PRE> <DL> <DD>Get a new Handler for the given request made. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>connection</CODE> - the Connection handling the request.<DD><CODE>tlh</CODE> - the Traffic logger handler.<DD><CODE>header</CODE> - the request.<DD><CODE>webheader</CODE> - the response.<DD><CODE>content</CODE> - the resource.<DD><CODE>mayCache</CODE> - if the handler may cache the response.<DD><CODE>mayFilter</CODE> - if the handler may filter the response.<DD><CODE>size</CODE> - the Size of the data beeing handled (-1 = unknown length). <DT><B>Returns:</B><DD>the new Handler</DL> </DD> </DL> <HR> <A NAME="setup(rabbit.util.SProperties, rabbit.proxy.HttpProxy)"><!-- --></A><H3> setup</H3> <PRE> void <B>setup</B>(<A HREF="../../rabbit/util/SProperties.html" title="class in rabbit.util">SProperties</A>&nbsp;properties, <A HREF="../../rabbit/proxy/HttpProxy.html" title="class in rabbit.proxy">HttpProxy</A>&nbsp;proxy)</PRE> <DL> <DD>setup the handler factory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>properties</CODE> - the properties for this factory<DD><CODE>proxy</CODE> - the HttpProxy using this HandlerFactory</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/HandlerFactory.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="../../rabbit/handler/Handler.html" title="interface in rabbit.handler"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../rabbit/handler/ImageHandler.html" title="class in rabbit.handler"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?rabbit/handler/HandlerFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HandlerFactory.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
exratione/selenium-service-example
lib/testingbot-tunnel-1.16/lib/rabbit/htdocs/javadoc/rabbit/handler/HandlerFactory.html
HTML
mit
12,258
<!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_91) on Wed Dec 12 19:04:14 PST 2018 --> <title>RuntimeEnvironment</title> <meta name="date" content="2018-12-12"> <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="RuntimeEnvironment"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":41,"i24":41}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated 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/RoboSettings.html" title="class in org.robolectric"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../org/robolectric/SdkPicker.html" title="class in org.robolectric"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?org/robolectric/RuntimeEnvironment.html" target="_top">Frames</a></li> <li><a href="RuntimeEnvironment.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric</div> <h2 title="Class RuntimeEnvironment" class="title">Class RuntimeEnvironment</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.RuntimeEnvironment</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">RuntimeEnvironment</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static android.app.Application</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#application">application</a></span></code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">Please migrate to <code>androidx.test.core.app.ApplicationProvider#getApplicationContext</code></span></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/res/FsFile.html" title="interface in org.robolectric.res">FsFile</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#compileTimeSystemResourcesFile">compileTimeSystemResourcesFile</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static android.content.Context</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#systemContext">systemContext</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#RuntimeEnvironment--">RuntimeEnvironment</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated 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>static java.lang.Number</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#castNativePtr-long-">castNativePtr</a></span>(long&nbsp;ptr)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getActivityThread--">getActivityThread</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getAndroidFrameworkJarPath--">getAndroidFrameworkJarPath</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getApiLevel--">getApiLevel</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getAppResourceTable--">getAppResourceTable</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getCompileTimeResourceTable--">getCompileTimeResourceTable</a></span>()</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>static java.lang.Thread</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getMainThread--">getMainThread</a></span>()</code> <div class="block">Retrieves the main thread.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/util/Scheduler.html" title="class in org.robolectric.util">Scheduler</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getMasterScheduler--">getMasterScheduler</a></span>()</code> <div class="block">Retrieves the current master scheduler.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getQualifiers--">getQualifiers</a></span>()</code> <div class="block">Returns a qualifier string describing the current <code>Configuration</code> of the system resources.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getQualifiers-android.content.res.Configuration-android.util.DisplayMetrics-">getQualifiers</a></span>(android.content.res.Configuration&nbsp;configuration, android.util.DisplayMetrics&nbsp;displayMetrics)</code> <div class="block">Returns a qualifier string describing the given configuration and display metrics.</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getSystemResourceTable--">getSystemResourceTable</a></span>()</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>static <a href="../../org/robolectric/util/TempDirectory.html" title="class in org.robolectric.util">TempDirectory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#getTempDirectory--">getTempDirectory</a></span>()</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#isMainThread--">isMainThread</a></span>()</code> <div class="block">Tests if the current thread is currently set as the main thread.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#isMainThread-java.lang.Thread-">isMainThread</a></span>(java.lang.Thread&nbsp;thread)</code> <div class="block">Tests if the given thread is currently set as the main thread.</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setActivityThread-java.lang.Object-">setActivityThread</a></span>(java.lang.Object&nbsp;newActivityThread)</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setAndroidFrameworkJarPath-java.lang.String-">setAndroidFrameworkJarPath</a></span>(java.lang.String&nbsp;localArtifactPath)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setAppResourceTable-org.robolectric.res.ResourceTable-">setAppResourceTable</a></span>(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;appResourceTable)</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setCompileTimeResourceTable-org.robolectric.res.ResourceTable-">setCompileTimeResourceTable</a></span>(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;compileTimeResourceTable)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setMainThread-java.lang.Thread-">setMainThread</a></span>(java.lang.Thread&nbsp;newMainThread)</code> <div class="block">Sets the main thread.</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setMasterScheduler-org.robolectric.util.Scheduler-">setMasterScheduler</a></span>(<a href="../../org/robolectric/util/Scheduler.html" title="class in org.robolectric.util">Scheduler</a>&nbsp;masterScheduler)</code> <div class="block">Sets the current master scheduler.</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setQualifiers-java.lang.String-">setQualifiers</a></span>(java.lang.String&nbsp;newQualifiers)</code> <div class="block">Overrides the current device configuration.</div> </td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setSystemResourceTable-org.robolectric.res.ResourceTable-">setSystemResourceTable</a></span>(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;systemResourceTable)</code>&nbsp;</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setTempDirectory-org.robolectric.util.TempDirectory-">setTempDirectory</a></span>(<a href="../../org/robolectric/util/TempDirectory.html" title="class in org.robolectric.util">TempDirectory</a>&nbsp;tempDirectory)</code>&nbsp;</td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#setUseLegacyResources-boolean-">setUseLegacyResources</a></span>(boolean&nbsp;useLegacyResources)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">Do not use.</span></div> </div> </td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../org/robolectric/RuntimeEnvironment.html#useLegacyResources--">useLegacyResources</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp; <div class="block"><span class="deprecationComment">Do not use.</span></div> </div> </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"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="systemContext"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>systemContext</h4> <pre>public static&nbsp;android.content.Context systemContext</pre> </li> </ul> <a name="application"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>application</h4> <pre>@Deprecated public static&nbsp;android.app.Application application</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Please migrate to <code>androidx.test.core.app.ApplicationProvider#getApplicationContext</code></span></div> </li> </ul> <a name="compileTimeSystemResourcesFile"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>compileTimeSystemResourcesFile</h4> <pre>public static&nbsp;<a href="../../org/robolectric/res/FsFile.html" title="interface in org.robolectric.res">FsFile</a> compileTimeSystemResourcesFile</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="RuntimeEnvironment--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>RuntimeEnvironment</h4> <pre>public&nbsp;RuntimeEnvironment()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="isMainThread-java.lang.Thread-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isMainThread</h4> <pre>public static&nbsp;boolean&nbsp;isMainThread(java.lang.Thread&nbsp;thread)</pre> <div class="block"><p>Tests if the given thread is currently set as the main thread.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>thread</code> - the thread to test.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd><tt>true</tt> if the specified thread is the main thread, <tt>false</tt> otherwise.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../org/robolectric/RuntimeEnvironment.html#isMainThread--"><code>isMainThread()</code></a></dd> </dl> </li> </ul> <a name="isMainThread--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isMainThread</h4> <pre>public static&nbsp;boolean&nbsp;isMainThread()</pre> <div class="block"><p>Tests if the current thread is currently set as the main thread.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd><tt>true</tt> if the current thread is the main thread, <tt>false</tt> otherwise.</dd> </dl> </li> </ul> <a name="getMainThread--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMainThread</h4> <pre>public static&nbsp;java.lang.Thread&nbsp;getMainThread()</pre> <div class="block"><p>Retrieves the main thread. The main thread is the thread to which the main looper is attached. Defaults to the thread that initialises the <tt>RuntimeEnvironment</tt> class.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The main thread.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../org/robolectric/RuntimeEnvironment.html#setMainThread-java.lang.Thread-"><code>setMainThread(Thread)</code></a>, <a href="../../org/robolectric/RuntimeEnvironment.html#isMainThread--"><code>isMainThread()</code></a></dd> </dl> </li> </ul> <a name="setMainThread-java.lang.Thread-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMainThread</h4> <pre>public static&nbsp;void&nbsp;setMainThread(java.lang.Thread&nbsp;newMainThread)</pre> <div class="block"><p>Sets the main thread. The main thread is the thread to which the main looper is attached. Defaults to the thread that initialises the <tt>RuntimeEnvironment</tt> class.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>newMainThread</code> - the new main thread.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../org/robolectric/RuntimeEnvironment.html#setMainThread-java.lang.Thread-"><code>setMainThread(Thread)</code></a>, <a href="../../org/robolectric/RuntimeEnvironment.html#isMainThread--"><code>isMainThread()</code></a></dd> </dl> </li> </ul> <a name="getActivityThread--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getActivityThread</h4> <pre>public static&nbsp;java.lang.Object&nbsp;getActivityThread()</pre> </li> </ul> <a name="setActivityThread-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setActivityThread</h4> <pre>public static&nbsp;void&nbsp;setActivityThread(java.lang.Object&nbsp;newActivityThread)</pre> </li> </ul> <a name="getQualifiers--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQualifiers</h4> <pre>public static&nbsp;java.lang.String&nbsp;getQualifiers()</pre> <div class="block"><p>Returns a qualifier string describing the current <code>Configuration</code> of the system resources.</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>a qualifier string as described (<a href="https://developer.android.com/guide/topics/resources/providing-resources.html#QualifierRules)[here]">https://developer.android.com/guide/topics/resources/providing-resources.html#QualifierRules)[here]</a>.</dd> </dl> </li> </ul> <a name="getQualifiers-android.content.res.Configuration-android.util.DisplayMetrics-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQualifiers</h4> <pre>public static&nbsp;java.lang.String&nbsp;getQualifiers(android.content.res.Configuration&nbsp;configuration, android.util.DisplayMetrics&nbsp;displayMetrics)</pre> <div class="block"><p>Returns a qualifier string describing the given configuration and display metrics.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>configuration</code> - the configuration.</dd> <dd><code>displayMetrics</code> - the display metrics.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a qualifier string as described (<a href="https://developer.android.com/guide/topics/resources/providing-resources.html#QualifierRules)[here]">https://developer.android.com/guide/topics/resources/providing-resources.html#QualifierRules)[here]</a>.</dd> </dl> </li> </ul> <a name="setQualifiers-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setQualifiers</h4> <pre>public static&nbsp;void&nbsp;setQualifiers(java.lang.String&nbsp;newQualifiers)</pre> <div class="block"><p>Overrides the current device configuration.</p> <p>If <code>newQualifiers</code> starts with a plus (<code>+</code>), the prior configuration is used as the base configuration, with the given changes applied additively. Otherwise, default values are used for unspecified properties, as described <a href="http://robolectric.org/device-configuration/">here</a>.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>newQualifiers</code> - the qualifiers to apply</dd> </dl> </li> </ul> <a name="getApiLevel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getApiLevel</h4> <pre>public static&nbsp;int&nbsp;getApiLevel()</pre> </li> </ul> <a name="castNativePtr-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>castNativePtr</h4> <pre>public static&nbsp;java.lang.Number&nbsp;castNativePtr(long&nbsp;ptr)</pre> </li> </ul> <a name="getMasterScheduler--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMasterScheduler</h4> <pre>public static&nbsp;<a href="../../org/robolectric/util/Scheduler.html" title="class in org.robolectric.util">Scheduler</a>&nbsp;getMasterScheduler()</pre> <div class="block"><p>Retrieves the current master scheduler. This scheduler is always used by the main <code>Looper</code>, and if the global scheduler option is set it is also used for the background scheduler and for all other <code>Looper</code>s</p></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The current master scheduler.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../org/robolectric/RuntimeEnvironment.html#setMasterScheduler-org.robolectric.util.Scheduler-"><code>see org.robolectric.Robolectric#getForegroundThreadScheduler() see org.robolectric.Robolectric#getBackgroundThreadScheduler()</code></a></dd> </dl> </li> </ul> <a name="setMasterScheduler-org.robolectric.util.Scheduler-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMasterScheduler</h4> <pre>public static&nbsp;void&nbsp;setMasterScheduler(<a href="../../org/robolectric/util/Scheduler.html" title="class in org.robolectric.util">Scheduler</a>&nbsp;masterScheduler)</pre> <div class="block"><p>Sets the current master scheduler. See <a href="../../org/robolectric/RuntimeEnvironment.html#getMasterScheduler--"><code>getMasterScheduler()</code></a> for details. Note that this method is primarily intended to be called by the Robolectric core setup code. Changing the master scheduler during a test will have unpredictable results.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>masterScheduler</code> - the new master scheduler.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../org/robolectric/RuntimeEnvironment.html#getMasterScheduler--"><code>see org.robolectric.Robolectric#getForegroundThreadScheduler() see org.robolectric.Robolectric#getBackgroundThreadScheduler()</code></a></dd> </dl> </li> </ul> <a name="setSystemResourceTable-org.robolectric.res.ResourceTable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSystemResourceTable</h4> <pre>public static&nbsp;void&nbsp;setSystemResourceTable(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;systemResourceTable)</pre> </li> </ul> <a name="setAppResourceTable-org.robolectric.res.ResourceTable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAppResourceTable</h4> <pre>public static&nbsp;void&nbsp;setAppResourceTable(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;appResourceTable)</pre> </li> </ul> <a name="getSystemResourceTable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSystemResourceTable</h4> <pre>public static&nbsp;<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;getSystemResourceTable()</pre> </li> </ul> <a name="getAppResourceTable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAppResourceTable</h4> <pre>public static&nbsp;<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;getAppResourceTable()</pre> </li> </ul> <a name="setCompileTimeResourceTable-org.robolectric.res.ResourceTable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setCompileTimeResourceTable</h4> <pre>public static&nbsp;void&nbsp;setCompileTimeResourceTable(<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;compileTimeResourceTable)</pre> </li> </ul> <a name="getCompileTimeResourceTable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCompileTimeResourceTable</h4> <pre>public static&nbsp;<a href="../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>&nbsp;getCompileTimeResourceTable()</pre> </li> </ul> <a name="setTempDirectory-org.robolectric.util.TempDirectory-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTempDirectory</h4> <pre>public static&nbsp;void&nbsp;setTempDirectory(<a href="../../org/robolectric/util/TempDirectory.html" title="class in org.robolectric.util">TempDirectory</a>&nbsp;tempDirectory)</pre> </li> </ul> <a name="getTempDirectory--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTempDirectory</h4> <pre>public static&nbsp;<a href="../../org/robolectric/util/TempDirectory.html" title="class in org.robolectric.util">TempDirectory</a>&nbsp;getTempDirectory()</pre> </li> </ul> <a name="setAndroidFrameworkJarPath-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAndroidFrameworkJarPath</h4> <pre>public static&nbsp;void&nbsp;setAndroidFrameworkJarPath(java.lang.String&nbsp;localArtifactPath)</pre> </li> </ul> <a name="getAndroidFrameworkJarPath--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAndroidFrameworkJarPath</h4> <pre>public static&nbsp;java.lang.String&nbsp;getAndroidFrameworkJarPath()</pre> </li> </ul> <a name="useLegacyResources--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>useLegacyResources</h4> <pre>@Deprecated public static&nbsp;boolean&nbsp;useLegacyResources()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Do not use.</span></div> <div class="block"><p>Internal only.</p></div> </li> </ul> <a name="setUseLegacyResources-boolean-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setUseLegacyResources</h4> <pre>@Deprecated public static&nbsp;void&nbsp;setUseLegacyResources(boolean&nbsp;useLegacyResources)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Do not use.</span></div> <div class="block"><p>Internal only.</p></div> </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/RoboSettings.html" title="class in org.robolectric"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../org/robolectric/SdkPicker.html" title="class in org.robolectric"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?org/robolectric/RuntimeEnvironment.html" target="_top">Frames</a></li> <li><a href="RuntimeEnvironment.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
robolectric/robolectric.github.io
javadoc/4.1/org/robolectric/RuntimeEnvironment.html
HTML
mit
33,624
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>UIView之UICollectionView</title> <meta name="description" content="目录 UICollectionView概述 UICollectionViewFlowLayout 初始化 设置代理 必须实现的代理方法 选择实现的代理方法 布局协议 ..."> <!-- CSS files --> <link rel="stylesheet" href="/css/font-awesome.min.css"> <link rel="stylesheet" href="/css/main.css"> <link rel="canonical" href="/articles/2016-02/UIView%E4%B9%8BUICollectionView"> <link rel="alternate" type="application/rss+xml" title="Gallery In Shadow" href=" /feed.xml " /> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="/favicon.png"> </head> <body> <div class="row"> <div class="col s12 m3"> <div class="table cover"> <div class="cover-card table-cell table-bottom"> <img src="/img/avatar.jpg" alt="" class="avatar"> <a href="/" class="author_name">Shvier</a> <span class="author_job">iOS & indie game Developer</span> <span class="author_bio mbm">Love it, do it.</span> <nav class="nav"> <ul class="nav-list"> <li class="nav-item"> <a href="/archive/">Archive</a> <span>/</span> </li> <li class="nav-item"> <a href="/categories/">Categories</a> <span>/</span> </li> <li class="nav-item"> <a href="/tags/">Tags</a> </li> </ul> </nav> <div class="social-links"> <ul> <li><a href="mailto:[email protected]" class="social-link-item" target="_blank"><i class="fa fa-fw fa-envelope"></i></a></li> <li><a href="http://twitter.com/Shvier" class="social-link-item" target="_blank"><i class="fa fa-fw fa-twitter"></i></a></li> <li><a href="http://facebook.com/SherlockVier#username" class="social-link-item" target="_blank"><i class="fa fa-fw fa-facebook"></i></a></li> <li><a href="http://github.com/Shvier" class="social-link-item" target="_blank"><i class="fa fa-fw fa-github"></i></a></li> <li><a href="http://stackoverflow.com/users/Shvier" class="social-link-item" target="_blank"><i class="fa fa-fw fa-stack-overflow"></i></a></li> <li><a href="http://www.weibo.com/SherlockV" class="social-link-item" target="_blank"><i class="fa fa-fw fa-weibo"></i></a></li> </ul> </div> </div> </div> </div> <div class="col s12 m9"> <div class="post-listing"> <div class="back-home"> <a href="/">< back Home.</a> </div> <div id="post"> <header class="post-header"> <h1 title="UIView之UICollectionView">UIView之UICollectionView</h1> <span class="post-meta"> <span class="post-date"> 13 FEB 2016 </span> • <span class="read-time" title="Estimated read time"> 3 mins read </span> </span> </header> <article class="post-content"> <h1 id="section">目录</h1> <ul> <li><a href="#1">UICollectionView概述</a> <ul> <li><a href="#1.1">UICollectionViewFlowLayout</a></li> <li><a href="#1.2">初始化</a></li> <li><a href="#1.3">设置代理</a> <ul> <li><a href="#1.3.1">必须实现的代理方法</a></li> <li><a href="#1.3.2">选择实现的代理方法</a></li> <li><a href="#1.3.3">布局协议</a></li> </ul> </li> <li><a href="#1.4">自定义瀑布流</a></li> </ul> </li> </ul> <p><a name="1"></a></p> <h1 id="uicollectionview">UICollectionView概述</h1> <ul> <li>UICollection的实现跟tableView不同的地方在于item的布局,需要用<code>UICollectionViewLayout</code>类来描述视图的布局</li> </ul> <p><a name="1.1"></a></p> <h3 id="uicollectionviewflowlayout">UICollectionViewFlowLayout</h3> <h4 id="section-1">初始化</h4> <figure class="highlight"><pre><code class="language-objc" data-lang="objc"><span class="bp">UICollectionViewFlowLayout</span> <span class="o">*</span><span class="n">flowLayout</span> <span class="o">=</span> <span class="p">[[</span><span class="n">UICollectionViewFlowLayou</span> <span class="n">alloc</span><span class="p">]</span> <span class="n">init</span><span class="p">];</span> <span class="c1">// 设置每个item的大小</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">itemSize</span> <span class="o">=</span> <span class="n">CGSizeMake</span><span class="p">(</span><span class="mi">100</span><span class="p">,</span> <span class="mi">100</span><span class="p">);</span> <span class="c1">// 设置每个item的最小列间距(默认是10)</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">minimumInteritemSpacing</span> <span class="o">=</span> <span class="mi">10</span><span class="p">;</span> <span class="c1">// 设置分区间隔(上,左,下,右)</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">sectionInset</span> <span class="o">=</span> <span class="n">UIEdgeInsetsMake</span><span class="p">(</span><span class="mi">10</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">10</span><span class="p">);</span> <span class="c1">// 设置UICollectionView的滑动方向</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">scrollDirection</span> <span class="o">=</span> <span class="n">UICollectionViewScrollDirectionVertical</span><span class="p">;</span> <span class="c1">// 头部引用的尺寸</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">headerReferenceSize</span> <span class="o">=</span> <span class="n">CGSizeMake</span><span class="p">(</span><span class="mi">100</span><span class="p">,</span> <span class="mi">100</span><span class="p">);</span> <span class="c1">// 尾部引用的尺寸</span> <span class="n">flowLayout</span><span class="p">.</span><span class="n">footerReferenceSize</span> <span class="o">=</span> <span class="n">CGSizeMake</span><span class="p">(</span><span class="mi">100</span><span class="p">,</span> <span class="mi">100</span><span class="p">);</span></code></pre></figure> <p><a name="1.2"></a></p> <h3 id="section-2">初始化</h3> <figure class="highlight"><pre><code class="language-objc" data-lang="objc"><span class="bp">UICollectionView</span> <span class="o">*</span><span class="n">collectionView</span> <span class="o">=</span> <span class="p">[[</span><span class="bp">UICollectionView</span> <span class="n">alloc</span><span class="p">]</span> <span class="nl">initWithFrame</span><span class="p">:[</span><span class="bp">UIScreen</span> <span class="n">mainScreen</span><span class="p">].</span><span class="n">bounds</span> <span class="nl">collectionViewLayout</span><span class="p">:</span><span class="n">flowLayout</span><span class="p">];</span></code></pre></figure> <p><a name="1.3"></a></p> <h3 id="section-3">设置代理</h3> <ul> <li>UICollectionView和UITableView一样,也需要遵守两个代理协议 <ol> <li><code>UICollectionViewDelegate</code></li> <li><code>UICollectionViewDataSource</code></li> </ol> </li> </ul> <p><a name="1.3.1"></a></p> <h4 id="section-4">必须实现的代理方法</h4> <figure class="highlight"><pre><code class="language-objc" data-lang="objc"><span class="c1">// 返回item的个数</span> <span class="p">-</span> <span class="p">(</span><span class="bp">NSInteger</span><span class="p">)</span><span class="nf">collectionView:</span><span class="p">(</span><span class="bp">UICollectionView</span> <span class="o">*</span><span class="p">)</span><span class="nv">collectionView</span> <span class="nf">numberOfItemsInSection:</span><span class="p">(</span><span class="bp">NSInteger</span><span class="p">)</span><span class="nv">section</span> <span class="p">{</span> <span class="k">return</span> <span class="mi">100</span><span class="p">;</span> <span class="p">}</span> <span class="c1">// 创建item视图对象</span> <span class="p">-</span> <span class="p">(</span><span class="bp">UICollectionViewCell</span> <span class="o">*</span><span class="p">)</span><span class="nf">collectionView:</span><span class="p">(</span><span class="bp">UICollectionView</span> <span class="o">*</span><span class="p">)</span><span class="nv">collectionView</span> <span class="nf">cellForItemAtIndexPath:</span><span class="p">(</span><span class="bp">NSIndexPath</span> <span class="o">*</span><span class="p">)</span><span class="nv">indexPath</span> <span class="p">{</span> <span class="bp">UICollectionViewCell</span> <span class="o">*</span><span class="n">cell</span> <span class="o">=</span> <span class="p">[</span><span class="n">collectionView</span> <span class="nl">dequeueReusableCellWithReuseIdentifier</span><span class="p">:</span><span class="s">@&quot;collectionCell&quot;</span> <span class="nl">forIndexPath</span><span class="p">:</span><span class="n">indexPath</span><span class="p">];</span> <span class="n">cell</span><span class="p">.</span><span class="n">backgroundColor</span> <span class="o">=</span> <span class="p">[</span><span class="bp">UIColor</span> <span class="n">orangeColor</span><span class="p">];</span> <span class="k">return</span> <span class="n">cell</span><span class="p">;</span> <span class="p">}</span></code></pre></figure> <p><a name="1.3.2"></a></p> <h4 id="section-5">选择实现的代理方法</h4> <figure class="highlight"><pre><code class="language-objc" data-lang="objc"> <span class="c1">// 返回有多少个分区</span> <span class="p">-</span> <span class="p">(</span><span class="bp">NSInteger</span><span class="p">)</span><span class="nf">numberOfSectionsInCollectionView:</span><span class="p">(</span><span class="bp">UICollectionView</span> <span class="o">*</span><span class="p">)</span><span class="nv">collectionView</span> <span class="p">{</span> <span class="k">return</span> <span class="mi">2</span><span class="p">;</span> <span class="p">}</span> <span class="c1">// item点击方法</span> <span class="p">-</span> <span class="p">(</span><span class="kt">void</span><span class="p">)</span><span class="nf">collectionView:</span><span class="p">(</span><span class="bp">UICollectionView</span> <span class="o">*</span><span class="p">)</span><span class="nv">collectionView</span> <span class="nf">didSelectItemAtIndexPath:</span><span class="p">(</span><span class="bp">NSIndexPath</span> <span class="o">*</span><span class="p">)</span><span class="nv">indexPath</span> <span class="p">{</span> <span class="n">NSLog</span><span class="p">(</span><span class="s">@&quot;clicked!&quot;</span><span class="p">);</span> <span class="p">}</span> <span class="c1">// 返回头部、尾部视图样式</span> <span class="c1">// UICollectionView不能像UITableView一样直接指定头部和尾部视图,需要注册使用</span> <span class="c1">// 注册头部视图</span> <span class="p">[</span><span class="n">collectionView</span> <span class="nl">registerClass</span><span class="p">:[</span><span class="bp">UICollectionReusableView</span> <span class="k">class</span><span class="p">]</span> <span class="nl">forSupplementaryViewOfKind</span><span class="p">:</span><span class="nl">UICollectionElementKindSectionHeaderwithReuseIdentifier</span><span class="p">:</span><span class="s">@&quot;headerView&quot;</span><span class="p">];</span> <span class="c1">// 注册尾部视图</span> <span class="p">[</span><span class="n">collectionView</span> <span class="nl">registerClass</span><span class="p">:[</span><span class="bp">UICollectionReusableView</span> <span class="k">class</span><span class="p">]</span> <span class="nl">forSupplementaryViewOfKind</span><span class="p">:</span><span class="nl">UICollectionEelementKindSectionFooterwithReuseIdentifer</span><span class="p">:</span><span class="s">@&quot;footerView&quot;</span><span class="p">];</span> <span class="c1">// 返回头部和尾部的视图样式</span> <span class="p">-</span> <span class="p">(</span><span class="bp">UICollectionReusableView</span> <span class="o">*</span><span class="p">)</span><span class="nf">collectionView:</span><span class="p">(</span><span class="bp">UICollectionView</span> <span class="o">*</span><span class="p">)</span><span class="nv">collectionView</span> <span class="nf">viewForSupplementaryElementOfKind:</span><span class="p">(</span><span class="bp">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">kind</span> <span class="nf">atIndexPath:</span><span class="p">(</span><span class="bp">NSIndexPath</span> <span class="o">*</span><span class="p">)</span><span class="nv">indexPath</span> <span class="p">{</span> <span class="k">if</span> <span class="p">([</span><span class="n">kind</span> <span class="nl">isEqualToString</span><span class="p">:</span><span class="n">UICollectionElementKindSectionHeader</span><span class="p">])</span> <span class="p">{</span> <span class="bp">UICollectionReusableView</span> <span class="o">*</span><span class="n">headerView</span> <span class="o">=</span> <span class="p">[</span><span class="n">collectionView</span> <span class="nl">dequeueReusableSupplementaryViewOfKind</span><span class="p">:</span><span class="nl">UICollectionElementKindSecionHeaderwithReuseIdentifier</span><span class="p">:</span><span class="s">@&quot;headerView&quot;</span> <span class="nl">forIndexPath</span><span class="p">:</span><span class="n">indexPath</span><span class="p">];</span> <span class="c1">// 设置头部视图的样式</span> <span class="n">headerView</span><span class="p">.</span><span class="n">backgroundColor</span> <span class="o">=</span> <span class="p">[</span><span class="bp">UIColor</span> <span class="n">orangeColor</span><span class="p">];</span> <span class="k">return</span> <span class="n">headerView</span><span class="p">;</span> <span class="p">}</span> <span class="k">else</span> <span class="p">{</span> <span class="bp">UICollectionReusableView</span> <span class="o">*</span><span class="n">footerView</span> <span class="o">=</span> <span class="p">[</span><span class="n">collectionView</span> <span class="nl">dequeueReusableSupplementaryViewOfKind</span><span class="p">:</span><span class="nl">UICollectionElementKindSecionHeaderwithReuseIdentifier</span><span class="p">:</span><span class="s">@&quot;footerView&quot;</span> <span class="nl">forIndexPath</span><span class="p">:</span><span class="n">indexPath</span><span class="p">];</span> <span class="c1">// 设置头部视图的样式</span> <span class="n">footerView</span><span class="p">.</span><span class="n">backgroundColor</span> <span class="o">=</span> <span class="p">[</span><span class="bp">UIColor</span> <span class="n">greenColor</span><span class="p">];</span> <span class="k">return</span> <span class="n">footerView</span><span class="p">;</span> <span class="p">}</span> <span class="p">}</span></code></pre></figure> <p><a name="1.3.3"></a></p> <h4 id="section-6">布局协议</h4> <ul> <li><strong><code>UICollectionViewDelegateFlowLayout</code></strong> <br /> 对UICollectionViewDelegate的扩展</li> </ul> <p><a name="1.4"></a></p> <h3 id="section-7">自定义瀑布流</h3> </article> </div> <div class="share-buttons"> <h6>Share on: </h6> <ul> <li> <a href="https://twitter.com/intent/tweet?text=/articles/2016-02/UIView%E4%B9%8BUICollectionView" class="twitter btn" title="Share on Twitter"><i class="fa fa-twitter"></i><span> Twitter</span></a> </li> <li> <a href="https://www.facebook.com/sharer/sharer.php?u=/articles/2016-02/UIView%E4%B9%8BUICollectionView" class="facebook btn" title="Share on Facebook"><i class="fa fa-facebook"></i><span> Facebook</span></a> </li> <li> <a href="https://plus.google.com/share?url=/articles/2016-02/UIView%E4%B9%8BUICollectionView" class="google-plus btn" title="Share on Google Plus"><i class="fa fa-google-plus"></i><span> Google+</span></a> </li> <li> <a href="https://news.ycombinator.com/submitlink?u=/articles/2016-02/UIView%E4%B9%8BUICollectionView" class="hacker-news btn" title="Share on Hacker News"><i class="fa fa-hacker-news"></i><span> Hacker News</span></a> </li> <li> <a href="https://www.reddit.com/submit?url=/articles/2016-02/UIView%E4%B9%8BUICollectionView" class="reddit btn" title="Share on Reddit"><i class="fa fa-reddit"></i><span> Reddit</span></a> </li> </ul> </div><!-- end share-buttons --> <footer> &copy; 2016 Shvier. Powered by <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://github.com/renyuanz/leonids/">leonids theme</a> made with <i class="fa fa-heart heart-icon"></i> </footer> </div> </div> </div> <script type="text/javascript" src="/js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="/js/main.js"></script> <!-- Asynchronous Google Analytics snippet --> <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-62251910-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
Shvier/shvier.github.com
_site/articles/2016-02/UIView之UICollectionView.html
HTML
mit
17,781
{# name = Advanced Features #} {% load demotags %} <html> <head> <title>Advanced Features</title> {% assets %} </head> <body class="language-bash"> {% markdown %} [django_templates]: https://docs.djangoproject.com/en/1.9/ref/templates/language/ ## Advanced Templating For each project the [django templating][django_templates] system is activated. PyBlue behaves as if the root directory were a Django project. Hence users may add their own `templates` and `templatetags` folders ### Overriding templates By default all templates will be loaded from the root directory of your application and if not found it will fall back to the `PyBlue` defaults. Hence to override any template just add that file with the same name. To override the `pyblue_assets.html` that contains the custom `css` and `js` modules create your own `templates/pyblue_assets.html` file in your project. * Here is a [list of all the templates][templates] that may be overriden * Here are the default [template tags][tags] that are loaded into each page. [templates]: https://github.com/ialbert/pyblue-central/tree/master/pyblue/templates [tags]: https://github.com/ialbert/pyblue-central/tree/master/pyblue/templatetags Typically one would override the templates on a per project basis. ### Custom template tags `PyBlue` comes with a few simple template tags such as `link` and `img` but it also allows you to extend your templates with so called [custom template tags][templatetags]. [templatetags]: https://docs.djangoproject.com/en/1.9/howto/custom-template-tags/ The `docs` root folder has an example in the [demotags.py][demotags] custom template tag library that has the `boom` tag that be used as: * {% verbatim %}<code>{% boom 'PyBlue' %}</code>{% endverbatim %} to produce: {% boom 'PyBlue' %} [demotags]: https://github.com/ialbert/pyblue/blob/master/docs/templatetags/demotags.py ### Site assets Add {% verbatim %}<code>{% assets %}</code>{% endverbatim %} to the head tag of the page to generate the CSS classes needed to syntax color embedded code. Override the template called `pyblue_assets.html` to modify the assets. Go back to: {% link "index.html" "Home Page" %}. {% endmarkdown %} </body> </html>
ialbert/pyblue
docs/advanced.html
HTML
mit
2,222
<template name="users"> {{> ReactiveDatatable tableData=tableData options=tableOptions }} </template> <template name="usersToolbar"> <div id="datatable_length" class="dataTables_length"> <a id="add"><i class="fa fa-plus-circle"></i> Add User</a> </div> </template> <template name="usersLegend"> <div class="dataTables_paginate" id="datatable_paginate"> <span class="legendPill"></span> </div> </template>
TribeMedia/livesupport
client/views/operators.html
HTML
mit
416
<!DOCTYPE html> <html> <head> <title>Eventful</title> <style> body { margin: 0px; font-family: verdana; } #header { background-color: SteelBlue; color: white; font-size: 16pt; padding-top: 10px; padding-bottom: 5px; text-align: center; height: 30px; } #header_heading { align: center; } #header_add { float: right; margin-right: 20px; padding-left: 3px; padding-right: 3px; border-width: 1px; border-color: black; border-style: solid; border-radius: 5px; } #header_clear { float: right; margin-right: 20px; padding-left: 3px; padding-right: 3px; border-width: 1px; border-color: black; border-style: solid; border-radius: 5px; } .event { padding: 5px 10px; } .event_description { margin-bottom: 3px; } .event_when { } </style> <script> // mini-pico-tiny convenience micro-framework function $(id){ return document.getElementById(id); } function html(id, html){ $(id).innerHTML = html; } function css(id, style){ $(id).style.cssText += ';'+style; } function anim(id, transform, opacity, dur){ css(id, '-webkit-transition:-webkit-transform'+ ',opacity '+(dur||0.5)+'s,'+(dur||0.5)+'s;-webkit-transform:'+ transform+';opacity:'+(1||opacity)); } function supports_html5_storage() { try { return 'localStorage' in window && window['localStorage'] !== null; } catch (e) { return false; } } </script> <script> // a light weight date library var DateFormatter = { brief: function(date, separator) { var day = date.getDay(); var month = date.getMonth() + 1; var year = date.getFullYear(); if (!separator) separator = '/'; return day + separator + month + separator + year; }, verbose: function(date) { } }; </script> <script> var events = new Array(); var verboseDates = false; function event(description, when, isBirthday) { this.description = description; this.when = when; this.isBirthday = isBirthday; } function addClicked() { var newEvent = new event('Test Description', new Date(), false); events.push(newEvent); saveEvents(); renderEvents(); } function clearClicked() { clearEvents(); } function clearEvents() { events = new Array(); saveEvents(); renderEvents(); } function saveEvents() { var eventString = JSON.stringify(events); // $('eventlist').innerHTML += eventString; localStorage.setItem('events', eventString); } function loadEvents() { var eventString = localStorage.getItem('events'); if (eventString) { events = JSON.parse(eventString, function (key, value) { var type; if (value) { var timestamp = Date.parse(value); if (isNaN(timestamp)) return value; else return new Date(value); } return value; }); renderEvents(); } } function renderEvents() { $('eventlist').innerHTML = ''; for (var i = 0; i < events.length; i++) { var event = events[i]; var eventDate = event.when.toLocaleDateString(); var eventElement = document.createElement('div'); eventElement.classList.add('event'); $('eventlist').appendChild(eventElement); var descriptionElement = document.createElement('div'); descriptionElement.classList.add('event_description'); descriptionElement.appendChild(document.createTextNode(event.description)); eventElement.appendChild(descriptionElement); // TODO: need to render text of birthdays differently, including showing when the next is due if (event.isBirthday) eventElement.appendChild(document.createTextNode(' - birthday')); var whenElement = document.createElement('div'); whenElement.classList.add('event_when'); whenElement.appendChild(document.createTextNode(eventDate)); eventElement.appendChild(whenElement); //$('eventlist').innerHTML += '<div id="event">' + event.description + '<br />' + event.when + '</div>'; }; } document.addEventListener("DOMContentLoaded", function(event) { $('header_add').addEventListener('click', addClicked, false); $('header_clear').addEventListener('click', clearClicked, false); if (supports_html5_storage()) loadEvents(); else html('eventlist', '<h1>local storage is not supported</h1>'); }); </script> </head> <body> <div id="header"> <span id="header_heading">Eventful</span> <div id="header_clear">x</div> <div id="header_add">+</div> </div> <div id="eventlist"> </div> </body> </html>
wyldphyre/Eventful
html/Eventful.html
HTML
mit
5,366
<!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.8"/> <title>Faeris: 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/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Faeris &#160;<span id="projectnumber">v3.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <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 class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="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> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">TCurve&lt; T_Vector &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_t_curve.html">TCurve&lt; T_Vector &gt;</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addRef</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>autoDestroy</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>decRef</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>destroy</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>dropScriptData</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>equal</b>(FsObject *ob) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>finalize</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>FS_CLASS_DECLARE</b>(FsObject) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>FsObject</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>getAttribute</b>(const char *name) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>getHashCode</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>getObjectNu</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>getRefDelete</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>getUserData</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>getValue</b>(float t)=0 (defined in <a class="el" href="class_t_curve.html">TCurve&lt; T_Vector &gt;</a>)</td><td class="entry"><a class="el" href="class_t_curve.html">TCurve&lt; T_Vector &gt;</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>m_scriptData</b> (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>onFinalize</b> (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>refCnt</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setAttribute</b>(const char *name, const FsVariant &amp;v) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>setAttributes</b>(FsDict *dict) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setRefDelete</b>(bool value) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>setUserData</b>(void *data) (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~FsObject</b>() (defined in <a class="el" href="class_fs_object.html">FsObject</a>)</td><td class="entry"><a class="el" href="class_fs_object.html">FsObject</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Jan 23 2015 17:58:37 for Faeris by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
FSource/FDesign-Document
doxygen/html/class_t_curve-members.html
HTML
mit
10,587
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:rsa 8.4.dev</a></li> <li class="active"><a href="">2014-11-29 23:17:27</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:rsa <small> 8.4.dev <span class="label label-success">6 s</span> </small> </h1> <p><em><script>document.write(moment("2014-11-29 23:17:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 23:17:27 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:rsa/coq:contrib:rsa.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:rsa.8.4.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following actions will be performed: - install coq:contrib:rsa.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:rsa.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:rsa.8.4.dev. </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --deps-only coq:contrib:rsa.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --verbose coq:contrib:rsa.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>6 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:rsa.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:rsa] Fetching https://gforge.inria.fr/git/coq-contribs/rsa.git#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:rsa.8.4.dev/.git/ [master (root-commit) 21ab524] opam-git-init From https://gforge.inria.fr/git/coq-contribs/rsa * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 Binomials.v Divides.v Fermat.v LICENSE Make Makefile MiscRsa.v README Rsa.v bench.log description HEAD is now at 571e999 Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:rsa.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . RSA &quot;Binomials.v&quot; &gt; &quot;Binomials.v.d&quot; || ( RV=$?; rm -f &quot;Binomials.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . RSA &quot;Divides.v&quot; &gt; &quot;Divides.v.d&quot; || ( RV=$?; rm -f &quot;Divides.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . RSA &quot;Fermat.v&quot; &gt; &quot;Fermat.v.d&quot; || ( RV=$?; rm -f &quot;Fermat.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . RSA &quot;MiscRsa.v&quot; &gt; &quot;MiscRsa.v.d&quot; || ( RV=$?; rm -f &quot;MiscRsa.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . RSA &quot;Rsa.v&quot; &gt; &quot;Rsa.v.d&quot; || ( RV=$?; rm -f &quot;Rsa.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . RSA MiscRsa &quot;coqc&quot; -q -R . RSA Divides &quot;coqc&quot; -q -R . RSA Binomials &quot;coqc&quot; -q -R . RSA Fermat &quot;coqc&quot; -q -R . RSA Rsa for i in Rsa.vo MiscRsa.vo Fermat.vo Divides.vo Binomials.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/RSA/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/RSA/$i; \ done Installing coq:contrib:rsa.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:rsa.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:rsa.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:rsa] Fetching https://gforge.inria.fr/git/coq-contribs/rsa.git#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:rsa.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/RSA </pre></dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:rsa/8.4.dev/2014-11-29_23-17-27.html
HTML
mit
8,579
<!DOCTYPE html> <html> <head> <link href="css/awsdocs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/awsdocs.min.js"></script> <meta charset="utf-8"> </head> <body> <div id="content" style="padding: 10px 30px;"> <h1 class="topictitle" id="aws-properties-s3-bucket-replicationconfiguration-rules">Amazon S3 Bucket ReplicationRule</h1><p>The <code class="code">ReplicationRule</code> property type specifies which Amazon Simple Storage Service (Amazon S3) objects to replicate and where to store them. The <code class="code">Rules</code> sub-property of the <a href="aws-properties-s3-bucket-replicationconfiguration.html">ReplicationConfiguration</a> property contains a list of <code class="code">ReplicationRule</code> property types. </p><h2 id="w2ab1c21c10d204c13d122b5">Syntax</h2><div id="JSON" name="JSON" class="section langfilter"> <h3 id="aws-properties-s3-bucket-replicationconfiguration-rules-syntax.json">JSON</h3> <pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{ &quot;<a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-destination">Destination</a>&quot; : <a href="aws-properties-s3-bucket-replicationconfiguration-rules-destination.html">ReplicationDestination</a>, &quot;<a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-id">Id</a>&quot; : <em class="replaceable"><code>String</code></em>, &quot;<a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-prefix">Prefix</a>&quot; : <em class="replaceable"><code>String</code></em>, &quot;<a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationrule-sourceselectioncriteria">SourceSelectionCriteria</a>&quot; : <a href="aws-properties-s3-bucket-sourceselectioncriteria.html">SourceSelectionCriteria</a>, &quot;<a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-status">Status</a>&quot; : <em class="replaceable"><code>String</code></em> }</code></pre> </div><div id="YAML" name="YAML" class="section langfilter"> <h3 id="aws-properties-s3-bucket-replicationconfiguration-rules-syntax.yaml">YAML</h3> <pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight"><a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-destination">Destination</a>: <a href="aws-properties-s3-bucket-replicationconfiguration-rules-destination.html">ReplicationDestination</a> <a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-id">Id</a>: <em class="replaceable"><code>String</code></em> <a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-prefix">Prefix</a>: <em class="replaceable"><code>String</code></em> <a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationrule-sourceselectioncriteria">SourceSelectionCriteria</a>: <a href="aws-properties-s3-bucket-sourceselectioncriteria.html">SourceSelectionCriteria</a> <a href="aws-properties-s3-bucket-replicationconfiguration-rules.html#cfn-s3-bucket-replicationconfiguration-rules-status">Status</a>: <em class="replaceable"><code>String</code></em> </code></pre> </div><h2 id="w2ab1c21c10d204c13d122b7">Properties</h2><div class="variablelist"> <dl> <dt><a id="cfn-s3-bucket-replicationconfiguration-rules-destination"></a><span class="term"><code class="code">Destination</code></span></dt> <dd> <p>Defines the destination where Amazon S3 stores replicated objects.</p> <p><em>Required</em>: Yes </p> <p><em>Type</em>: <a href="aws-properties-s3-bucket-replicationconfiguration-rules-destination.html">ReplicationDestination</a></p> </dd> <dt><a id="cfn-s3-bucket-replicationconfiguration-rules-id"></a><span class="term"><code class="code">Id</code></span></dt> <dd> <p>A unique identifier for the rule. If you don&apos;t specify a value, AWS CloudFormation generates a random ID. </p> <p><em>Required</em>: No </p> <p><em>Type</em>: String </p> </dd> <dt><a id="cfn-s3-bucket-replicationconfiguration-rules-prefix"></a><span class="term"><code class="code">Prefix</code></span></dt> <dd> <p>An object prefix. This rule applies to all Amazon S3 objects with this prefix. To specify all objects in an S3 bucket, specify an empty string. </p> <p><em>Required</em>: Yes </p> <p><em>Type</em>: String </p> </dd> <dt><a id="cfn-s3-bucket-replicationrule-sourceselectioncriteria"></a><span class="term"><code class="code">SourceSelectionCriteria</code></span></dt> <dd> <p>Specifies additional filters in identifying source objects that you want to replicate.</p> <p>Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using an AWS KMS-managed key. That is, you can choose to enable or disable replication of these objects. </p> <p><em>Required</em>: No </p> <p><em>Type</em>: <a href="aws-properties-s3-bucket-sourceselectioncriteria.html">SourceSelectionCriteria</a></p> </dd> <dt><a id="cfn-s3-bucket-replicationconfiguration-rules-status"></a><span class="term"><code class="code">Status</code></span></dt> <dd> <p>Whether the rule is enabled. For valid values, see the <code class="code">Status</code> element of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html">PUT Bucket replication</a> action in the <em>Amazon Simple Storage Service API Reference</em>. </p> <p><em>Required</em>: Yes </p> <p><em>Type</em>: String </p> </dd> </dl> </div></div> </body> </html>
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-s3-bucket-replicationconfiguration-rules.html
HTML
mit
9,283
<html> <head> <style> body { background-color:#2B3E50; } </style> </head> <body> <div style="text-align: center; padding-top:200px; color:#ebebeb;"> <h1>Down for updates</h1> <b>Come back in five for new features. Contact us in <a style="color:#fff;" href="https://kiwiirc.com/client/irc.freenode.net/#simpledoge">IRC</a> for more info</b></b><br><p></p> <img src="/static/img/oh_boy.gif"> </div> </body> </html>
raid5/simpledoge
static/updates.html
HTML
mit
437
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>CommandParams - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>CommandParams</h1> <div class="xmldoc"> <p>DotNet parameters</p> </div> <h3>Record Fields</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Record Field</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1600', 1600)" onmouseover="showTip(event, '1600', 1600)"> TimeOut </code> <div class="tip" id="1600"> <strong>Signature:</strong> TimeSpan<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/DotNetCLIHelper.fs#L46-46" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>A timeout for the command.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1601', 1601)" onmouseover="showTip(event, '1601', 1601)"> ToolPath </code> <div class="tip" id="1601"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/DotNetCLIHelper.fs#L40-40" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>ToolPath - usually just "dotnet"</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1602', 1602)" onmouseover="showTip(event, '1602', 1602)"> WorkingDir </code> <div class="tip" id="1602"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/DotNetCLIHelper.fs#L43-43" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Working directory (optional).</p> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcityadvanced.html">TeamCity integration (Advanced)</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li> <li><a href="http://fsharp.github.io/FAKE/chocolatey.html">Using Chocolatey</a></li> <li><a href="http://fsharp.github.io/FAKE/slacknotification.html">Using Slack</a></li> <li><a href="http://fsharp.github.io/FAKE/msteamsnotification.html">Using Microsoft Teams</a></li> <li><a href="http://fsharp.github.io/FAKE/sonarcube.html">Using SonarQube</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
ploeh/PollingConsumer
packages/FAKE/docs/apidocs/fake-dotnetcli-commandparams.html
HTML
mit
8,820
<!DOCTYPE html> <html> <head> <title>答疑解惑区</title> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <!-- Custom Theme files --> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- Custom Theme files --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="TipTrip,高考,大学,咨询,上海,教育" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!--webfont--> <link href='http://fonts.useso.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'> <link href='http://fonts.useso.com/css?family=Niconne' rel='stylesheet' type='text/css'> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <!-- Custom Fonts --> <link rel="stylesheet" href="css/font-awesome.min.css" type="text/css"> <!--/script--> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},900); }); $('.theme-login').click(function(){ $('.theme-popover-mask').fadeIn(100); $('.theme-popover').slideDown(200); }); $('.theme-poptit .close').click(function(){ $('.theme-popover-mask').fadeOut(100); $('.theme-popover').slideUp(200); }); $('.theme-login1').click(function(){ $('.theme-popover-mask').fadeIn(100); $('.theme-popover1').slideDown(200); }); $('.theme-poptit1 .close').click(function(){ $('.theme-popover-mask').fadeOut(100); $('.theme-popover1').slideUp(200); }); }); function scrollt(id) { var cc=document.getElementById(id); cc.scrollIntoView(); } </script> </script> </head> <body> <!-- header-section-starts --> <div class="about-header-banner"> <div class="container"> <div class="header-top"> <span class="menu"><img src="images/nav.png" alt=""/></span> <div class="top-menu"> <ul> <nav class="cl-effect-13"> <div> <li><img src="images/TipTrip-logo.png" class="img-responsive"></li> <li><a href="index.html">主页</a></li> <li><a href="javascript:;" class="theme-login">登录</a></li> <li><a class="scroll" href="#">注册</a></li> <li><a href="#" style="display:none">个人中心</a></li> <li><a href="about.html">关于我们</a></li> <li><p style="display:none">欢迎,XXX</p></li> </div> </nav> </ul> </div> <div class="clearfix"></div> </div> <div class="clearfix"></div> <div class="banner-info text-center"> <h1><a href="index.html">Tip & Trip</a></h1> </div> </div> </div> <!-- script for menu --> <script> $( "span.menu" ).click(function() { $( ".top-menu ul" ).slideToggle( 300, function() { // Animation complete. }); }); </script> <!-- //script for menu --> <!-- header-section-ends --> <!--signin--> <div class="theme-popover"> <div class="theme-poptit"> <a href="javascript:;" title="关闭" class="close">×</a> <h3>登录</h3> </div> <div class="theme-popbod dform"> <form class="form-horizontal" role="form" name="loginform" action="" method="post"> <div class="form-group"> <label for="user" class="col-sm-3 control-label">用户名</label> <div class="col-sm-9"> <input id="user" type="text" class="form-control" placeholder="请输入用户名" required> </div> </div> <div class="form-group"> <label for="pass" class="col-sm-3 control-label">密码</label> <div class="col-sm-9"> <input id="pass" type="password" class="form-control" placeholder="请输入密码" required> </div> </div> <div class="form-group"> <input id="check" type="checkbox" class="check" checked> <label for="check"><span class="icon"></span> 保持我的状态</label> </div> <div class="form-group"> <div> <button type="submit" class="btn btn-default">登录</button> </div> </div> </form> <hr style=" height:2px;border:none;border-top:2px solid #185598;"> <div> <a href="#">忘记密码?</a> </div> </div> </div> <!--signin-ends--> <!--signup-start--> <div class="theme-popover1"> <div class="theme-poptit1"> <a href="javascript:;" title="关闭" class="close">×</a> <h3>注册</h3> </div> <div class="theme-popbod dform"> <form class="form-horizontal" role="form" name="loginform" action="" method="post"> <div class="form-group"> <label for="user" class="col-sm-4 col-md-4 control-label">用户名</label> <div class="col-sm-8 col-md-8"> <input id="user" type="text" class="form-control" placeholder="请输入用户名" required> </div> </div> <div class="form-group"> <label for="pass" class="col-sm-4 col-md-4 control-label">密码</label> <div class="col-sm-8 col-md-8"> <input id="pass" type="password" class="form-control" placeholder="请输入密码" required> </div> </div> <div class="form-group"> <label for="pass" class="col-sm-4 col-md-4 control-label">重复密码</label> <div class="col-sm-8 col-md-8"> <input id="pass" type="password" class="form-control" placeholder="请再次输入密码" required> </div> </div> <div class="form-group"> <label for="email" class="col-sm-4 col-md-4 control-label">邮箱</label> <div class="col-sm-8 col-md-8"> <input name="email" type="text" placeholder="请输入邮箱" class="form-control" required pattern="^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$" title="邮箱正确格式:[email protected]"> </div> </div> <div class="form-group"> <div> <button type="submit" class="btn btn-default">注册</button> </div> </div> </form> </div> </div> <!--signup-end--> <div class="search-area-wrapper"> <div class="search-area container"> <form class="form-inline search-form" role="form"> <div class="form-group" style="float:left"> <button class="btn btn-default btn-lg" onclick="scrollt('coment-form'); return false;">我要提问</button> </div> <div class="form-group" style="float:right"> <button class="btn btn-default">搜索</button> </div> <div class="form-group" style="float:right;margin-right:10px"> <input type="text" class="form-control" id="searchtxt" placeholder="请输入关键字"> </div> </form> </div> </div> <div class="page-container"> <div class="container"> <div class="row"> <!-- start of page content --> <div class="col-md-8 col-sm-8 col-lg-9 main-listing"> <article class="format-standard type-post hentry clearfix"> <header class="clearfix"> <h3 class="post-title"> <a href="single.html">广西考生平时成绩超一本线五十几分,我应报读哪个大学比较好?</a> </h3> <div class="post-meta clearfix"> <span class="date">25 Feb, 2013</span> <span class="category"><a href="#" title="View all posts in Server &amp; Database">志愿填报<a>、<a href="#">考前咨询</a></span> <span class="comments"><a href="#" title="Comment on Integrating WordPress with Your Website">回答数:2</a></span> <span class="like-count">66</span> </div><!-- end of post meta --> </header> <p>今年高三,还有九天高考,可是近几次模考都是一本线下十几分,每一次都是有一科不理想,每一次不理想的科目还都不是同一科。真的挺担心因为中考的时候是模拟考不理想中考也不理想,担心高考。我想去一个一本学校读广告,可是我怎么觉得这个梦想这么难实现了呢。最后9天了非常的没动力,有一种快到头了的感觉,接下来就是适应性考试,接着自习然后就高考了。我不是想来问问有没有希望之类的没有用的话,我只是想要一个坚持下去的理由。最后九天,我该做些什么. . . <a class="readmore-link" href="#"><span class="label label-default">Read more</span></a></p> </article> <article class="format-standard type-post hentry clearfix"> <header class="clearfix"> <h3 class="post-title"> <a href="single.html">高出差十多分才到一本线,还剩最后几天,有可能高考到一本线吗?我现在很紧张,怎么办呢?</a> </h3> <div class="post-meta clearfix"> <span class="date">25 Feb, 2013</span> <span class="category"><a href="#" title="View all posts in Server &amp; Database">快速提分</a>、<a href="#">心理疏导</a></span> <span class="comments"><a href="#" title="Comment on Integrating WordPress with Your Website">回答数:5</a></span> <span class="like-count">66</span> </div><!-- end of post meta --> </header> <p>我理综特别差,导致每次都离一本线差一点点,语数英还好,然后如果高考只是刚刚上一本线到最后是不是还是要去读二本学校. . . <a class="readmore-link" href="#"><span class="label label-default">Read more</span></p> </article> <article class="format-standard type-post hentry clearfix"> <header class="clearfix"> <h3 class="post-title"> <a href="single.html">广西考生平时成绩超一本线五十几分,我应报读哪个大学比较好?</a> </h3> <div class="post-meta clearfix"> <span class="date">25 Feb, 2013</span> <span class="category"><a href="#" title="View all posts in Server &amp; Database">志愿填报<a>、<a href="#">考前咨询</a></span> <span class="comments"><a href="#" title="Comment on Integrating WordPress with Your Website">回答数:2</a></span> <span class="like-count">66</span> </div><!-- end of post meta --> </header> <p>今年高三,还有九天高考,可是近几次模考都是一本线下十几分,每一次都是有一科不理想,每一次不理想的科目还都不是同一科。真的挺担心因为中考的时候是模拟考不理想中考也不理想,担心高考。我想去一个一本学校读广告,可是我怎么觉得这个梦想这么难实现了呢。最后9天了非常的没动力,有一种快到头了的感觉,接下来就是适应性考试,接着自习然后就高考了。我不是想来问问有没有希望之类的没有用的话,我只是想要一个坚持下去的理由。最后九天,我该做些什么. . . <a class="readmore-link" href="#"><span class="label label-default">Read more</span></p> </article> <article class="format-standard type-post hentry clearfix"> <header class="clearfix"> <h3 class="post-title"> <a href="single.html">高出差十多分才到一本线,还剩最后几天,有可能高考到一本线吗?我现在很紧张,怎么办呢?</a> </h3> <div class="post-meta clearfix"> <span class="date">25 Feb, 2013</span> <span class="category"><a href="#" title="View all posts in Server &amp; Database">快速提分</a>、<a href="#">心理疏导</a></span> <span class="comments"><a href="#" title="Comment on Integrating WordPress with Your Website">回答数:3</a></span> <span class="like-count">66</span> </div><!-- end of post meta --> </header> <p>我理综特别差,导致每次都离一本线差一点点,语数英还好,然后如果高考只是刚刚上一本线到最后是不是还是要去读二本学校. . . <a class="readmore-link" href="#"><span class="label label-default">Read more</span></a></p> </article> <article class=" type-post format-image hentry clearfix"> <header class="clearfix"> <h3 class="post-title"> <a href="single.html">考试做题会感觉很空……</a> </h3> <div class="post-meta clearfix"> <span class="date">25 Feb, 2013</span> <span class="category"><a href="#" title="View all posts in Designing in WordPress">心理疏导</a></span> <span class="comments"><a href="#" title="Comment on Using Images">回答数:1</a></span> <span class="like-count">7</span> </div><!-- end of post meta --> </header> <a href="#" title="Using Images"><img src="images/living-room-770x501.jpg" class="attachment-std-thumbnail wp-post-image" alt="Living room"></a> <p>考试做题会感觉很空……看着题目很慌乱,原本做一遍就会的题目要做上很多遍,写字都不利索,但是内心没有想很多。是熬了夜的原因吗?请问楼楼高考心态怎么调整呢。进考场前还要做做题找有点感觉不?现在520,高考有希望540么. . . <a class="readmore-link" href="#"><span class="label label-default">Read more</span></a></p> </article> <ul class="pagination"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <div class="coment-form" id="coment-form"> <h2 style="margin-bottom:0px">提问</h2> <hr style="margin-top:0px; height:1px;border:none;border-top:1px solid #BBBBBB;"> <form role="form"> <div class="form-group"> <input type="text" placeholder="请输入问题" required> </div> <div class="form-group"> <select> <option>填报志愿</option> <option>考前咨询</option> <option>快速提分</option> <option>心理疏导</option> <option>大学生活</option> <option>上海高校</option> <option>未来规划</option> </select> <input type="text" placeholder="请输入悬赏金额" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" style="width:40%;float:left;"> </div> <div class="form-group"> <textarea type="text" placeholder="请输入问题的详细描述..." required></textarea> </div> <div class="form-group"> <input type="submit" value="提交问题"> </div> </form> </div> </div> <div class="col-md-4 col-sm-4 col-lg-3"> <section class="widget"><h3 class="title"><i class="fa fa-tags"></i>&nbsp;分类</h3> <ul> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">填报志愿</a> </li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">考前咨询</a></li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">快速提分</a></li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">心理疏导</a></li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">大学生活</a></li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">上海高校</a></li> <li><a href="#" title="Lorem ipsum dolor sit amet," class="list-group-item">未来规划</a></li> </ul> </section> <section class="widget"> <div class="support-widget"> <h3 class="title"><i class="fa fa-question-circle"></i>&nbsp;帮助</h3><br/> <p class="intro">仍需要帮助?如果你还是没有解决问题,你可以联系我们获得进一步的帮助。</p> </div> </section> </div> </div> </div> </div> <!-- footer-section --> <div id="footer"> <div id="footer-bg" class="hidden-xs"> <div id="footer-inner"> <div class="inner-block first"> <h3>关于我们</h3> <div class="inner-con"> 大学咨游网(Tip&amp;Trip)是一个专业的高校信息交流平台,立足于高考考生对上海高校信息的需求,旨在为大学生和高考考生提供报备与机会,是高考考生和大学生间自由交流的一座桥梁。坚持将最全面、真实、有效的高校信息提供给用户。 </div> </div> <div class="inner-block"> <h3>我们的团队</h3> <div class="inner-con designer-recom"> <a href="#" target="_blank" rel="nofollow"> <img src="images/p1.jpg"> </a> <a href="#" target="_blank" rel="nofollow"> <img src="images/p2.jpg"> </a> <a href="#" target="_blank" rel="nofollow"> <img src="images/p3.jpg"> </a> <a href="#" target="_blank" rel="nofollow"> <img src="images/p4.jpg"> </a> <a href="#" target="_blank" rel="nofollow"> <img src="images/p5.jpg"> </a> </div> </div> <div class="inner-block"> <h3>站内通道</h3> <ul class="wp-tag-cloud"> <li> <a href="about.html">关于我们</a> </li> <li> <a href="#">信息大本营</a> </li> <li> <a href="question.html">答疑解惑区</a> </li> <li> <a href="live.html">高校直播间</a> </li> <li> <a href="gallery.html">精品大学游</a> </li> </ul> </div> <div class="inner-block last"> <h3>我们的微信</h3> <div class="inner-con"> <div class="weixinma"> <img src="images/erweima.jpg" alt="二维码"> <p>扫码关注,更多惊喜!</p> </div> </div> </div> </div> </div> <div id="footer-bottom" style="padding:0"> <div id="footer-inner"> <div class="nav-foot"> <ul class="footer-links dropdown"> <li><a href="#" rel="nofollow">广告合作</a></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <li><a href="#" rel="nofollow">免责声明</a></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <li><a href="#" rel="nofollow" data-toggle="dropdown">友情链接</a> <ul class="dropdown-menu footer-yqlinks" role="menu" aria-labelledby="dLabel"> <li><a href="http://www.sjtu.edu.cn/" target="_blank">上海交通大学</a></li> <li><a href="http://www.fudan.edu.cn/" target="_blank">复旦大学</a></li> <li><a href="http://www.tongji.edu.cn/" target="_blank">同济大学</a></li> <li><a href="http://www.ecnu.edu.cn/" target="_blank">华东师范大学</a></li> <li><a href="http://www.dhu.edu.cn/" target="_blank">东华大学</a></li> <li><a href="http://www.ecust.edu.cn/" target="_blank">华东理工大学</a></li> <li><a href="http://www.shu.edu.cn/" target="_blank">上海大学</a></li> <li><a href="http://www.lixin.edu.cn/" target="_blank">上海立信会计学院</a></li> </ul></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <li><a href="#" rel="nofollow">联系我们</a></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <li><a href="about.html" rel="nofollow">关于我们</a></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <li><a href="#" rel="nofollow">@TipTrip</a></li> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </ul> <p class="credit"> Copyright © 2016 <strong> <a class="site-link" href="#" title="大学咨游网-Tip&Trip" rel="home"> <span>大学咨游网-Tip&amp;Trip</span> </a> </strong> - 微信公众号:TipTrip </p> </div> </div> </div> </div> <!-- footer-section --> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <a href="#to-top" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> <!----> </body> </html>
longfengno1/Tip-Trip
question.html
HTML
mit
20,074
<h2>Zipping a file: the stream way</h2> <pre><code data-trim> var fs = require('fs'); var zlib = require('zlib'); var file = process.argv[2]; fs.createReadStream(file) .pipe(zlib.createGzip()) .pipe(fs.createWriteStream(file + '.stream.gz')) .on('finish', function() { console.log('File successfully compressed'); }); </code></pre>
marcopiraccini/streams-bolognajs
slides/zipping-a-file-the-streams-way.html
HTML
mit
366
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script><script language=JavaScript src="../javascript/searchdata.js"></script></head><body class="FramedSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!-- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script> <!-- Generated by Natural Docs, version 1.4 --> <!-- http://www.naturaldocs.org --> <!-- saved from url=(0026)http://www.naturaldocs.org --> <div id=Index><div class=IPageTitle>Search Results</div><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_Float><div class=IEntry><span class=ISymbolPrefix>CFG_</span><a href="../files/SDL_config_cfg-h.html#CFG_Float" class=ISymbol>Float</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults", "FramedHTML"); searchResults.Search(); --></script></div><!--Index--> <script language=JavaScript><!-- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
AJ-Moore/NMEngine
libraries/Third Party SDKs and Binaries/SDL_Config 1.2/doc/search/MacrosF.html
HTML
mit
1,582
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="Generator" content="Kate, the KDE Advanced Text Editor" /> <title>Untitled</title> </head> <body> <pre style='color:#bbbbbb;background-color:#323232;'> <i><span style='color:#888888;'>/* ==========================================================================</span></i> <i><span style='color:#888888;'> Media Queries for Responsive Design.</span></i> <i><span style='color:#888888;'> Theses examples override the primary ('mobile first') styles.</span></i> <i><span style='color:#888888;'> Modify as content requires.</span></i> <i><span style='color:#888888;'> ========================================================================== */</span></i> <b><span style='color:#ffaa00;'>@media</span></b> <span style='color:#f08682;'>only</span> <b><span style='color:#ffaa00;'>screen</span></b> <span style='color:#f08682;'>and</span> <span style='color:#f08682;'>(min-width:</span> <span style='color:#f08682;'>35em)</span> <b><span style='color:#ffaa00;'>{</span></b> <i><span style='color:#888888;'>/* Style adjustments for viewports that meet the condition */</span></i> <i><span style='color:#888888;'>/* change the percentage gap on menu items */</span></i> <b><span style='color:#ffd500;'>#navigation</span></b> li a<b><span style='color:#ffeb55;'>{</span></b> <b><span style='color:#ffeb55;'>display:</span></b> <span style='color:#80b3ff;'>inline</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>float:</span></b> <span style='color:#80b3ff;'>left</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>padding:</span></b> <span style='color:#80b3ff;'>5px</span> <span style='color:#80b3ff;'>8%</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>color:</span></b> <span style='color:#80b3ff;'>#FFFFFF</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>text-decoration:</span></b> <span style='color:#80b3ff;'>none</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>}</span></b> <b><span style='color:#ffaa00;'>}</span></b> <b><span style='color:#ffaa00;'>@media</span></b> <span style='color:#f08682;'>only</span> <b><span style='color:#ffaa00;'>screen</span></b> <span style='color:#f08682;'>and</span> <span style='color:#f08682;'>(-webkit-min-device-pixel-ratio:</span> <span style='color:#f08682;'>1.5),</span> <span style='color:#f08682;'>only</span> <b><span style='color:#ffaa00;'>screen</span></b> <span style='color:#f08682;'>and</span> <span style='color:#f08682;'>(min-resolution:</span> <span style='color:#f08682;'>144dpi)</span> <b><span style='color:#ffaa00;'>{</span></b> <i><span style='color:#888888;'>/* change the percentage gap on menu items */</span></i> <b><span style='color:#ffd500;'>#navigation</span></b> li a<b><span style='color:#ffeb55;'>{</span></b> <b><span style='color:#ffeb55;'>display:</span></b> <span style='color:#80b3ff;'>inline</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>float:</span></b> <span style='color:#80b3ff;'>left</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>padding:</span></b> <span style='color:#80b3ff;'>5px</span> <span style='color:#80b3ff;'>8%</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>color:</span></b> <span style='color:#80b3ff;'>#FFFFFF</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>text-decoration:</span></b> <span style='color:#80b3ff;'>none</span><b><span style='color:#ffeb55;'>;</span></b> <b><span style='color:#ffeb55;'>}</span></b> <b><span style='color:#ffaa00;'>}</span></b></pre> </body> </html>
my-webapps/chipbit-games
CLOSER-TO-FINAL/csci304/non-mobile-css.html
HTML
mit
4,000
<!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_26) on Tue Aug 16 22:45:45 EDT 2011 --> <TITLE> OWLUtils </TITLE> <META NAME="date" CONTENT="2011-08-16"> <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="OWLUtils"; } } </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/OWLUtils.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/nescent/VTO/lib/OWLTerm.html" title="class in org.nescent.VTO.lib"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/nescent/VTO/lib/SynonymI.html" title="interface in org.nescent.VTO.lib"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/nescent/VTO/lib/OWLUtils.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OWLUtils.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.nescent.VTO.lib</FONT> <BR> Class OWLUtils</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.nescent.VTO.lib.OWLUtils</B> </PRE> <HR> <DL> <DT><PRE>public class <B>OWLUtils</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- ========== 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;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/nescent/VTO/lib/OWLUtils.html#addDbXref(org.semanticweb.owlapi.model.OWLIndividual, java.lang.String)">addDbXref</A></B>(org.semanticweb.owlapi.model.OWLIndividual&nbsp;term, java.lang.String&nbsp;xrefid)</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/nescent/VTO/lib/OWLUtils.html#attachParent(org.semanticweb.owlapi.model.OWLIndividual, org.semanticweb.owlapi.model.OWLIndividual)">attachParent</A></B>(org.semanticweb.owlapi.model.OWLIndividual&nbsp;childTerm, org.semanticweb.owlapi.model.OWLIndividual&nbsp;parentTerm)</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;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/nescent/VTO/lib/OWLUtils.html#isEmpty()">isEmpty</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;org.semanticweb.owlapi.model.OWLIndividual</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/nescent/VTO/lib/OWLUtils.html#lookupTermByName(java.lang.String)">lookupTermByName</A></B>(java.lang.String&nbsp;name)</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/nescent/VTO/lib/SynonymI.html" title="interface in org.nescent.VTO.lib">SynonymI</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/nescent/VTO/lib/OWLUtils.html#makeSynonym(java.lang.String)">makeSynonym</A></B>(java.lang.String&nbsp;synString)</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;org.semanticweb.owlapi.model.OWLNamedIndividual</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/nescent/VTO/lib/OWLUtils.html#makeTerm(java.lang.String, java.lang.String)">makeTerm</A></B>(java.lang.String&nbsp;id, java.lang.String&nbsp;label)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ 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="isEmpty()"><!-- --></A><H3> isEmpty</H3> <PRE> public boolean <B>isEmpty</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="makeTerm(java.lang.String, java.lang.String)"><!-- --></A><H3> makeTerm</H3> <PRE> public org.semanticweb.owlapi.model.OWLNamedIndividual <B>makeTerm</B>(java.lang.String&nbsp;id, java.lang.String&nbsp;label)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="makeSynonym(java.lang.String)"><!-- --></A><H3> makeSynonym</H3> <PRE> public <A HREF="../../../../org/nescent/VTO/lib/SynonymI.html" title="interface in org.nescent.VTO.lib">SynonymI</A> <B>makeSynonym</B>(java.lang.String&nbsp;synString)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="lookupTermByName(java.lang.String)"><!-- --></A><H3> lookupTermByName</H3> <PRE> public org.semanticweb.owlapi.model.OWLIndividual <B>lookupTermByName</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="attachParent(org.semanticweb.owlapi.model.OWLIndividual, org.semanticweb.owlapi.model.OWLIndividual)"><!-- --></A><H3> attachParent</H3> <PRE> public void <B>attachParent</B>(org.semanticweb.owlapi.model.OWLIndividual&nbsp;childTerm, org.semanticweb.owlapi.model.OWLIndividual&nbsp;parentTerm)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="addDbXref(org.semanticweb.owlapi.model.OWLIndividual, java.lang.String)"><!-- --></A><H3> addDbXref</H3> <PRE> public void <B>addDbXref</B>(org.semanticweb.owlapi.model.OWLIndividual&nbsp;term, java.lang.String&nbsp;xrefid)</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/OWLUtils.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/nescent/VTO/lib/OWLTerm.html" title="class in org.nescent.VTO.lib"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/nescent/VTO/lib/SynonymI.html" title="interface in org.nescent.VTO.lib"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/nescent/VTO/lib/OWLUtils.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OWLUtils.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
NESCent/Taxonomy-Ontology-Tool
docs/org/nescent/VTO/lib/OWLUtils.html
HTML
mit
12,404
<!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="./208e30edd39e8cf8d0c8b39fb155585ddd125493a42e7c9cca7cbb419f5f40ca.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/1fa8c53fa756dca2a439cce40edf8b4575f5df20ae968a9926d8804a29cd741b.html
HTML
mit
550
<!DOCTYPE html> <html data-require="math"> <head> <title>Insertion Sort Question 5</title> <script src="../../lib/jquery.min.js"></script> <script src="../../lib/jquery-ui.min.js"></script> <script src="../../ODSAkhan-exercises/khan-exercise.js"></script> </head> <body> <div class="exercise"> <div class="problems"> <div id="problem-type-or-description"> <p class="question"> When implementing Insertion Sort, a binary search could be used to locate the position within the first <code>i-1</code> records of the array into which record <code>i</code> should be inserted. In this implementation, the worst case time will be:</p> <div class="solution"><var><code>\Theta(n^2)</code></var></div> <ul class="choices"> <li><var><code>\Theta(n \log n)</code></var></li> <li><var><code>\Theta(n)</code></var></li> <li><var><code>\Theta(\log n)</code></var></li> </ul> <div class="hints"> <p>The position to insert could be found in <code>\Theta (\log i)</code>, but shifting the records to makeroom for the insert will still require <code>\Theta(i)</code> time</p> </div> </div> </div> </div> </body> </html>
hosamshahin/OpenDSA
Exercises/Sorting/InssortMCQ5.html
HTML
mit
1,209
--- layout: page title: "NCT01856868" --- <ul> {% assign result = site.data[page.title] %} <p> Title: {{ result.official_title }} </p> <p> Source: {{ result.source }} </p> <p> ID: {{ result.id }} </p> <p> URL: {{ result.required_header.url }} </p> <p> Start: {{ result.start_date }} </p> <p> Completion: {{ result.completion_date.value }} </p> <p> Eligibility: Gender {{ result.eligibility.gender }} From {{ result.eligibility.minimum_age }} to {{ result.eligibility.maximum_age }}</p> <p> Status: {{ result.overall_status }} </p> {% for treatment in result.intervention %} <p> Intervention: {{ treatment.intervention_name }} </p> {% endfor %} <p>{{ result.eligibility.study_pop.textblock }} </p> <p>{{ result.detailed_description.textblock }} </p> </ul>
caskethopper/caskethopper.github.io
NCT01856868/index.html
HTML
mit
824
<!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.9.6: Class Members</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.9.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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li class="current"><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_l"></a>- l -</h3><ul> <li>length() : <a class="el" href="classv8_1_1_external_ascii_string_resource_impl.html#a8f37b80039c1ef29b0c755354a11424a">v8::ExternalAsciiStringResourceImpl</a> </li> <li>Length() : <a class="el" href="classv8_1_1_script_data.html#a6aa1007dfe6b09a5e59443bb1afff0b9">v8::ScriptData</a> </li> <li>length() : <a class="el" href="classv8_1_1_string_1_1_external_ascii_string_resource.html#aeecccc52434c2057d3dc5c9732458a8e">v8::String::ExternalAsciiStringResource</a> , <a class="el" href="classv8_1_1_string_1_1_external_string_resource.html#ab5ca300fea077d7c7774ec49d32e4da1">v8::String::ExternalStringResource</a> </li> <li>Length() : <a class="el" href="classv8_1_1_string.html#a812edd5c3beffb3a08ff94103ac31f23">v8::String</a> </li> <li>Locker() : <a class="el" href="classv8_1_1_locker.html#a84728a02fbc178d9d3be2a169af45bbb">v8::Locker</a> </li> <li>LowMemoryNotification() : <a class="el" href="classv8_1_1_v8.html#a7df118b9667d04903f8e9fb7452fd1ac">v8::V8</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:59 for V8 API Reference Guide for node.js v0.9.6 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
438e0c6/html/functions_l.html
HTML
mit
7,160
<!DOCTYPE html> <html lang="en"> <head> <!-- META DATA --> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="UTF-8"> <title>Listant | Local Services</title> <meta name="description" content="Listant is a real-time, local listing agent that provides the most efficient, responsive, and safe platform for the everyday exchanges of goods and services."/> <meta name="keywords" content="Listant is a real-time, local listing agent that provides the most efficient, responsive, and safe platform for the everyday exchanges of goods and services.."/> <meta name="author" content="Listant, LLC"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta property="og:image" content="http://bellwethermade.com/small_facebook.png" /> <meta property="og:title" content="Listant | Community Driven:" /> <meta property="og:description" content="Listant is a real-time, local listing agent that provides the most efficient, responsive, and safe platform for the everyday exchanges of goods and services." /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <!-- Bootstrap Core CSS --> <link href="../public/css/vendor/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="../public/css/clean-blog.css" rel="stylesheet"> <link href="../public/css/navbar.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <a class="navbar-brand" href="../index.html"> <img alt="Brand" width="150" height="20" src="../public/img/listant_wicon_logo_nav.svg"> </a> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- <li> <a href="../contact.html">About</a> </li>--> <li> <a href="../blog.html">Blog</a> </li> <li> <a href="../contact.html">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <!-- Set your background image for this header on the line below. --> <header class="intro-header" style="background-image: url('https://s3-us-west-1.amazonaws.com/www.listantlocal.com/img/blog/Blog-Cover.png')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>Solve Your Daily Problems</h1> <span class="meta">Posted by <a href="#">Alex Brodsky</a> on April 3, 2016</span> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p> You are great at making plans, but life doesn’t respect that. When life throws something unexpected at you, regardless of what it is, it always leaves you with one question: How? </p> <p> How am I going to get all of my laundry done when I have 2 tests tomorrow? </p> <p> How am I supposed to shovel snow when my son’s basketball game is in 30 minutes? </p> <p> How am I going to make this month’s rent after the unexpected hike of my utilities? </p> <p> We are always looking for better ways to solve these daily inconveniences, and at the beginning of March, Listant will provide the solution to these daily inconveniences. </p> <p> Here is an example of how Jason used Listant when he ran into some unexpected issues the day of his daughter’s graduation party: </p> <ol start="1" type="1"> <li> Jason was just informed that the catering delivery truck has broken down, and he now needs to drive and pick up the food himself. <u>How</u> will he be able to do this when he still needs to mow his lawn? He thinks of the best possible solution: Listant. </li> <li> Jason signs in to Listant and is instantly ready to post his job. </li> <li> Jason clicks post new, enters the jobs details, and posts his job into the community marketplace in under 1 minute. </li> <li> Everyone in Jason’s community who is looking for lawn mowing jobs is instantly notified. His job can also be viewed in Listant’s real time job board. Jason quickly receives 3 different applications and chooses one: Mike </li> <li> After communicating through a private chat, it is decided that Mike will be at Jason’s house within the hour. </li> <li> Mike completes the job and marks it complete. Jason then pays and reviews Mike. </li> <li> Mike then reviews Jason, and the transaction is complete. </li> </ol> <p> This is just one example of how Listant can rescue you from a jam. The sky's the limit for Listant, and when you find yourself asking <u>how</u>, Just Listant! </p> <p> Download TODAY in both the Apple &amp; Google Play stores! </p> <div class='container col-lg-12 col-md-12 col-sm-12 col-xs-12' style="margin-bottom: 30px; text-align: center;"> <button class='ios-store' href="https://itunes.apple.com/us/app/listant-local-marketplace/id1008869837?mt=8"> <img style='width:100%!important;' src='../public/img/apple_store-badge.png' Onclick="window.open('https://itunes.apple.com/us/app/listant-local-marketplace/id1008869837?mt=8', '_blank')"> </button> <button class='ios-store' href="https://play.google.com/store/apps/details?id=bellwethermade.Lista"> <img style='width:100%!important;' src='../public/img/google-play-badge.png' Onclick="window.open('https://play.google.com/store/apps/details?id=bellwethermade.Lista', '_blank')"> </button> </div> <a href="#"> <img class="img-responsive" src="https://s3-us-west-1.amazonaws.com/www.listantlocal.com/img/blog/howtooutsource.png" alt=""> </a> </div> </div> </div> </article> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href='https://twitter.com/ListantLocal' target="_blank"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href='https://www.facebook.com/listantlocal' target='_blank'> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Listant, 2016</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="../public/js/vendor/jquery-1.11.3.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../public/js/vendor/bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script src="../public/js/clean-blog.js"></script> <script type="text/javascript" src="../public/js/vendor/angular.min.js"></script> <script src='../public/js/vendor/wow.min.js'></script> <script src='../public/js/app.js'></script> </body> </html>
abrod262000/Listant
app/blog/solve-problems.html
HTML
mit
11,144
<!DOCTYPE html> <html lang="en"> <head> {{> head/head head.defaults}} </head> <body> <div class="row column" style="margin-top: 20px"> <ul class="menu vertical"> <li><a href="index.html">Глобекс_2</a></li> <li><a href="secondary.html">Глобекс_второстепенная</a></li> <li><a href="articles.html">Список статей</a></li> <li><a href="contact-information.html">Контактная_информация</a></li> <li><a href="services-small.html">МобильнаяУслуги</a></li> </ul> </div> </body> </html>
Mishochik/globex
markup/pages/site-map.html
HTML
mit
603
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Bob Cook - Frontend Software Engineer</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/stylish-portfolio.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a> <nav id="sidebar-wrapper"> <ul class="sidebar-nav"> <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a> <li class="sidebar-brand"> <a href="#top" onclick=$("#menu-close").click();>Bob Cook</a> </li> <li> <a href="#top" onclick=$("#menu-close").click();>Home</a> </li> <li> <a href="#about" onclick=$("#menu-close").click();>Skills</a> </li> <li> <a href="#about" onclick=$("#menu-close").click();>Projects</a> </li> <li> <a href="#portfolio" onclick=$("#menu-close").click();>Experience</a> </li> <li> <a href="#contact" onclick=$("#menu-close").click();>Contact</a> </li> </ul> </nav> <!-- Header --> <header id="top" class="header"> <div class="text-vertical-center" id="headerCont"> <h1>Bob Cook</h1> <h3>Frontend Software Engineer</h3> <br> <a href="#about" class="btn btn-dark btn-lg">Find Out More</a> </div> </header> <!-- About --> <section id="about" class="about"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Frontend Software Engineer</h2> <p class="lead">I'm a Frontend Engineer at Jolt Software in Lehi, Utah. I enjoy living and working here in "The Silicon Slopes" where I'm able to live close to amazing mountains, good companies, great neighborhoods, and in general a nice place to live.</p> </div> </div> <!-- /.row --> </div> <!-- /.container --> </section> <!-- Services --> <!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ --> <section id="services" class="services skills-cont"> <div class="container"> <div class="row text-center"> <div class="col-lg-10 col-lg-offset-1 skills-head"> <h2>Skills</h2> <hr class="small"> <div class="row"> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/angular.png" alt="angular icon" /> </span> <h4> <strong>AngularJS</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/node.png" alt="node icon" /> </span> <h4> <strong>Node.js</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/mongodb.png" alt="mongodb icon" /> </span> <h4> <strong>MongoDB</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/expressjs.png" alt="express icon" /> </span> <h4> <strong>Express</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/javascript.png" alt="javascript icon" /> </span> <h4> <strong>Javascript/ES6</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/cSharp.png" alt="c# icon" /> </span> <h4> <strong>C#</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/git.png" alt="git icon" /> </span> <h4> <strong>Git</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/sass.png" alt="sass icon" /> </span> <h4> <strong>Sass/CSS3</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/html.png" alt="html icon" /> </span> <h4> <strong>HTML5</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/gulp.png" alt="gulp icon" /> </span> <h4> <strong>Gulp</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/react.png" alt="c# icon" /> </span> <h4> <strong>React</strong> </h4> </div> </div> <div class="col-md-3 col-sm-6"> <div class="service-item"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x"></i> <img class="icon-image" src="../img/jquery.png" alt="c# icon" /> </span> <h4> <strong>Jquery</strong> </h4> </div> </div> </div> <!-- /.row (nested) --> </div> <!-- /.col-lg-10 --> </div> <!-- /.row --> </div> <!-- /.container --> </section> <!-- Callout --> <aside class="callout"> <div class="text-vertical-center"> <h1>Experience</h1> </div> </aside> <!-- Portfolio --> <section id="portfolio" class="portfolio"> <div class="container"> <div class="row"> <div class="col-lg-10 col-lg-offset-1 text-center"> <h2>Projects</h2> <hr class="small"> <div class="row"> <div class="col-md-6"> <div class="portfolio-item"> <a target="_blank" href="http://www.trackourtruck.com"> <img class="img-portfolio img-responsive" id="website-view" src="img/trackourtruck.png"> </a> </div> </div> <div class="col-md-6"> <div class="portfolio-item"> <a target="_blank" href="http://www.textconnect.xyz"> <img class="img-portfolio img-responsive" src="img/textConnect.png"> </a> </div> </div> <div class="col-md-6"> <div class="portfolio-item"> <a href=#> <img class="img-portfolio img-responsive" src="img/wherecanIwat_ch.jpg"> </a> </div> </div> </div> <!-- /.row (nested) --> <a href="#" class="btn btn-dark">View More Items</a> </div> <!-- /.col-lg-10 --> </div> <!-- /.row --> </div> <!-- /.container --> </section> <!-- Call to Action --> <!-- <aside class="call-to-action bg-primary"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h3>The buttons below are impossible to resist.</h3> <a href="#" class="btn btn-lg btn-light">Click Me!</a> <a href="#" class="btn btn-lg btn-dark">Look at Me!</a> </div> </div> </div> </aside> --> <!-- Map --> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-10 col-lg-offset-1 text-center"> <h2>Bob Cook</h2> <p>github.com/bcbane <br>linkedin.com/in/bcbane/</p> <ul class="list-unstyled"> <li><i class="fa fa-phone fa-fw"></i> (385) 325-0713</li> <li><i class="fa fa-envelope-o fa-fw white"></i> <a href="mailto:[email protected]">[email protected]</a> </li> </ul> <br> <!-- <ul class="list-inline"> <li> <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a> </li> <li> <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a> </li> <li> <a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a> </li> </ul> --> <hr class="small"> <p class="">Copyright &copy; Bob Cook 2018</p> </div> </div> </div> <a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a> </footer> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script> // Closes the sidebar menu $("#menu-close").click(function(e) { e.preventDefault(); $("#sidebar-wrapper").toggleClass("active"); }); // Opens the sidebar menu $("#menu-toggle").click(function(e) { e.preventDefault(); $("#sidebar-wrapper").toggleClass("active"); }); // Scrolls to the selected menu item on the page $(function() { $('a[href*=#]:not([href=#],[data-toggle],[data-target],[data-slide])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); //#to-top button appears after scrolling var fixed = false; $(document).scroll(function() { if ($(this).scrollTop() > 250) { if (!fixed) { fixed = true; // $('#to-top').css({position:'fixed', display:'block'}); $('#to-top').show("slow", function() { $('#to-top').css({ position: 'fixed', display: 'block' }); }); } } else { if (fixed) { fixed = false; $('#to-top').hide("slow", function() { $('#to-top').css({ display: 'none' }); }); } } }); // Disable Google Maps scrolling // See http://stackoverflow.com/a/25904582/1607849 // Disable scroll zooming and bind back the click event var onMapMouseleaveHandler = function(event) { var that = $(this); that.on('click', onMapClickHandler); that.off('mouseleave', onMapMouseleaveHandler); that.find('iframe').css("pointer-events", "none"); } var onMapClickHandler = function(event) { var that = $(this); // Disable the click handler until the user leaves the map area that.off('click', onMapClickHandler); // Enable scrolling zoom that.find('iframe').css("pointer-events", "auto"); // Handle the mouse leave event that.on('mouseleave', onMapMouseleaveHandler); } // Enable map zooming with mouse scroll when the user clicks the map $('.map').on('click', onMapClickHandler); </script> </body> </html>
bcbane/portfolio
index.html
HTML
mit
17,794
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>Crap Engine 2: crap::queue&lt; T &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Crap Engine 2 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="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="namespacecrap.html">crap</a></li><li class="navelem"><a class="el" href="classcrap_1_1queue.html">queue</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="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="#pro-methods">Protected Member Functions</a> &#124; <a href="#pro-attribs">Protected Attributes</a> &#124; <a href="classcrap_1_1queue-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">crap::queue&lt; T &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p>Simple queue class. <a href="classcrap_1_1queue.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="queue_8h_source.html">queue.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ad4e0b0eb26d52a375dd0d03c94c77521"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#ad4e0b0eb26d52a375dd0d03c94c77521">queue</a> (void *pointer, uint32_t <a class="el" href="classcrap_1_1queue.html#a73fca132c007c2090336b0ab077bfe82">size</a>)</td></tr> <tr class="memdesc:ad4e0b0eb26d52a375dd0d03c94c77521"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor of queue class. <a href="#ad4e0b0eb26d52a375dd0d03c94c77521">More...</a><br /></td></tr> <tr class="separator:ad4e0b0eb26d52a375dd0d03c94c77521"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4379fd9831fc06b89a8fdea7c790bc4c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> <a class="el" href="classcrap_1_1queue.html">queue</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a4379fd9831fc06b89a8fdea7c790bc4c">operator=</a> (const <a class="el" href="classcrap_1_1queue.html">queue</a> &amp;other)</td></tr> <tr class="memdesc:a4379fd9831fc06b89a8fdea7c790bc4c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator of queue class. <a href="#a4379fd9831fc06b89a8fdea7c790bc4c">More...</a><br /></td></tr> <tr class="separator:a4379fd9831fc06b89a8fdea7c790bc4c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9289cb92cd6a64280ea848dc88b0a6f9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a9289cb92cd6a64280ea848dc88b0a6f9">~queue</a> (void)</td></tr> <tr class="memdesc:a9289cb92cd6a64280ea848dc88b0a6f9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor of queue class. <a href="#a9289cb92cd6a64280ea848dc88b0a6f9">More...</a><br /></td></tr> <tr class="separator:a9289cb92cd6a64280ea848dc88b0a6f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a73fca132c007c2090336b0ab077bfe82"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a73fca132c007c2090336b0ab077bfe82">size</a> (void) const </td></tr> <tr class="separator:a73fca132c007c2090336b0ab077bfe82"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af097f79db1c3b3400f8b503debdef410"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#af097f79db1c3b3400f8b503debdef410">max_size</a> (void) const </td></tr> <tr class="memdesc:af097f79db1c3b3400f8b503debdef410"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returning the maximum size of the queue. <a href="#af097f79db1c3b3400f8b503debdef410">More...</a><br /></td></tr> <tr class="separator:af097f79db1c3b3400f8b503debdef410"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a32a47bbe83b1547f42ea24df382a18cc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a32a47bbe83b1547f42ea24df382a18cc">begin</a> (void) const </td></tr> <tr class="memdesc:a32a47bbe83b1547f42ea24df382a18cc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns first element of the queue. <a href="#a32a47bbe83b1547f42ea24df382a18cc">More...</a><br /></td></tr> <tr class="separator:a32a47bbe83b1547f42ea24df382a18cc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1aad1cf2d26f9da15d52417a5c3f65f7"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a1aad1cf2d26f9da15d52417a5c3f65f7">end</a> (void) const </td></tr> <tr class="memdesc:a1aad1cf2d26f9da15d52417a5c3f65f7"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns first invalid element <a href="#a1aad1cf2d26f9da15d52417a5c3f65f7">More...</a><br /></td></tr> <tr class="separator:a1aad1cf2d26f9da15d52417a5c3f65f7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6219623400146bc09562109884f8328a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a6219623400146bc09562109884f8328a">next</a> (uint32_t index) const </td></tr> <tr class="memdesc:a6219623400146bc09562109884f8328a"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns next element <a href="#a6219623400146bc09562109884f8328a">More...</a><br /></td></tr> <tr class="separator:a6219623400146bc09562109884f8328a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a20e2eaac1e0ff2cb4f6227fc4ae930c7"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> T &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a20e2eaac1e0ff2cb4f6227fc4ae930c7">operator[]</a> (uint32_t index)</td></tr> <tr class="memdesc:a20e2eaac1e0ff2cb4f6227fc4ae930c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Index operator returning a member reference. <a href="#a20e2eaac1e0ff2cb4f6227fc4ae930c7">More...</a><br /></td></tr> <tr class="separator:a20e2eaac1e0ff2cb4f6227fc4ae930c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab66f525bafecbd2e94170319c3471266"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> const T &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#ab66f525bafecbd2e94170319c3471266">operator[]</a> (uint32_t index) const </td></tr> <tr class="memdesc:ab66f525bafecbd2e94170319c3471266"><td class="mdescLeft">&#160;</td><td class="mdescRight">Index operator returning a constant member reference. <a href="#ab66f525bafecbd2e94170319c3471266">More...</a><br /></td></tr> <tr class="separator:ab66f525bafecbd2e94170319c3471266"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8eee8f0edc723a6dc7ba1e8be021e002"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> T *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a8eee8f0edc723a6dc7ba1e8be021e002">get</a> (uint32_t index)</td></tr> <tr class="memdesc:a8eee8f0edc723a6dc7ba1e8be021e002"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the pointer to a certain member. <a href="#a8eee8f0edc723a6dc7ba1e8be021e002">More...</a><br /></td></tr> <tr class="separator:a8eee8f0edc723a6dc7ba1e8be021e002"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4133910c272a5d782b69e13b7d36eb95"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> const T *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a4133910c272a5d782b69e13b7d36eb95">get</a> (uint32_t index) const </td></tr> <tr class="memdesc:a4133910c272a5d782b69e13b7d36eb95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the constant pointer to a certain member. <a href="#a4133910c272a5d782b69e13b7d36eb95">More...</a><br /></td></tr> <tr class="separator:a4133910c272a5d782b69e13b7d36eb95"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a87a4fc114cdda80b141479e7e79062c2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a87a4fc114cdda80b141479e7e79062c2">push_back</a> (const T &amp;object)</td></tr> <tr class="memdesc:a87a4fc114cdda80b141479e7e79062c2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Inserts a new element at the end of the queue. <a href="#a87a4fc114cdda80b141479e7e79062c2">More...</a><br /></td></tr> <tr class="separator:a87a4fc114cdda80b141479e7e79062c2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a756c0f0d8e0655c0c8a2e8967a7ebf8b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a756c0f0d8e0655c0c8a2e8967a7ebf8b">pop</a> (void)</td></tr> <tr class="memdesc:a756c0f0d8e0655c0c8a2e8967a7ebf8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes first element of the queue. <a href="#a756c0f0d8e0655c0c8a2e8967a7ebf8b">More...</a><br /></td></tr> <tr class="separator:a756c0f0d8e0655c0c8a2e8967a7ebf8b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a38886e5433650f3cd48ca6c4ad05d7a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> <a class="el" href="structcrap_1_1pointer__t.html">pointer_t</a>&lt; void &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a38886e5433650f3cd48ca6c4ad05d7a1">memory</a> (void) const </td></tr> <tr class="memdesc:a38886e5433650f3cd48ca6c4ad05d7a1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the pointer to the memory. <a href="#a38886e5433650f3cd48ca6c4ad05d7a1">More...</a><br /></td></tr> <tr class="separator:a38886e5433650f3cd48ca6c4ad05d7a1"><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:ad91ad0cfc447bbc6212af33c0505e5c6"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="config__x86_8h.html#a5a40526b8d842e7ff731509998bb0f1c">CRAP_INLINE</a> uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#ad91ad0cfc447bbc6212af33c0505e5c6">size_of_elements</a> (uint32_t number)</td></tr> <tr class="memdesc:ad91ad0cfc447bbc6212af33c0505e5c6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculates necessary memory for a certain number of elements. <a href="#ad91ad0cfc447bbc6212af33c0505e5c6">More...</a><br /></td></tr> <tr class="separator:ad91ad0cfc447bbc6212af33c0505e5c6"><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-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a0515fc038b1eb4d6af4fd1612de127c5"><td class="memItemLeft" align="right" valign="top">static const uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a0515fc038b1eb4d6af4fd1612de127c5">INVALID</a> = <a class="el" href="crap__types_8h.html#ab5eb23180f7cc12b7d6c04a8ec067fdd">UINT32_MAX</a></td></tr> <tr class="memdesc:a0515fc038b1eb4d6af4fd1612de127c5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Defines an invalid index. <a href="#a0515fc038b1eb4d6af4fd1612de127c5">More...</a><br /></td></tr> <tr class="separator:a0515fc038b1eb4d6af4fd1612de127c5"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a> Protected Member Functions</h2></td></tr> <tr class="memitem:addabb985272064c0d3f2e028c830070a"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#addabb985272064c0d3f2e028c830070a">queue</a> (const <a class="el" href="classcrap_1_1queue.html">queue</a> &amp;other)</td></tr> <tr class="memdesc:addabb985272064c0d3f2e028c830070a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy Constructor kept private (do not use) <a href="#addabb985272064c0d3f2e028c830070a">More...</a><br /></td></tr> <tr class="separator:addabb985272064c0d3f2e028c830070a"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a> Protected Attributes</h2></td></tr> <tr class="memitem:aaa7768109ef5518469358b6963282c8d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structcrap_1_1pointer__t.html">pointer_t</a>&lt; T &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#aaa7768109ef5518469358b6963282c8d">_memory</a></td></tr> <tr class="memdesc:aaa7768109ef5518469358b6963282c8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Pointer type to memory. <a href="#aaa7768109ef5518469358b6963282c8d">More...</a><br /></td></tr> <tr class="separator:aaa7768109ef5518469358b6963282c8d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6025cd210773605e1b78d9136c020409"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a6025cd210773605e1b78d9136c020409">_size</a></td></tr> <tr class="memdesc:a6025cd210773605e1b78d9136c020409"><td class="mdescLeft">&#160;</td><td class="mdescRight">Current number of elements. <a href="#a6025cd210773605e1b78d9136c020409">More...</a><br /></td></tr> <tr class="separator:a6025cd210773605e1b78d9136c020409"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a01314cde8e1d28f2f8d5d347f3ce94a8"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a01314cde8e1d28f2f8d5d347f3ce94a8">_max_size</a></td></tr> <tr class="memdesc:a01314cde8e1d28f2f8d5d347f3ce94a8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum number of elements. <a href="#a01314cde8e1d28f2f8d5d347f3ce94a8">More...</a><br /></td></tr> <tr class="separator:a01314cde8e1d28f2f8d5d347f3ce94a8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a754dd42464cea488ad629109dfd8933f"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrap_1_1queue.html#a754dd42464cea488ad629109dfd8933f">_begin</a></td></tr> <tr class="memdesc:a754dd42464cea488ad629109dfd8933f"><td class="mdescLeft">&#160;</td><td class="mdescRight">first index <a href="#a754dd42464cea488ad629109dfd8933f">More...</a><br /></td></tr> <tr class="separator:a754dd42464cea488ad629109dfd8933f"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;typename T&gt;<br /> class crap::queue&lt; T &gt;</h3> <p>Simple queue class. </p> <p>The data is kept packed. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00036">36</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="ad4e0b0eb26d52a375dd0d03c94c77521"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::<a class="el" href="classcrap_1_1queue.html">queue</a> </td> <td>(</td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>pointer</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>size</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">explicit</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Constructor of queue class. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">pointer</td><td>A pointer to the memory for the container </td></tr> <tr><td class="paramname">size</td><td>The size of the provided memory </td></tr> </table> </dd> </dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00185">185</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a9289cb92cd6a64280ea848dc88b0a6f9"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname"><a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::~<a class="el" href="classcrap_1_1queue.html">queue</a> </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Destructor of queue class. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00208">208</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="addabb985272064c0d3f2e028c830070a"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::<a class="el" href="classcrap_1_1queue.html">queue</a> </td> <td>(</td> <td class="paramtype">const <a class="el" href="classcrap_1_1queue.html">queue</a>&lt; T &gt; &amp;&#160;</td> <td class="paramname"><em>other</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Copy Constructor kept private (do not use) </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00215">215</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a32a47bbe83b1547f42ea24df382a18cc"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::begin </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns first element of the queue. </p> <dl class="section return"><dt>Returns</dt><dd>First valid index or INVALID </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00233">233</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a1aad1cf2d26f9da15d52417a5c3f65f7"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::end </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>returns first invalid element </p> <dl class="section return"><dt>Returns</dt><dd>INVALID </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00239">239</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a8eee8f0edc723a6dc7ba1e8be021e002"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">T * <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::get </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the pointer to a certain member. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">index</td><td>Index of a member variable </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Pointer to member or null if invalid </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00269">269</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a4133910c272a5d782b69e13b7d36eb95"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">const T * <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::get </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the constant pointer to a certain member. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">index</td><td>Index of a member variable </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Constant pointer to member or null if invalid </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00278">278</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="af097f79db1c3b3400f8b503debdef410"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::max_size </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returning the maximum size of the queue. </p> <dl class="section return"><dt>Returns</dt><dd>The maximum number of elements </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00227">227</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a38886e5433650f3cd48ca6c4ad05d7a1"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname"><a class="el" href="structcrap_1_1pointer__t.html">pointer_t</a>&lt; void &gt; <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::memory </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the pointer to the memory. </p> <dl class="section return"><dt>Returns</dt><dd>Pointer type of queue memory </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00323">323</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a6219623400146bc09562109884f8328a"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::next </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>returns next element </p> <dl class="section return"><dt>Returns</dt><dd>next index or invalid </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00245">245</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a4379fd9831fc06b89a8fdea7c790bc4c"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname"><a class="el" href="classcrap_1_1queue.html">queue</a>&lt; T &gt; &amp; <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::operator= </td> <td>(</td> <td class="paramtype">const <a class="el" href="classcrap_1_1queue.html">queue</a>&lt; T &gt; &amp;&#160;</td> <td class="paramname"><em>other</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Assignment operator of queue class. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">other</td><td>A constant reference to a other queue </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>A reference to self </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00192">192</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a20e2eaac1e0ff2cb4f6227fc4ae930c7"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">T &amp; <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::operator[] </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Index operator returning a member reference. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">index</td><td>Index of a member variable </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Reference to member </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00257">257</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="ab66f525bafecbd2e94170319c3471266"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">const T &amp; <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::operator[] </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>index</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Index operator returning a constant member reference. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">index</td><td>Index of a member variable </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Constant reference to member </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00263">263</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a756c0f0d8e0655c0c8a2e8967a7ebf8b"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">void <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::pop </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Removes first element of the queue. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00307">307</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a87a4fc114cdda80b141479e7e79062c2"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::push_back </td> <td>(</td> <td class="paramtype">const T &amp;&#160;</td> <td class="paramname"><em>object</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Inserts a new element at the end of the queue. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">object</td><td>Constant reference of element to insert </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Index of inserted element </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00287">287</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a73fca132c007c2090336b0ab077bfe82"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::size </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returning the size of the queue </p><dl class="section return"><dt>Returns</dt><dd>The current number of elements </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00221">221</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="ad91ad0cfc447bbc6212af33c0505e5c6"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::size_of_elements </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>number</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Calculates necessary memory for a certain number of elements. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">number</td><td>Number of elements </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Size of necessary memory </dd></dl> <p>Definition at line <a class="el" href="queue_8h_source.html#l00330">330</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="a754dd42464cea488ad629109dfd8933f"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::_begin</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>first index </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00179">179</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a01314cde8e1d28f2f8d5d347f3ce94a8"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::_max_size</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Maximum number of elements. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00176">176</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="aaa7768109ef5518469358b6963282c8d"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="structcrap_1_1pointer__t.html">pointer_t</a>&lt;T&gt; <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::_memory</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Pointer type to memory. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00170">170</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a6025cd210773605e1b78d9136c020409"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::_size</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Current number of elements. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00173">173</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <a class="anchor" id="a0515fc038b1eb4d6af4fd1612de127c5"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const uint32_t <a class="el" href="classcrap_1_1queue.html">crap::queue</a>&lt; T &gt;::INVALID = <a class="el" href="crap__types_8h.html#ab5eb23180f7cc12b7d6c04a8ec067fdd">UINT32_MAX</a></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Defines an invalid index. </p> <p>Definition at line <a class="el" href="queue_8h_source.html#l00042">42</a> of file <a class="el" href="queue_8h_source.html">queue.h</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>/mnt/windows/data/programming/crapengine2/source/core/include/container/<a class="el" href="queue_8h_source.html">queue.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jan 7 2015 21:59:11 for Crap Engine 2 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
stevenblaster/crapengine
doc/html/classcrap_1_1queue.html
HTML
mit
42,139
<!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>pymatgen.analysis.piezo module &mdash; pymatgen 2020.7.3 documentation</title> <link rel="canonical" href="https://pymatgen.orgpymatgen.analysis.piezo.html"/> <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 src="_static/jquery.js"></script> <script src="_static/underscore.js"></script> <script src="_static/doctools.js"></script> <script src="_static/language_data.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></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="stylesheet" href="_static/css/custom.css" type="text/css" /> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="pymatgen.analysis.piezo_sensitivity module" href="pymatgen.analysis.piezo_sensitivity.html" /> <link rel="prev" title="pymatgen.analysis.phase_diagram module" href="pymatgen.analysis.phase_diagram.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </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" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" > <a href="index.html" class="icon icon-home"> pymatgen </a> <div class="version"> 2020.7.3 </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 class="current"> <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="change_log.html">Change log</a></li> <li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li> <li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li> <li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li> <li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current"> <li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen package</a><ul class="current"> <li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current"> <li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li> <li class="toctree-l4 current"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.io.html">pymatgen.io package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.plugins.html">pymatgen.plugins package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li> <li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li> <li class="toctree-l3"><a class="reference internal" href="pymatgen.html#module-pymatgen">Module contents</a></li> </ul> </li> </ul> </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">pymatgen</a> </nav> <div class="wy-nav-content"> <div class="rst-content style-external-links"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="index.html">Docs</a> &raquo;</li> <li><a href="modules.html">pymatgen</a> &raquo;</li> <li><a href="pymatgen.html">pymatgen package</a> &raquo;</li> <li><a href="pymatgen.analysis.html">pymatgen.analysis package</a> &raquo;</li> <li>pymatgen.analysis.piezo module</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.analysis.piezo.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="module-pymatgen.analysis.piezo"> <span id="pymatgen-analysis-piezo-module"></span><h1>pymatgen.analysis.piezo module<a class="headerlink" href="#module-pymatgen.analysis.piezo" title="Permalink to this headline">¶</a></h1> <p>This module provides classes for the Piezoelectric tensor</p> <dl class="py class"> <dt id="pymatgen.analysis.piezo.PiezoTensor"> <em class="property">class </em><code class="sig-name descname">PiezoTensor</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">input_array</span></em>, <em class="sig-param"><span class="n">tol</span><span class="o">=</span><span class="default_value">0.001</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/analysis/piezo.py#L22-L64"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.piezo.PiezoTensor" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="pymatgen.core.tensors.html#pymatgen.core.tensors.Tensor" title="pymatgen.core.tensors.Tensor"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.core.tensors.Tensor</span></code></a></p> <p>This class describes the 3x6 piezo tensor in Voigt-notation</p> <p>Create an PiezoTensor object. The constructor throws an error if the shape of the input_matrix argument is not 3x3x3, i. e. in true tensor notation. Note that the constructor uses __new__ rather than __init__ according to the standard method of subclassing numpy ndarrays.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>input_matrix</strong> (<em>3x3x3 array-like</em>) – the 3x6 array-like representing the piezo tensor</p> </dd> </dl> <dl class="py method"> <dt id="pymatgen.analysis.piezo.PiezoTensor.from_vasp_voigt"> <em class="property">classmethod </em><code class="sig-name descname">from_vasp_voigt</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">input_vasp_array</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2020.7.3/pymatgen/analysis/piezo.py#L45-L64"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.piezo.PiezoTensor.from_vasp_voigt" title="Permalink to this definition">¶</a></dt> <dd><dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>input_vasp_array</strong> (<em>nd.array</em>) – Voigt form of tensor.</p> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p>PiezoTensor</p> </dd> </dl> </dd></dl> </dd></dl> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2011, Pymatgen Development Team </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> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
mbkumar/pymatgen
docs/pymatgen.analysis.piezo.html
HTML
mit
11,525
<!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="./3de6c75686dba42f5c4ca7f703eb168f87df6b84734e91f350b789c8dc1db480.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/1c554e6d9804bfdecae12d6d46510505784a46dcd070f4a81c20c35ee385a60c.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <title>A simple To-Do</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"/> <script type="text/javascript" src="script.js"></script> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> </head> <body> <h2>List Your To-Do task and Click them when its Done</h2> <form name="checkListForm"> <input type="text" name="checkListItem"/> </form> <div id="button">Add Task!</div> <br/> <div class="list"></div> </body> </html>
nynga/jQuery-ToDo
index.html
HTML
mit
527
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>intprim: 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> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">intprim </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <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"><b>intprim</b></li><li class="navelem"><b>basis</b></li><li class="navelem"><b>selection</b></li><li class="navelem"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">Selection</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">intprim.basis.selection.Selection Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>__init__</b>(self, dof_names, scaling_groups=None) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>__init__</b>(self, dof_names, scaling_groups=None) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>add_demonstration</b>(self, data) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>add_demonstration</b>(self, data) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addtl_model_penalty</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>create_models</b>(self, dofs, start_phase, end_phase) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>create_models</b>(self, dofs, start_phase, end_phase) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>data_degree</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>degree_step</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>demonstration_list</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>dof_names</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>error_std</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_best_model</b>(self, aic, bic) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>get_best_model</b>(self, aic, bic) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_information_criteria</b>(self, dofs, basis_start_phase=0.0, basis_end_phase=1.0, sample_start_phase=0.0, sample_end_phase=1.0) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>get_information_criteria</b>(self, dofs, basis_start_phase=0.0, basis_end_phase=1.0, sample_start_phase=0.0, sample_end_phase=1.0) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_model_mse</b>(self, model, dofs, sample_start_phase=0.0, sample_end_phase=1.0) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>get_model_mse</b>(self, model, dofs, sample_start_phase=0.0, sample_end_phase=1.0) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>init_scalers</b>(self) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>init_scalers</b>(self) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>log_likelihood</b>(self, measured, predicted) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>log_likelihood</b>(self, measured, predicted) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>max_degree</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>max_scale</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>min_degree</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>min_scale</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>models</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>num_gauss_models</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>num_poly_models</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>num_sig_models</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>plot_information_criteria</b>(self, ic, save_name=None) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>plot_information_criteria</b>(self, ic, save_name=None) (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>scale_step</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>scalers</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>scaling_groups</b> (defined in <a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a>)</td><td class="entry"><a class="el" href="classintprim_1_1basis_1_1selection_1_1Selection.html">intprim.basis.selection.Selection</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
ir-lab/intprim
docs/doxygen/html/classintprim_1_1basis_1_1selection_1_1Selection-members.html
HTML
mit
17,860
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="generator" content= "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org"> <title>bad</title> <link href="../cppreference.css" rel="stylesheet" type="text/css"> <link href="../prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../prettify.js"></script> </head> <body onload="prettyPrint()"> <table> <tr> <td> <div class="body-content"> <div class="header-box"> <a href="../index.html">cppreference.com</a> &gt; <a href= "index.html">C++ I/O</a> &gt; <a href="bad.html">bad</a> </div> <div class="name-format"> bad </div> <div class="syntax-name-format"> Syntax: </div> <pre class="syntax-box"> #include &lt;fstream&gt; bool bad(); </pre> <p>The bad() function returns true if a fatal error with the current stream has occurred, false otherwise.</p> <div class="related-name-format"> Related topics: </div> <div class="related-content"> <a href="eof.html">eof</a><br> <a href="fail.html">fail</a><br> <a href="good.html">good</a><br> <a href="rdstate.html">rdstate</a> </div> </div> </td> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2828341-1"; urchinTracker(); </script> </tr> </table> </body></html>
anant-agarwal/codelabs
codelabs/references/cppreference/cppio/bad.html
HTML
mit
1,434
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.73.0" /> <title>Posts &middot; Adriano Ramos</title> <meta name="description" content="" /> <meta itemprop="name" content="Posts"> <meta itemprop="description" content="Software Developer"> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Posts"/> <meta name="twitter:description" content="Software Developer"/> <meta property="og:title" content="Posts" /> <meta property="og:description" content="Software Developer" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://adrianoramos.github.io/post/" /> <meta property="og:updated_time" content="2016-01-20T00:00:00+00:00" /><meta property="og:site_name" content="Adriano Ramos" /> <link type="text/css" rel="stylesheet" href="/css/print.css" media="print"> <link type="text/css" rel="stylesheet" href="/css/poole.css"> <link type="text/css" rel="stylesheet" href="/css/hyde.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="/favicon.png"> <link href="https://adrianoramos.github.io/post/index.xml" rel="alternate" type="application/rss+xml" title="Adriano Ramos" /> </head> <body> <aside class="sidebar"> <div class="container"> <div class="sidebar-about"> <h1>Adriano Ramos</h1> <p class="lead">Software Developer</p> </div> <nav> <ul class="sidebar-nav"> <li> <a href="https://adrianoramos.github.io/">Home</a> </li> <li> <a href="/posts/">Posts</a> </li> </ul> </nav> <section class="social-icons"> <a href="https://www.linkedin.com/in/adrianorsilva" rel="me" title="Linkedin" target="_blank"> <i class="fab fa-linkedin" aria-hidden="true"></i> </a> <a href="https://github.com/adrianoramos" rel="me" title="GitHub" target="_blank"> <i class="fab fa-github" aria-hidden="true"></i> </a> <a href="https://stackoverflow.com/users/803316/adriano-silva" rel="me" title="Stack Overflow" target="_blank"> <i class="fab fa-stack-overflow" aria-hidden="true"></i> </a> <a href="https://twitter.com/adrianorsilva" rel="me" title="Twitter" target="_blank"> <i class="fab fa-twitter" aria-hidden="true"></i> </a> </section> </div> </aside> <main class="content container"> <ul class="posts"> <h1>Posts</h1> <li> <span> <a href="https://adrianoramos.github.io/post/django-sorl-thumbnail-aws/">Problemas ao gerar miniaturas com sorl-thumbnail no Django e AWS (S3, EC2)</a> <time class="pull-right post-list" datetime="2016-01-20T00:00:00Z">Jan 20, 2016</time> </span> </li> </ul> </main> <footer> <div> &copy; Adriano Ramos 2020 &middot; <a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank">CC BY-SA 4.0</a> &middot; Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme </div> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js" integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0=" crossorigin="anonymous"></script> <script type="application/javascript"> var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-69017272-1', 'auto'); ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> </body> </html>
adrianoramos/adrianoramos.github.io
post/index.html
HTML
mit
4,429
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>About | www.bankingunion.eu | </title> <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Merriweather:400,300' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="The european banking union is a project under construction. The ultimate goal of this website is to gather and structure banking union-related documents, from legislative acts to research papers, while fostering the debate on those issues that are unfinished." content="Eurozone banking union, interviews with academics, researchers and professionals, european banking "> <link rel="stylesheet" type="text/css" href="index.css"> <link rel="stylesheet" media="screen and (max-width: 415px)" href="indexsmall.css"> </head> <body> <nav class="stroke"> <ul1> <h1><a href ="/">bankingunion_eu</a></h1> </ul1> <ul2><a href="https://twitter.com/bankingunion_eu" target="_blank"><img src="http://s28.postimg.org/szodgolrd/Untitled.png" alt="HTML tutorial" style="width:80px;height:60px;"></a></ul2> <ul3> <li><a href="/">index<sub>1</sub></a></li> <li><a href="/previous">previous<sub>2</sub></a></li> <li><a href="/about">about<sub>3</sub></a></li> </ul3> </nav> <div class="content"> <div class="theproject"> <div class="pro">the project</div> <p class="pra">The european banking union is a project under construction. The ultimate goal of this website is to gather and structure banking union-related documents, from legislative acts to research papers, while fostering the debate on those issues that are unfinished. <br><br><span class="highlight">In the current beta version of the web</span> the reader will find different interviews with academics, researchers and professionals discussing some of these banking union topics.</p> </div> <div class="about"> <h4>about me</h4> <p>My name is Arturo Pallardó. I'm a PhD student and the owner of the <a href="https://twitter.com/bankingunion_eu" target="_blank">@bankingunion_eu</a> twitter account.</p> </div> <div class="contact"> <h4>contact</h4> <p><a href="mailto:[email protected]">[email protected]</a></p> </div> </div> <div class="foot"> <div class="down">beta version</div> <div class="down"><a href="https://twitter.com/bankingunion_eu" target="_blank">twitter</a></div> <div class="down"><a href="/about">about</a></li></div> </div> </body>
artpaes/bankingunion_eu
about/index.html
HTML
mit
2,970
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class ExportRequest | Picturepark.SDK.V1 API </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class ExportRequest | Picturepark.SDK.V1 API "> <meta name="generator" content="docfx 2.16.7.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:rel" content="../"> </head> <body data-spy="scroll" data-target="#affix"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content"> <div id="search-results"> <div class="search-list"></div> <div class="sr-items"></div> <ul id="pagination"></ul> </div> </div> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content"> <h1 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest">Class ExportRequest </h1> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <div class="inheritance"> <h5>Inheritance</h5> <div class="level0"><span class="xref">System.Object</span></div> <div class="level1"><span class="xref">ExportRequest</span></div> </div> <div class="inheritedMembers"> <h5>Inherited Members</h5> <div> <span class="xref">System.Object.ToString()</span> </div> <div> <span class="xref">System.Object.Equals(System.Object)</span> </div> <div> <span class="xref">System.Object.Equals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.GetHashCode()</span> </div> <div> <span class="xref">System.Object.GetType()</span> </div> <div> <span class="xref">System.Object.MemberwiseClone()</span> </div> </div> <h6><strong>Namespace</strong>:Picturepark.SDK.V1.ServiceProvider.Contract</h6> <h6><strong>Assembly</strong>:cs.temp.dll.dll</h6> <h5 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public class ExportRequest</code></pre> </div> <h3 id="properties">Properties </h3> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_AccessToken_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.AccessToken*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_AccessToken" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.AccessToken">AccessToken</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string AccessToken { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_FileName_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.FileName*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_FileName" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.FileName">FileName</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string FileName { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_Path_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.Path*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_Path" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.Path">Path</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string Path { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_UserId_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.UserId*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_UserId" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.UserId">UserId</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string UserId { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <h3 id="methods">Methods </h3> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_FromJson_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.FromJson*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_FromJson_System_String_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.FromJson(System.String)">FromJson(String)</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public static ExportRequest FromJson(string data)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td><span class="parametername">data</span></td> <td></td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.html">ExportRequest</a></td> <td></td> </tr> </tbody> </table> <a id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_ToJson_" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.ToJson*"></a> <h4 id="Picturepark_SDK_V1_ServiceProvider_Contract_ExportRequest_ToJson" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.ToJson">ToJson()</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public string ToJson()</code></pre> </div> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
Picturepark/Picturepark.SDK.DotNet
docs/sdk/site/api/Picturepark.SDK.V1.ServiceProvider.Contract.ExportRequest.html
HTML
mit
14,549
<div class="filter-options"> <label> <input type="checkbox" ng-model="filter.master"/> Master </label> <label> <input type="checkbox" ng-model="filter.override"/> Override </label> <label> <input type="checkbox" ng-model="filter.injected"/> Injected </label> <label> <input type="checkbox" ng-model="filter.notInjected"/> Not Injected </label> </div>
matortheeternal/zedit
app/partials/filters/recordType.html
HTML
mit
446